/**/
body
{
	BACKGROUND: url(../images/tile.gif) #251d22 0px 0px; 
	FONT: 68.75%/1.909 Verdana, Tahoma, Arial, Helvetica, sans-serif; COLOR: #fff;
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
UL {
	LIST-STYLE-TYPE: none
}

/* Manage Site Area*/
.ContentArea
{
	font-size: 8pt;
	BACKGROUND: url(../images/bg.gif) #faf7ee repeat-x 0px 0px; MARGIN: 22px auto 0px;  COLOR: #614937; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 785px;
	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 : 785px;
	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 : #efeae1;
	width : 95%;
	font-size: 7pt;
	color : none;
}
/* 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:#f7f4e9;
	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:#eee8dd;
	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:#ede6db;
	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:#f7f4e9;
	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: #9a6428;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	text-decoration: none;
}
/* Default text on whole site*/
.TextDefault
{
	font-size: 8pt;
	color: #614937;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Class for Default Anchor Element on whole site*/
.bar
{
	color: #9a6428;
	text-decoration: none;
}
A
{
	color: #9a6428;
	text-decoration: none;
        vertical-align: baseline;
}
A:hover
{
	border-bottom: none;
}
/* Class for Privacy Policies for bold Text*/
.TextTitle
{
	font-weight: bold;
	color: #afbd77;
}
/* Class for Heading on each page */
.ContentTitleHeading
{
	font-size: 14pt;
	line-height: 24pt;
	color: #9a6327;
	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: 0px;
	background-color: #efeae1;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#614937;
}
/* Class for Alternating Items in a grid*/
.dgItemAlt
{
	border-width: 0px;
	border-color:none;
	background-color: #faf7ee;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Class for Header in a grid*/
.dgHeader
{
 	background-color: #efeae1;
	font-weight: bold;
	border-color:none;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#614937;
}
#header {
	BACKGROUND: #1a1819; 
	COLOR: #b5b5b5; 
	POSITION:relative; 
	HEIGHT: 98px; 
	width:768px;
	left:8px;

	padding-top:10px;

*top: 0px;


	}
#logoabs{ position:absolute; width: 284px; height:51px; padding-top:5px;
*padding-top:15px;
}
H1#logo {
	 LEFT: 20px; POSITION: absolute; width: 284px; *padding-top:15px; z-index:10000;
	 
}
H1#logo A {
	TEXT-DECORATION: none
}
H1#logo IMG {
	 POSITION: absolute; width: 284px; *padding-top:15px;
}
H1#logo A SPAN {
	DISPLAY: none
}
UL#nav {
	RIGHT: 18px; OVERFLOW: hidden; POSITION: absolute; TOP: 28px;*top: 40px;
}
UL#nav LI {
	FLOAT: left; MARGIN: 0px
}
UL#nav LI A {
	DISPLAY: block; BACKGROUND-IMAGE: url(../images/nav.gif); COLOR: #b5b5b5; TEXT-INDENT: -999em; HEIGHT: 29px
}
#nav A#The-Inn-link {
	BACKGROUND-POSITION: 0px 0px; WIDTH: 83px
}
#nav A#The-Inn-link:hover {
	BACKGROUND-POSITION: 0px -29px
}
#nav LI.selected A#The-Inn-link {
	BACKGROUND-POSITION: 0px -29px
}
#nav A#Rooms-link {
	BACKGROUND-POSITION: -83px 0px; WIDTH: 78px
}
#nav A#Rooms-link:hover {
	BACKGROUND-POSITION: -83px -29px
}
#nav LI.selected A#Rooms-link {
	BACKGROUND-POSITION: -83px -29px
}
#nav A#Dining-link {
	BACKGROUND-POSITION: -161px 0px; WIDTH: 76px
}
#nav A#Dining-link:hover {
	BACKGROUND-POSITION: -161px -29px
}
#nav LI.selected A#Dining-link {
	BACKGROUND-POSITION: -161px -29px
}
#nav A#Book-A-Room-link {
	BACKGROUND-POSITION: -237px 0px; WIDTH: 133px
}
#nav A#Book-A-Room-link:hover {
	BACKGROUND-POSITION: -237px -29px
}
#nav LI.selected A#Book-A-Room-link {
	BACKGROUND-POSITION: -237px -29px
}
#navUtilities {	position: absolute;top: 0;right: 0;}
#navUtilities li {float: left;}
#navUtilities li a {
				background-image: url(../images/utilities.gif);
				color: #fff;
				display: block;
				height: 50px;
				overflow: hidden;
				text-indent: -999em;
				width: 103px;
			}
