/*********************************************************** MAIN STUFF ************************************************************/ body { color: #000000; background-color: #FFFFFF; } td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%; } .cssHeader { font-size: 174%; color: #738AB5; } 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: #738AB5; border: 1px solid #FFFFFF; padding: 3px; } .cssImage { border: 1px solid #FFFFFF; } ul { margin-bottom: 0px; } li { margin-bottom: 5px; } /*********************************************************** NOTE ************************************************************/ .cssNote { width: 100%; } .cssNote th { font-size: 80%; background-color: #CCD4E3; font-weight: bold; text-align: left; padding: 10px; padding-bottom: 0px; border-top: 1px solid #738AB5; border-right: 1px solid #738AB5; border-left: 1px solid #738AB5; } .cssNote td { font-size: 80%; padding: 10px; padding-bottom: 10px; background-color: #CCD4E3; border-bottom: 1px solid #738AB5; border-left: 1px solid #738AB5; border-right: 1px solid #738AB5; } .cssNoteIcon { /* */ } /*********************************************************** MENU ************************************************************/ .cssMenuActive { background-color: #5D6088; } .cssMenuPassive { border-bottom: 1px solid #666666; } .cssMenuActive a, .cssMenuPassive a { color: #FFFFFF; /* font-weight: bold; */ text-decoration: none; } /*********************************************************** 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: #738AB5; 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 #738AB5; border-bottom: 1px solid #738AB5; border-left: 1px solid #738AB5; } .cssPanelIcon { margin-right: 5px; margin-left: 5px; } /*********************************************************** FORMS ************************************************************/ .cssFormHeader { width: 100%; background-color: #738AB5; font-weight: bold; font-size: 100%; height: 25px; color: #FFFFFF; } .cssFormHeader a { color: #FFFFFF; text-decoration: none; } .cssForm { border: 1px solid #5D6088; padding: 5px; background-color: #CCD4E3; } .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 #738AB5; } .cssTable th { background-color: #738AB5; font-weight: bold; font-size: 80%; height: 25px; color: #FFFFFF; } .cssTable td { font-size: 80%; padding: 5px; height: 28px; } .cssTableRowInterlaced { background-color: #CCD4E3; } .cssTableCellLeft { border-left: 1px solid #738AB5; } .cssTableCellRight { border-right: 1px solid #738AB5; } /*********************************************************** DISPLAY ************************************************************/ .cssDisplayHeader { width: 35%; background-color: #738AB5; font-weight: bold; font-size: 100%; height: 25px; color: #FFFFFF; } .cssDisplayHeader th { padding-right: 10px; } .cssDisplayHeader .cssCorner { padding: 0px; } .cssDisplay { background-color: #CCD4E3; border: 1px solid #738AB5; width: 100%; padding: 15px; } .cssDisplay table { padding: 5px; } .cssDisplayIcon { margin-right: 5px; margin-left: 5px; } /*********************************************************** COLORS ************************************************************/ .cssColorWhite { color: #FFFFFF; } .cssColorGray { color: #999999; } .cssColorBlack { color: #000000; } .cssColorGreen { color: #339900; } .cssColorRed { color: #999999; } .cssColorMain { color: #465572; } /*********************************************************** BACKGROUNDS ************************************************************/