@import "reset.css";
#container{
	width: 843px;
	margin: 0 auto;
}
#main {
	width: 817px;
	padding: 0 5px;
	overflow: hidden;
	background-color: #fff;
}
.item {
	width: 100%;
	overflow: hidden;
}

.box-inside {
	padding: 5px;
}
.half {
	width: 50%;
	overflow: hidden;
	float: left;
}
.td-half {
	width:50%;
}
/* #header */
#header {
	width: 817px;
	height: 127px;
	overflow: hidden;
	background: url(images/headerbg.gif) no-repeat right top;
}
#header table {width:100%}
.hlogo {
	width: 607px;
}
.hslogan {
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	padding: 40px 0 0 15px;
	color: #003399; 
}
.hslogan span {
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #C60800;
}
.hlanguage {
	width: 210px;
	text-align: right;
	padding-right: 10px;
	vertical-align: bottom;
}
.language {
	padding-top: 26px;
	padding-bottom: 7px;
	color:#cf0900;
	font-weight: bold;
}
#header .language a {color: #cf0900;}
#header .language a:hover {text-decoration: underline;}
.hlang-item{
	padding-top: 8px;
}
.hlang-item a:link, .hlang-item a:visited, .hlang-item a:active{
	color: #003399;
	font-weight: bold;
}
.hlang-item a:hover{
	color: #CE3831;
	font-weight: bold;
	text-decoration: underline;
}
/* end #header */
/* menu */
.menu {
	width: 817px;
	background: #cacaca;
	border-bottom: 1px solid #fff;
}
.menu ul li {
	list-style: none;
	display: inline;
	float: left;
	padding: 5px 0 7px;
}
.menu ul li p a, .menu ul li p a:link, menu ul li p a:visited, menu ul li p a:active {
	color: #000;
	padding: 5px 7px 7px 7px;
	border-right: 1px solid #fff;
	text-decoration: none;
}
.menu ul li p a:hover {
	color: #fff;
	background: #CE3831;
	padding: 5px 7px 7px 7px;
	border-right: 1px solid #fff;
	text-decoration: none;
}
.menu ul li p.curr a, .menu ul li p.curr a:link, .menu ul li p.curr a:visited, .menu ul li p.curr a:active {
	color: #fff;
	background: #E77900;
	padding: 5px 7px 7px 7px;
	border-right: 1px solid #fff;
	text-decoration: none;
}
.menu ul li p.curr a:hover {
	color: #fff;
	background: #CE3831;
	padding: 5px 7px 7px 7px;
	border-right: 1px solid #fff;
	text-decoration: none;
}
.menu ul li p.non-rborder {border-right: 0;}
/* end menu */
/* large */
.large {
	width: 817px;
	overflow: hidden;
	text-align: center;
}
/* end large */

