/*
 * This stylesheet contains any style data which is _not_ dependent on the theme
 *
 *
*/

/*
 * Popup Div
 */

div.StandardPopup
{
	visibility: hidden; 
	position: absolute; 
	border-style:solid; 
	border-width: 2px; 
	padding: 10px 10px 10px 10px; 	
	background-color: White;
}


/* Metrics Stuff */

.Metrics table
{
	width: 820px ! important;
	margin-left: 20px; /* Indent tables */	
} 

.Metrics h2
{
	border-bottom: none ! important;	
	margin-top: 20px;
	margin-bottom: 7px;
}

.Metrics h2 img /* Category heading images */
{
	margin-right: 5px;
	vertical-align: middle;
	margin-bottom: 2px;
}

.Metrics img.Chart
{	
}