@charset "utf-8";
/* CSS Document */


/* -------------------------------------
   table
---------------------------------------- */


#history{
	width:800px;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:20px;
	border-collapse: collapse;
}

#history th {  
	font-size:14px;
	font-weight:bold;
	margin:0; 
	padding:10px;
	vertical-align: top;
	white-space: nowrap;	
}  
#history td {  
	padding:10px;
	margin:0; 
}  

.cn{
	font-weight:bold;
	font-size:12px;
	white-space: nowrap;
	vertical-align: top;
}

.line{
	border-bottom:1px #CCCCCC solid;
	}
	
.red{
	color:#CC0000;
	}
	
.orange{
	color:#FF6600;
	}
	