﻿body 
{
	width: 780px;
	margin-right:auto;
	margin-left:auto;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	background-color: white;
}

.topHeader
{
	height: 90px; 
	background-image: url(../images/web_header1.jpg);
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-top: solid 1px black;	
}

/******** Used for animation div ***********/
.flyOutPanel 
{
	display: inline; 
	width: 200px; 
	z-index: 100; 
	opacity: 0; 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); 
	font-size: 12px; 
	border: solid 1px #CCCCCC; 
	background-color: #FFFFFF; 
	padding: 5px;
	position: absolute;
	
}

.modalBackground
{
	background-color:#f5f5f5;
    filter:alpha(opacity=80);
    opacity:0.7;
}

.requiredField
{
	color: Red;
}

.masterTable
{
	width: 100%;
}

.contentDiv
{
	text-align:center;
	margin-right:auto;
	margin-left: auto;	
	color: Gray;
	padding-top: 20px;
}

.contentTable
{
	width: 100%;
	text-align: left;
	color: Gray;
}

.contentFooter
{
	width: 100%;
	font-size: 12px;
	font-family: Sans-Serif
}

.contentFooter A
{
	color: Silver;	
}

.sectionHeader
{
	text-align:center; 
	/*background-color: #3252B3; */
	background-image: url(../images/bg3.jpg);
	background-repeat: repeat-x;
	color: White; 
	font-weight: bold; 
	font-family: Verdana; 
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;	
	border-right: solid 1px black;
	border-left: solid 1px black;
	border-top: solid 1px black;
}

.sectionContent
{
	border: solid 1px black;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: Gray;
}

.sectionContent A
{
	color: Red;
}

.subTitles
{
	font-size: 12px;
	font-weight: bold;
}

.textBoxes
{
	background-color: #D5D5D5;
	border: solid 1px silver;
}
