@import url("reset.css");

@font-face{font-family:"IMPACTw";src:url("/templates/IMPACT.ttf") format("truetype"); }

body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color:#333 }
p { padding: 10px; }

.page_wrapper {  width: 99%;  min-width: 600px;  max-width: 1200px;  margin: auto; padding: 2px;}

.header {
    float: left;
    height: 45px;
    width: 100%;
    background:url("images/head.png") no-repeat;
    background-color:#E0DDDD;
    font-size: 12px; line-height:16px;
    color: #FFF;
}
.adframe {
    float: left;
    height: 96px;
    width: 100%;
    background-color:#fbF8E8;
    font-size: 12px; line-height:16px;
    color: #FFF;
}
.topad {
/*    height: 160px;*/
    margin-left: auto; margin-right: auto;
    width: 99%;
    background-color:#E0DDDD;
    color: #FFF;
}
.topadA {
    margin-left: auto; margin-right: auto;
    width: 100%;
    background-color:#E0DDDD;
    color: #FFF;
}
h3 { color: #666; font-size: 12px; line-height:16px; font-weight: bolder; }
.inside_header_left { font: 18px IMPACTw,Arial Narrow,Arial; float: left; height: 32px; padding:12px 0px 0px 190px; }
.inside_header_right { float: right; height: 32px; padding: 16px; }
.inside_header_right a { color:#FFFFF0; font-weight: bolder; }
.inside_header_left a { color:#FFFFF0; }


.underheader { float: left; height: 32px; width: 100%; background: #9a8f87; }
.underhead_left { font: 17px Arial Narrow,Arial; font-weight: bold; float: left; height: 32px; background: #9a8f87; padding: 5px 15px; color: #fd5; }
.underhead_right { float: right; height: 32px; background: #eee; padding: 10px; }

.title { background: #FFFFEE; padding: 10px 20px; font-size: 18px; }
.subtitle { background: #EEEEEE; padding: 10px 20px; font-size: 14px; }

.FloatColCenter { float: left; width: 100%; }
.content { background: #FFFFFF; margin-left: 150px; margin-right: 170px; line-height:15px; }
.content p { margin:10px; padding: 10px; }
.inside_content{ margin:10px; padding: 10px; line-height:19px; }
.inside_content img{padding: 10px;}
.FixedColLeft { background: #e3decb; width: 150px; float: left; margin-left:-100%; line-height:16px; }
.FixedColRight { background: #FFF9D3; width: 170px; float: left; margin-left: -170px; font-size: 12px; line-height:16px; }
.FixedColRight p { padding: 5px; }
.footer
{ height: 40px; width: 100%; background: #D0CEbB; clear: both; line-height:16px;

/*   position:fixed;
   bottom:0px;
   */
    width: 99%;  min-width: 600px;  max-width: 1200px;  margin: auto; padding: 2px;

}
table.sample {
	border-width: 0px;
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: gray;
	background-color: #444;
	color: white;
	font-weight: bolder;
}
table.sample td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	font-size:90%;
}
table.sample td.bld{ font-weight: bolder; }

.ui-widget-header {
	border: 1px solid #a3a3a3;
	background: #333333;}
.ui-helper-reset { font-size:90%; line-height:0.9; }
.ui-tabs .ui-tabs-nav li a {
    padding: 0.5em 0.5em;
}
