@charset "utf-8";
/* Common */
body {
	margin:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif, "宋体";
}
body div {
	width:980px;
	margin:auto;
}
body div div {
	width:auto;
}
div {
	margin:auto;
	overflow:hidden;
}
p {
	margin:3px 0 3px 0;
	line-height:1.2;
}
form {
	margin:0;
	padding:0;
	border:0;
}
hr {
	border-bottom:0;
}
textarea {
	font-size:12px;
}
a {
	color:#0066CC;
	text-decoration:none;
}
a:hover {
	color:#ff6600;
	text-decoration:underline;
}
.aLeft {
	text-align:left;
}
.aCenter {
	text-align:center;
}
.aRight {
	text-align:right;
}
.fLeft {
	float:left;
}
.fRight {
	float:right;
}
.xFloat {
	clear:both;
	overflow:visible;
}
/* iBottom */
#iBottom {
	clear:both;
	margin-top:15px;
}
#iBottom a {
	color:#005494;
}
#bNav {
	width:100%;
	text-align:center;
}
#bNav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#bNav ul li {
	display:inline;
	margin:0;
	padding:0 3px 0 7px;
	border-left:1px #CCCCCC solid;
}
#bNav ul li.firstLi {
	border-left:0;
}
#bInfo {
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
}
/* iMain */
.mainBox {
	clear:both;
	border-left:1px #A7A7A7 solid;
	border-right:1px #A7A7A7 solid;
	border-bottom:1px #A7A7A7 solid;
	padding-bottom:20px;
	min-height:400px;
	height:auto;
	_height:400px;
	overflow:visible;
}
.iLogo {
	float:left;
	padding:20px 0 10px 100px;
}
.iMenu {
	float:right;
	margin:0 80px 0 0;
	padding:0;
	height:31px;
	list-style:none;
}
.iMenu li {
	float:left;
	display:block;
	margin:0;
	padding:0;
	height:31px;
	background:url(../images/reg/iMenu.gif) repeat-x 0 -60px;
}
.iMenu li a {
	display:inline-block;
	height:15px;
	line-height:15px;
	border-right:1px #4B4B4B solid;
	margin:8px 0 0 0;
	padding:0 15px 0 15px;
	color:#000;
}
.iMenu li.itemOn a {
	color:#006DD6;
	font-weight:bold;
}
.iMenu li.itemFirst {
	width:6px;
	background:url(../images/reg/iMenu.gif) no-repeat 0 0;
}
.iMenu li.itemLast {
	margin-left:-2px;
	width:6px;
	background:url(../images/reg/iMenu.gif) no-repeat 0 -120px;
}

.iSubject {
	clear:both;
	width:75%;
	border-bottom:1px #DEE8F2 solid;
}
.iSubject h2 {
	margin:10px 0 6px 0;
	padding:0 ;
	font-size:14px;
	font-weight:normal;
}
.iSubject p {
	margin:0 80px 6px 0;
	padding:0;
	line-height:1.6;
}

.iMain {
	clear:both;
}
.iLogin {
	border-left:1px #DDDDDD solid;
	padding:0 0 0 30px;
}
.iLogin2 {
	border-left:1px #DDDDDD solid;
	padding:0 0 0 15px;
}
.iMain .title {
	clear:both;
	margin:0 0 10px 0;
	font-size:18px;
}
.iMain .title2 {
	clear:both;
	font-size:18px;
}
.iMain .note {
	clear:both;
	margin:0 0 10px 0;
	line-height:1.8;
}

