@charset "UTF-8";
@import url(common.css);

body {
	background: white url(../images/background.gif) repeat-x top left;
}

a.operation {
	color: OrangeRed !important;
	font-weight: normal !important;
	font-size: small !important;
}

a.operation:hover {
	background-color: OrangeRed !important;
	color: white !important;
}

th {
	text-align: right;
}

.title {
	font-size: 150%;
	font-weight: bold; 
	color: #37b;
	margin-bottom: 16px;
}

#header {
	color: white;
	padding: 5px;
	text-align: left;
	width: 800px;
	margin: 0 auto;
	font-size: 90%;
}

#header h1 {
	margin: 3px;
	padding: 2px;
	display: inline;
	font-size: small;

}

#header h2 {
	margin: 3px;
	padding-left: 7px;
	display: inline;
	font-size: x-small;
	border-left: 12px double white;
	font-weight: normal;
}

#header a {
	color: white;
	text-decoration: none;
}

#header a:hover {
	background-color: #ff9;
	color: #333;
}

#footer {
	padding: 5px;
	text-align: left;
	width: 800px;
	margin: 0 auto;
	font-size: 90%;
 	top:500px;
 }

#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	background-color: #ff9;
	color: #333;
}



#contents {
	background-color: white;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid CornflowerBlue;
	font-size: small;
	margin-top:0px;
}

#contents a:hover {/*
	background-color: slateblue;
	color: white;*/
	background-color: #ffa;
	color: slateblue;
	border: 0;
}


#side {
	float: right;
	padding: 6px;
	margin-top: 1em;
	width: 180px;
}

#left_side {
	padding: 6px;
	margin-top: 1em;
	width: 180px;

	float: left;
}

.side_menu {
	border: 1px solid CornflowerBlue;
	margin-bottom: 1.5em;
}

.side_menu h2 {
	font-size: small;
	background-color: white;
	color: CornflowerBlue;
	padding: 2px 5px;
	border-bottom: 1px dashed CornflowerBlue;
}

.side_menu ul {
	display: block;
	list-style-type: none;
	padding: 8px;
}

#main {
	float: left;
	margin: 8px 8px;
	width: 560px;
}
#main2 {
	float: left;
	margin: 8px 8px;
	width: 400px;
}

#category {
	float: top;
	background-color: aliceblue;
	width: 100%;
}

#category div.div_clear {
	height: 0;
	/*
	display:none;
	*/
}

#category ul {
	list-style-type: none;
	
}

#category li.cat_s {
	float: left;
}

#category li.cat_s a {
	display: block;
	float: left;
	padding: .5em 1em;
	/*
	padding: .5em;
	font-weight: bold;
	*/
	text-decoration: none;
	color: white;
	white-space: nowrap;
}

#category li.cat_s a.disable {
	color: silver;
	background-color: aliceblue;
	font-size: small;
}

#category li.cat_s a:hover {
	color: #333;
	background-color: #ffa;
}

#navi {
	line-height: 2em;
	margin-bottom: 1.5em;
}

#navi h1 {
	font-weight: normal;
	font-size: 130%;
	border-bottom: 1px dashed gray;
}

#list_unprocessed {
	margin-bottom: 30px;
}

#list_unprocessed li {
	list-style: none;
	margin: 1em;
	font-size: 80%;
	display: block;
	clear: both;
}


a.unprocessed {
	font-weight: bold;
	font-size: large;
	text-decoration: none;
	border-bottom: 1px solid;
	margin-left: 1em;
}

#list_processed {

	color: DimGray;
}

#list_processed table {
	margin-left: 7em;
	border-left: 2px solid #ddd;
	font-size: 80%;
}

#list_processed td {
	padding: 3px;
}

a.processed {
	font-size: small;
	text-decoration: none;
	border-bottom: 1px solid;
}

.subject {
	color: slateblue;
	font-weight: bold;
	padding: 0 .5em 0 1em;
	background-color: aliceblue;
}

.progress {
	text-align: center;
}

.progress  span.arrow {
	font-size: 300%;
	line-height: 1.1em;
	color: steelblue;
}

.progress  span.point {
	font-size: 700%;
	line-height: 1.1em;
	color: steelblue;
}

.progress  span.focus {
	color: orange;
}

.progress  span.done {
	color: #eee;
}

.input_big {
	font-size: large;
	font-weight: bold;
	padding: 5px;
	margin: 0 0 10px 0;
}

.input_mid {
	font-size: medium;
	font-weight: normal;
	padding: 3px;
	margin: 0 0 10px 0;
}

.console {
	text-align: center;
}

.console table {
	border: 1px dotted gray;
	width: 500px;
}


