﻿/* GridView */
.GWHead
{
	font-weight: normal;
	font-size: 12px;
	border-bottom: #ace 1px solid;
	padding: 6px 4px 2px 4px;
	letter-spacing:1px;
}
.GWHead a
{
    color:Navy;
}
.GWRow
{
	padding: 12px 4px;
	border-bottom: #ace 1px dashed;
}
.GWRow a
{
	color:#009;
}
.GWRow a:hover
{
	color:Red;
}
.GWPager
{
	color: #cc3333;
	font-weight: bold;
	text-decoration: none;
	font-size:13px;
	margin-top:10px;
}
.GWPager td
{
	padding:3px;
}
.GWPager a
{
	color:black;
	text-decoration:underline;
	font-weight:normal;
}
.GWPager a:hover
{
	color:Red;
	text-decoration:underline;
	font-weight:normal;
}

.btn
{
	background-image: url(image/btn_bg.gif);
	color: #009;
	font-size:14px;
	font-weight:bold;
	padding-top:4px;
}