﻿

.MainTable
{
	text-align:center;
	margin-right: auto;
	margin-left:auto;
	padding-left:auto;
	padding-right:auto;
    font-family  :Tahoma;
    font-size:12px;
    width:100%;
    background-color:Gray;
}

asp:Fileupload
{
	color: #666666;
	font-family: Verdana;
	border: 1px solid #333333;
	background-color: #E4E4E4;
}

.btnSubmit
{
font-family: Tahoma;
}


.btnLookup
{
	color: #666666;
	font-family: Verdana;
	border: 1px solid #333333;
	background-color: #E4E4E4;
}

.gridHeader
{
	border-style: none;
	border-width: medium;
	background-color: Gray;
	padding:3 3 3 3 ;	
	color: #FFFFFF;
	font-family: Arial;	
	font-size:10pt;
}
.gridview
{
	border-style: none; 
	
	background-color:#E4E4E4;
	text-align:center;
	font-family:Tahoma;
	font-size:10pt;
	color:#333333;
	
}
.gridAlternateRow
{
	border-style: none; 
	border-width: medium;
	background-color:#aaa9a9 ;
	
	font-family:Tahoma;
	font-size:10pt;
	color:White;
}

.gridSelectedRow
{
	font-family:Tahoma;
	font-size:10pt;
	color:White;
}
.vFrmButton
{
	
	
}
.mnuButton
{	
            
	font-family: Verdana;
	border: 1px solid #333333;
	background-color: #990033;
	color:#E4E4E4;
}
.mnuSelectedButton
{	
	font-family: Verdana;
	border: 1px solid #333333;
	background-color: White;
	color:#E4E4E4;	
}
.tabButton
{
	background-color:#E4E4E4;
	border-color:#FFFFFF;
	color: Black;
	cursor:pointer;
}
.tabPanel
{
	background-color:#FFFFFF;
	border-width:2px;
	border-style:solid;
	border-color:#9D0C10;
	width:100%;
}
a:link
{
	color:Red;
	cursor:hand;
}
.HyperLink
{
	color:Red
}
.bottom-menu
{
text-align:center;
}