/* home left */
.home-left {
	width: 620px;
	padding-top: 7px;
}
.homeleft-box {
	border: 1px solid #e3e3e3;
	margin-bottom: 6px;
}
.hlbox-label {
	height: 25px;
	background: #f4f7fc url(images/hllabelbg.gif) repeat-x left top;
	border: 1px solid #e3e3e3;
	overflow: hidden;
}
.hlbox-label2 {
	height: 16px;
	background: url(images/hllabelbg2.gif) repeat-x left top;
	width: auto;
	text-align: center;
	padding: 9px 20px 0;
	color: #fff;
	font-weight:bold;
	float: left;
}
.hl-intro {
	padding: 10px;
	line-height: 24px;
}
/* news */
.news-col {
	padding: 5px 20px 20px 6px;
}
.newscol-label {
	padding: 10px 0;
	color: #e47a00;
	font-weight: bold;
	text-decoration:underline;
}
.news-rborder {border-right: 1px solid #e3e3e3;}
.news-bborder {border-bottom: 1px solid #e3e3e3;}
.news-col .newscol-label a {
	color: #e47a00;
	text-decoration: underline;
}
.newsitem-title {
	color: #5b7fc9;
	font-weight: bold;
	padding-bottom: 10px;
}
.news-col .newsitem-title a {
	color: #5b7fc9;
	font-weight: bold;
}
.newsitem-thumb {
	padding: 0 0 10px 20px;
}
/* end news */

/* end home-left */
/* home-right */
.home-right {
	padding: 7px 0 0 10px;
	width: 187px;
}
/* sum event */
.sumevent {
	background:#d8dbe1 url(images/sumeventbg.gif) repeat-y left top;
	padding-bottom: 5px;
	width: 187px;
	overflow: hidden;
}
.sumevent-boxlabel {
	height: 32px;
	padding: 8px 5px 0 42px;
	color: #fff;
	font-weight: bold;
	background: url(images/sumeventlabel.gif) no-repeat left top;
}
.sumevent-item {
	background: url(images/sumeventitem.gif) no-repeat left top;
	padding: 5px 3px 0 30px;
	line-height: 17px;
}
.sumevent .sumevent-item a {
	color: #004add;
}
/* end sum event */
.homeright-box {
	background: #efefef;
	width: 187px;
	overflow: hidden;
}
.hrbox-label {
	background:#e47a00;
	padding: 9px 5px 8px 14px;
}
.hrbox-label span {
	background: url(images/hrboxlabel.gif) no-repeat left center;
	color: #fff;
	padding-left: 14px;
	font-weight: bold;
}
.newrule {
	padding: 5px 0 10px;
}
.newrule-item {
	background: url(images/newruleitem.gif) no-repeat left top;
	padding: 5px 3px 0 18px;
	line-height: 17px;
}

/* search */
.search-box {
	padding: 10px 0;
}
.search-box p {
	padding-bottom: 10px;
}
.searchbox-label {
	border-top: 1px solid #a0a0a0;
	border-bottom: 1px solid #ffffff;
}
.searchbox-label2 {
	background: url(images/searchboxlabel.gif) no-repeat left top;
	height: 16px;
	padding: 5px 0 0 27px;
	font-weight: bold;
	color:#333333;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #a0a0a0;
}
.searchinput-tag {
	border: 1px solid #bcbcbc;
	width: 150px;
	padding: 2px;
	font-size: 95%;
	color:#3c3a3a;
}
.search-button {
	background: url(images/searchbutton.gif) no-repeat left top;
	border: 0;
	width: 50px;
	height: 19px;
	color:#333333;
	font-weight: bold;
	margin-right: 15px;
	cursor: pointer;
}
/* end search */
/* support */
.support-box {
	padding: 10px 0;
}
.support-box p {padding-bottom: 5px;}
/* end support */
/* end home right */

/* download page */
.hl-topdown {
	background: url(images/downcor.gif) no-repeat left bottom;
	padding-bottom: 7px;
}

.hl-topdown .homeleft-box {border-bottom:0;margin-bottom:0;}
.downbox-inside {
	padding: 5px 0 30px 0;
}
.downtop-inside {
	background: #9bbaee url(images/downtopbg.gif) repeat-x left bottom;
}
.downtop-title {
	padding: 10px 5px 5px 10px;
}
.downtop-inside td {vertical-align: middle;}
.downtop-leftcol {padding-left: 15px;}
.dtop-texttag, .dtop-selecttag {
	width: 110px;
}
.downsearch-button {
	width: 52px;
	height: 18px;
	border: 0;
	background: url(images/downsearch.gif) no-repeat left top;
	color: #010101;
	font-weight: bold;
}
.dtop-selecttag {overflow: hidden;}
.searchresult-title {
	border-bottom: 1px solid #000;
	font-weight: bold;
	padding-bottom: 3px;
	margin: 15px 0 5px;
}
.sresult-box{background: url(images/bcor.gif) no-repeat left bottom;padding-bottom: 7px;}
.sresult-box .homeleft-box {border-bottom:0;margin-bottom:0;border-top:0;}
.sr-thumb { padding:6px 10px 6px 6px;}
.sr-info {vertical-align: middle; padding: 6px 6px 6px 0;}
.sresult-box .sr-info a {color: #0061ff; text-decoration: underline;}
.sr-tborder {border-top: 1px solid #e3e3e3;}
.sr-butonline {
	padding: 0 0 6px 40px;
}
.srview-button {
	border: 0;
	width: 47px;
	height: 19px;
	background: url(images/srview.gif) no-repeat left top;
}
.srdown-button {
	border: 0;
	width: 71px;
	height: 19px;
	background: url(images/srdownload.gif) no-repeat left top;
}

/* end download page */

/* #footer */
#footer {
	margin-top: 10px;
	width: 817px;
	overflow: hidden;
	padding-top: 19px;
	height: 47px;
	background: url(images/footerbg.gif) repeat-x left top;
}
#footer .copyright {color: #444444;}
#footer .float-right {color: #e47a00;}
#footer .float-right a:link, #footer .float-right a:visited, #footer .float-right a:active { color: #CE3831; }
#footer .float-right a:hover { color: #00309C; }
/* end #footer */

.left-navi {
	width: 170px;
}
.left-navi ul li {
	display: inline;
	list-style: none;
	width: 160px;
	border-bottom: 1px solid #cacaca;
	padding: 6px 0;
	float: left;
}
.left-navi ul li.here a{
	color: #E77900;
	font-weight: bold;
}
.left-navi ul li a:hover{
	color: #CE3831;
	font-weight: bold;
}
.left-navi ul li.curr {
	background: #fff;
	padding-left: 6px;
}
.left-navi ul li.curr p {
	padding-left: 15px;
}
.left-navi ul li.curr a {
	color: #FF0000;
	font-weight: bold;
}
.left-navi ul li.curr a:hover {
	color: #CE3831;
	font-weight: normal;
}
.left-navi ul li.curr dl dd {
	display: inline;
	list-style: none;
	float: left;
}
.left-navi ul li.curr dl dd p {
	float: left;
	padding-left: 15px;
}
.left-navi ul li.curr dl dd a {
	color: #727471;
	font-weight: normal;
}

.left-navi-icon {
	float: left;
	margin: 0 3px;
	background: url(images/blackarrow.gif) no-repeat left center;
	width: 8px;
}
.left-navi a {
	color: #00309C;
	width: 144px;
	float: left;
	font-weight: bold;
	overflow: hidden;
}

/* paging */

.mid-paging {
	padding: 3px;
	float: right;
}
.mid-paging span {
	float: left;
	background: #e5e5e5;
	padding: 4px 6px;
	color: #696969;
	font-weight: bold;
	margin-right: 2px;
}
.mid-paging span.curr {
	background: #696969;
	color: #e5e5e5;
}
.mid-paging a {
	color: #696969;
	font-weight: bold;
}
.mid-paging span.curr a {
	color: #e5e5e5;
}

/*mid class */
.mid {
	padding: 5px 0 10px;
}
.mid p {
}
.mid a {
	color: #CE3831;
	font-weight: bold;
	padding-left: 12px;
	
}
.mid a:hover {
	color: #00309C;
	font-weight: bold;
	padding-left: 12px;
}