﻿body {
}
a:link, a:active, a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: darkblue;
	text-decoration: none;
}

a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: darkorange;
	text-decoration: none;
	font-weight: bold;
}
.panelmodal
{
	background-color: #ffffff;
	padding: 3px;
	width: 340px;
	border-right: #000099 1px solid;
	border-top: #000099 1px solid;
	border-left: #000099 1px solid;
	border-bottom: #000099 1px solid;
}
    
.modalbackground
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;    
}
