body {
	margin: 0 auto;
    padding: 0;
    font-size:14px;
	border: 0px;
	cellpadding: 0px;
	cellspacing: 0px;
	font-family: -apple-system-font,BlinkMacSystemFont,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei UI","Microsoft YaHei",Arial,sans-serif;
    width: 100%;
    letter-spacing: 1px;
}

ul,li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

legend {
	display: none;
}

a {
	color: #656d77;
	text-decoration: none;
}

input.input_error {
	border-bottom: 1px solid #FF0000 !important;
}

select.input_error {
	border-bottom: 1px solid #FF0000 !important;
}

textarea.input_error {
	border-bottom: 1px solid #FF0000 !important;
}

.separator2 {
	width: 2px;
}

td.fieldInput {
	text-align: left;
	vertical-align: middle;
	line-height: 24px;
	color: #333333;
	border-bottom: 1px solid #e1e1e1;
}

td.label {
	text-align: right;
	vertical-align: middle;
	width: 20%;
	line-height: 24px;
	color: #333333;
	border-bottom: 1px solid #e1e1e1;
	background-color: #f8f8f8;
}

input.input_small {
	text-decoration: none;
	border: 1px solid #96BDDC;
	text-align: left;
	width: 50px;
	height: 20px;
	margin-top: 2px;
	vertical-align: middle;
}

input.input_normal {
	text-decoration: none;
	border: 1px solid #96BDDC;
	text-align: left;
	width: 120px;
	height: 20px;
	vertical-align: middle;
}

input.input_big {
	text-decoration: none;
	border: 1px solid #96BDDC;
	text-align: left;
	width: 250px;
	height: 20px;
	vertical-align: middle;
}

input.input_big_super {
	text-decoration: none;
	border: 1px solid #96BDDC;
	text-align: left;
	width: 200px;
	height: 20px;
	vertical-align: middle;
}

textarea.input_big {
	text-decoration: none;
	background-color: expression((                 this .                 readOnly && 
		              
		  this .   
		       
		     readOnly ==          
		      true) ?                 "D9D9D9" :                 "#F2F7FD" );
	border: 1px solid #96BDDC;
	height: 80px;
	width: 95%;
	overflow: auto;
	word-break: break-all;
}

textarea.input_normal {
	text-decoration: none;
	background-color: expression((                 this .                 readOnly && 
		              
		  this .   
		       
		     readOnly ==          
		      true) ?                 "D9D9D9" :                 "#F2F7FD" );
	border: 1px solid #96BDDC;
	height: 120px;
	width: 95%;
	overflow: auto;
	word-break: break-all;
}

textarea.input_big {
	text-decoration: none;
	background-color: expression((                 this .                 readOnly && 
		              
		  this .   
		       
		     readOnly ==          
		      true) ?                 "D9D9D9" :                 "#F2F7FD" );
	border: 1px solid #96BDDC;
	height: 150px;
	width: 95%;
	overflow: auto;
	word-break: break-all;
}

select.input_small {
	text-decoration: none;
	text-align: left;
	width: 50px;
	border: 1px solid #96BDDC;
	height: 20px;
	margin-top: 2px;
	vertical-align: middle;
}

select.input_normal {
	text-decoration: none;
	text-align: left;
	width: 123px;
	border: 1px solid #96BDDC;
	height: 22px;
	vertical-align: middle;
}

select.input_big {
	text-decoration: none;
	width: 150px;
	text-align: left;
	border: 1px solid #96BDDC;
	height: 22px;
	vertical-align: middle;
}

select.input_big_super {
	text-decoration: none;
	text-align: left;
	width: 200px;
	border: 1px solid #96BDDC;
	height: 22px;
	vertical-align: middle;
}

.txt_red {
	color: #FE5663;
}

