﻿.OverRow
{
	background-color: #A1ADF1;
	text-align: center;
}
.SelectedRow
{
	background-color: #D1DDF1;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
.Row
{
	background-color: #EFF3FB;
	text-align: center;
}
.AlternatingRow
{
	background-color: White;
	text-align: center;
}
.HeaderRow
{
	background-color: #507CD1;
	color: White;
	font-weight: bold;
	text-align: center;
}
.HeaderRow a
{
	color: #fff;
}
.PagerRow
{
	background-color: #f4f4f4;
	height: 40px;
}
.PagerRow a
{
	color: #000;
	text-decoration: none;
	background: #fff;
	border: solid 1px #fff;
	margin-left: 3px;
	margin-right: 3px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
}
.PagerRow a:hover
{
	color: #fff;
	text-decoration: none;
	background: #88e;
	border: solid 1px #66f;
}
.PagerRow span
{
	color: #fff;
	background: #88e;
	border: solid 1px #66f;
}

.RightMenu
{
	border-right: 2px outset;
	border-top: 2px outset;
	border-left: 2px outset;
	border-bottom: 2px outset;
	background-color: buttonface;
}
.RightMenu hr
{
	width: 100px;
}
.RightMenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.RightMenu ul li
{
	vertical-align: bottom;
}
.RightMenu A
{
	color: MenuText;
	text-decoration: none;
	display: block;
	width: 100px;
	text-align: center;
	line-height: 20px;
}
.RightMenu A:link
{
	color: MenuText;
	text-decoration: none;
}
.RightMenu A:active
{
	color: MenuText;
	text-decoration: none;
}
.RightMenu A:visited
{
	color: MenuText;
	text-decoration: none;
}
.RightMenu A:hover
{
	color: HighlightText;
	background-color: Highlight;
}

/*smallgv*/
.smallgv td
{
	font-size: 10px;
}
.smallgvRow
{
	background-color: #F7F7E7;
	text-align: center;
	color: #333333;
}
.smallgvAlternatingRow
{
	background-color: #F7F7E7;
	text-align: center;
}
.smallgvHeaderRow
{
	color: #0066cc;
	text-decoration: none;
	background-color: #D2D8B0;
	height: 22px;
	font-size: 10px;
}
.smallgvHeaderRow a
{
	background-position: 5px center;
	display: block;
	padding-left: 15px;
	background-image: url(../../images/e-booking/gv_head_a_bg.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	height: 20px;
	border-right: #dddddd 2px inset;
	border-bottom: #dddddd 2px inset;
	padding-top: 5px;
	color: #0066cc;
	margin: 0px;
}
.smallgvHeaderRow a:hover
{
	color: #006633;
	text-decoration: none;
	background-color: #D2D8d8;
	background-image: url(../../images/e-booking/gv_head_a_hover_bg.gif);
	background-position: 5px 9px;
}
.smallgvSelectedRow
{
	background-color: #D1DDF1;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
.smallgvPagerRow
{
	background-color: #F7F7E7;
	height: 40px;
	color: #663300;
}
.smallgvPagerRow a
{
	color: #000;
	text-decoration: none;
	background: #fff;
	border: solid 1px #fff;
	margin-left: 3px;
	margin-right: 3px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
}
.smallgvPagerRow a:hover
{
	color: #fff;
	text-decoration: none;
	background: #88e;
	border: solid 1px #66f;
}
.smallgvEmpty
{
	background: #f7f7e7;
}
