﻿.modalBackground {
	background-color:Black;
	filter:alpha(opacity=50);
	opacity:0.3;
    z-index: 1;
}
.modalPopup {
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:black;
	padding-bottom:10px;
	width:465px;
	height:370px;
	z-index: 100001;
}

.registo
{
    font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: lighter;
	color: Black;
}

.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;
}