.rowHead {
	background: url(./images/btnRow.jpg);
	height: 25px;
	margin-top: 1px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

th.rowHead {
	text-align: center;
	cursor: pointer;
}

.rowOdd {
	background-color: #F2F5F7;
	text-align: center;
}

.rowEven {
	text-align: center;
}

.auto_wrap {
	word-break: break-all;
	overflow: hidden;
	vertical-align: top;
	margin-top: 3px;
	table-layout: fixed;
	word-wrap: break-word;
}
.buttonSmall {
	width: 40px;
	height: 25px;
	background: url(./images/exam/button_b_s.png) no-repeat;
	border: none;
	margin: 2px 0 0 5px;
	vertical-align: middle;
	text-align:center;
	cursor: pointer;
}
.buttonHSmall {
	width: 40px;
	height: 25px;
	background: url(./images/exam/button_h_s.png) no-repeat;
	border: none;
	margin: 2px 0 0 5px;
	vertical-align: middle;
	text-align:center;
	cursor: pointer;
}
.buttonRSmall {
	width: 40px;
	height: 25px;
	background: url(./images/exam/button_r_s.png) no-repeat;
	border: none;
	margin: 2px 0 0 5px;
	vertical-align: middle;
	text-align:center;
	cursor: pointer;
}
.button {
	width: 64px;
	height: 25px;
	background: url(./images/exam/button_b.png) no-repeat;
	border: none;
	margin: 5px 0 0 8px;
	vertical-align: middle;
	cursor: pointer;
}

.buttonAct {
	width: 64px;
	height: 25px;
	background: url(./images/exam/button_b.png) no-repeat;
	border: none;
	margin: 5px 0 0 8px;
	vertical-align: middle;
	cursor: pointer;
}

.buttonH {
	width: 64px;
	height: 25px;
	background: url(./images/exam/button_h.png) no-repeat;
	border: none;
	margin: 5px 0 0 8px;
	vertical-align: middle;
	cursor: pointer;
}
.buttonR {
	width: 64px;
	height: 25px;
	background: url(./images/exam/button_r.png) no-repeat;
	border: none;
	margin: 5px 0 0 8px;
	vertical-align: middle;
	cursor: pointer;
}

.button4 {
	width: 85px;
	height: 25px;
	background: url(./images/exam/button_b_b.png) no-repeat;
	border: none;
	margin: 5px 0 0 8px;
	vertical-align: middle;
	text-align:center;
	cursor: pointer;
}

.button4H {
	width: 85px;
	height: 25px;
	background: url(./images/exam/button_h_b.png) no-repeat;
	border: none;
	margin: 5px 0 0 8px;
	vertical-align: middle;
	text-align:center;
	cursor: pointer;
}
.button4R {
	width: 85px;
	height: 25px;
	background: url(./images/exam/button_r_b.png) no-repeat;
	border: none;
	margin: 5px 0 0 8px;
	vertical-align: middle;
	text-align:center;
	cursor: pointer;
}

.buttonRow {
	width: 100%;
	color: #ccc;
	height: 30px !important;
	border-bottom: 1px solid #e1e1e1;
}

a.link_add {
	color: #000000;
	text-decoration: none;
	width: 54px;
	height: 17px;
	margin-left: 10px;
	padding: 29px 0 0 6px;
	display: block;
}

.currentRow {
	background-color: #cfe4f9;
}

.iframeStyle {
	border: none;
	text-align: left;
	overflow: auto;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	cursor: pointer;
	outline: hidden;
}

.normalTable {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	border: 0px;
	cellspadding: 0px;
	cellspacing: 0px;
}

/* ---------- Index ---------- */
.index {
	margin-top: 3px;
	display: block;
	width: 99%;
	margin-left: 2px;
	height: 100%;
}

.index .adminBar {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #444444;
	font-size: 13px;
	background: url(./images/admin_x_bg.gif) 0 0 repeat-x;
}

.index .bodyLeft {
	width: 50%;
	float: left;
	height: 100px;
}

.index .bodyRight {
	width: 49%;
	float: right;
	height: 100px;
}

.listTable {
	width: 100%;
	border: 1px solid #c9dff5;
	text-align: center;
	vertical-align: middle;
}

.listTable th {
	height: 30px;
	line-height: 30px;
	color: #444444;
	text-align: center; vertical-align : middle;
	background: url(./images/admin_x_bg.gif) 0px -60px repeat-x;
	vertical-align: middle;
}

.listTable td {
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px dotted #d0dde5;
}

.copyright {
	line-height: 30px;
	clear: both;
	text-align: right;
	font-size: 13px;
	color: #444444;
}

/* ---------- List ---------- */
.bai_14_title {
	cursor: pointer;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.hei_12 {
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.body-box {
	width: 99%;
	margin: 0px auto;
	margin-right: auto;
	height: 35px;
	text-align: left;
}

.rhead {
	border: #b4cfcf 1px solid;
	padding: 5px 15px;
	margin-top: 5px;
	margin-left: -3px;
}

.rpos {
	float: left;
	padding: 3px 0px 3px 20px;
	background: url(./images/arrow.gif) center left no-repeat;
}

.clear {
	clear: both;
}

form {
	margin: 0px;
	padding: 0px;
}

.contentWindow {
	width: 400px;
	margin-left: -200px;
	display: none;
	position: fixed;
	top: 25%;
	left: 50%;
	z-index: 100;
}

.contentWindow .windowTop {
	width: 400px;
	height: 29px;
	clear: both;
	cursor: move;
	background: url(./images/message_bg.gif) no-repeat 0px 0px;
}

.contentWindow .windowMiddle {
	width: 400px;
	clear: both;
	padding: 30px 0px;
	text-align: center;
	background: url(./images/message_y_bg.gif) repeat-y 0px 0px;
}

.contentWindow .windowBottom {
	width: 400px;
	height: 5px;
	clear: both;
	overflow: hidden;
	background: url(./images/message_bg.gif) no-repeat 0px -30px;
}

.contentWindow .windowTitle {
	height: 29px;
	line-height: 29px;
	float: left;
	margin-left: 8px;
	font-weight: bold;
	font-size: 13px;
}

.contentWindow .messageClose {
	width: 29px;
	height: 29px;
	line-height: 29px;
	display: block;
	outline: none;
	margin-right: 4px;
	float: right;
	cursor: pointer;
	background: url(./images/message_bg.gif) no-repeat 0px -120px;
}

.contentWindow .messageClose:hover {
	background: url(./images/message_bg.gif) no-repeat -30px -120px;
}

.contentWindow .windowContent {
	line-height: 13px;
	clear: both;
	padding: 0px 20px;
	margin-bottom: 10px;
}

* html .contentWindow {
	position: absolute;
	top: expression((   document.documentElement.scrollTop ||   
		 document.body.scrollTop) +     Math.round (   25 *     ( 
		 document.documentElement.offsetHeight ||    
		document.body.clientHeight )/ 100 ) +     'px' );
}

.contentWindow table.windowInputTable {
	width: 100%;
}

.contentWindow table.windowInputTable th {
	width: 90px;
	padding: 5px;
	text-align: right;
}

.contentWindow table.windowInputTable td {
	padding: 5px;
	text-align: left;
}

.messageWindow {
	width: 400px;
	margin-left: -200px;
	display: none;
	position: fixed;
	top: 25%;
	left: 50%;
	z-index: 200;
	font-size: 13px;
}

.messageWindow .windowTop {
	width: 400px;
	height: 29px;
	clear: both;
	cursor: move;
	background: url(./images/message_bg.gif) no-repeat 0px 0px;
}

.messageWindow .windowMiddle {
	width: 400px;
	clear: both;
	padding: 15px 0px;
	text-align: center;
	background: url(./images/message_y_bg.gif) repeat-y 0px 0px;
}

.messageWindow .windowBottom {
	width: 400px;
	height: 5px;
	clear: both;
	overflow: hidden;
	background: url(./images/message_bg.gif) no-repeat 0px -40px;
}

.messageWindow .windowTitle {
	height: 29px;
	line-height: 29px;
	float: left;
	margin-left: 8px;
	font-weight: bold;
	font-size: 11px;
}

.messageWindow .messageClose {
	width: 29px;
	height: 29px;
	line-height: 29px;
	display: block;
	outline: none;
	margin-right: 4px;
	float: right;
	cursor: pointer;
	background: url(./images/message_bg.gif) no-repeat 0px -120px;
}

.messageWindow .messageClose:hover {
	background: url(./images/message_bg.gif) no-repeat -30px -120px;
}

.messageWindow .messageContent {
	line-height: 13px;
	clear: both;
	padding: 0px 20px;
	margin-bottom: 20px;
}

.messageWindow .messageContent .icon {
	width: 29px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1; *
	display: inline;
}

.messageWindow .messageContent .warn {
	background: url(./images/message_bg.gif) no-repeat -60px -120px;
}

.messageWindow .messageContent .success {
	background: url(./images/message_bg.gif) no-repeat -90px -120px;
}

.messageWindow .messageContent .error {
	background: url(./images/message_bg.gif) no-repeat -120px -120px;
}

.messageWindow .messageContent .messageText {
	line-height: 29px;
}

* html .messageWindow {
	position: absolute;
	top: expression((   document.documentElement.scrollTop ||   
		 document.body.scrollTop) +     Math.round (   25 *     ( 
		 document.documentElement.offsetHeight ||    
		document.body.clientHeight )/ 100 ) +     'px' );
}

.messageBox {
	width: 400px;
	margin: 100px auto;
}

.messageBox .boxTop {
	width: 400px;
	height: 29px;
	clear: both;
	background: url(../images/message_bg.gif) no-repeat 0px -65px;
}

.messageBox .boxMiddle {
	width: 400px;
	clear: both;
	padding: 30px 0px;
	text-align: center;
	background: url(../images/message_y_bg.gif) repeat-y -400px 0px;
}

.messageBox .boxBottom {
	width: 400px;
	height: 5px;
	clear: both;
	overflow: hidden;
	background: url(../images/message_bg.gif) no-repeat 0px -100px;
}

.messageBox .boxTitle {
	height: 29px;
	line-height: 29px;
	float: left;
	margin-left: 8px;
	font-weight: bold;
}

.messageBox .messageContent {
	clear: both;
	line-height: 13px;
	padding: 0px 20px;
	margin-bottom: 40px;
}

.messageBox .messageContent .icon {
	width: 29px;
	height: 29px;
	line-height: 29px;
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1; *
	display: inline;
}

.messageBox .messageContent .warn {
	background: url(../images/message_bg.gif) no-repeat -60px -120px;
}

.messageBox .messageContent .success {
	background: url(../images/message_bg.gif) no-repeat -90px -130px;
}

.messageBox .messageContent .error {
	background: url(../images/message_bg.gif) no-repeat -120px -130px;
}

.messageBox .messageContent .messageText {
	line-height: 29px;
}

.detail-search-panel {
	background: #E2E9F9;
	border-bottom: 1px solid #CCCCCC;
	padding: 1px;
}

.productImageArea {
	height: 180px;
}

.productImageArea .example {
	width: 130px;
	height: 130px;
	float: left;
	margin-right: 10px;
	background: url(./images/input_bg.gif) no-repeat -270px 0px;
}

.productImageArea .prev {
	width: 8px;
	height: 130px;
	display: block;
	float: left;
	margin-right: 5px;
	outline: none;
	border: 1px solid #ededed;
	background: url(../images/input_bg.gif) -210px 0px #fafafa no-repeat;
}

.productImageArea .prev:hover {
	border: 1px solid #cccccc;
	background-color: #f3f3f3;
}

.productImageArea .next {
	width: 8px;
	height: 130px;
	display: block;
	float: left;
	margin-left: 5px;
	outline: none;
	border: 1px solid #ededed;
	background: url(./images/input_bg.gif) -240px 0px #fafafa no-repeat;
}

.productImageArea .next:hover {
	border: 1px solid #cccccc;
	background-color: #f3f3f3;
}

.productImageArea .scrollable {
	width: 502px;
	height: 130px;
	line-height: 130px;
	float: left;
	overflow: hidden;
	position: relative;
	border: 1px solid #cccccc;
}

.productImageArea .items {
	width: 20000em;
	position: absolute;
}

.productImageArea li {
	width: 90px;
	height: 90px;
	display: block;
	float: left;
	margin: 5px;
	text-align: center;
}

.productImageArea .productImageBox {
	position: relative;
}

.productImageArea .productImageBox .productImagePreview {
	width: 90px;
	height: 90px;
	line-height: 90px;
	color: #969696;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	filter: progid :   DXImageTransform.Microsoft.AlphaImageLoader ( 
		 sizingMethod =   scale );
	border: 1px solid #cfcfcf;
}

.productImageArea .productImageBox .productImagePreview:hover {
	border: 1px solid #ffc097;
}

.productImageArea .productImageBox .productImagePreview img {
	width: 90px;
	height: 90px;
}

.productImageArea .productImageBox .productImageOperate {
	width: 90px;
	height: 25px;
	display: none;
	padding-top: 3px;
	padding-left: 13px;
	position: absolute;
	top: 66px;
	left: 1px;
	z-index: 1;
	background: url(./images/product_image_operate_bg.png) no-repeat 0px 0px
		;
}

.productImageArea .productImageBox .productImageOperate .left {
	width: 19px;
	height: 19px;
	display: block;
	float: left;
	margin-right: 1px;
	overflow: hidden;
	outline: none;
}

.productImageArea .productImageBox .productImageOperate .right {
	width: 19px;
	height: 19px;
	display: block;
	float: left;
	margin-right: 1px;
	overflow: hidden;
	outline: none;
}

.productImageArea .productImageBox .productImageOperate .delete {
	width: 19px;
	height: 19px;
	display: block;
	float: left;
	overflow: hidden;
	outline: none;
}

.productImageArea .productImageBox .productImageUploadButton {
	width: 74px;
	height: 22px;
	line-height: 22px;
	display: block;
	overflow: hidden;
	position: relative;
	top: 97px;
	left: 0px;
	outline: none;
	cursor: pointer;
	border: none;
	background: url(./images/input_bg.gif) no-repeat 0px -60px;
}

.productImageArea .productImageBox .productImageUploadButton input {
	width: 74px;
	height: 22px;
	line-height: 22px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity =     0);
	font-size: 40px;
	direction: rtl;
	cursor: pointer;
}

.productImageArea .productImageBox .productImageUploadButton div {
	width: 74px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	cursor: pointer;
}

.smallpic {
	text-align: center;
	border: 1px #c33 solid;
	float: left;
	width: 30px;
	height: 30px;
	overflow: hidden
}

.editTable {
	background-color: #FFFFFF;
	font-size: 13px;
	border: 0px;
	width: 100%;
}

table.listTable tr:hover {
	background-color: #ffffd4
}

table.listTable th {
	height: 29px;
	line-height: 29px;
	text-align: left;
	background: url(./images/list_x_bg.gif) 0px -30px repeat-x;
}

.formButton {
	width: 64px;
	height: 25px;
	background: url(./images/exam/button_b.png) repeat;
	border: none;
	margin: 5px 0 0 8px;
	vertical-align: middle;
	cursor: pointer;
}

#JoinExamTemp {
	float: left;
	width: 500px;
	border: 1px solid #7baff0;
	background-color: #ffffff;
	height: auto;
	z-index: 200;
	opacity: 0.9;
}

