﻿body
{
	font-size: 11pt;
	color: black;
	font-family: 'Microsoft Sans Serif' , Calibri, Arial;
	text-decoration: none;
}

a.linkBlackHover:hover
{
	color: Black;
	padding-bottom: 2px;
	padding-top: 2px;
}

a.linkButton
{
	border-right: #507cd1 1px solid;
	border-top: #507cd1 1px solid;
	border-left: #507cd1 1px solid;
	border-bottom: #507cd1 1px solid;
	color: #284E98;
	background-color: White;
	font-family: Verdana;
	font-size: 0.8em;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}

a.linkButton:hover
{
	background-color: #ffff99;
}


.Button
{
	border-right: #507cd1 1px solid;
	border-top: #507cd1 1px solid;
	border-left: #507cd1 1px solid;
	border-bottom: #507cd1 1px solid;
	color: #284E98;
	background-color: White;
	font-family: Verdana;
	font-size: 0.8em;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}

.Button:hover
{
	background-color: #ffff99;
}

.GridHover:hover
{
	background-color:Fuchsia;
}

a.linkStandard
{
	font-size: 11pt;
	color: blue;
	font-family: 'Microsoft Sans Serif' , Calibri, Arial;
}

a.linkStandard:hover
{
	font-weight: bold;
	color: black;
}

a.linkTitle
{
	background-image: url(media/titleGradient.jpg);
	background-repeat: repeat-x;
	font-family: Calibri;
	padding-left: 5px;
	color: #0000ff;
	text-decoration: none;
	width: 100%;
	font-size: medium;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

a.linkTitle:hover
{
	background-image: url(media/titleGradientHover.jpg);
	background-repeat: repeat-x;
	width: 100%;
}

.head1
{
	background-image: url(media/titleGradient.jpg);
	background-repeat: repeat-x;
	font-family: 'Microsoft Sans Serif' , Calibri, Arial;
	padding-left: 5px;
	color: #0000ff;
	font-size: 11pt;
	text-decoration: none;
}

.bottomBar
{
	background-image: url(media/blueGlass.jpg);
	background-repeat: repeat-x;
	background-color: #0000ff;
}

.masterHeadGrad
{
	background-image: url(media/masterHeadGrad.png);
	background-repeat: repeat-y;
	background-color: black;
}

.masterBack
{
	background-image: url(media/bg_blue.gif);
}

.masterBarGrad
{
	background-image: url(media/barGrad.png);
	background-repeat: repeat-x;
	background-color: #97cbfd;
}

.progressBackgroundFilter 
{
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000; 
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000;     
}