BODY, TD, TH, INPUT, SELECT, TEXTAREA, DIV, P { font-size : 10px; color : #333333; font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; } .sn { padding: 8px 10px 8px 0; display: block; width: 180px; } .sn_n, .sn_r, .sn_s { font-size: 10px; font-weight: bold; background-image: none; display: block; } .sn_n, .sn_r { border-bottom: 2px dotted #A0A0A0; } .sn_n a, .sn_r a { color: #6A6A6A;} .sn_s { border-bottom: 2px dotted #A0A0A0; color: #67999A; } .sn2 { padding: 0 0 10px 5px; display: block; width: 180px; border-bottom: 2px dotted #A0A0A0; } .sn2_n, .sn2_r, .sn2_s { font-size: 10px; display: block; padding: 3px 0 5px 10px; } .sn2_n, .sn2_r { } .sn2_n a, .sn2_r a { color: #6A6A6A;} .sn2_s { color: #223A54; } .content { background-image: url(images/navigation/bk_content.gif); padding: 10px 10px 20px 25px; line-height: 16px; } body { margin-top : 0; margin-left : 0; border: 0; padding: 0; background-color: #2C214C; background-image: url(images/navigation/bk.gif); } a { text-decoration: none; color: #669999; } FORM { display : inline; } .nav { color: #BCC5CE; font-size: 8px; padding-left: 46px; text-align: left; } .tn_s,.tn_r,.tn_n { font-weight : bold; font-family : arial,helvetica; } .tn_s { color : #BCC5CE; } .tn_n { color : #BCC5CE; } .tn_r { color : #BCC5CE; } .footer { color : #000; padding: 15px 10px 10px 15px; text-align: left; font-size: 10px; } .footer_n,.footer_s,.footer_r { font-size: 10px; } .footer_n { color: #fff; } .footer_r { color: #fff; } .footer_s { color: #fff; } .topBar { text-align: right; color: #D9E5E3; font-size: 10px; } .topBar_s,.topBar_r,.topBar_n { font-size : 10px; font-family : arial,helvetica; padding-left : 5px; padding-right : 5px; } .topBar_s { color : #D9E5E3; } .topBar_n { color : #D9E5E3; } .topBar_r { color : #D9E5E3; } input.searchButton { background-color: #5E898A; color : #BCC5CE; border-top: 1px solid #eee; border-left: 1px solid #eee; border-right: 1px solid #223A54; border-bottom: 1px solid #223A54; font-size: 10px; vertical-align: middle; } input.searchBox { border : 1px black solid; margin: 0; padding: 0; vertical-align: middle; } .featurehead { background-image: url(../images/navigation/bk_feature.gif); padding: 5px 10px 5px 20px; font-size: 14px; font-variant: small-caps; color: #fff; font-weight: bold; } .featuretext { color: #fff; padding: 5px 5px 5px 10px; vertical-align: top; font-size: 10px; } .featuretext a { color: #fff; font-weight: bold; } .headers { background-image: url(images/navigation/bk_headers.gif); padding: 10px 0 10px 0; } .greyhd { color: #fff; background: #888; padding: 5px 5px 5px 5px; text-align: center; font-weight: bold; font-size: 12px; } .x2body { background : #ffffff; } .tn { color: #BCC5CE; padding: 5px 0 5px 10px; align: center; display: block; border-left: 1px solid #324860; width: 91px; } .tn:hover { color: #fff; } .tn1 { color: #fff; background-color: #223A54; padding: 2px 0 2px 10px; display: block; } .tn1:hover { color: #67999A; } /** dropdown css */ .nav ul { /* all lists */ padding: 0; margin: 0; list-style: none; } .nav li { /* all list items */ float: left; position: relative; width: 100px; font-size : 9px; font-family : verdana,arial,helvetica; color: #BCC5CE; } .nav li li { font-size: 10px; } .nav li ul { /* second-level lists */ display: none; position: absolute; top: 20px; left: 0; padding: 3px 0 6px 0; background-color: #223A54; } .nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */ top: auto; left: auto; } .nav li:hover ul, li.over ul { /* lists nested under hovered list items */ display: block; border: 1px solid #324860; }