/*

Main Width Override

*/
		#contentMain{
			
			width:960px;/* We have to get wider for IE6 */
		}
/*

Graph Styles

*/
		#bookDiv{
			margin-top:-14px;			
		}
		
		#bookDiv a img{
			float:left;
			border:none;
			/* IE6 requires the following WxH properties to be set, or else Scriptaculous can't fade the element in .. .. */
			width: 107px;
			height: 122px;
		}
		
		#bookDiv div.crowder{
			margin-right:15px;
		}


		#bookDiv p strong a, #bookDiv p strong a:visited{
			color:#d1100b;
			text-decoration:none;
		}
		
		#bookDiv h6{
			color:#d1100b;
			margin-top:0px;/* IE6 requires this or else it adds some magical top margin */
		}
		div.ag-graph-key{
			background:url(/images/peak-performance-test/graph/graph_left.png);
			border-top:1px solid #FFFFFF;
			float:left;
			height:178px;
			width:47px;
		}
		
		div.ag-graph{
			width:880px;
			height:178px;
			border-left:solid 1px #333333;
			border-right:solid 1px #333333;
			border-top:solid 1px #333333;
			border-bottom:solid 1px #333333;
			background:#ffffff url(/images/peak-performance-test/graph/graph2.png) repeat-x;
			background-position: bottom center;
			Font:normal 12px "Trebuchet MS";
		}
		
		.m-bar {
			cursor: pointer;
		}
		
		div.ag-dump{
			width:890px;
			height:178px;
			text-align:left;
			margin-left:10px;padding:0px;
			overflow:hidden;
		
		}
		
		div.ag-dump div{
			float:left;
			display:inline;
			width:70px;
			background:#cacaca url(/images/peak-performance-test/graph/bar2.png) /*repeat-y*/;
			font-size:1px;
			line-height:0.1em;
			filter:alpha(opacity=85);
			margin-right:18px;
			opacity:.85;
		}
		
		div.ag-head{
			height:50px;
			padding:10px;
			text-align:left;
			width:931px;
		}
		
		div.x-titles{
			width:890px;
			margin-left:2px;
			height:50px;		
		}
		
		div.x-title{
/*			width:72px;
*/
			width: 88px;
			float:left;
			display:inline;
			text-align:center;
			font-weight:bold;font-size: 12px;
			color:#000000;
			height:50px;
			/*margin-right:18px;*/
		}
		
		div.x-title a,		div.x-title a:visited{
			text-decoration:none;
		}
		
		div.ag-gLeft{
			/*float:left;
			display:inline;			
			margin:0px 10px 0px 0px;
			width:863px;*/
			display:inline;
			float:left;
			margin:0px 10px 0px 0px;
			width:863px;
			
		}
		
		
		div.ag-gSidebar{
			text-align:left;
			width:90px;
			float:left;
			height:178px;
			display:none;
			margin:0px 0px 0px 10px;
			border-left:solid 1px #acacac;
			padding:0px 10px 0px 10px;
			Font:normal 12px "Trebuchet MS";
		}
		
		
		div.ag-gSidebar h3{
			font:bold 20px "Trebuchet MS";
			margin:0px;padding:0px;
			border-top:solid 1px #414141;
			border-bottom:solid 1px #cacaca;
		}
		
		div.ag-gSidebar h4{
			font:bold 12px "Trebuchet MS";
			margin:0px;padding:0px;
			border-top:solid 1px #414141;
			border-bottom:solid 1px #cacaca;
			margin:10px 0px 0px 0px;
			display:none;
		}
		
		div.note-content{
			font:normal 10px "Trebuchet MS";
			display:none;
		}

/* Key Styles */
	span.heading{
		
		font-size:22px;
		font-weight:100;
		color:#d1100b;
	}
	
	/* Progress Bar Styles*/
	#progress_container {
		height:10px;
	}
	
	#progress {
		background-color: #F9D8A2;
		display:block;
		font-size:1px;
		height:18px;
		width:0px;
	}
	
	#score_graph {
		height:18px;
		width:900px;
	}
	
	#progress_container {
		border:1px solid #CCCCCC;
		border:1px solid #EFEFEF;
		float:left;
		height:18px;
		padding:2px;
		width:840px;
	}
	
	#min {
		float:left; 
		padding-top:2px;
		width:32px;
	}
	
	#max {
		float:right;
		width:15px;
	}
	
	
	
	/* Actual test styles */
	#test{
		height:300px;
	}
	
	#test div{
		padding:5px;
	}
	
	/*#test div p{
		color:#000000;
		float:left;
		width:80%;
		font-size:16px;
		font-weight:bold;
	}
	
	#test div div{
		float:right;
	}*/
	
	#test div div.clear{
		clear:both;
		float:none;
		padding:0px;
		margin:0px;
		height:1px;
	}
	
	
	.section{
		display:none;	
	}
	
	
	div.question p{
		color:#000000;
		float:left;
		width:80%;
		font-size:16px;
		font-weight:bold;
	}
	
	div.question div{
		float:right;
	}
	
	div.odd {background-color: #ffffff;}
	div.even {background-color: RGB(241,241,241);}
