﻿.headerstyle
{
    text-indent:0px; 
	font-family:Tahoma; 
	font-size:11;
	height :24;
	text-align:left;
	color:black;         
}
.rowstyle
{
	font-family:Tahoma; 
	font-size:11;
	height:24px;
	vertical-align:middle;
	text-indent:0px;        
}
.footerstyle
{
	font-family:Tahoma; 
	font-size:11; 
	height:24px;
	text-indent:0px;      
}
.textbox
{
    font-family:Tahoma;
    font-size:11px;
    
}
.dropdownlist
{
    font-weight: normal;
    font-size: 11px;
    color: black;
    font-family: Tahoma;
    width: 100px;
}
.button
{
    font-weight: normal;
    font-size: 11px;
    color: black;
    font-family: Tahoma;
    text-decoration: none;
}
.hyperlink
{
    font-weight: normal;
    font-size: 11px;
    color: blue;
    font-family: Tahoma;
    text-decoration: underline;
    text-transform: none;
    font-style: normal;
    font-variant: normal;
}
.hyperlink:hover
{
    font-weight: normal;
    font-size: 11px;
    color: red;
    font-family: Tahoma;
    text-decoration: none;
    text-transform: none;
    font-style: normal;
    font-variant: normal;
}
.linkbutton
{
    font-weight: normal;
    font-size: 11px;
    color: red;
    font-family: Tahoma;
    text-decoration: underline;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}
.linkbutton:hover
{
    font-weight: normal;
    font-size: 11px;
    color: red;
    font-family: Tahoma;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}

.label
{
    font-weight: normal;
    font-size: 11px;
    text-transform: none;
    color: black;
    font-style: normal;
    font-family: Tahoma;
    font-variant: normal;
    text-decoration: none;
}

.requiredfieldvalidator
{
    font-weight: normal;
    font-size: 11px;
    text-transform: none;
    color: red;
    font-style: normal;
    font-family: Tahoma;
    font-variant: normal;
    text-decoration: none;
}

.regularexpressionvalidator
{
     font-weight: normal;
    font-size: 11px;
    text-transform: none;
    color: red;
    font-style: normal;
    font-family: Tahoma;
    font-variant: normal;
    text-decoration: none;
}

.checkbox
{
    font-weight: normal;
    font-size: 11px;
    text-transform: none;
    color: black;
    font-style: normal;
    font-family: Tahoma;
    font-variant: normal;
    text-decoration: none;
}
.FileUpload
{
    font-weight: normal;
    font-size: 11px;
    text-transform: none;
    width: 150px;
    color: black;
    font-style: normal;
    font-family: Tahoma;
    font-variant: normal;
    text-decoration: none;
    background-color:Transparent;
    border-color:Black;
    border-style:solid;
    border-width:1px;  
}
.EmptyDataRowStyle
{
    font-weight: normal;
    font-size: 11px;
    text-transform: none;
    color: red;
    font-style: normal;
    font-family: Tahoma;
    font-variant: normal;
    text-decoration: none;
    height:24px;
    text-align:center;   
}
.CompareValidator
{
    font-weight: normal;
    font-size: 11px;
    text-transform: none;
    color: red;
    font-style: normal;
    font-family: Tahoma;
    font-variant: normal;
    text-decoration: none;
}


