﻿#FormView th 
{
    text-align:left;
}

.FormItem
{
    background-color: #FBFEFF;
}

.FormEdit
{
    background-color: #FFF9EC;
}

.FormInsert
{
    background-color: #F0FFF0;
}



.FormViewStyle th
{
    text-align:left;
}

.FormViewStyle
{
    table-layout: auto;
    padding-top:5px;
    padding-left:5px;
    margin-left:5px;
    
    border-collapse: collapse;
    border:1px solid #cccccc;
    
    font-family: Arial, Sans-Serif;
    font-size:11px;
    line-height:25px;
    color:#333333;
    
    
    min-width:400px;
    text-align:left;
    
  
}

.FormViewStyle th
{
    
    padding-left:5px;

}

.FormviewFooterStyle
{
    padding-top: 30px;
    height:40px;
    vertical-align:bottom;
}

.FormviewFooterStyle a
{
    margin-right:5px;

}


.FormviewCol1 
{
    width:80px;
    font-weight:bold;
}

/*Header and Pager styles*/
.FormviewHeaderStyle
{
    background-image: url(Images/YahooSprite.gif);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #A4464E;

}

.FormviewHeaderStyle th, .FormviewHeaderStyle td
{
    text-align: left;
    padding: 5px 5px 0px 5px;
    color: #800000;
    font-weight:bold;
    border:0px;
    
}
.FormviewHeaderStyle a
{
    text-decoration: none;
    color: #800000;
    display: block;
    text-align: left;
    font-weight:bold;
    border:0px;
}


/*RowStyles*/
.FormviewRowStyle td, .FormviewAltRowStyle td, .FormviewSelectedRowStyle td, .FormviewEditRowStyle td /*Common Styles*/
{
    padding: 5px;
   
}
.FormviewRowStyle td
{
    background-color: #f1f5f6;
}
.FormviewAltRowStyle td
{
    background-color: #9ab2ca;
	background-image: url(Images/YahooSprite.gif);
    background-position:0 -80px;
    background-repeat:repeat-x;
}
.FormviewSelectedRowStyle td
{
    background-color: #fcb814;
	background-image: url(Images/YahooSprite.gif);
    background-position:center;
    background-repeat:repeat-x;
}

.