﻿

.link_report a:link {
	
	text-decoration: none
}

.link_report a:visited {
	
}

.link_report a:hover {
	text-decoration: underline;
}

.link_report a:active {
	
}

.darkgray_link
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: lighter;
	color: Gray;
}

.gridboxes
{
	width: 60px;
	font-size: 9pt;
}

.gridview
{
	padding: 5 5 5 5;
	font-family: Verdana, Arial;
}

.common_button {
	background-color: #F3F3F3;
	border: 1px solid #6f6f6f;
	height: 20px;
}

.resultsTD_left
{
	background-color: #D3D3D3;
}


.compare_report_link
{
	color: Black;
	text-decoration: none;
	
}

.compare_reports_button
{
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
	background-color: Transparent;
}

.compare_reports_button_hover
{
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
	
	background-color: Transparent;
	cursor: pointer;
}