#JoinExamTemp dl {
	float: left;
	width: 500px;
	text-align: center;
	margin-top: 10px;
	border-bottom: 1px #dddddd dashed;
}

#JoinExamTemp dl dt {
	float: left;
	width: 400px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-left: 10px;
    text-align: left;
}

#JoinExamTemp dl dd {
	float: right;
	width: 40px;
}

#JoinExam {
	float: left;
	width: 460px;
	background-color: #ffffff;
	height: auto;
	padding: 10px;
}

#JoinExam span {
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;
}

#JoinExam .l {
	float: left;
	width: 220px;
	text-align: center;
	margin-bottom: 10px;
}

#JoinExam .r {
	float: left;
	width: 230px;
}

#JoinExam .r ul li {
	float: left;
	width: 100%;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px #dddddd dashed
}

#JoinExam .body {
	float: left;
	width: 100%;
	background-color: #fafafa;
	height: auto;
	line-height: 26px;
}

#JoinExam .body .t {
	float: left;
	width: 100%;
	font-weight: bold;
}

#fullbg {
	position: absolute;
	cursor: pointer;
	background-color: Gray;
	display: none;
	z-index: 100;
	left: 0px;
	top: 0px;
	filter: Alpha(Opacity = 30);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.exstart {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: fixed;
	background-attachment:fixed;
	left:0px;
	bottom: 0px;
	z-index: 100;
	height: 35px;
	line-height: 35px;
	color: #3e3e3e;
	margin: 0px;
	padding:0px;
 	overflow:visible;
	background-color:#f2f2f2;
	background: url(./images/exam/bg_box_title.png) 0px 0px repeat-x;
}

#examAlert {
	float: left;
	width: 300px;
	border: 1px solid #7baff0;
	background-color: #ffffff;
	height: auto;
	z-index: 200;
	opacity: 0.9;
}

#examAlert dl {
	float: left;
	width: 300px;
	text-align: center;
	margin: 0px;
	border-bottom: 1px #dddddd dashed;
	height: 40px;
	line-height: 40px;
}

#examAlert dl dt {
	float: left;
	width: 200px;
	font-size: 16px;
	color: #333;
	margin-left: 10px;
    text-align: left;
}

#examAlert dl dd {
	float: right;
	width: 40px;
}

#alertContent {
	float: left;
	width: 260px;
	height: auto;
	padding: 10px;
	overflow:auto;
	line-height: 25px;
}
.lastTime{
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
	vertical-align:bottom;
}
