@CHARSET "UTF-8";

/*
===== table.exam ==========================================
*/

table.exam colgroup.colName {
	width: 22%;
}
table.exam colgroup.colNum {
	width: 10%;
	border-right: solid 10px #fff;
}

table {
margin-bottom:20px;
}

table.exam th {
	padding: 2px 0;
	background-color: #D4D6E5;
	color:#53565B;
	text-align: center;
	font-weight: bold;
}
table.exam td {
	padding: 2px 0;
	border-bottom: solid 1px #F4F4F8;
	text-align: center;
}


table.exam caption {
	
 padding-top:10px;
	padding-bottom:10px;						


	}


/*
===== table.sample ==========================================
*/

table.sample colgroup.colName {
	width: 26%;
	background:#FFF;	
}
/*table.sample colgroup.colSchool {
	width: 20%;
	background:#F4F4F8;
}*/
table.sample colgroup.colMission {
	width: 32%;
	/*background:#F4F4F8;*/
}

table.sample colgroup.colTeaching {
	width: 23%;
	border: solid 1px #ffffff;
	background:#FFF;
		}

table.sample  colgroup.colResult {
	width: 20%;
	border: solid 1px #ffffff;	
	/*background:#F4F4F8;*/
}

table.sample {





}

table.sample tr {


}

table.sample tr.r0 td {
	background-color: #f4f4f8;
}

table.sample td {
	padding:7px 5px;
	border: solid 1px #cccccc;
			text-align: center;
			vertical-align: middle;
}
table.sample td small {
	font-size: 0.9em;
}



table.sample caption {
			text-align: center;	
 padding-top:5px;
	padding-bottom:5px;			
	padding-left:10px;							
	color:#fff;
	background:#636996;				
	font-weight:bold;
	font-size:16px;
	line-height:1.6em;
	letter-spacing:0.1em;	
	border:none;	
	}

