﻿

body, font, p, a, input, td, div, span
{
	font-family: Arial;
	font-size: 10pt;
}


h1
{
	font-weight:bold;
	font-size:18pt;	
	font-family:Arial;
}


h2
{
	font-weight:bold;
	font-size:14pt;
	font-family:Arial;
}

h3
{
	font-weight:bold;
	font-family:Arial;
}


a.leftnav { color: yellow; text-decoration: none; font-size:13px; }
a.leftnav:link {color: yellow; text-decoration: none; }
a.leftnav:visted {color: yellow; text-decoration: none; }
a.leftnav:hover {color: white; text-decoration: none; }
a.leftnav:active {color: white; text-decoration: none; } 


.formTableHeader
{

	font-weight:bold;
	font-size:10pt;
	height:25px;
	background-color:#C0C0C0;
}

th
{
	font-weight:bold;
	font-size:10pt;
}

.formTable
{
	background-color: #DCDCDC;
}

.formTableAlternating
{
	background-color: #D3D3D3;
		
}

.modalBackground
{
	background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}


.progressPanel
{
	
	width: 100%;
	height: 100%;
	left:0px;
	position: absolute;
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
     
}

.buttonText
{
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
}

.KeywordButton
{
	width: 150px;
}
