﻿
.Grid
{
	border: 1px solid #333333;
}

.Grid td
{
	border: 1px solid #333333;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 2px;
}

.GridHeader
{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: White;
    background-color: #333333;
}

.GridHeader a
{
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    padding: 0px 15px 0px 15px;
}

.GridHeader a:hover
{
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    background: Tan url(images/spin.gif) no-repeat 0 100%;
}

.GridHeaderState
{
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: White;
    background-color: #CCCCCC;
}

.GridHeaderState a
{
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    text-decoration: underline;
    padding: 0px 15px 0px 15px;
}

.GridHeaderState a:hover
{
    text-decoration: underline;
    font-family: Arial, Helvetica, sans-serif;
    background: url(images/spin.gif) no-repeat 0 100%;
    color: #000066;
}
.GridHeaderState a:visited
{
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    text-decoration: underline;
    padding: 0px 15px 0px 15px;
}

.GridItem, .GridAltItem
{
    text-align: left;
}

.GridItem
{
	background-color: #D5EAFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.gridItem
{
    background: #EEEEEE;
    white-space: nowrap;
}
.gridalt
{
    background: #E3E3E3;
    white-space: nowrap;
}
.gridItemWrap
{
    background: #EEEEEE;
}
.gridaltWrap
{
    background: #E3E3E3;
}
.gridtitle
{
    background: #425984;
    border: 1px solid grey;
    border-style: outset;
    font-size: 10px;
    font-family: verdana, arial, helvetica, sans-serif;
    color: White !IMPORTANT;
}
/*GridViewCSS Soft Grey Style*/
.GridViewStyle
{
    font-family: Arial, Sans-Serif;
    font-size:small;
    table-layout: auto;
    border-collapse: collapse;
}
/*Header and Pager styles*/
.GridViewStyleHeaderStyle, .PagerStyle
{
    background-image: url(/Images/HeaderWhiteChrome.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #557C9F;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
}
.HeaderStyle th
{
    padding: 5px;
    color: #16387c;
}
.HeaderStyle a
{
    text-decoration:none;
    color:#16387c;
    display:block;
    text-align:left;
    font-weight:normal;
}
.PagerStyle table
{
    text-align:center;
    margin:auto;
}
.PagerStyle table td
{
    border:0px;
    padding:5px;
}
.PagerStyle td
{
    border-top: #91a7b4 1px solid;
}
.PagerStyle a
{
    color:#16387c;
    text-decoration:none;
    padding:2px 10px 2px 10px;
    border-top:solid 1px #fff;
    border-right:solid 1px #91a7b4;
    border-bottom:solid 1px #91a7b4;
    border-left:solid 1px #fff;
}
.PagerStyle span
{
    font-weight:bold;
    color:#16387c;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    padding: 5px;
}
.RowStyle td
{
    background-color: #f1f5f6;
}
.AltRowStyle td
{
    background-color: #9ab2ca;
	background-image: url(/Images/HeaderWhiteChrome.jpg);
    background-position:0 -80px;
    background-repeat:repeat-x;
}
.SelectedRowStyle td
{
    background-color: #fcb814;
	background-image: url(/Images/HeaderWhiteChrome.jpg);
    background-position:center;
    background-repeat:repeat-x;
}
