﻿.Label
{
    font-family :Tahoma;
    font-size :11px;  
}
.Button
{
    font-family :Tahoma;
    font-size :11px;
    background-color :#006EA7;
    color:White;    
}
.LinkButton
{
    font-family :Tahoma;
    font-size :11px;
    text-decoration :none;   
}
.LinkButton:hover
{
    font-family :Tahoma;
    font-size :11px;
    text-decoration :none;
    color :Red;  
}
.HyperLink
{
    font-family :Tahoma;
    font-size :11px;
    text-decoration :none;  
}
.HyperLink:hover
{
    font-family :Tahoma;
    font-size :11px;
    text-decoration :none; 
    color :Red;   
}
.TextBox
{
    font-family :Tahoma;
    font-size :11px;
    width :150px;
    padding :1px;   
}
.FileUpload
{
    font-family :Tahoma;
    font-size :11px;
    width :218px;
    padding :1px;   
}
.CheckBox
{
    font-family :Tahoma;
    font-size :11px;  
}
.DropDownList
{
    font-family :Tahoma;
    font-size :11px;
    width :140px;  
}
.HeaderStyle
{
    font-family :Tahoma;
    font-size :11px;
    text-align :left;
    background-color :#006EA7;
    color :#f8fdff;
    padding :4px;
}
.RowStyle
{
    font-family :Tahoma;
    font-size :11px;
    text-align :left;
    background-color :Transparent;
    color :black;
    height :20px;
    padding-left :4px;
}
.AlternatingRowStyle
{
    font-family :Tahoma;
    font-size :11px;
    text-align :left;
    background-color :#d5effa;
    color :black;
    height :20px;
    padding-left :4px;
}
.PagerStyle
{
  font-family :Tahoma;
  font-size :14px;
  font-weight :bold;    
  color :Red; 
  text-align :center;
  background-color :#afeeee;     
}
.FormViewRowStyle
{
    font-family :Tahoma;
    font-size :11px;
    text-align :left;
}
.FormViewEditRowStyle
{
    font-family :Tahoma;
    font-size :11px;
    text-align :left;
}
.EmptyDataRowStyle
{
    text-align :center;
    color :Red;  
}
