﻿/* ----------------------------------------- */
/* All Classes Used By Default GridView Skin */
/* ----------------------------------------- */

/* This applies to the whole Default GridView */
.GridViewStyle
{
	font-size: 1em;
	border-collapse: collapse;
	border: solid 2px #ffffff;
}

/* This applies to the Gridview header row "cells" (applied on the <th> elements) */
.GridViewHeaderStyle th
{
	background-color: #606e7f;
	border-bottom: solid 2px #fff;
	vertical-align: middle;
	text-align:left;
	padding: 4px 5px 5px 10px;
	font-weight: bold;
	font-family: arial, sans-serif;
	color: #ffffff;
	white-space: nowrap;	
}

/* This applies to the Gridview header row cell links 
   (applied on the <a> elements, when using sorting) */
.GridViewHeaderStyle th a:link,
.GridViewHeaderStyle th a:visited
{
	font-weight: bold;
	font-family: arial, sans-serif;
	color: #ffffff;
	text-decoration: underline;
}

.GridViewHeaderStyle th a:hover
{
	font-weight: bold;
	font-family: arial, sans-serif;
	color: #ffffff;
	text-decoration: underline;
}

/* This applies to the GridView rows (non-alternating only)
   (applied on the <tr> elements) */
.GridViewRowStyle
{
	background-color: #e7ebee;
}

/* This applies to the GridView alternating rows (alternating only)
   (applied on the <tr> elements) */
.GridViewAlternatingRowStyle
{
	background-color: #d5d9dd;
}

/* This applies to the GridView row "cells" (non-alternating only)
   (applied on the <td> elements) */
.GridViewRowStyle td,
.GridViewAlternatingRowStyle td
{
	padding: 4px 5px 5px 12px;
	border-bottom: solid 1px #fff;
	text-align:left;
}

/* This applies to the GridView footer row (applied on the <tr> element) */
.GridViewFooterStyle
{
	font-family: arial, sans-serif;
	color: #aaaaaa;
	font-size: 10pt;
}

/* This applies to the GridView pager row (applied on the <tr> element) */
.GridViewPagerStyle
{
	background-color: #8491a3;
	font-size: 12pt;
	font-weight: bold;
	color: White;
}


.GridViewPagerStyle a:link,
.GridViewPagerStyle a:visited
{
	font-weight: normal;
	color: #fff;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
}


.GridViewPagerStyle a:hover
{    
    background-color: #006;
	font-weight: bold;
	font-size: 16pt;
	color: white;
	font-family: arial, helvetica, sans-serif;
	text-decoration: underline
}


/* color: #333; */

.GridViewPagerStyle a
{
	color: #000;
	font-size: 11pt;
}

a.GridViewLink:link
{
	font-size: 10pt;
	color: #993333;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
a.GridViewLink:visited
{
	font-size: 10pt;
	color: #993333;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
}
a.GridViewLink:hover
{
	font-size: 10pt;
	color: #993333;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: underline;
}

.sortasc-header A 
{ 
   background:Url(Images/Layout/SortArrowUpWhite.gif) right center no-repeat;
   
}

.sortdesc-header A
{
   background:url(Images/Layout/SortArrowDownWhite.gif) right center no-repeat;
}

TH A
{
   padding-right: 20px;
} 



