/* Graph */
#graph_caption{
	margin: 			0px 0px 0px 50px;
}
#statistics .type_header{
	padding:			0px 0px 5px 0px;
}
#statistics #graph{
	padding:			5px;
	border:				1px solid #666666;
	margin:				0px 0px 0px 0px;
	height:				120px;
}
#statistics #graph_statistics{
	padding:			5px;
	border:				0px solid #666666;
	margin:				0px 0px 0px 0px;
	height:				120px;
}
#statistics .column{
	float:				left;
	width:				55px;
	background-color:	#999999;
	margin-right:		5px;
}
#statistics .column_label{
	text-align:			center;
	float:				left;
	width:				55px;
	background-color:	#d6d6d6;
	margin:				2px 5px 0px 0px;
}

/* column_small */
#statistics .column_small{
	float:				left;
	width:				15px;
	background-color:	#999999;
	margin-right:		5px;
}
#statistics .column_small_label{
	text-align:			center;
	float:				left;
	width:				15px;
	background-color:	#d6d6d6;
	margin:				2px 5px 0px 0px;
}

/* column_small */
#statistics .column_medium{
	float:				left;
	width:				40px;
	background-color:	#999999;
	margin-right:		5px;
}
#statistics .column_medium_label{
	text-align:			center;
	float:				left;
	width:				40px;
	background-color:	#d6d6d6;
	margin:				2px 5px 0px 0px;
}
#statistics .label_spacer{
	text-align:			center;
	float:				left;
	width:				50px;
	margin:				2px 2px 0px 0px;
	background-color:	#d6d6d6;
}
#statistics .graph_footer{
	clear:				left;
}
#statistics #grade{
	float: 				left;
}
#statistics .grade_level{
	text-align:			center;
	height:				18px;
	width:				50px;
	margin:				0px 2px 2px 0px;
	background-color:	#d6d6d6;
}

/* hide the background color on the links */
#statistics #graph a,#graph_statistics a{
	background-color:	#d6d6d6;
}

/* Horizontal Graph */
#statistics #grade_horizontal{
	height:				25px;
}
#statistics .grade_level_horizontal{
	float:				left;
	text-align:			right;
	height:				18px;
	width:				97px;
	margin:				0px 0px 0px 0px;
	padding:			2px 2px 0px 0px;
	background-color:	#d6d6d6;
	border:				1px solid #999999;
	border-left:		0px solid #999999;
}
#statistics .column_horizontal{
	height:				20px;
	background-color:	#999999;
	margin-right:		5px;
	margin:				0px 0px 2px 0px;
}
#statistics .column_label_horizontal{
	text-align:			right;
	width:				150px;
	height:				20px;
	background-color:	#ffffff;
	margin:				0px 0px 2px 0px;
	padding:			0px;
}
#statistics .horizontal_column1{
	float:				left;
	width:				150px;
	padding:			25px 0px 0px 0px;
}
#statistics .horizontal_column2{
	float:				left;
	margin:				0px 0px 0px 5px;
}

/* Statistics */
#statistics .years{
	margin:				0px 0px 0px 0px;
	float:				left;
	text-align:			right;
	background-color:	#ffffff;
	width:				50px;
	height:				175px;
	overflow:			hidden;
}
#statistics .statistics{
	margin:				0px 0px 0px 0px;
	float:				left;
	background-color:	#ffffff;
	padding:			0px 0px 0px 0px;
	border-top:			1px solid #999999;
	border-right:		1px solid #999999;
	border-bottom:		1px solid #999999;
	width:				700px;
	height:				175px;
	overflow:			auto;
}
#statistics .statistics_content{
	padding:			10px;
}

/* year */
#statistics .year{
	background-color:	#ffffff;
	padding:			5px 5px 5px 5px;
	border-right:		1px solid #999999;
}
#statistics .year:hover{
	cursor:				pointer;
	background-color:	#ffffff;
}

#statistics .year_filler{
	background-color:	#ffffff;
	height:				175px;
	border-right:		1px solid #999999;
}

/* current_year */
#statistics .current_year{
	background-color:	#ffffff;
	padding:			5px 5px 5px 5px;
	border-top:			1px solid #999999;
	border-right:		0px solid #999999;
	border-bottom:		1px solid #999999;
	border-left:		1px solid #999999;
}
#statistics .current_year:hover{
	cursor:				pointer;
	background-color:	#ffffff;
}