/*********************************************************** MAIN STUFF ************************************************************/ body { color: #000000; background-color: #FFFFFF; } form { margin: 0; padding: 0; } td, .cssFrontPage th { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%; } .cssHeader { font-size: 174%; color: #999999; } input, textarea, select { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 100%; } .cssLarge { font-size: 100%; } .cssSmall { font-size: 70%; } th.cssCorner { border-top: 0px; border-right: 0px; border-left: 0px; } .cssButton { background-color: #AEAEAE; border: 1px solid #FFFFFF; padding: 3px; } .cssImage { border: 1px solid #FFFFFF; } ul, ol { margin-bottom: 0px; } dir { margin-top: 5px; margin-left: 15px; } li { margin-bottom: 5px; list-style-type: square; } h1, h2, h4 { font-size: 100%; font-weight: lighter; display: inline; } .headerSpecial { display: inline; font-size: 100%; } /*********************************************************** NOTE ************************************************************/ .cssNote { width: 100%; } .cssNote th { font-size: 80%; background-color: #EFEFEF; font-weight: bold; text-align: left; padding: 10px; padding-bottom: 0px; border-top: 1px solid #A2A2A2; border-right: 1px solid #A2A2A2; border-left: 1px solid #A2A2A2; } .cssNote td { font-size: 80%; padding: 10px; padding-bottom: 10px; background-color: #EFEFEF; border-bottom: 1px solid #A2A2A2; border-left: 1px solid #A2A2A2; border-right: 1px solid #A2A2A2; } .cssNoteIcon { /* */ } .cssNote div { float: left; padding-left: 10px; padding-bottom: 5px; } /*********************************************************** MENU ************************************************************/ .cssMenuActive { background-color: #A2A2A2; } .cssMenuPassive { border-bottom: 1px solid #666666; } .cssMenuActive a, .cssMenuPassive a { color: #FFFFFF; text-decoration: none; } .cssMenuLink { display: block; width: 100%; padding: 5px; } /*********************************************************** COLUMNS ************************************************************/ .cssColumnLeft { padding: 10px; padding-top: 0px; vertical-align: top; width: 20%; border-right: 1px dotted #DDDDDD; } .cssColumnCenter { width: 60%; padding: 10px; padding-top: 0px; vertical-align: top; } .cssColumnRight { padding: 10px; padding-top: 0px; vertical-align: top; width: 20%; border-left: 1px dotted #DDDDDD; } /*********************************************************** PANELS ************************************************************/ .cssPanelLeft, .cssPanelRight { width: 100%; } .cssPanelLeft th, .cssPanelRight th { background-color: #A2A2A2; font-weight: bold; font-size: 80%; height: 25px; color: #FFFFFF; text-align: left; } .cssPanelLeft td, .cssPanelRight td { font-size: 80%; padding: 10px; padding-bottom: 15px; border-right: 1px solid #A2A2A2; border-bottom: 1px solid #A2A2A2; border-left: 1px solid #A2A2A2; } .cssPanelIcon { margin-right: 5px; margin-left: 5px; } /*********************************************************** FORMS ************************************************************/ .cssForm th, .cssForm td { padding: 5px; } .cssFormHeader { width: 100%; background-color: #A2A2A2; font-weight: bold; font-size: 100%; height: 25px; color: #FFFFFF; } .cssFormHeader a { color: #FFFFFF; text-decoration: none; } .cssForm { border: 1px solid #A2A2A2; padding: 5px; background-color: #EFEFEF; } .cssFormLeft { font-size: 80%; text-align: right; width: 30%; } .cssFormRight textarea, .cssFormRight select, .cssFormRight .cssFormField { width:250px; } .cssFormIcon { margin-right: 5px; margin-left: 5px; } /*********************************************************** TABLES ************************************************************/ .cssTable { width: 100%; border-bottom: 1px solid #A2A2A2; } .cssTable th { background-color: #A2A2A2; font-weight: bold; font-size: 80%; height: 25px; color: #FFFFFF; } .cssTable td { font-size: 80%; padding: 5px; height: 25px; /* border-bottom: 1px solid #A2A2A2; */ } .cssTableRowInterlaced { background-color: #EFEFEF; } .cssTableCellLeft { border-left: 1px solid #A2A2A2; } .cssTableCellRight { border-right: 1px solid #A2A2A2; } /*********************************************************** DISPLAY ************************************************************/ .cssDisplayHeader { width: 35%; background-color: #A2A2A2; font-weight: bold; font-size: 100%; height: 25px; color: #FFFFFF; } .cssDisplayHeader th { padding-right: 10px; } .cssDisplayHeader .cssCorner { padding: 0px; } .cssDisplay { background-color: #EFEFEF; border: 1px solid #A2A2A2; width: 100%; padding: 15px; } .cssDisplay table { padding: 5px; } .cssDisplay .cssImage { margin: 5px; } .cssDisplayIcon { margin-right: 5px; margin-left: 5px; } /*********************************************************** COLORS ************************************************************/ .cssColorWhite { color: #FFFFFF; } .cssColorGray { color: #777777; } .cssColorBlack, .cssColorBlack a { color: #000000; } .cssColorGreen { color: #339900; } .cssColorRed { color: #FF0000; } .cssColorMain { color: #0000CC; } /*********************************************************** BACKGROUNDS ************************************************************/ #keywords { } #keywords h1 { font-size: 12px; font-weight: lighter; padding: 10px 10px 0 0; color: #666; } #comments { border-bottom: solid 1px #FFB400; position: relative; } #comments h4 { border: solid 1px #FFB400; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; margin: 0; padding: 5px 5px 5px 20px; color: #fff; width: 35%; font-size: 100%; background: #FFB400 url(../images/icons/display.gif) no-repeat 10px 11px; } #comments .comment, #comments .noComment { padding: 10px 15px; border-top: solid 1px #FFB400; position: relative; } #comments .comment .name { } #comments .comment .date { } #comments .comment .description { padding: 5px 0 0 0; font-style: italic; } #comments .comment .flag { position: absolute; display: block; top: 8px; right: 15px; color: #666; } #addComment { position: absolute; display: block; top: 5px; right: 15px; }