﻿#wrapper {
	margin: auto;
	width: 100%;
	background-image: url(/images/page-bg2.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
body {
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #535353;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#header{
	margin-left: 0px;
	height: 109px;
	background-repeat: no-repeat;
}

/*---*/
#main{
	margin-top: 40px;
	width: 90%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}
#content{}
h1 {
	text-transform: uppercase;
	color: #66CCFF;
	font-size: 22px;
	font-weight: bold;
	background-image: url(/images/page-h1.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 10px;
	padding-left: 100px;
	padding-top: 20px;
	height: 49px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C9F7FF;
	font-size: 18px;
	padding-left: 55px;
	background-image: url(/images/page-h2.jpg);
	background-repeat: no-repeat;
	font-weight: bolder;
	height: 40px;
	padding-top: 10px;
	margin-left: 60px;
}
/*-----table ------*/
.datatable {
	border: 1px solid #1A1A1A;
	border-collapse: collapse;
	background-color: #999999;
	text-align: left;
}
.datatable td {
	font:10px Verdana, Arial, Helvetica, sans-serif "灿砰";
	color: #000000;
	height: 22px;
	padding-left: 15px;
	border: 1px solid #000000;
}
.datatable th {
	text-align: center;
	color: #FFFFFF;
	background-color: #757575;
	background-repeat: repeat-x;
	height: 24px;
	padding-top: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif "灿砰";
	font-size: 11px;
	font-weight: bolder;
}

.datatable caption {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #33517A;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}
.datatable tr.altrow {
	font:10px  Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-repeat: repeat-x;
	height: 22px;
	padding-left: 15px;
	background-color: #D2D2D2;
}

.datatable tr:hover, .datatable tr.hilite {
	background-color: #DFE7F2;
	color: #000000;
}

.table {
	border-collapse: collapse;
	background-color: #CCCCCC;
	filter: Alpha(Opacity=95, FinishOpacity=70, Style=50, StartX=50, StartY=20, FinishX=40, FinishY=100);
	padding: 2px;
}
.table td {
	font:10px Verdana, Arial, Helvetica, sans-serif "灿砰";
	color: #333333;
	background-color: #D3DDE0;
	height: 22px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
}
.table th {
	text-align: center;
	color: #427D9C;
	background-color: #EBEBEB;
	font-family: Verdana, Arial, Helvetica, sans-serif "灿砰";
	font-size: 11px;
	font-weight: bolder;
}

/* footer */
#footer {
	clear: both;
	border-top: 1px solid #F2F2F2;
	text-align: center;
	height: 60px;
	background-color: #3A3A3A;
	background-image: url(images/page-footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;
	font-size: 12px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}
#footer a {
	text-decoration: none;
	color: #CCCCCC;
}
/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center {
	text-align: center;
}
.align-justify { text-align: justify; }

/* display classes */
.clear  { clear: both; }
.block  { display: block; }
.hide   { display: none; }	
.orange {
	color: #6DA4B9;
	border: 1px solid #E7F0EF;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #EFF4F7;
	width: 120px;
	margin: 10px;
	font-size: 12px;
	letter-spacing: 0.5em;
}
.ora {
	color: #6DA4B9;
	border: 1px solid #E7F0EF;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #EFF4F7;
	width: 230px;
	margin: 10px;
	font-size: 12px;
	letter-spacing: 0.5em;
}
p{
	color: #CCCCCC;
	font-size: 12px;
	line-height: 22px;
	padding-left: 10px;
}
.red {
	color: #FFCC00;
	font-weight: bold;
}

h3 {
	background-image: url(/images/page-h3.jpg);
	background-repeat: no-repeat;
	height: 27px;
	margin-left: 40px;
	color: #99FFFF;
	font-size: 15px;
	padding-left: 60px;
	padding-top: 5px;
}
blockquote {
	color: #454343;
	font-size: 15px;
	line-height: 22px;
	background-color: #FAFAFA;
	background-image: url(/images/quote.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 12px;
	padding-left: 40px;
}
#main li {
	font-size: 13px;
	line-height: 23px;
	padding-bottom: 10px;
	color: #C7FFFF;
	list-style-position: outside;
	margin-left: 80px;
	list-style-type: upper-alpha;
}
#main ul {
	margin-left: 60px;
}
input {
	font-size: 11px;
	color: #809DA5;
	line-height: 18px;
	border: 1px solid #EFEFEF;
	background-color: #FFFFFF;
	padding: 2px;
}
.number td{
	padding: 4px;
	font-size: 11px;
	text-align: center;
	margin: 4px;
}
.number td a:link{
	color: #666666;
	text-decoration: none;
	text-align: center;
	padding: 4px;
	margin: 4px;
}
.number td a:hover{
	color: #990000;
	border: 1px solid #FF3300;
	text-decoration: none;
	margin: 4px;
	padding: 4px;
	background-color: #FEE7F5;
}
.number td a:visited{
	color: #FF0033;
	text-decoration: none;
	margin: 4px;
	padding: 4px;
}

/**
#main a {
	color: #4B889E;
	text-decoration: none;
}
**/

#icon{
	height: 40px;
	width: 1002px;
	font-size: 16px;
	font-weight: bold;
	background-image: url(/images/page-icon-bg00.jpg);
	background-repeat: repeat-x;
	background-color: #535353;
}

#icon a:hover{
	color: #FFDE07;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

#icon a{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}



.img {
	background-color: #757575;
	border: 1px solid #666666;
	padding: 5px;
}
h4 {
	background-image: url(/images/h4-bg.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 25px;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 6px;
	padding-top: 5px;
	width: 160px;
}
h4 a:link{
	height: 30px;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 3px;
	width: 160px;
}
h4 a:hover{
	height: 30px;
	color: #CC3808;
	font-size: 12px;
	padding-top: 3px;
	text-decoration: underline;
	width: 160px;
}
h4 a:visited{
	height: 30px;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 3px;
}

 
/**
a:link {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #D43716;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
a:visited{
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
}
a:active{
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
**/
