@CHARSET "UTF-8";
/* 
 * Project : KGI - Road statistics Information system
 * Author  : p2corea@gmail.com
 * Copyright (c) 2010, KGI Corporation (http://www.kgi.co.kr)
 */

#SR_View {
	width:99%;
	margin:0px auto 0px auto;
	border:1px solid #D7D7D7;
	background-color:#FFFFFF;
}
#SR_View thead th {
	height:30px;
	padding:0px 5px 0px 5px;
	border:1px solid #D7D7D7;
	background-color:#EEEEEE;
	font-weight:bold;
	white-space:nowrap;
}
#SR_View tbody td {
	height:22px;
	padding:5px 5px 5px 5px;
	border:1px solid #D7D7D7;
	background-repeat:no-repeat;
	white-space:nowrap;
}
#SR_View .cLeft {
	text-align:left;
}
#SR_View .cRight {
	text-align:right;
}
#SR_View .cTotal {
	background-color:#FFFFEE;
}
#SR_View .cBlock {
	
}
#SR_View .cBlock:hover {
	background-color:#F0F0F0;
	cursor:pointer;
}
#SR_View .cZero {
	padding:50px;
	font-weight:bold;
	color:#3E86D7;
}
#GraphDiv {
	margin-top:30px;
}
