/* Body Text: #003366 Menu background: #D9F6FE Menu Text Off: #33CCFF Menu Text On: #335599 Menu Text Over: #0099CC Footer Text: #003366 Footer Highlight Text: #33CCFF Footer Background: #E4F9FE */ HTML { } BODY, .body, TABLE { font-family: Arial, Helvetica, sans-serif; font-size: medium; margin: 0px 0px 0px 0px; line-height: 140%; color: #003366; } #container { width: 1000px; margin: 0 auto; /* centering the page */ text-align: left; background: url(../images/bgd.jpg) top left no-repeat; border: none; border-right: 1px solid #c9c9c9; border-bottom: 1px solid #c9c9c9; border-left: 1px solid #c9c9c9; } #header { height: 354px; } #left { width: 220px; float: left; text-align: left; padding-top: 43px; } #middle { width: 540px; float: left; padding: 0px 20px; overflow: auto; } #right { width: 200px; float: right; background: url(../../../images/logos.gif) no-repeat bottom center; } #footer { width: 960px; height: 120px; text-align: right; color: #003366; font-size: small; background: #E4F9FE; padding: 10px 20px; 0px; 0px; line-height: 120%; } #footer p { margin: 0; } #footer a, #footer a:Visited, #footer a:Hover { text-decoration: none; color: #0099CC; font-weight: normal; } #footer a:Hover { text-decoration: underline; } #footer SPAN.highlight { font-weight: bold; color: #0099CC; padding-left: 10px; } #footer SPAN { padding: 0px 2px; } /************/ a, a:Visited, a:Hover, a:Link { color: #CC2222; font-weight: bold; text-decoration: none; } a:Hover { text-decoration: underline; } /************/ .List { color: black; font-weight: normal; background-color: #FFF5E6; padding: 2px 2px; width: 250px; display: block; margin-bottom: 4px; } /************/ LABEL.input { float: left; display: block; width: 100px; margin-bottom: 10px; font-weight: normal; text-align: right; padding-right: 10px; } INPUT.inputText { } INPUT.inputTextArea { } INPUT.inputSubmit { width: 100px; text-align: center; } DIV.inputSubmit { padding-top: 10px; width: 99%; text-align: right; } /***************/ /* Menu */ /***************/ ul.menu { width: 220px; float: left; margin: 0; padding: 0; text-align: right; } /*********/ ul.menu li { list-style: none; margin: 0; padding: 0; } /**********/ ul.menu li a, ul.menu li a:Visited { font-weight: bold; display: block; color: #33CCFF; padding: 4px 30px 5px 5px; text-decoration: none; height: 100%; margin-bottom: 5px; background: #D9F6FE url(../images/menu-dot-off.gif) right center no-repeat; } ul.menu li.active a, ul.menu li.active a:Visited { font-weight: bold; display: block; color: #335599; text-decoration: none; height: 100%; background: #D9F6FE url(../images/menu-dot-on.gif) right center no-repeat; } ul.menu li a:hover { color: #0099CC; background: #D9F6FE url(../images/menu-dot-over.gif) right center no-repeat; } /************/ /************/ /* perForms */ /************/ .formFields { width: 150px; text-align: right; } .performs_help { font-weight: normal; font-size: 80%; } .performs_required { color: black; } .elementcell { } .performs_error { padding: 5px 5px; background: #acacac; color: black; font-weight: bold; }