/* ---base--- */
body, ul, li, form, div, img{
	margin: 0;
	padding: 0;
	*text-align: center;
	font: normal 12px arial, helvetica, sans-serif;
}
div, ul, li, form, table{
	*text-align: left;
	list-style-type: none;
}
body *{
	text-align: left;
}
input[type='button'],
input[type='submit']{
	text-align: center;
	font: normal 12px arial, helvetica, sans-serif;
}
* html input{/* button&submit */
	text-align: expression((this.type=='submit')||(this.type=='button')?'center':'');
}
SELECT{
	margin: 0;
	padding: 0;
}
a{
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img{
	border: 0;
}
h3,h4,h5{
	margin: 0;
	padding: 0;
	color: #003366;
}
h3{
	font-size: 18px;
}
h4{
	font-size: 14px;
}
h5{
	font-size: 12px;
}
/* ---web base style--- */

#brwrapper{
	width: 960px;
	min-height: 400px;
	display: table;
	margin: auto;
}
/* header */
#brheader{
	width: 960px;
	height: 80px;
}
#brheaderTop{
	width: 960px;
	display: table;
}
#brlogo{
	display: block;
	width: 300px;
	height: 55px;
	background: url("../images/logo.png")  no-repeat left center;
	float: left;
}
#brTopNav{
	width: 660px;
	float: left;
}
#brTopNav li{
	float: right;
	height: 16px;
	line-height: 12px;
	text-align: center;
	color: #666;
}
#brTopNav li a{
	padding: 0 10px;
}
#brTopNav li a:hover{
	text-decoration: underline;
	color: #993366;
}
/* window header */
#winheader{
	width: 500px;
	height: 55px;
	border-bottom: 1px solid #ccc;
	background: url("../images/logo.jpg")  no-repeat left center;
}

#brmainnav{
	width: 960px;
	height: 28px;
	background: #003366;
	display: table;
}
#brmainnav li{
	height: 28px;
	line-height: 28px;
	float: left;
}
#brmainnav li.firstnav{
	margin-left: 5px;
}
#brmainnav li a{
	font-size: 12px;
	font-weight: bolder;
	display: block;
	padding: 0 15px 0 15px;
	color: #fff;
}
#brmainnav li a:hover{
	background: #cbdced;
	color: #003366;
}
#brmainnav li div{
	height: auto;
	display: none;
	padding: 0 0 1px 0;
	background: #195c99;
	position: absolute;
	z-index: 100;
}
#brmainnav li div span{
	text-indent: 5px;
}
#brmainnav li div a{
	font-size: 11px;
	height: 22px;
	line-height: 22px;
	white-space:nowrap;
	display: block;
}
#brmainnav li span a:hover{
	text-decoration: none;
}

/* end header */

/* main */
#brbanner{
	width: 960px;
	height: 120px;
	margin: 0 0 20px 0;
	background: url("../images/banner.png");
}
#container-box{
	height: 100%;
	min-height: 450px;
	*height: 450px;
	display: block;
}
#brmain{
	width: 960px;
	margin-top: 10px;
	display: table;
}
#brmain-left, 
#brmain-right{
	float: left;
}
#brmain-left{
	width: 200px;
	height: auto;
	overflow: hidden;
}

#brmain-right{
	width: 760px;
}

#leftnav{
	width: 160px;
	min-height: 320px;
	overflow: hidden;
	*height: 320px;
}

/* leftnav style */
#leftnav ul li{
	width: 160px;
	height: 28px;
	line-height: 28px;
	background: #0099cc;
	margin-top: 3px;
	*margin: 0;
}
#leftnav ul li span{
	width: 160px;
	height: 28px;
	position: absolute;
	z-index: 0;
}
#leftnav ul li.left_title1 span{
    background:#93c47d;
}
#leftnav ul li.left_title2 span{
    background: #d52c19;
}
#leftnav ul li a{
	width: 160px;
	color: #fff;
	font-weight: bolder;
	text-indent: 10px;
	display: block;
	position: absolute;
	z-index: 1;
}
#leftnav ul li a:hover{
	text-decoration: none;
}

/* left login nav */
#loginInfo{
	width: 150px;
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 5px;
}
#loginInfo li{
	width: 150px;
	line-height: 20px;
	overflow: hidden;
}
#loginNav{
	width: 160px;
	line-height: 20px;
	border: 1px solid #eee;
	margin-top: 15px;
	padding-bottom: 3px;
}
#loginNav li.subLoginNav{
	line-height: 22px;
	background: #f9f9f9;
	padding-left: 5px;
}

#loginNav li.subLoginNav ul{
	background: #fff;
	margin-bottom: 15px;
	padding-left: 10px;
}
#loginNav li.subLoginNav ul li{
	padding-left: 15px;
	background:url("../images/login-sub-bg.jpg") no-repeat left center; 
}
#loginNav li.subLoginNav ul li a{
	font-weight: normal;
}
.logoutBtn a{
	background: #003366;
	color: #fff;
	padding: 0 5px 0 5px;
	margin: 3px 0 0 3px;
}
.logoutBtn a:hover{
	background: #fff;
	color: #003366;
	text-decoration: none;
}

/* end left nav */

/* subleftnav style */
.sub-leftnav-style{
	width: 180px;
	display: table;
	border: 1px solid #f5f5f5;
	padding-bottom: 10px;
	margin: 8px 0 10px 0;
}
.sub-leftnav-style li{
	margin-top: 5px;
	padding-left: 15px;
	overflow: hidden;
	display: table;
}
.sub-leftnav-style li a{
	width: 150px;
	height: 20px;
	line-height: 20px;
	display: block;
	text-indent: 2px;
}
.sub-leftnav-style li a:hover,
.currentLeft{
	text-decoration: none;
	background: #003366;
	color: #fff; 
}
.sub-leftnav-style li.gettingStarted{
	margin: 30px 0 0 0;
	text-align: center;
}
.sub-leftnav-style li.gettingStarted a{
	width: 137px;
	height: 28px;
	line-height: 28px;
	display: block;
	background-image: url('../images/gettingStarted_bg.jpg');
	float: left;
	color: red;
}
.sub-leftnav-style li.gettingStarted a:hover{
	background-image: url('../images/gettingStarted_bg.jpg');
	background-position: 0 28px;
	color: #cb0000;
}
.sub-leftnav-style li.navChild{
	margin-left: 15px;
}
.sub-leftnav-style li ul li{
	padding-left: 5px;
}
/* end subleftnav style */

/* end main */

/* footer */
#brfooter{
	border-top: 1px solid #ccc;
	height: auto;
	padding: 10px 0 10px 0;
	margin-top: 15px;
}
#brfooter li{
	text-align: center;
}
#brfooter a{
    font-weight: normal;
}
/* end footer */
