/* defined elements */ body { font-family: Tahoma; font-size: 8pt; color: black; background: #7a7a7a; text-align: center; margin: 0px; padding: 0px; } h1 { font-size: 14pt; } h2 { font-size: 12pt; color: blue; } h3 { font-size: 10pt; margin: 4 0 10 0; } img { border-width: 0px; } ul li, ol li { padding-bottom:6px; } /* common items */ .center { text-align:center; } .indent { margin-left:20; } .clear { clear:both; visibility:hidden; display:block; height:1px; } .reverse { unicode-bidi:bidi-override; direction:rtl; } /* site-specific items */ #center { width: 1000px; margin: 0px auto; } #fade { width: 1000px; float: left; display: inline; height: auto; background: #ddd url("../img/pg_bg.gif") repeat-y top center; /* bg-color is really #dddddd b/c of img */ margin: 0px; } #container { width: 900px; height: auto; margin: 0px 50px; padding: 0px; float: left; display: inline; } #menubar { width: 900px; height: 24px; /*background: url(../img/nav_bar.gif) no-repeat top left;*/ /*center;*/ background: url("../img/blue_menubar2.png") no-repeat top left; float: left; display: inline; color: white; text-align: right; line-height: 24px; border-bottom: 1px solid #000; } #content { width: 880px; /* because of padding, actual_width = width + padding_left + padding_right (NOT in IE though) */ min-height: 500px; float: left; margin: 0px; text-align: left; padding: 10px 10px 0px 10px; } #bottom { width: 1000px; float: left; background: #7a7a7a url("../img/pg_bg_bottom.gif") no-repeat; height: 100px; } #top { width: 1000px; float: left; background: #7a7a7a url("../img/pg_bg_top.gif") no-repeat bottom; height: 90px; /* 127 */ } #sidebar { width:180px; /*background: #cccccc url(../img/greybg.gif) repeat-x top;*/ background: #ccc url("../img/blue_bg3.png") top left;/**/ /*background: #ccc url(../blue_bg2.png) top left;*/ border: 1px solid #777;/**/ float:left; display: inline; margin: 0px; padding: 12 0 2 0; text-align: left; } #sidebar a { text-decoration: none; } #sideBody { width: 680px; float: left; margin: 0px 0px 0px 10px; padding: 4px; display: inline; color: #333; font-size: 8pt; } #sideBody div { background-color: #d3d3d3; border: 1px solid #aaa; /*background-color: #afa; border: 1px solid #0d0;*/ /*background-color: #bbbbff; border: 1px solid #55f;*/ margin-bottom: 8; clear:both; padding:6; } #sideBody div div { background-color: #ddd; border: 1px solid #aaa; margin: 10 10; } #sideBody img { background-color:white; padding: 4px; margin: 4px; border:1px solid #777; } #sideBody div table { width: 95%; background-color: #d3d3d3; border: 1px solid #aaa; padding: 0px; border-collapse: collapse; font-family: Tahoma; font-size: 8pt; } #sideBody div table tr { border: 1px solid #aaa; } #sideBody div table th { width: 1%; } #sideBody div table td { background-color: #ddd; vertical-align: top; border: 1px solid #aaa; } #sideBody div table td a { font-weight: bold; } #logo { width:217px; height:200px; background-image: url("../img/logo_4c_anim.gif"); position:relative; /* remove to be behind elements */ margin:-90 0 0 -65; /* -50 */ /* -(top)/-(left) won't go outside container */ float:left; } #skyline { float:right; background:url("../img/skyline.jpg") top right; width:735; height:135; position:relative; margin-top:-30px; padding-top: 10px; color:blue; font-size: 13pt; border-left: 1px solid black; border-bottom: 1px solid black; } .navbtn, .navbtncurr { width:152 !important; /* !important, b/c in order for AlphaImageLoader filter, div needs explicit w & h, but override here */ height:38 !important; text-align:center; line-height:38px; margin: 0 0 8 10; font-family: Verdana; font-size: 9pt; /* font-weight:bold; */ color: white; padding-right: 6px; } .navbtn { background-image: url("../img/004.png"); /* need this in modern browsers b/c they don't handle AlphaImageLoader - makes it pointless... */ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/004.png',sizingMethod='scale'); /* imgFolderAbs b/c AlphaImageLoader filter needs path relative to HTML document */ } .navbtncurr { background-image: url("../img/006.png"); filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/006.png',sizingMethod='scale'); } .navbtnover { background-image: url("../img/003.png"); filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/003.png',sizingMethod='scale'); } .navbtnclick { background-image: url("../img/005.png"); filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/005.png',sizingMethod='scale'); }