﻿
/* CSS Document */


.tableheaderrow
{
 font-family:Verdana;
 font-size:11px;
 font-weight:bold;
 color:White;
 LINE-HEIGHT: 20px;
 background-color :#d40000;
 text-align :center;
 padding-left:15px; 
}

.tabledata
{
 font-family:Verdana;
 font-size:12px;
 font-weight:normal;
 LINE-HEIGHT: 20px;
 color:#000000;
 background-color:White ; 
 text-align:justify;
 padding-left:25px; 
}
/*BackColor="#E0E0E0" BorderColor="Silver" Font-Bold="True" Height="22px" Width="100px"*/

.Navbutton
{
	background-color :#E0E0E0;
	border-color :Silver ;
	font-weight :bold ;
	height :22px;
	width :110px;
}

.button
{
	background-color :#E0E0E0;
	border-color :Silver ;
	font-weight :bold ;
	height :22px;
	width :100px;
}

.Logout
{
	 font-family:Verdana;
	 font-size:11px;
	 font-weight:bold;
	 color:blue;
}
.LogoutText
{
	 font-family:Verdana;
	 font-size:18px;
	 font-weight:bold;
	 color:#d40000;
}

.FormText
{
	 font-family:Verdana;
	 font-size:12px;
	 font-weight:bold;
	 color:Maroon;
}

.FormTextBlack
{
	 font-family:Verdana;
	 font-size:12px;
	 font-weight:bold;
	 color:Black;
}

.Star
{
	 font-family:Verdana;
	 font-size:12px;
	 font-weight:bold;
	 color:#CC0000;
}
	

.NormalText
{
	 font-family:Verdana;
	 font-size:14px;
	 font-weight:normal;
}


.ErrorText
{
	 font-family:Verdana;
	 font-size:14px;
	 font-weight:normal;
	 color:#d40000;
}

.tdbg
{
	background-image:url(tdbg.jpg);
	width:223px;
	background-repeat:repeat-y;
	background-position:right;
	height:2px; 
}

