﻿
.GridView { float:left; font-size: 11px; width: 100%; border-color: #c6c6c6;}

.GridView table,
.GridView table th,
.GridView table td,
.GridView table tr
{
	border-color: #c6c6c6;
}

.GridView table td { padding: 2px; }
.GridView table a:hover { color: #EF7137; }

.GridView .Top
{
   background-image   : url(../../HogunNET_Website/media/images/GridView/gridTop.gif); 
	background-repeat: no-repeat;
	width: 100%;
}

.GridView .Top .RightCorner
{
	background-image   : url(../../HogunNET_Website/media/images/GridView/gridTopRightCorner.gif); 
	background-repeat: no-repeat;
	background-position: right top;
	height: 20px;
    padding-top: 9px;
	padding-left: 10px;
	padding-bottom: 6px;
	font-size: 1.2em;
	font-weight: normal;
}

.GridView th { padding: 5px; text-align: left;}

.GridView .Header 
{
    background-image: url(../../HogunNET_Website/media/images/GridView/background.gif); 
	background-repeat: repeat-x;
	background-position: bottom;	
}

.GridView .Header a { color: #014C83; font-weight: bold; text-decoration: underline; }
.GridView .Header a:hover { color: #000;  }

.GridView .Row { background-color: #fff; }
.GridView .AltRow { background-color: #F5F2FF; }

.GridView .Footer 
{     
	background-image: url(../../HogunNET_Website/media/images/GridView/background.gif); 
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
}

.GridView .Footer td { padding: 1px; }

.GridView .Pager 
{
    background-image: url(background.gif); 
	background-repeat: repeat-x;
	background-position: bottom;
}

.GridView .Pager a { color: Black; font-weight: bold; }

.gridViewRowOver {  background-color: #FCF8B3; }

