/* ----- BASIC ELEMENTS ----- */ .style1 {color: #FF0000} .style2 {color: #003300} body { background-color: #fff; color: #707070; font-size: 11px; font-family: 'Tahoma'; background: url(background.gif); } .clear { clear: both; } img { border: 0px; } .yellow_span { color:#DFBD02; font-weight:bold; } .green { color:#016001; } .date { color:#016001; text-decoration:overline; padding: 10px 0 20px 0; } .light_green { color:#85B285; } #content_footer p { margin: 40px 30px 10px 30px; font-size:10px; text-align:left; } #menu_left p { margin: 15px 0px 0px 15px; font-size:9px; color:#016001; font-weight:bold; } h1 { margin: 20px 30px 7px 30px; font-weight:bold; font-size:15px; color:#fff; } a { text-decoration: none; color: #016001; } a:hover { text-decoration: none; } /*----- MENU ----- */ #navLeft, #navRight { margin: 0; padding: 0; width: 122px; list-style: none; overflow: hidden; } #navLeft li, #navRight li { width: 122px; overflow: hidden; font-size:9px; font-weight:bold; } #navLeft a, #navRight a { color:#fff; } .li_nav_header a { display: block; width: 122px; height: 20px; background: url(nav_header.gif) no-repeat; } .li_nav_body a { display: block; width: 122px; height: 20px; background: url(nav_body.gif) no-repeat; padding-left: 13px; text-align: left; line-height:20px; } .li_nav_footer a { display: block; width: 122px; height: 33px; background: url(nav_footer.gif) no-repeat; } .li_nav_body a:hover { background-position: 0 -20px; color:#016001; } .li_active a:active { background: url(nav_body.gif) no-repeat; background-position: 0 -40px; color:#fff; } /*----- LAYOUT ----- */ #container { width: 700px; margin: 0 auto; } #top { height: 10px; padding:10px; } #menu_left { width: 122px; float: left; } .login_box { width: 122px; height:155px; float: left; background: url(login_box.gif) no-repeat top; } .login_box_2 { width: 122px; height:155px; float: left; background: url(login_box.gif) no-repeat top; } #head { width: 540px; height: 100px; float: right; background: url(content_header.gif) no-repeat top; } #content { background: url(content_body.gif) repeat-y; width: 540px; text-align: justify; float: right; } .content_box_large { width: 340px; margin:10px 0 30px 14px; float: left; } .content_box_small { width: 140px; margin:10px 0 30px 14px; float: right; } #content_footer { background: url(content_footer.gif) no-repeat; height: 85px; width: 540px; float: right; text-align: center; margin-bottom:30px; } /*----- IMAGES ----- */ a img{ border: none; } img.left,img.center,img.right { padding: 4px; border: 1px solid #a0a0a0; } img.left { float: left; margin: 0px 12px 5px 0px; } img.right { float: right; margin: 0px 30px 5px 0px; } /*----- FORM ----- */ .large { font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size: 21px; color: #851919; } td, .default, .table, .errdefault, .button { font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif; font-size : 11px; color: #000000; } P, UL, OL { margin-top: 0px; margin-bottom: 0px; } .errdefault { font-weight: bold; color: #CC0000; } .button { font-size : 11px; color: #4E4E4E; background: #F5F5F5; padding: 0px; border: 1px solid; border-color: #CACACA #8B8B8B #8B8B8B #CACACA; background-image: url(../button.png); cursor: hand; } .defaultinput { font: normal 10px tahoma; width:90px; color: #707070; }