@charset "utf-8";
/* CSS Document */

.GV_Main 
{
	background-color: #CFE0EC;
	font-size: 12px;
}
.GV_Head 
{
	height:16px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #566917;
	text-align: center;
	background-image: url(GridView/gridviewhead.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.GV_Head th a:link 
{
	text-decoration: none;
	color: #566917;
}
.GV_Head th a:visited 
{
	text-decoration: none;
	color: #566917;
}
.GV_Head th a:hover 
{
	text-decoration: underline;
	color: #566917;
}
.GV_Head th a:active 
{
	text-decoration: none;
	color: #566917;
}
.GV_Item
{
	color: #333333;
	background-color: #E6EBEF;
	border-color:#3366FF;
	border-width:1px;
}
.GV_AltItem
{
	color: #333333;
	background-color: #FAFAFA;
}
.GV_SelectedItem
{
	color: #990000;
	background-color: #E6EBEF;
}
.GV_OnMouseOverItem
{
	color: #333333;
	background-color: #D1E55D;
}
.GV_CheckedItem
{
	color: #FFFFFF;
	background-color: #B7C181;
}
.GV_PageNav
{
	text-align: right;
	font-size: 12px;
	line-height: 14px;
	background-image: url(GridView/GV_Page_BG.gif);
	height: 16px;
	background-position: center;
}
.GV_PageNav td table tr td a:link 
{
	text-decoration: none;
	color: #566917;
}
.GV_PageNav td table tr td a:visited 
{
	text-decoration: none;
	color: #566917;
}
.GV_PageNav td table tr td a:hover 
{
	text-decoration: underline;
	color: #566917;
}
.GV_PageNav td table tr td a:active 
{
	text-decoration: none;
	color: #566917;
}

.GV_Item a:link 
{
	text-decoration: none;
	color: #566917;
}
.GV_Item a:visited 
{
	text-decoration: none;
	color: #566917;
}
.GV_Item a:hover 
{
	text-decoration: underline;
	color: #566917;
}
.GV_Item a:active 
{
	text-decoration: none;
	color: #566917;
}

.GV_AltItem a:link 
{
	text-decoration: none;
	color: #566917;
}
.GV_AltItem a:visited 
{
	text-decoration: none;
	color: #566917;
}
.GV_AltItem a:hover 
{
	text-decoration: underline;
	color: #566917;
}
.GV_AltItem a:active 
{
	text-decoration: none;
	color: #566917;
}
.GV_DisabledImgButton
{
	filter: Gray;	
}
.GV_DisabledImgButton img
{
	filter: Gray;	
}
