.Err
{
	font-family:Verdana;
	font-style:italic;
	color:Red;
}

.Req
{
	color:Red;
	font-size:x-small;
}

.DataGridRow
{
    color: #666666;
    background-color: #FFFFFF;
    font-size: 8pt;
    font-family: Arial, Verdana, helvetica, 'sans serif';
    font-weight: normal;  
    padding: 4 0 4 0; 
}

.DataGridAltRow
{
    background-color: #F8F9F2;
}

.DataGridFooter
{
	background-color: #272B69;
	font-weight: bold;
	color:White;
}

.DataGridEditRow
{
	background-color: #DDEEEE; 
}

.DataGridSelectedRow
{
	background-color: #DDDDEE;
	font-weight: bold;
	color:#333333;
}

.DataGridPager
{
	background-color: #D8D9AF;
	color:white;
	font-weight:bold;	
	vertical-align:top;
	text-align:left;
	font-size:11px;	
	white-space	  :nowrap;
}

.SubHeaders
{
	background-color: #D8D9AF;
	color:black;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	white-space	  :nowrap;
	
}

.xTextBox 
{
		color: #666666;
	    font-family: Arial, sans serif;
	    font-size: 8pt;
	    border: 0.5pt solid #CCCCCC;
	    width: 155px;
}
select 
{
    font-family: Verdana;
    font-size: 11px;
}

.btn
{
	CURSOR: hand; COLOR: black; 	
	font-family:  Arial, sans serif;
	font-size: 8pt;				
}
.xSubmit
{
    color: #666666;
    font-family:  Arial, sans serif;
    font-size: 8pt
}

.DataGridHeader
{
	background-color: #D8D9AF;
	color:black;	
	vertical-align:top;
	text-align:left;
	font-size:8pt;
	white-space:nowrap;
	padding: 4 0 4 0;
}

.AltDataGridHeader
{
	FONT-SIZE: 9pt;
    COLOR: white;
    BACKGROUND-COLOR: #F2F2E3;
    font-weight:bold;
    white-space	  :nowrap;
}

td
{
   font-family: verdana;
   font-size: 8pt;   
  
}

td.alt {
	background: #F5FAFA;
	color: #797268;
}

caption {
	padding: 0 0 5px 0;
	width: 100%;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}


hr  {
border: 0;
height: 1px;
background-color: #B1B4AD;
}

.footer
{
	width: 780px;
}

.footer td
{
	font-size: 10px;
	padding: 4 0 0 0;		
}

a
{
	text-decoration: underline;
    color:black;
    font-size: 10px;
    font-weight: bold;      
}

a:visited
{
	text-decoration: underline;
    color:black;
    font-size: 10px;
    font-weight: bold;   
}

a:active
{
	text-decoration: underline;
    color:black;
    font-size: 10px;
    font-weight: bold;   
}

a:link
{
	text-decoration: underline;
    color:black;
    font-size: 10px;
    font-weight: bold;   
}

a:hover
{
	text-decoration: underline;
    color:black;
    font-size: 10px;
    font-weight: bold;   
}

.button a
{
	text-decoration: none;
    color:black;
    font-size: 8px;
    font-weight: bold;   
}

.button a:visited
{
	text-decoration: none;
    color:black;
    font-size: 10px;
    font-weight: bold;
}

.button a:active
{
	text-decoration: none;
    color:black;
    font-size: 10px;
    font-weight: bold;
}

.button a:link
{	
	text-decoration: none;
    color:black;
     font-size: 10px;
    font-weight: bold;
}

.button a:hover
{	
	text-decoration: underline;
    color:black;
    font-size: 10px;
    font-weight: bold;
}

h1
{
	font: bold 14pt verdana;	
	line-height: 25px;
	margin-bottom: 0px;
}

h4
{
	font: bold 10pt verdana;		
}


.menu
{
	background-color: #E6E6CC;
	border: 1px solid #B1B4AD; 
	width: 135px;
	
}

.button
{
	margin-bottom: 3px;
}

.button td
{	 
	border: 1px solid #B1B4AD; 
	padding: 4;
	width: 110px;
	background: url(../images/button_bg.jpg) repeat-x ;
	
}
/*----------- body --------------------*/

body{
	
	font-family: verdana;	
	background-color: #F5F5ED;	
	text-align:center;
	margin:0 auto;
    width:780px;	
	height:100%;
	font-size: 7pt;		
}

.LeftAlign
{
	text-align: left;
}

.CenterAlign
{
	text-align:center;	
}

.content 
{
	background-color: White;
	background-attachment: fixed;	
	background-repeat: no-repeat;
	background-position:center center; 
	width: 640px;
	height:100%;
	border-color: #B2B4A7;	
}