.console th {
	padding-left: 10px;
	width: 60px;
}

.console td {
	text-align: left;
	padding-right: 10px;
	font-size: medium;
}

#answer_right {
	color: mediumblue;
}



#exams {
	margin-top: 30px;
}

.exam {
	background: transparent url(../images/frame_tr.gif) no-repeat scroll top right;
}

.exam_focus {
	background-image: url(../images/frame_tr_first.gif);
}

.exam h1 {
	padding: 5px 20px 5px 20px;
	font-size: small;
	background: transparent url(../images/frame_tl.gif) no-repeat scroll top left;
}

.exam_focus h1 {
	background-image: url(../images/frame_tl_first.gif);
}

.exam_body {
	padding: 0 20px;
}

.exam_body table {
	width: 450px;
	background-color: white;
}

.exam_body td, .exam_body th {
	padding: 3px;
}

.answer_right_saved {
	color: mediumblue;
	background-color: #ffa;
}





.cat_b_0 {
	background-color: #bbb;
}
.cat_b_1 {
	background-color: #8b8;
}

.cat_b_2 {
	background-color: #88b;
}

.cat_b_3 {
	background-color: #b88;
}

.cat_b_4 {
	background-color: #bb8;
}

.cat_b_5 {
	background-color: #b88;
}


.cat_c_0 {
	color: #888;
}

.cat_c_1 {
	color: #585;
}

.cat_c_2 {
	color: #558;
}

.cat_c_3 {
	color: #855;
}

.cat_c_4 {
	color: #885;
}

.cat_c_5 {
	color: #855;
}


.cat_s_1 {
	font-size: large;
	background-color: #8b8;
}

.cat_s_2 {
	font-size: large;
	background-color: #88b;
}

.cat_s_3 {
	font-size: large;
	background-color: #b88;
}

.cat_s_4 {
	font-size: large;
	background-color: #bb8;
}

.cat_s_5 {
	font-size: large;
	background-color: #b88;
}

.opinion_answer {
	margin-left:15px;

}

.opinion {
	border: 1px solid CornflowerBlue;
	margin-bottom: 1.5em;
}

.opinion h3 {
	margin-top:10px;
	font-size: small;
	background-color: white;
	padding: 2px 5px;
}

.opinion h2 {
	font-size: small;
	background-color: white;
	color: CornflowerBlue;
	padding: 2px 5px;
	border-bottom: 1px dashed CornflowerBlue;
}

.opinion ul {
	display: block;
	padding: 10px;
	color:black;

}

.opinion li {
	font-weight: bold;
	list-style-type: square;
	color:CornflowerBlue;
	list-style-position: inside;
}
.opinion_answer ul {
	display: block;
	padding: 0px;
	padding-left: 10px;
	color:black;
}

.opinion_answer li {
	font-weight: normal;
	list-style-type: disc;
	color:black;
	list-style-position: inside;
}


.text_error { 
    color: #F60;
    font-size:12px;
}
.form {
	background-color:#fff;
	color:#333;
/*
	font:90% "ï¼­ï¼³ ã‚´ãqŽµãƒr¥ÒŽ­";
*/
	border: 1px solid #f60;
}

.eula {
	width: 500px;
	height: 400px;
	border: 1px solid #888;
	padding: 4px 4px;
	margin: 10px;
	overflow: auto;
}
.eula h1 {
	font-size: large;
	font-weight: bold;
	color: CornflowerBlue;
	margin: 0;
}
.eula h2 {
	font-size: medium;
	font-weight: bold;
	margin: 16px 0 8px 0;
	border-bottom: 1px dotted #888;
}
.eula h3 {
	font-size: small;
	font-weight: normal;
	margin: 8px 0 4px 10px;
}
.eula p {
	font-size: small;
	font-weight: normal;
	margin: 4px 0 4px 20px;
}
.eula li {
	font-size: small;
	font-weight: normal;
	margin-left: 46px;
}

.description {
/*
	width: 500px;
*/
	margin: 10px;
}
.description2 {
	width: 370px;
	margin: 10px;
}

.description p {
	margin: 10px;
}
.description div.p {
	margin: 14px 0;
}
.description ul {
	margin-left: 10px;
}


.description2 p {
	margin: 10px;
}
.description2 div.p {
	margin: 14px 0;
}
.description2 ul {
	margin-left: 10px;
}



.confirm_buttons {
	width: 500px;
	text-align: center;
}
.confirm_buttons input {
	margin: 10px;
}

.login_form {
	margin: 6px;
}
.login_form table {
}
.login_form input[type="text"], .login_form input[type="password"] {
	padding: 0;
	margin: 2px;
	font-size: small;
	height: 1.5em;
}

