﻿/*GridViewCSS White Chrome Style*/
.GridViewStyle
{
    font-family:times, Times New Roman, times-roman, georgia, serif;
    font-size:15px;
    table-layout: auto;
    border-collapse: collapse;
    border:#999999 1px solid;
    
	font-weight: bold;

}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/
{
    background-image: url(/HeaderWhiteChrome.jpg);
    background-position:center;
    background-repeat:repeat-x;
    background-color:#fff;
	border-bottom:solid 1px #999;
}
.HeaderStyle th
{
    padding: 5px;
    color: #333;
     vertical-align:top;
      border-right: solid 1px #999;
}
.HeaderStyle a   /*SortOrderStyle*/
{
   
	text-decoration: none;
	text-align: center;
     padding: 5px;
    color: #333;
        
}

.PagerStyle table
{
    text-align:center;
    margin:auto;
}
.PagerStyle table td
{
    border:0px;
    padding:5px;
}
.PagerStyle td
{
    border-top: #999999 1px solid;
}
.PagerStyle a
{
    color:#333;
    text-decoration:none;
    padding:2px 10px 2px 10px;
    border-top:solid 1px #fff;
    border-right:solid 1px #999;
    border-bottom:solid 1px #999;
    border-left:solid 1px #fff;
}
.PagerStyle span
{
    font-weight:bold;
    color:#333;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}
/*RowStyles*/
.rowstyle:hover
{
    background-color: #d3e4ed;
    cursor: hand;
}
.altrowstyle
{
    background-color: #E4E4E4;
}
.altrowstyle:hover
{
    background-color: #d3e4ed;
    cursor: hand;
}

.rowstyle td, .altrowstyle td
{
    padding: 5px;
    border-right: solid 1px #999;
    font-size:12px;
     font-weight:normal;
     font-family: Verdana, Geneva, sans-serif;
}