/* Form */
.iForm {	
}
.iForm .head {
	background:#F5F5F5;
	padding:0 0 0 5px;
}
.iForm .saveBar {
	background:#F5F5F5;
	text-align:center;
	padding:3px 0 3px 0;
}
.iForm .btn {
	border:1px #ABC5D6 solid;
	background:#17497A;
	color:#DAF3FF;
	height:23px;
	line-height:23px;
	padding:0 6px 0 6px;
	cursor:pointer;
}
.iForm .input {
	border-top:1px #636563 solid;
	border-left:1px #CECFCE solid;
	border-right:1px #CECFCE solid;
	border-bottom:1px #CECFCE solid;
}
.iForm .down {
	cursor:pointer;
	background:url(../images/icon/down-select.gif) no-repeat right center;
}
.iForm .upload {
	border:1px #DFDFDF solid;
}
.iForm .inputError {
	border:1px #DD7870 solid;
}
.iForm .star {
	color:#FF0000;
	margin:0 5px 0 5px;
}
.iForm .caption {
	padding-right:5px;
}
.iForm .field {
	padding:5px 0 5px 0;
}
.iForm .intro {
	color:#636563;
	margin:0 5px 0 5px;
}
.iForm .required {
	display:none;
	margin:0 5px 0 5px;
	color:#E76757;
}
.iForm .true {
	display:none;
	margin:0 5px 0 5px;
	color:#81B458;
}
.iForm .error {
	display:none;
	margin:0 5px 0 5px;
	color:#E76757;
}
.iForm .message-bar {
	clear:both;
	height:30px;
}
.iForm .message-true {
	clear:both;
	display:none;
	background:#FFFBCC;
	border:1px #E6DB55 solid;
	padding:3px 15px 3px 30px;
	margin:0 0 0 0;
	line-height:1;
}
.iForm .message-error {
	clear:both;
	background:#FFE7A2;
	border:1px #FFBD69 dotted;
	padding:3px 15px 3px 30px;
	margin:0 0 0 0;
	line-height:1;
	color:#CC0000;
}
.iForm .message-close {
	font-family:Arial;
	font-size:16px;
	margin:0 6px 0 20px;
}

.sBtn {
	display:inline-block;
	background:#000;
	padding-left:3px;
	background:url(../images/reg/sBtn.gif) no-repeat 0 0;
	cursor:pointer;
	text-decoration:none;
}
a.sBtn:hover {
	color:#ff6600;
	text-decoration:none;
}
.sBtn .sBtn2 {
	display:inline-block;
	height:31px;
	line-height:31px;
	border:0;
	background:url(../images/reg/sBtn.gif) no-repeat right -60px;
	padding:0 8px 0 5px;
	cursor:pointer;
	text-align:center;
	font-size:14px;
}
.sBtnColor {
	color:#016CD6;
	font-weight:bold;
}

/* List - Grid */
.listEmpty {
	height:100px;
	line-height:100px;
	text-align:center;
	font-size:14px;
	color:#EB550A;
	font-weight:bold;
}
.listHead {
	clear:both;
	clear:both;
	width:80%;
	background:url(../images/reg/listHead.gif) no-repeat 130px bottom;
}
.listHead h2 {
	height:40px;
	line-height:40px;
	margin:0 0 0 6px;
	padding:0;
	font-size:14px;
	font-weight:bold;
}
.listGrid {
	clear:both;
	background:#DCE1E7;
	border-top:2px #DCE1E7 solid;
	border-left:1px #DCE1E7 solid;
	border-right:1px #DCE1E7 solid;
	border-bottom:2px #DCE1E7 solid;
}
.listGrid td {
	background:#FFF;
}
.listGrid .listFoot td {
	background:#DCE1E7;
	height:25px;
	padding:0 10px 0 10px;
}
.listGrid .listName {
	font-size:14px;
	color:#000;
}
.listGrid .listName img {
	margin:0 6px 0 12px;
}
.listGrid .listBtn img {
	margin:0 6px 0 12px;
}

.listPage {
	clear:both;
	margin:6px;
	font-size:12px;
}
.listPage .pageOn {
	margin:0 3px 0 3px;
	color:#000100;
	font-weight:bold;
}
.listPage a {
	margin:2px;
	color:#143A7B;
}
/* List */
.list1 {
	clear:both;
	margin:0;
	padding:0;
	list-style:none;
}
.list1 li {
	float:none;
	overflow:hidden;
	height:22px;
	line-height:22px;
	padding:0 0 0 15px;
	margin:0;
	border:0;
}
.icon1 li {
	background:url(../images/reg/li.gif) no-repeat 5px 8px;
}
