/**/
body
{
	color : black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background:none;
	
}
/* Manage Site Area*/
.ContentArea
{
	font-size: 8pt;
	color: black;
	background-color: White;
	background-image: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 930px;
	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 : 930px;
	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 : whitesmoke;
	width : 100%;
	font-size: 7pt;
	color : Gray;
}
/* 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: 14px;
	font-weight:bold;
	line-height: 24pt;
	color: #666666;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	text-decoration: none;
}
/* Default text on whole site*/
.TextDefault
{
	font-size: 13px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
/* Class for Default Anchor Element on whole site*/
A
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
	color: #666666;
	vertical-align: baseline;
        
}
A:hover
{
	color: #999999;
        border-bottom:none;
        text-decoration:none;
}
/* Class for Privacy Policies for bold Text*/
.TextTitle
{
	font-weight: bold;
	color: #afbd77;
}
/* Class for Heading on each page */

.TextSmall
{
	font-size: 8pt;
	color:#666666;
}

.ContentTitleHeading
{
	font-size: 14px;
	font-weight:bold;
	line-height: 24pt;
	color: #666666;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	text-decoration: none;
}
/* class for required labels*/
.ContentLabelsRequired
{
	font-weight: bold;
	color: #0072A3;
}
.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: 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: Arial, Helvetica, sans-serif;
	text-align: left;
}
/* Class for Grid Items*/
.dgItem
{
	border-width: 0;
	background-color: white;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
/* Class for Alternating Items in a grid*/
.dgItemAlt
{
	border-width: 0;
	background-color: whitesmoke;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
/* Class for Header in a grid*/
.dgHeader
{
 	background-color: lightgrey;
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}


.SearchArea1
{
	
	background-color : whitesmoke;
	width : 100%;
	font-size: 9pt;
	color : Gray;
}
.SearchHead
{
	width : 100%;
	font-size: 10pt;
	font-weight:bold;
	color : Gray;
}