#navUtilities a#Plan-link {
						background-position: 0 0;
					}
#navUtilities a#Plan-link:hover,
						#navUtilities li.selected a#Plan-link {
							background-position: 0 -50px;
						}
					#navUtilities a#Join-link {
						background-position: -103px 0;
					}
						#navUtilities a#Join-link:hover,
						#navUtilities li.selected a#Join-link {
							background-position: -103px -50px;
						}
					#navUtilities a#View-link {
						background-position: -206px 0; 
					}
						#navUtilities a#View-link:hover,
						#navUtilities li.selected a#View-link {
							background-position: -206px -50px;
						}
/*------footer------*/
.footerPop {
	PADDING-RIGHT: 11px; DISPLAY: none; PADDING-LEFT: 11px;  BACKGROUND: #947259; PADDING-BOTTOM: 10px; WIDTH: 81px; COLOR: #d4c7bd; BOTTOM: 78px; PADDING-TOP: 15px; POSITION: absolute
}
.footerPop LABEL {
	DISPLAY: block
}
.footerPop INPUT.text {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 2px; PADDING-LEFT: 2px; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 10px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 3px; WIDTH: 75px; COLOR: #666666; PADDING-TOP: 3px; BORDER-RIGHT-WIDTH: 0px
}
.footerPop DIV.buttonRow {
	PADDING-RIGHT: 0px; BORDER-TOP: #614937 1px dashed; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 20px 0px 0px; PADDING-TOP: 8px
}
.footerPop DIV.buttonRow INPUT {
	MARGIN: 0px 0px 0px -3px
}
#plan {
	LEFT: 476px
}
#newsletter {
	LEFT: 579px
}
#copyright {
	COLOR: #867e80;
	TEXT-ALIGN: center; 
	background-color:#292026;
	BACKGROUND: url(../images/tile.gif) #251d22 23px 0px; 
	/*background-repeat:repeat;*/
	height:40px; 
	*height:82px; 
	margin:0px -48px 0px -50px;padding-top:25px;


	position:relative;
}
#copyright A {
	COLOR: #b9a686; font-size:11px;
}
#footer {
	BACKGROUND: #947259; COLOR: #fff; POSITION: relative; HEIGHT: 78px;
}
#footer IMG {
	LEFT: 31px; POSITION: relative; TOP: 35px
}
.TextSmall
{
	font-size: 7pt;
	color: #947259;
}
.ContentTable
{
	width: 100%;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#614937;
	background-color: #faf7ee;
}
.htmcontentTable
{
	width: 100%;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#614937;
	background-color: #faf7ee;
	background:url(images/bg2.gif)
}
.TextTitle
{
	font-weight: bold;
	color: #614937;
}
.ButtonTable
{
	text-align: center;

}
.Border1Px
{
	BORDER-RIGHT: 1px; 
	BORDER-TOP: 1px; 
	BORDER-LEFT: 1px; 
	BORDER-BOTTOM: 1px solid;

	
}
.SearchArea1
{
	
	background-color : #efeae1;
	width : 100%;
	font-size: 7pt;
	color: #614937;
}
.SearchHead
{
	width : 100%;
	font-size: 10pt;
	font-weight:bold;
	color : Gray;
}
