/* Global defaults and things */ body { font-family: Arial, Helvetica, sans-serif; font-size: 10px; margin-left: 0px; margin-right: 0px; /* background-color: #deadDD;*/ /* background-color: #FFFF00;*/ } tr { vertical-align: top; } tr.row0 { background-color: #FFFFFF; } tr.row1 { background-color: #DDDDDD; } tr.darkrowheader { background-color: #CCCCCC; } tr.datalinelight { background-color: #F0F0F0; } td.tblsubmit { text-align: center; } td.inputlabel { text-align: right; } td.title { text-align: center; } table.login { text-align: center; border: thin solid #000000; background-color: #CCCCFF; } table.list { background-color: #F0F0F0; } /* Definitions for specific divs */ #main { position: relative; } #login { text-align: center; border: thin solid #000000; background-color: #CCCCFF; max-width: 300px; } /*#menu { border: thin solid #000000; background-color: #CCCCFF; position: relative; left: 5px; top: 5px; }*/ #domlist { text-align: center; border thin solid #000000; position: relative; margin: 5px; } #domlisttitle { font-size: 16px; background-color: #FFEEDD; position: absolute; left: 5px; } #foo1 { position: absolute; left: 100px; } #footer { border-top: thin solid #000000; } #contact { font-size: 10px; position: absolute; right: 10px; text-align: right; } /* Generalized classes */ #tableholder { background-color: #FFFFFF; } .center { text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; /* font-size: 100%;*/ }