/**/
body {
	margin:0px auto;
	padding:26px 0px 0px 0px;
	color : black;
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-image: url(../images/background.gif);
}
form
{
margin:0px;
padding:0px;
}
.wrapper {
	margin:0px auto;
	width:887px;

}
.whiteborder
{
width:867px;
		padding:10px;
	border:1px solid #ffffff;
	}
/* Manage Site Area*/
.ContentArea {
	font-size: 8pt;
	color: black;
	background-color: White;
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 867px;
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	border-color : none;
	BORDER-COLLAPSE: collapse;
	BORDER-WIDTH: 0px;
}
/* Manage Banner (on top of every page)*/
.BannerArea {
	/*	background-image : url(../Assets/innHamptonLogo.jpg);*/
	background-repeat :no-repeat;
	background-position: center;
	text-align : center;
	border-width : 0;
	width : 750px;
	height : 0px;
}
/*	Manage Search Area*/
.SearchArea {
	BORDER-RIGHT : darkgray 1px solid;
	BORDER-TOP : darkgray 1px solid;
	BORDER-LEFT : darkgray 1px solid;
	BORDER-BOTTOM : darkgray 1px solid;
	BORDER-COLLAPSE : collapse;
	border-color : darkgray;
	background-color : #b2c6bd;
	width : 95%;
	font-size: 7pt;
	color : #fff;
}
/* Manage Reservation succeed Message Area*/
.MessageArea {
	BORDER-RIGHT : #0084FF 1px solid;
	BORDER-TOP : #0084FF 1px solid;
	BORDER-LEFT : #0084FF 1px solid;
	BORDER-BOTTOM : #0084FF 1px solid;
	BORDER-COLLAPSE : collapse;
	border-color : #0084FF;
	background-color : whitesmoke;
	width : 95%;
	font-size: 8pt;
	color : Blue;
}
/* Class for Rservation Status Message and Confirmation Number(ReservationTwo.aspx page)*/
.StatusMessage {
	color : #D66B6B;
	font-size : 20px;
	font-family:Arial;
}
/* Manage tabs color styles and color */
.SelectedTab {
	border-top: solid 1px darkgray;
	border-left: solid 1px darkgray;
	border-right: solid 1px darkgray;
	border-bottom: none;
	width: 10%;
	height:25px;
	background-color:white;
	text-align:center;
	vertical-align :middle;
}
.SelectedTabHighlighted {
	border-top: solid 1px darkgray;
	border-left: solid 1px darkgray;
	border-right: solid 1px darkgray;
	border-bottom: none;
	width: 10%;
	height:25px;
	background-color:whitesmoke;
	text-align:center;
	vertical-align :middle;
}
.UnSelectedTab {
	border-top: solid 1px darkgray;
	border-left: solid 1px darkgray;
	border-right: solid 1px darkgray;
	border-bottom: solid 1px darkgray;
	width: 10%;
	height:25px;
	background-color:whitesmoke;
	text-align:center;
	vertical-align :middle;
}
.UnSelectedTabHighlighted {
	border-top: solid 1px darkgray;
	border-left: solid 1px darkgray;
	border-right: solid 1px darkgray;
	border-bottom: solid 1px darkgray;
	width: 10%;
	height:25px;
	background-color:WHITE;
	text-align:center;
	vertical-align :middle;
}
.AreaBody {
	border-top: none;
	border-left: solid 1px darkgray;
	border-right: solid 1px darkgray;
	border-bottom: solid 1px darkgray;
}
/* Class for Heading Text*/
.ContentTitleText {
	border-bottom: solid 1px #d0d88c;
	font-size: 14pt;
	line-height: 24pt;
	color: #a9bbb1;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	text-decoration: none;
}
/* Default text on whole site*/
.TextDefault {
	font-size: 8pt;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Class for Default Anchor Element on whole site*/
A {
	color: #000;
	text-decoration: none;
	vertical-align: baseline;
}
A:hover {
	border-bottom: none;
}
/* Class for Privacy Policies for bold Text*/
.TextTitle {
	font-weight: bold;
	color: #fff;
}
/* Class for Heading on each page */
.ContentTitleHeading {
	font-size: 14pt;
	line-height: 24pt;
	color: #a7bbb0;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	text-decoration: none;
}
/* class for required labels*/
.ContentLabelsRequired {
	font-weight: bold;
	color: #cc6666;
}

.ContentLabelsRecommended
{
	font-weight: bold;
	color: #666699;
}
/* class for Error Messages*/
.errMessage {
	font-family : Verdana;
	font-size: 10pt;
	color: Red;
}
/* Class for Paging*/
.pagingStyle {
	font-size: 10pt;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Class for Grid Text*/
.dgText {
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	font-size: 10pt;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
/* Class for Grid Items*/
.dgItem {
	border-width: 0;
	background-color: white;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Class for Alternating Items in a grid*/
.dgItemAlt {
	border-width: 0;
	background-color: whitesmoke;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Class for Header in a grid*/
.dgHeader {
	background-color: lightgrey;
	font-weight: normal;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#headermenu {
	COLOR: #fff;
	HEIGHT: 26px;
	float:left;
	padding-left:30px;
}
#headermenu A {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	PADDING-BOTTOM: 4px;
	FONT: bold 12px/18px Verdana;
	COLOR: #fff;
	PADDING-TOP: 4px;
	LETTER-SPACING: 0px;
	TEXT-DECORATION: none
}
#headermenu A:hover {
	BACKGROUND: #586d16;
	COLOR: #fff
}
#headermenuHome {
	COLOR: #a9bbb1;
	HEIGHT: 26px
}
#headermenuHome A {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	PADDING-BOTTOM: 4px;
	FONT: bold 12px/18px Verdana;
	COLOR: #a9bbb1;
	PADDING-TOP: 4px;
	LETTER-SPACING: 0px;
	TEXT-DECORATION: none
}
#headermenuHome A:hover {
	BACKGROUND: #586d16;
	COLOR: #fff
}
#footer {
	CLEAR: both;
	MARGIN-TOP: -41px;
	FONT-SIZE: 14px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	MARGIN-LEFT: 40px;
	WIDTH: 888px;
	LINE-HEIGHT: 16px;
	TEXT-ALIGN: left;
}
#footer P {
	PADDING-RIGHT: 35px;
	PADDING-LEFT: 35px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 20px
}
#footer {
	DISPLAY: inline-block;
	OVERFLOW: hidden
}
#header {
	height:241px;
	width:868px;
	background:url(../images/banner-motor.jpg) no-repeat;
	padding:0 0 0 0;

	
}
.newpage {
	margin:0px auto;
	width:867px;
	padding:10px;
	border:1px solid #ffffff;
}
.locale a{
background:url(../images/locale-off.jpg);
}
.locale a:hover{
background:url(../images/locale.jpg);
}
.SearchArea1
{
	
	background-color : none;
	width : 100%;
	font-size: 7pt;
	color : white;
}
.SearchHead
{
	width : 100%;
	font-size: 10pt;
	font-weight:bold;
	color : white;
}
