﻿
.GridViewStyle
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	table-layout: auto;
	border-collapse: collapse;
	border: #BBD8F7 1px solid;
	text-align: center;
}

.HeaderStyle
{
	 
	text-align: center;
	background:url(../images/gw_bg.jpg) repeat-x;
	height: 30px;
	color: White;
	
}
/*.HeaderStyle td{
border:1px solid #f00;}*/
.PagerStyle
{
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}
.FooterStyle
{
	background: #3288E7;
	background-repeat: repeat-x;
	height: 25px;
	color: White;
	font-weight: bold;
}
.HeaderStyle th
{
	padding: 0;
	color: #fff;
}
.HeaderStyle a:link
{
	text-decoration: underline;
	color: #ffffff;
	display: block;
	text-align: center;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-left: 1px;
	background-position: top;
	background-repeat: repeat-x;
}
.HeaderStyle a:visited
{
	text-decoration: underline;
	color: #ffffff;
	display: block;
	text-align: center;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-left: 1px;
	background-position: top;
	background-repeat: repeat-x;
}

.HeaderStyle a:hover
{
	text-decoration: none;
	color: #ffffff;
	display: block;
	text-align: center;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-left: 1px;
	background-position: top;
	background-repeat: repeat-x;
}


.PagerStyle table
{
	text-align: center;
	margin: auto;
}
.PagerStyle table td
{
	text-align: center;
	border: 0px;
	padding: 1px;
}
.PagerStyle td
{
	text-align: center;
	border-top: #BBD8F7 1px solid;
	height: 25px;
}
.PagerStyle a
{
	text-align: center;
	color: #000;
	text-decoration: none;
	padding: 1px 1px 1px 1px;
	border-bottom: solid 1px #CCCCCC;
}
.PagerStyle span
{
	text-align: center;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 1px 10px 1px 10px;
}

.RowStyle td, .AltRowStyle td, .SelectedRowStyle td
{
	border-left: #BBD8F7 solid 1px;
	border-right: #BBD8F7 solid 1px;
	border-bottom: #BBD8F7 solid 1px;
	height: 22px;
	text-align: center;
}
.RowStyle td
{
	height: 22px;
	background-color: #fff;
	color: #000;
	text-align: center;
}
.AltRowStyle td
{
	background-color: #E4F0FF;
	height: 22px;
	color: #000;
	text-align: center;
}
.RowStyles
{
	height: 22px;
	background-color: #338AFF;
	color: #000;
	text-align: center;
}
.AltRowStyles
{
	background-color: #338AFF;
	height: 22px;
	color: #000;
	text-align: center;
}
.SelectedRowStyle td
{
	background-color: #64B4EE;
	text-align: center;
}
.btn
{
	width: 40px;
	height: 20px;
	border-right: #7b9ebd 1px solid;
	padding-right: 2px;
	border-top: #7b9ebd 1px solid;
	padding-left: 2px;
	padding-bottom: 3px;
	font-family: Tahoma;
	font-size: 11px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
	border-left: #7b9ebd 1px solid;
	cursor: hand;
	color: black;
	border-bottom: #7b9ebd 1px solid;
}
