﻿body 
{
	background: #C0C0C0;
	width:99%;
	font: 12px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

.headerTitle
{
    height: 93px; 
    color: White;
    background-image: url(Images/TitleBg.JPG);
    vertical-align: middle; 
    text-align: center; 
}
.hidden
{ 
    display:none;
}
#footer
{
    height: 15px; 
    color: white; 
	font-size: 10px;
    background-image: url(Images/TitleBg.JPG);
    /* background-color: #4A55DE; */
    border: solid 1px black;
    vertical-align: middle;
    text-align: right;
}
.sectionGap
{
	height:3px; 
	background: #C0C0C0;
}
#tblHeaderStatusBar
{
    width: 100%;
    height: 15px; 
    color: Black; 
	font-size: 10px;
	font-weight:bold;
    background-color: White;
} 
#tblHeader
{
    width: 100%;
}    
.title 
{
	font-size: 26px;
	font-family:Georgia;
}  
.Label
{
    text-align:right;
}
.HiddenLabel {
    text-align: right;
    display: none;
}
.TextBox
{
    font-family:Arial;
}
.tableDef
{
background-color:#f0f8ff;
top:25px;
width:100%; 
border-width:1px;
border-style:solid;
border-color:#6788BE;
}

.tableButton
{
 border-top-style:none;
 border-left-width:1px; 
 border-left-color:#6788BE;
 border-left-style:solid;
 border-right-width:1px;
 border-right-color:#6788BE;
 border-right-style:solid;
 border-bottom-style:solid;
 border-bottom-color:#6788BE;
 border-bottom-width:1px;
 background-color:#f0f8ff; 
 width:100%;
 top:25px;
}

.tableEditFormTemplate
{
    border:solid 1px;
    border-color:#6788BE;
    background-color:#f0f8ff; 
}

.errorMessageDiv
{
	color:Yellow ;
	font-weight:bold;
	text-align:center;
	border: solid 1px red;
    background-color:ThreeDShadow;
	padding: 2px 2px 2px 2px;
	margin-bottom: 10px;
}

.messageDiv
{
	color:white ;
	font-weight:bold;
	text-align:center;
	border: solid 1px Yellow;
    background-color:ThreeDShadow;
	padding: 2px 2px 2px 2px;
	margin-bottom: 10px;
}

.tableHead
{
    font-weight:bold;
    text-align:left;
    color:HighlightText;
}

a.button, a.buttonDis {
display: block;
background-color: #0073BC ;
background-image: none ;
background-repeat: no-repeat;
width: 132px;
height: 23px;
margin: 5px auto;
padding: 5px 0 0 0;
text-align: center;
font-family: Calibri, Helvetica, Calibri, Arial, sans-serif;
font-size: small;
font-weight:bold;
text-decoration: none;
}

a.button:link, a.button:visited {
color: #FFFFFF;
}

a.button:hover, a.button:active {
background-color: #8AABD8 ;
color: #000000 ;
}

.GridFirstChild
{
     background:SlateGray;
}

.GridSecondChild
{
}
.Custom .GridRow_WebBlue
{
    background:none; 
}

.Custom .GridAltRow_WebBlue 
{  
    background: none AliceBlue;  
}
  
.Custom .SelectedRow_WebBlue
{  
    background:none Silver;  
}
  
.Custom .GridRowOver_WebBlue
{  
    background:none AliceBlue;  
}  

.loginHeader
{
	 text-align:center; 
	 font-weight: bold; 
	 color: white; 
	 background-color: #2D3D4E;
}

.login
{
    background-color:#f0f8ff;
    border-color:Black;
    border-style:solid;
    border-width:1px;
    font-size:10pt;
    font-family:Helvetica;
    
}
.centered {
 position: absolute;
 top: 25%;
 left: 25%;
 width: 50%;
 height: 50%;

} 

