@CHARSET "ISO-8859-1";

body
{
margin:5;
padding:5;
}

.row_header{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color:#FFFFFF; 
text-decoration: none; 
background-color:#3399FF;
height: 20px;
}

.row1{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: normal; 
color:993333; 
text-decoration: none; 
background-color:#FFFFFF;
height: 20px;
	
}

.row_left{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: normal; 
color:3399FF; 
text-decoration: none; 
background-color:#FFCECE;
height: 20px;
	
}

.row2{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: normal; 
color:3399FF; 
text-decoration: none; 
background-color:#EFEFEF;
height: 20px;
}


.textBox{
	height: 18px;
	color: blue;
	font-family: Vernada;
	font-size: 12px;
	font-style: italic;
	border-color: gray;
	border-style: groove;
	border-width: 1px;
}

.textBoxReadOnly{
	height: 18px;
	color: grey;
	font-family: Vernada;
	font-size: 12px;
	font-style: italic;
	border-color: white;
	border: none;
	
	
}


.row_content{
font-family: Vernada;
color: gray;
font-size: 12px;
font-weight: bold;
}

.error{
font-family: Vernada;
color: red;
font-size: 12px;
font-weight: bold;
}


a{
  font-family: Vernada, Arial;
	font-size: 12px;
	color:black;
	text-decoration:none;
}

.alphabet_button
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9px; 
font-weight: normal; 
color:#FFFFFF; 
text-decoration: none; 
background-color:#E87344; 
width:25px; 
height:20px; 
cursor: crosshair; 
border-top: 1px solid #CCCCCC; 
border-left: 1px solid #CCCCCC; 
border-right: 1px solid #000000; 
border-bottom: 1px solid #000000; 
cursor:pointer;
}

.submit_button
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9px; 
font-weight: bold; 
color:#330099; 
text-decoration: none; 
background-color:#FFFFFF; 
width:50px; 
height:17px; 
cursor: hand; 
border-top: 1px solid #CCCCCC; 
border-left: 1px solid #CCCCCC; 
border-right: 1px solid #000000; 
border-bottom: 1px solid #000000; 
cursor:pointer;
}
.login_title
{
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	color:#0066CC;
	text-decoration:none;
	font-style: italic;

}

.left_menu{
	background-color: #ffc3ff;
}

.footer{
 font-family: Vernada, Arial;
	font-size: 12px;
	background-color: #ffc3ff;
	color:black;
	text-decoration:none;
	height: 20px;
}

.boundry{
border:1px dotted #000000;
background-color: white;	
}


