﻿body 
{
    
}
.FormHeader
{
   
    background-image:url(../images/FormHeader.gif);
     width:auto;
     font-family:Verdana;
     font-size:13px;

}

.boxborder
{
padding:0px;
border:1px solid #0393c5;
background-color:#FFFFFF;
border-top:1px solid green; 
border-left: 1px solid green; 
border-right: 1px solid green; 
border-bottom: 1px solid green;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:2.5em;
color:#000000;

}
.tdMainHeader
{
	
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	background:url(../images/TD_Main_Header_1.gif) repeat-x;
	width:100%;	
	height:24px;
	line-height:1.2em;
	padding:0px;
}

.tdSubHeader
{
	font-size: 13px;
	font-family:Arial,sans-serif,Verdana,Helvetica;
	font-weight:bold;
	color: #000000;
	line-height:14pt;
	/*background:url(../images/TD_Sub_Header_1.gif) repeat-x;*/
background:url(../images/subheader1.JPG) repeat-x;
	width:100%;
	height:20px;
	text-indent:8px;
	}
	
input.button-mid
 {
	 color: #FFFFFF;
 font-family:Arial,sans-serif,Verdana,Helvetica;
 Font-Size:12px;
 Font-Weight:bold;
 vertical-align:bottom;
 text-align:center;
 padding:2px 2px 2px 2px;
 background:url(../images/Form_Btn_1.gif);
 border:0px;
	}
	
.GridHeader
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10pt;
	/*font-weight:bold;*/
	line-height:10pt;
	color:#FFFFFF;
	background:url(../images/Grid_Header_1.gif) repeat;
	height:22px;
	/*text-align:left;*/
	text-indent:20px;	
}
/*.AStyle
{
   background:url(../images/TD_Sub_Header.gif) repeat;
color:black;	
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 15pt; 
}*/

.AlternateStyle
{


background:#E2F4FD;
/*background:url(../images/FormHeader.gif);*/
color:black;	
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 10pt;

}
.GridStyle
{
border:solid 1px  #0393c5;
border-width:1px;
color:#000000;
margin:2px 0px 2px 0px;

/*line-height:1.5em;
text-indent:5px;
background:url(../images/Grid_Bg.gif) repeat;
height:48px;*/

}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:30px;
}