.textbox1 {
    font-family: Arial, Helvetica, "Verdana sans-serif";
    color: #000;
    font-size: 12px;
    background: #fff;
    width: 800px;
    height: 30px;
}
.dropdown {
    font-family: Arial, Helvetica, "Verdana sans-serif";
    color: #000;
    font-size: 11px;
    background: #e8edf4;
    width: 275px; 
}
.grid1  {
    width: 800px;     
    margin: 5px 0 10px 0;
    border-width: 1px;
    border-style: solid;
    border-color: Silver;
 }

.grid1 td {
    font-family: Arial, Helvetica, "Verdana sans-serif";
    color: #000;
    font-size: 10px;
    padding: 4px;
    text-align: left;
}   
.grid1 th {    
    background: #375686;
    font-family: Arial, Helvetica, "Verdana sans-serif";
	color: #fff;
	font-size: 11px;
	font-weight: bold; 
    padding: 4px;    
    text-align: left;  
    height: 14px;
}

.grid1 th a:link {
    color:White;
    text-decoration:none;
} 
.grid1 th a:hover {
    color:White;
    text-decoration:underline;
} 
/*  
.altrow {background: #E4E4E4;}  //background conditionally colored with codebehind  
*/


a:link	{
	color: #375686;
	text-decoration: none;
	font-style: normal;
}
a:active {
	color: #375686;
	text-decoration: none;
	font-style: normal;
}
a:visited	{
	color: #375686;
	text-decoration: none;
	font-style: normal;
}
a:hover 	{
	color: #375686;
	text-decoration: underline;
}
