@charset "utf-8";
/* CSS Document */
@media PRINT {
* {
	display: none;
}
}

body.paper {
	background: url(../../images/exam/loading.gif) center 100px no-repeat;
}
body.result {
	background: url(../../images/exam/loading2.gif) center 100px no-repeat;
}
/* paper */
.paper {
	padding: 15px 0;
	background-color: #f8f8f8 !important;
}
.paper #main {
	width: 854px;
	margin:auto;
	padding: 0 13px;
	padding-left: 23px;
	_padding-left: 13px;
	border: none;
	background: url(../../images/exam/paperbg.gif) left 30px no-repeat;
}
.paper .content {
	display: block;
	float: none;
	width: 842px;
	padding: 15px 0;
	border: 1px solid #ccc;
	background: #fff;
}
.paper .content {
	_margin: 10px !important;
}
.paper h2, .paper .cardNum {
	height: 10px;
	_height: 0;
	margin: 0 10px;
	padding-bottom: 10px;
	font-size: 10.5pt;
	border-bottom: 1px solid #ccc;
}
.paper h2 {
	font-weight: normal;
	color: #333;
	text-align: right;
	border: none;
	background: none;
}
.paper .cardNum {
	margin-top: -20px;
	padding-left: 15px;
}
.paper .cardNum a {
	font-weight: bold;
	border: none;
}
.paper .cardNum a:hover {
	color: #f60;
}
.paper .remark {
	line-height: 1.5;
	margin: 0 10px;
	margin-top: 15px;
	padding-top: 10px;
	font-size: 10.5pt;
	text-align: center;
	border-top: 1px solid #ccc;
}
.paper .noPoint {
	font-size: 10.5pt;
	text-align: center;
}
.paper .noPoint a {
	color: #690;
	border: none;
	text-decoration: underline !important;
}
#record .content {
	width: 782px;
	padding: 15px 30px;
}
#record font {
	display: block;
	margin-top: 15px;
	font-size: 10.5pt;
}
#record font[color=orange] {
	color: #690;
}
#record font[color=red] {
	margin: 0;
	font-style: italic;
	color: #f90;
}
/* exampaper */
h1 {
	margin: 10px;
	padding: 5px;
	font-size: 12pt;
	text-align: center;
}
.exampaper h3, .exampaper dt, .exampaper ol, .exampaper .stem, .exampaper .button {
	margin: 10px;
	overflow:hidden;
}
.exampaper h3 {
	padding: 15px 5px 5px 80px;
	font-size: 10.5pt;
	font-weight: normal;
	color: #999;
	cursor: pointer;
}
.exampaper h3.A1 {
	padding-top: 5px;
	padding-bottom: 20px;
	border: none;
}
.exampaper h3 .num, #iframe h1 .num {
	position: absolute;
	margin-top: -1px;
	margin-left: -80px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12pt;
	color: #f90;
	text-align: center;
	border:#f90 1px solid;
	padding:3px 5px;
}
.exampaper .tips {
	display: none;
	position: relative;
	width: 45px;
	height: 24px;
	margin-top: -15px;
	margin-left: 730px;
	padding: 7px 0 0 18px;
	color: #fff;
	background-image: url(../../images/exam/papertipsbg.gif);
}
.exampaper ol {
	list-style: none;
}
.exampaper .stem {
	margin: 5px 20px;
	padding: 3px 0;
	color: #690;
	border: 1px dotted #690;
	border-right: none;
	border-left: none;
}
.exampaper .stem li {
	color: #690;
}
.exampaper dt {
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 9pt;
	font-weight: bold;
	color: #036;
}
.exampaper dt .num {
	display: block;
	float: left;
	width: 17px;
	height: 15px;
*margin-top: -2px;
	margin-right: 5px;
	font-weight: normal;
	color: #fff;
	background:url(../../images/exam/titlenumbg.gif) left 4px no-repeat;
}
.exampaper dd {
	clear: both;
	line-height: 2;
	margin-left: 26px;
	margin-right: 12px;
	font-size: 10.5pt;
	color: #666;
}
.exampaper ol.b1 dd {
	display: inline;
	clear: none;
	float: left;
	width: auto;
}
.exampaper dd input {
	display: inline;
	float: left;
	margin-top: 6px;
*margin-top: 1px;
	margin-right: 5px;
*margin-right: 2px;
}
.exampaper .code {
	margin: 0 10px;
	padding: 5px 0;
	padding-left: 10px;
	font-size: 10.5pt;
	border-top: 1px dotted #ccc;
	border-bottom: 1px solid #ccc;
}
.exampaper .code input {
	width: 100px;
	height: 18px;
	padding: 3px 2px;
	font-size: 10.5pt;
	font-weight: bold;
	color: #690;
	border: 1px solid #690;
}
.exampaper .code img {
	position: absolute;
*margin-top: 1px;
	margin-left: 5px;
*margin-left: 0;
}
.exampaper .code .message {
	position: absolute;
	margin-top: 5px;
	margin-left: 5px;
}
.exampaper .button {
	width: 200px;
	height: 30px;
	margin: 10px auto;
	padding: 2px;
	border: 1px solid #036;
	border-top-color: #999;
	border-left-color: #ccc;
}
.exampaper .button .examButton {
	width: 200px;
	height: 30px;
	font-size: 10.5pt;
	font-weight: bold;
	color: #fff;
	border: 1px solid #000;
	background-color: #036;
}
.exampaper .dbutton {
	width: 200px;
	margin:auto;
	margin-top:20px;
}
/* result */
table.result {
	width: 800px;
}
.result th, .result td {
	border: 1px solid #e6e6e6 !important;
}
.result th.professional {
	width: 173px;
}
.result th.total, .result th.have, .result th.lost {
	width: 115px;
}
.result tbody th {
	background: none;
}
.examresult {
	margin-top: 20px;
}
.examresult .A1, .examresult .X {
	margin-bottom: 20px;
}
.examresult dd {
	margin-left: 30px;
	color: #ccc;
}
.examresult dd label {
	padding-left: 5px;
}
.examresult dd.correct {
	_display: inline;
	float: left;
	line-height: 25px;
	padding-right: 50px;
	color: #fff;
	text-decoration: none;
	background: #9cf url(../../images/exam/correct.gif) right -25px no-repeat;
}
.examresult dd.correct label {
	display: block;
	background: url(../../images/exam/correct.gif) left top no-repeat;
}
.examresult ol.b1 dd.correct {
	width: 38px;
	margin: 0 -4px 0 20px;
	padding: 0;
	text-align: center;
	background: url(../../images/exam/correct2.gif) 2px center no-repeat;
}
.examresult ol.b1 dd.correct label {
	padding: 0;
	background: none;
}
.examresult dd.right, .examresult dd.half, .examresult dd.wrong,.examresult dd.solution {
	padding-left:30px;
	color:#666;
	text-decoration:none;
	background-position:5px center;
	background-repeat:no-repeat;
}
.examresult dd.right {
	background-image: url(../../images/exam/right.gif);
}
.examresult dd.half {
	background-image: url(../../images/exam/half.gif);
}
.examresult dd.wrong {
	background-image: url(../../images/exam/wrong.gif);
}
.examresult dd.solution {
	background: url(../../images/exam/solution.png) no-repeat 6px 6px;
}
/* report */
tr.report td {
	background-color: #f2f2f2;
}
/* start */
.notice h3 {
	border: none;
}
.notice ol {
	width: 550px;
	margin-left: 80px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-left: 35px;
}
.notice li {
	line-height: 1.5;
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 10.5pt;
}
#start .button {
	margin-bottom: 100px;
}
.error {
	line-height: 400px;
	margin-bottom: 10px;
	font-size: 10.5pt;
	text-align: center;
	color: #f00;
}
/* model & iframe */
#model h3 {
	margin-top: 30px;
	text-align: center;
}
iframe {
	overflow: hidden;
	width: 810px;
	height: 600px;
	margin: 15px;
	border: 1px solid #ccc;
}
#iframe {
	padding: 15px;
	text-align: left;
}
#iframe h1, #iframe h2, #iframe .stem {
	width: 750px;
}
#iframe h1 {
	margin-left: 80px;
	padding: 0;
	font-weight: normal;
	text-align: left;
	border: none;
}
#iframe h2 {
	font-size: 200%;
	font-weight: normal;
	text-align: right;
}
#iframe dt {
	margin-left: 30px;
}
#iframe .start {
	width: 120px;
	margin-top: 30px;
	margin-left: 326px;
	line-height: 1.5;
	font-size: 10.5pt;
}
#iframe .next {
	margin-left: 30px;
}
#iframe .next input {
	width: 100px;
}
#submit {
	width: 780px;
}
#submit h3 {
	color: #666;
}
#submit p, #submit .makesure {
	margin-left: 65px;
}
#submit .code {
	margin: 10px 65px;
}
/* ability */
textarea {
	width: 600px;
	height: 120px;
	margin-left: 15px;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: 1px solid #036;
}
#ability h3 {
	padding-left: 0;
	cursor: auto;
}
#ability .file {
	margin-bottom: 10px;
	margin-left: 15px;
	font-size: 10.5pt;
}
#ability ol {
	margin-left: 35px;
}
#ability .exampaper li {
	list-style-position: outside;
	list-style-type: decimal;
}
#ability .code {
	margin-top: 10px;
	padding-left: 40px;
}
#ability ol label {
	display: block;
	margin: 5px 0;
	font-size: 10.5pt;
}
#ability #standard {
	color: #690;
}
.on-line {
	font-size:12px;
	text-decoration:overline;
	padding:0 2px;
}
.box {
	clear: both;
	zoom: 1;
}
.btpre {
	width:103px;
	height:38px;
	background:url(../../images/exam/paper_icon/question.jpg) 0 0 no-repeat;
}
.btnex {
	width:103px;
	height:38px;
	background:url(../../images/exam/paper_icon/question.jpg) 0 0 no-repeat;
	border:0;
}
.btexa {
	width:166px;
	height:46px;
	background:url(../../images/exam/paper_icon/exam_paper_submit.jpg) 0 0 no-repeat;
	border:0;
	font-size:0px;
}

