/**************************************** LAYOUT ****************************************/ /**************************************** LAYOUT ****************************************/ body { margin: 0; padding: 0 0 15px 0; text-align: center; background: #FFFFFF url("images/body-gradient.jpg") 0 0 repeat-x /* scrollbar-highlight-color: #F2C78A; scrollbar-3dlight-color: #F2C78A; scrollbar-face-color: #F7E7CF; scrollbar-shadow-color: #F2C78A; scrollbar-darkshadow-color: #705630; scrollbar-arrow-color: #F2C78A; */ } #canvas { width: 960px; margin: 0 auto; text-align: left; background: url("images/canvas-shadow.gif") repeat-y; position: relative; } #main-container { clear: both; position: relative; overflow: hidden; margin: 0 15px; padding: 13px 0 0 0; /* background: #FFFFFF url("images/content-gradient.gif") 0 0 repeat-x; */ zoom: 1; } #header { margin: 0 15px 10px; text-align: center; } #navigation { font-size: 10px; float: left; width: 190px; padding: 20px 0px 0px 10px; } #content-container { float: right; width: 728px; background: url("images/balls2.gif") bottom right no-repeat; } #content { float: left; width: 728px; } #footer { font-size: 12px; clear: both; /* height: 30px; */ padding: 0 15px 10px; overflow: auto; background: url("images/footer-shadow.gif") bottom center no-repeat; text-align: right; color: #808080; } /**************************************** IE CODES ****************************************/ /**************************************** IE CODES ****************************************/ /* * html #canvas { background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/canvas-shadow.png", sizingMethod=scale) } */ * html #main-container { zoom: 1; } * html #content { height: 570px; overflow: visible; } /**************************************** HTML CODES ****************************************/ /**************************************** HTML CODES ****************************************/ * { margin: 0; padding: 0; } body,td,th { color: #333333; font-family: "ms trebuchet", "trebuchet ms", "arial", "serif"; font-size: 13px; font-style: normal; font-weight: normal; text-decoration: none; } a:link,a:visited { color: #7B4F11; text-decoration: none; } a:hover { color: #7B4F11; text-decoration: underline; } a.menu:link,a.menu:visited { padding: 0px 0px 0px 10px; font-weight: bold; color: #DAA65C; text-decoration: none; } a.menu:hover { padding: 0px 0px 0px 20px; font-weight: bold; color: #FF8519; text-decoration: none; } br { clear: left; } b { color: #000000; } hr { color: #FF9933; background: #FF9933; border: 0; height: 1px; width: 500px; text-align: center; margin: 0 auto 0 auto; /* center for Mozilla */ } li { /* list-style: url("images/dot.gif"); */ } select { font-family: "arial", "serif"; font-size: 11px; font-style: normal; font-weight: bold; text-decoration: none; color: black; background: #FFFFFF; } input,textarea { font-family: "arial", "serif"; font-size: 11px; font-style: normal; font-weight: bold; text-decoration: none; color: black; background: transparent; border-color: #A0A0A0; border-style: solid; border-width: 1px; padding-left: 2px; padding-right: 2px; } input.button { width: 90px; height: 19px; background: url("images/button2.gif"); font-family: "arial", "serif"; font-size: 11px; font-style: normal; font-weight: bold; text-decoration: none; color: black; margin-bottom: 2px; border-style: none; } input.smallbutton { width: 30px; height: 19px; background: url("images/smallbutton.gif"); font-family: "arial", "serif"; font-size: 11px; font-style: normal; font-weight: bold; text-decoration: none; color: black; margin-bottom: 2px; border-style: none; } input.nonbutton,textarea.nonbutton { font-family: "arial", "serif"; font-size: 11px; font-style: normal; font-weight: bold; text-decoration: none; color: black; background: #F2C78A; margin-bottom: 2px; border-color: #C0C0C0; border-style: solid; border-width: 1px; } select.nonbutton { font-family: "arial", "serif"; font-size: 11px; font-style: normal; font-weight: bold; text-decoration: none; color: black; background: #F2C78A; margin-bottom: 2px; } tt { font-family: "ms trebuchet", "trebuchet ms", "arial", "serif"; color: #000000; font-size: 16px; font-style: normal; font-weight: bold; text-decoration: none; } h1 { margin: 0 0 0 0; color: #000000; font-size: 25px; font-style: normal; font-weight: bold; text-decoration: none; } h2 { margin: 0 0 0 0; display: inline; color: #000000; font-size: 16px; font-style: normal; font-weight: bold; text-decoration: none; } h3 { margin: 0 0 0 0; display: inline; color: #000000; font-size: 13px; font-style: normal; font-weight: bold; text-decoration: none; } h4 { margin: 0 0 0 0; display: inline; color: #000000; font-size: 13px; font-style: normal; font-weight: bold; text-decoration: none; } /**************************************** CLASSES ****************************************/ /**************************************** CLASSES ****************************************/ .firstcolumn,.formtitle { width: 120px; float: left; text-align: right; padding-right: 15px; } .secondcolumn { float: left; } .head { color: #000000; font-size: 25px; font-style: normal; font-weight: bold; text-decoration: none; } .changed { color: #000000; font-size: 10px; font-style: normal; font-weight: normal; text-decoration: none; } .copyright { color: #808080; font-size: 10px; font-style: normal; font-weight: normal; text-decoration: none; } .formdescription { color: #A0A0A0; font-size: 10px; font-style: normal; font-weight: normal; text-decoration: none; } .trclass1 { background-color: #F2C78A; } .trclass2 { background-color: #f8e0c0; } .showtable { border-collapse: collapse; border-style: solid; border-width: 1px; border-color: #FFFFFF; width: 100%; text-align: center; } .showtable th { padding: 0px 4px 0px 4px; border: 1px solid #FFFFFF; font-weight: bold; background-color: #C0C0C0; } .showtable th.hl { background-color: #FF9933; } .showtable td { padding: 0px 4px 0px 4px; border: 1px solid #FF9933; border-top: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; } .newsdate { color: #808080; font-size: 10px; } .obligated { color: #7B4F11; font-weight: bold; } .menusearch { font-size: 10px; background: transparent; margin-left: 10px; color: #333333; border-color: #C0C0C0; } .topmenu { font-size: 11px; font-weight: bold; } /**************************************** SIMPLE CLASSES ****************************************/ /**************************************** SIMPLE CLASSES ****************************************/ .white {color: #FFFFFF;} .black {color: #000000;} .gray {color: #C0C0C0;} .green {color: #006e00;} .red {color: #be0000;} .orange {color: #FF8519;} .1 {font-size: 11px;} .2 {font-size: 13px;} .3 {font-size: 16px;} .4 {font-size: 18px;} .5 {font-size: 24px;} .6 {font-size: 32px;} .7 {font-size: 48px;} .border {border-color: #f0f0f0; border-style: solid; border-width: 1px;} .noborder {border-style: none; border-width: 0px;} .nobackground {background: #FFFFFF; background: transparent;} .transparent {filter: alpha(opacity=40);} .solid {filter: alpha(opacity=100);} .normal {font-style: normal; font-weight: normal;} .bold {font-weight: bold;} .italic {font-style: italic;} .underlined {text-decoration: underlined;}