html,
body,
table,
td,
th,
input,
textarea,
select
{
  font-family:Verdana, Tahoma, sans-serif;
  font-size:8pt;
}

.RadButton.rbButton.css3Shadows {
	border: 0;
	border-radius: 5px;
	box-shadow: 1px 2px 5px #666;
}

.InlinePanels div  
{  
    display:inline; 
}  

.Portal_body
{
	background-color: white;
	text-align: center;
}

td.Text 
{
	line-height:14px;
}

a:link 
{
	color:black;
}

a:hover 
{
	color:#FFAB29;
}

a.black
{
    color:#000000;
}
    
a:visited 
{
	color:black;
}

.Bgnd_Container 
{
  height:99%;
  min-height:99%;
}

.Pgm_Container {
	width: 600px;
	min-height: 400px;
	top: 0px;
	text-align: center;
	overflow: visible;
	background-color: whitesmoke;
	border-top: solid 1px #DEDEDE;
	border-bottom: solid 1px #DEDEDE;
	border-left: solid 1px #DEDEDE;
	border-right: solid 1px #DEDEDE;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
 
.ContentDiv {
	border:1px solid #000000;
	background-color: #EEEEEE;
	width: 750px;
	min-height: 550px;
	top: 0px;
	text-align: center; 
	position:relative;
	overflow: visible;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;	
}

.LgContentDiv {
	border:1px solid #000000;
	background-color: #EEEEEE;
	width: 900px;
	min-height: 550px;
	top: 65px;
	text-align: center; 
	position:relative;
	overflow: visible;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;	
}

.ClientContentDiv {
	float:none;
	text-align: center; 
	position:relative;
	overflow: visible;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;	
}

.CenterElement 
{
	float:none;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	position:relative;
	overflow: visible;
}
 
h1,
h2,
h3,
h4,
h5,
h6 
{
   margin-bottom:10px;
   color:#000000;
}

h1 
{
	font-size:18px;
	line-height:20px;
}

h2 
{
	font-size:16px;
	line-height:18px;
}

h3 
{
	font-size:14px;
	line-height:16px;
}

h4 
{
	font-size:12px;
	line-height:14px;
}

h5 
{
	font-size:10px;
	line-height:22px;
}

h6 
{
	font-size:8px;
	line-height:18px;
}

form
{
    margin-bottom: 0pt;
    margin-top: 0pt;
    padding-bottom: 0pt;
    padding-top: 0pt
}

table
{
 	border-collapse: collapse;
}

table.blackborder
{
	border-style:solid;
	border-width: 1px;
	border-color: Black;
}

td
{
	border-collapse: collapse;
    border-color: Black;
    color: Black;
}

table.whitetext td
{
    color: White;
}

th
{
	border-collapse: collapse;
	font-weight: bold;
	text-align: center;
}

hr 
{
	
	background: DarkBlue; 
	border: 0; 
	height:1px;
}
	
.errormessage
{
	font-size: 10pt;
	font-weight: bold;
	color: Red;
}
.errordisplay
{
	font-size: 10pt;
	font-weight: normal;
	color: Red;
	border:solid 2px darkred;
	background-color: White;
	padding-left:15pt;
	padding-right:10pt;
	line-height: 15pt;
}

.errordisplay hr
{
	color: Red;
}

.HiddenText label
{ 
	display:none;
}

 