﻿body
{
	background-position: center top;
	font-family: Tahoma;
	font-size: 10pt;
	background-repeat: no-repeat;
	background-color: #D9D9D9;
	background-image: url('../Images/body_bg.jpg');
}

.layoutTable
{
	border-style: solid;
	border-width: 3px;
	border-color: #00477F;
}

.menuBar
{
	background-color: #D9D9D9;
	
}

.menu
{
	color:White;
}

.sectionHeader
{
	background-color: #00477F;
	font-weight: bold;
	font-size: 12pt;
	color: White;
	text-align: center;
}

.formTable
{
	border: 3px solid #00477F;
	padding-bottom:5px;
	width: 100%;
	background-color: White;
}

.formTableFixed
{
	border: 3px solid #00477F;
	padding-bottom: 5px;
	width: 500px;
	background-color: White;
}

.formHeader
{
	background-color: #015F9D;
	font-weight: bold;
	font-size: 12pt;
	color: White;
	text-align: center;
}

.formFooter
{
	background-color: #CCCCCC;
}

.label
{
	font-weight: bold;
	text-align: left;
	background-color: #D9D9D9;
    width: 30%;
}

.input
{
	font-weight:normal;
	text-align:left;
}

.errorMessage
{
	color: #9C231B;
}

.gridHeader
{
	font-weight:bold;
	font-size:10pt;
	background-color: #D9D9D9;
	text-align:left;
}

.gridRow
{
	text-align:left;
}

.gridAltRow
{
	text-align:left;
	background-color: #E1EBFA;
}

.readMore
{
	font-style:italic;
}

.articleDate
{
	font-style:italic;
}

.ModalPopupBG
{
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.progressUpdate
{
	position:fixed;
	height:auto;
	width:auto;
	left:45%;
	top:40%;
}