﻿/*GRIDVIEW样式*/
.gvlink
{
	padding-right: 10px;
	background-position: 98% center;
	background-image: url(../../Images/e-booking_cn/link_icon.gif);
	background-repeat: no-repeat;
	color: #663300;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	float: left;
	border: 1px solid green;
	margin-left: 5px;
}
.gvbutton a
{
	border-right: #777777 1px solid;
	border-top: #777777 1px solid;
	display: block;
	float: left;
	border-left: #777777 1px solid;
	width: 80px;
	border-bottom: #777777 1px solid;
	background-color: #ffffff;
	vertical-align: middle;
	text-align: center;
	padding: 3px;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
	color: black;
	background-image: url(../../images/e-booking_cn/btn_bg.gif);
}
.gvbutton a:hover
{
	font-weight: bold;
	background-color: #ffffcc;
	color: #ff6600;
	text-decoration: none;
	background-image: url(../../images/e-booking_cn/btn_bg_hover.gif);
}
.gvHead
{
	color: #000000;
	text-decoration: none;
	background-color: #D2D8B0;
	font-size: 14px;
	height: 25px;
	text-align: center;
	font-weight: bold;
}
.gvHead a
{
	background-position: 5px center;
	display: block;
	background-repeat: no-repeat;
	text-decoration: none;
	height: 25px;
	border-right: #dddddd 2px inset;
	border-bottom: #dddddd 2px inset;
	color: #000000;
	line-height: 25px;
}
.gvHead a:hover
{
	color: #006633;
	text-decoration: none;
	background-position: 5px center;
}
.gvPager
{
	text-align: center;
	padding-top: 5px;
	vertical-align: middle;
	color: black;
	background-color: #f7f7e7;
	font-size: 14px;
	padding-bottom: 5px;
	height: 30px;
}
.gvPager a
{
	padding-right: 5px;
	color: #0066cc;
	text-decoration: none;
	padding-left: 8px;
	border: 1px solid #cccccc;
	margin-right: 5px;
	background-color: #ffffff;
	padding-top: 1px;
}
.gvPager a:hover
{
	text-decoration: none;
	background-color: #0066cc;
	color: white;
}
.gvRow
{
	background-color: #F7F7E7;
	color: #333333;
	text-align: center;
	height: 25px;
	font-size: 12px;
}
.gvRow a
{
	padding-right: 10px;
	background-position: 98% center;
	background-image: url(../../Images/e-booking_cn/link_icon.gif);
	background-repeat: no-repeat;
	color: #663300;
	text-decoration: none;
	display: inline-block;
	padding-left: 5px;
	border: 1px solid #336600;
	margin-left: 5px;
}
.gvRow a:hover
{
	text-decoration: none;
	background-color: #339900;
	color: White;
}
.gvAltRow
{
	background-color: #DEE1C9;
	text-align: center;
	height: 25px;
	font-size: 12px;
}
.gvAltRow a
{
	padding-right: 10px;
	background-position: 98% center;
	background-image: url(../../Images/e-booking_cn/link_icon.gif);
	background-repeat: no-repeat;
	color: #663300;
	text-decoration: none;
	display: inline-block;
	padding-left: 5px;
	border: 1px solid #336600;
	margin-left: 5px;
}
.gvAltRow a:hover
{
	text-decoration: none;
	background-color: #339900;
	color: White;
}
.gvEmptyRow td
{
	background-color: #f7f7e7;
	height: 25px;
	font-size: 14px;
	background-position: 5px center;
	padding-left: 40px;
	font-weight: bold;
	background-image: url(../../images/Smileface.gif);
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 30px;
}
