﻿/*GridViewCSS Soft Grey Style*/
.GridViewStyle
{
    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:1em;
    line-height:1.5em;
    color:#333333;


}

.GridViewStyle td
{
    padding-left:5px;
}


/*Header and Pager styles*/
.HeaderStyle, .PagerStyle
{
	background-image: url(Images/YahooSprite.gif);
    background-position:0 -75px;
    background-repeat:repeat-x;
    
    background-position: top;
    background-repeat: repeat-x;
    background-color: #A4464E;
      
}

.HeaderStyle .div_header
{
    float:left;
}

.HeaderStyle th, .HeaderStyle td
{
    text-align: left;
    padding: 5px 5px 5px 5px;
    color: #000000;
    font-weight: bold;
    border: 0px;
}

.HeaderStyle a:link
{
    text-decoration: none;
    color: #2B0001;
    display: block;
    text-align: left;
    font-weight: bold;
    border: 0px;
    text-decoration: underline;
}

.PagerStyle 
{
    text-align:left;
    width:100%;
    height:25px;
}


tr.PagerStyle td
{
    text-align:left;

}

.PagerStyle a
{
    text-decoration: none;
    padding: 2px 5px 2px 5px;
    border-top: solid 1px #fff;
    font-weight:bold;
    cursor:pointer;
    color:Maroon;
}

a.currentpage
{
    color: #666666;
    border: 1px solid #808080;
    background-color: #E6E6E6;
    text-decoration:none;
    
}

.PagerStyle span
{
    font-weight: bold;
    color: #2C0A0B;
    text-decoration: none;
    padding: 2px 5px 2px 5px;
}

/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    padding: 5px;
   
}
.alt0 td
{
	background-color: #E6ECF2;
	background-repeat: repeat-x;
	border-color: #91a7b4;
	line-height: 25px;
	padding-left: 5px;
}

.alt1 td
{
    background-color: #ffffff;
    border-color: #91a7b4;
    line-height:25px;
    padding-left:5px;
}

.SelectedRowStyle td
{
    background-color: #fcb814;
	background-image: url(Images/YahooSprite.gif);
    background-position:center;
    background-repeat:repeat-x;

}

.emptyrow td, .emptyrow th
{
    margin:auto;
    text-align:center;
    font-size:1.5em;
    color:#666666;
    line-height:30px;
    border:0px;
}



