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

/*a:link{
	color:#900 !important;
}*/

.performance {
	margin: 0;
	padding: 0 20px 20px;
	width: 75%;
	float: left;
	display: inline;
}


.performance h1 {
	margin-bottom: 15px;
	font-size: 124%;
	border-left: 5px solid #900;
	border-bottom: 1px solid #900;
}

.performance h2, .performance h3 {
	margin: 0;
	font-size: 116%;
}

.performance h4 {
	font-size: 100%;
	font-weight: normal;
}

.performance p {
	clear: both;
	line-height: 150%;
}

dl.plot {
	margin: 20px 0 20px 10px;
}

dl.plot dt {
	float:left;
	width: 220px;
	padding:10px 0;
	clear:both;
	display: inline;
}

dl.plot dd {
	font-size: 116%;
	color: #066;
	padding:10px 0;
	margin-left: 220px;
}

dl.detail {
	margin: 0;
	padding: 0;
	clear: both;
	border-bottom: 1px solid #999; 
	width:600px; 
	background: #ccc;
}  

dl.detail dt {  
	float:left;  
	width:120px;  
	padding: 5px;  
	clear:both;  
	font-weight:bold;
	background: #ccc;
	border-top: 1px solid #999;
}

dl.detail dd { 
	margin-left: 130px;
	padding: 5px;  
	background: #eee;
	border-top: 1px solid #999;
}

/*dl.detail dd a:link{ 
	color: #900 !important;
}*/

ul.ulleft {
	float: left;
	width: 180px; 
	padding: 5px;  
	background: #eee;
	display: inline;
	overflow:: hidden;
}

ul.ulright {  
	margin-left: 180px;
	padding: 5px;  
	background: #eee;
}

.performance p {
	padding: 10px;
}
