@charset "utf-8";
html,body {
	margin: 0 auto 0 auto;
	padding: 0;
	height: 100%;
	background: #eaecec url('images/bg.png') repeat-x;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
img {
	border:0;
}
#wrapper {
	width:100%;
	position: relative;
	margin: 0 auto 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
.fix {
	width:960px;
	display:block;
	text-align:center;
}

#header {
	width: 100%;
	height: 110px;
	border-bottom: 1px solid #05273E;
}
#logo {
	float:left;
}
#logo a {
	width:362px;
	height:110px;
	display:block;
	background: transparent url('images/logo.png') no-repeat;
}
#nav {
	float:right;
	margin-top:55px;
}
#nav ul,li {
	list-style:none;
	display:inline;
}
#nav a {
	color:#0A4F7C;
	font-size:16px;
	text-decoration:none;
	margin-left:10px;
}
#nav a:hover {
	text-decoration:underline;
	color:#4D97C9;
}
#nav .cur {
	font-weight:bold;
}

#mid {
	height:300px;
	width:100%;
	border-top:2px solid #4D97C9;
	border-bottom:3px solid #d6e6f6;
	background:#8fcbe4 url('images/midbg.png') repeat-x;
}
#mid .icon {
	float:left;
	margin-left:48px;
}
#mid .icontext {
	float:left;
	margin-left:15px;
	text-align:left;
	width:80%;
	margin-bottom:20px;
}
#mid .icontext strong {
	color:#0d6eab;
	font-size:18px;
	font-weight:bold;
}
#mid .textb {
	float:left;
	margin-right:48px;
	display:block;
}
#screenmid a {
	float:right;
	display:block;
	width:375px;
	height:300px;
	background:#a1c9e2 url('images/screenmid.png') no-repeat;
}
#contentmid {
	float:left;
	text-align:center;
	width:580px;
}
#contentmid h1 {
	color:#0A4F7C;
	font-size:22px;
	padding-top:5px;
	padding-bottom:5px;
}
#contentmid a {
	color:#0A4F7C;
}
#contentmid a:hover {
	text-decoration:underline;
}

#content {
	width: 100%;
	padding: 6px 0 4em 0;
	border-top:1px solid #5BB4EF;
}
#content a {
	color: #045476;
}
#content a:hover {
	text-decoration:none;
}
#content .boxm {
	width:930px;
	border:2px solid #e6e6e6;
	background-color:#fff;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	border-radius:1em;
	padding:15px;
}
#content .boxml {
	float:left;
	width:584px;
	margin-left:50px;
}

#copyright {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	color: #0A4F7C;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 2px;
	background: transparent url('images/copyright.png') no-repeat scroll center;
}
#copyright a {
	color: #0A4F7C;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}

.score {
	text-align: center;
	font-size: 15px;
}
.ht {
	font-weight: bold;
	font-size: 16px;
	display: block;
}
#advanced
{
	padding: 3px;
	color: #202020;
	font-size: 8pt;
}
#advanced .sep { color: #0A4F7C; }
#advanced input, #advanced select, #advanced option
{
	font-size: 8pt;
}
#advanced input, #advanced select
{
	border: 1px solid #B0B0B0;
	padding: 1px;
}
#content .pages li {
	list-style-type: none;
	display : inline;
}
#content .pages a.disabled,
#content .pages a.disabled:hover {
	cursor: default;
	border: 1px solid #808080;
	color: #808080;
	background-color: #EEE;
}
#content .pages a {
	border: 1px solid #5f85c8;
	color: #5f85c8; 
	background-color: #CDE;
	text-decoration: none;
	font-size: 11px;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 1px;
	margin-left: 1px;
}
#content .pages a:hover {
	border: 1px solid #1f4078;
	color: #1f4078;
}
#content .pages a.disabled,
#content .pages a.disabled:hover {
	cursor: default;
	border: 1px solid #808080;
	color: #808080;
	background-color: #EEE;
}
#content .pages a.cur {
	cursor: default;
	border: 1px solid #1f4078;
	color: #1f4078;
	background-color: #BCD;
}
.imgpush img {
	margin-bottom:-8px;
}

/*form*/
.iform {font: 12px Verdana, Geneva, sans-serif; width:400px; margin:10px auto;}
.iform ul { margin:0; padding:0; list-style:none;}
.iform ul ul { overflow:auto}
.iform li { padding-bottom:5px;}
.iform label { width:150px; display:block; float:left; line-height:26px; text-align:right; }
.iform label.ilabel { width:auto; display:inline; float:none; line-height:26px; padding:0 5px; }
.iform .itext,.iform .itextarea,.iform .iselect,.iform .ibutton { 	
	width:200px;
	border:1px solid #999;
	-webkit-border-radius: 3px;-khtml-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
	margin:0;
	padding:5px;
	background: #fff;
	background: -webkit-gradient(linear, left top, left 25, from(#fff), color-stop(6%, #eee), to(#fff));
	background: -moz-linear-gradient(top, #fff, #eee 2px, #fff 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}
.iform .itext:hover,.iform .itextarea:hover,.iform .iselect:hover,.iform .ibutton:hover,
.iform .itext:focus,.iform .itextarea:focus,.iform .iselect:focus,.iform .ibutton:focus{
	border-color: #333;
	background:#fff;
}
.iform .ibutton {
	width:auto;
	background: #efefef;
	background: -webkit-gradient(linear, left top, left 25, from(#dadada), color-stop(6%, #efefef), to(#dadada));
	background: -moz-linear-gradient(top, #dadada, #efefef 2px, #dadada 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}
.iform .ibutton:hover,.iform .ibutton:focus { background:#dadada;}