﻿.Header1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #d4340c;
	text-align: center;
	width: 100%;

}
.Header2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: White;
    background-color: #0e2b8d;
    padding-left: 5px;    
}
.FooterRow
{
    background-color: Gray;
}
.LowerPanel
{
    border-top-style: solid;
    border-top-width: thin;
    border-top-color: #000000;
}
.ContentArea
{
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.GeneralContent
{
    font-family: Arial, Helvetica, sans-serif;
}
.GridViewHeader
{
	background-color: #0e2b8d;
}
.ContentPanel
{
	Width: 750px;
}
.ContentLowerPanel
{
	Width: 750px;
	border-style:solid;
	border-width:1px;
	border-color:Silver;	
}
.ContentAlternateRow
{
	background-color: #CCCCCC;
}
