﻿html
{
	height:100%;
	}
body 
{
	height:100%;
	background-color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:15ex;
	margin-right:15ex;
	font-family:Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

table
{
	height:100%;
	}
.body2 {
	background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family:Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.margintd
{
	padding-right: 10%; 
	padding-left: 105;
	}
.whitediv
{
	background-color: #ffffff;
	}
.body_text {
	font-family: Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5A5A5A;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
}
.TinyH1
{
	font-size:10px;
	color:#5A5A5A;
	font-weight:normal;
	
	}
.MyH1
	{
	font-family:Arial;
	color: #5A5A5A;
	font-size: 28px;
	font-style: normal;
	line-height: 30px;
	font-weight:bold;		
		}
.TitleH1
	{
	font-family:Arial;
	color: #5A5A5A;
	font-size: 40px;
	font-style: normal;
	line-height: 30px;
	font-weight:bold;		
		}
.MyH2
	{
	font-family: Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5A5A5A;
	font-size: 20px;
	font-style: normal;
	line-height: 18px;
	font-weight:bold;		
		}
.MyH3
	{
	font-family: Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5A5A5A;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight:normal;		
		}
		
.body_text_green {
	font-family: Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:Green;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
}
	
.body_text_news_item {
	font-family: Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:Green;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
}
.body_text_news_header {
	font-family: Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2D2D2D;
	font-size: 10px;
	font-style: normal;
	line-height: 10px;
}
.body_text_Light {
	font-family: Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2D2D2D;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
}
.sub_header {
	font-family:Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
}
.main_header {
	font-family:Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #480073;
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
	line-height: 30px;
}

.small_text {
	font-family:Georgia, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
}
.AutoComplete
{ z-index:1;
	}

.WizardStyle
{
	background-color: #f5f5f5;
	border-color:Silver;
	border-style:solid;
	border-width:thin;	
}

.Grid 
{
	border: solid 1px #FFFFFF; 
	width: 80%;
}
.Grid td
{
/*	border: solid 1px #FFFFFF;
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	text-align: center;*/
}
.GridHeader
{
	font-weight: bold;
	background-color: #adadad;
	color:White;
	text-align:left;
}
.GridItem
{
	background-color: #e6e6e6;
}

.GridAltItem
{
	background-color: #DCDCDC;
}
.progressBackgroundFilter 
{ 
  position:absolute; 
  top:0px; 
  bottom:0px; 
  left:0px; 
  right:0px; 
  overflow:hidden; 
  padding:0; 
  margin:0; 
  background-color:#000;  
  z-index:1000; 
} 
.processMessage 
{  
  position:absolute;
  top:30%;  
  left:43%; 
  padding:10px; 
  width:14%; 
  z-index:1001; 
  background-color:#ffffff; 
} 
TABLE.tabulardata {
    BACKGROUND-COLOR: #74aefa;
}
TABLE.tabulardata TR {
    BACKGROUND-COLOR: white;
}
TABLE.tabulardata TH {
    BACKGROUND-COLOR: blue;
    PADDING:4px;
}
TABLE.tabulardata TD {
    PADDING:4px;
}
.Butt
{
	border-color:#a5a5a5;
	background-color:#ffffff;
	border-style:solid;
	color:#333333;
	border-width:thin;
	}