.close {
	line-height: 350px;
	font-size: 10.5pt;
	font-weight: bold;
	color: #c03;
	text-align: center;
}

ol ol {
	padding-left: 0;
}

/* time */
#time {
	position: absolute;
	*top: 50px;
	*left: 10px;
}
#time p.tt {
	margin-bottom: 5px;
	font-size: 10.5pt;
	color: #999;
}
#time p.ts {
	margin: 0;
	font-size: 250%;
	font-family: "MS Serif", "New York", serif;
}
#time p.ts span {
	display: block;
	float: left;
}
#time p.ts span.sm, #time p.ts span.ss {
	width: 70px;
	padding-right: 5px;
	border: 1px solid #000;
}
#time p.ts span.ss {
	width: 50px;
	margin-left: 5px;
}
body {
	_height: 100%;
}
#showBg, #showTips {
	display: none;
}
#showBg {
	position: fixed !important;
	_position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	_top: expression(eval(document.compatMode &&  document.compatMode=='CSS1Compat') ?  documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 : document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
	left: 0;
	background-color: #666;
	opacity: 0.5;
	*filter: alpha(opacity=50);
}
#showTips {
	position: fixed !important;
	_position: absolute;
	z-index: 2;
	width: 300px;
	line-height: 120px;
	top: 50%;
	_top: expression(eval(document.compatMode &&  document.compatMode=='CSS1Compat') ?  documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 : document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);
	left: 50%;
	margin-top: -60px !important;
	margin-left: -150px !important;
	font-size: 10.5pt;
	text-align: center;
	border: 1px solid #000;
	background-color: #fff;
}

