#debug { background-color: #990066; padding: 2px; } /* General settings */ body { font-family: Verdana, Helvetica, sans-serif; font-size: 12px; margin-left: 0px; margin-right: 0px; /* background-color: #deadDD;*/ background-color: #f8f8f8; } hr { background-color: #666; height: 1px; border: 0; } img { border: 0px; } fieldset { border: none; padding: 0px; margin: 0px; } table.login { text-align: center; border: thin solid #000000; background-color: #CCCCFF; } table.list { background-color: #F0F0F0; } table.container { background-color: #FFFFFF; border: none; } table.wholepage { width: 100%; } tr.row0 { background-color: #FFFFFF; } tr.row1 { background-color: #DDDDDD; } tr.tableheader { background-color: #CCCCCC; padding: 3px; } tr.darkrowheader { background-color: #CCCCCC; padding: 3px; } tr.datalinelight { background-color: #F0F0F0; } td.tblsubmit { background-color: #F0F0F0; text-align: center; } td.inputlabel { text-align: right; padding: 3px; } td.datahead_l { background-color: #F0F0F0; border-bottom: 1px solid #666666; text-align: left; } td.datahead_s { background-color: #F0F0F0; border-bottom: 1px solid #666666; width: 1%; white-space: nowrap; } td.data { padding: 3px; } td.title { text-align: center; } td.menu { width: 200px; white-space: nowrap; border: thin solid #000000; background-color: #ffccee; vertical-align: top; } td.defaults { background-color: #DDDDDD; } td.errhead { font-weight: bold; font-size: 110%; color: red; background-color: #404040; text-align: center; padding: 3px; border: solid 2px #FF0000; } td.err { border: solid 2px #FF0000; color: red; background-color: #e0e0e0; } td.warn { border: solid 2px #FFFF00; color: #333300; background-color: #e0e0e0; } .meat { align: center; width: 100%; } input { font-size: 10px; } ul { margin-left: 10px; padding: 0px; list-style-type:none; } /* general classes */ .errmsg { font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:100%; color: red; background-color: #404040; text-align: center; border: thin solid #FFFFFF; padding: 5px; width: 70%; } .right { right: 3px; } .center { text-align: center; } #header { border-bottom: thin solid #000000; clear: both; float: left; width: 100%; } #footer { border-top: thin solid #000000; clear: both; } #contact { font-size: 10px; position: absolute; right: 10px; text-align: right; } #main { position: relative; float: right; width: 100%; } #login { margin-top: 50px; margin-bottom: 50px; padding: 3px; border: thin solid #000000; } #tableholder { padding: 2px; background: #FFFFFF; width: 70%; } #menu { border-right: thin solid #000000; margin-right: 5px; padding: 3px; } #soadetail { text-align: left; } /* somewhat generic/reusable */ #borderme { border: thin solid #666666; width: 98%; float:left; clear:left; }