/**/
body
{
	color : #003a78;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;	
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding: 0px;
	background-image: url(../mfiles/bgBody.gif);	
}
/* Manage Site Area*/
.ContentArea
{
	font-size: 8pt;
	color: #003a78;
	
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 900px;
	BORDER-TOP-WIDTH: 0px; 
	BORDER-LEFT-WIDTH: 0px; 
	BORDER-BOTTOM-WIDTH: 0px; 
    border-color : none;
	BORDER-COLLAPSE: collapse; 
	BORDER-WIDTH: 0px;
	background-image: url(../mfiles/bgBody.gif);	
	
}
/* 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 : #fbf7eb;
	width : 95%;
	font-size: 7pt;
	color : #6c5d2a;
}
/* 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:#fbf7eb;
	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:#f5f0dd;
	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:#f5f0dd;
	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:#fbf7eb;
	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: #6c5d2a;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	text-decoration: none;
}
/* Default text on whole site*/
.TextDefault
{
	font-size: 8pt;
	color: #003a78;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
/* Class for Default Anchor Element on whole site*/
A
{ cursor: pointer;
	text-decoration: none;
	color: #00448C;
	z-index:100000;

}
A:hover
{
	border-bottom: none;
	text-decoration: underline;
}
/* Class for Privacy Policies for bold Text*/
.TextTitle
{
	font-weight: bold;
	color: #003a78;
}
/* Class for Heading on each page */
.ContentTitleHeading
{
	font-size: 14pt;
	line-height: 24pt;
	color: #6c5d2a;
	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: #f5f0dd;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Class for Alternating Items in a grid*/
.dgItemAlt
{
	border-width: 0;
	background-color: #fbf7eb;
	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;
}
/*banner*/
#masthead {
	background-image: url(http://www.montereybaylodge.com/interface/bgMast.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #00448c;
	background-position: bottom;
	height: 184px;
}
#subnav {
	background-color: #FBF8EB;
	margin-bottom: 20px;
	font-size: .7em;
	height: 23px;
	border-bottom: 0px solid #00448C;
}
#subnav a {
	display: block;
	float: left;
	padding: 5px 10px 5px 10px;
	background-color: #FBF8EB;
	text-decoration: none;
	color: #0167D5;
}
#subnav a.active {
	background-color: #00448C;
	color: #FBF8EB;
}
#subnav a.active:hover {
	background-color: #00448C;
	color: #FBF8EB;
}
#subnav a:hover {
	color: #00448C;
	background-color: #F4ECCA;
}
/*footer*/
#footer {
	text-align: center;
	background-color: #ccc39f;
	position: relative;
	
	padding-top: 10px;
	height: 70px;
	margin-top: 0px; /*Prevents unnecesarry scrolling. Value depends on height of footer. */
	font-family: Arial, Helvetica, sans-serif;
	color: #959081;
}
#footer a:hover {
	color: #605d53;
}
#footag,#footag a {
	color: #959081;
	font-size:10px;
}
#footnav, #footnav a {
	color: #fff8da;
	text-decoration: none;
	padding-bottom: 10px;
}

div.full {
	width: 918px;
	margin-left: auto;
	margin-right: auto;
	clear: left;
}
.NoMargin
{
	background-image: url(http://www.montereybaylodge.com/interface/bgMast.gif); 
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #00448c;
	background-position: bottom;
	position:relative;
	height: 184px;}
	
.tblRoomDescription {
	width: 658px;
	padding-left: 18px;
	float: left;
	background-image: url(http://www.montereybaylodge.com/interface/rezBrdr2.gif);
	background-repeat: repeat-y;
	background-position: left;
}
h1 {
	padding: 0;
	margin: 0 0 8px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #6c5d2a;
}
h1.hdr {
	margin-bottom: 20px;
}
.brdr {
	border-bottom: 1px solid #DDD1AA;
}
.TextSmall
{
	font-size: 7pt;
	color: #003a78;
}

#topnav {
	position:relative;
	width: 918px;
	color: #00448C;
	z-index:8;
	padding-top:0px;
    *padding-top:0px;
	height: 22px;
}
#transition {
	background-image: url(../images/transition/mast1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 122px;
	width: 918px;
	cursor: pointer;
}

.ContentTable
{
	width: 100%;
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#003a78;
}
.SearchArea1
{
	
	background-color : #fbf7eb;
	width : 100%;
	font-size: 7pt;
	color : #6c5d2a;
}
.SearchHead
{
	width : 100%;
	font-size: 10pt;
	font-weight:bold;
	color : #6c5d2a;
}
.align-bot{
vertical-align: baseline;
}
.align-bot a{
vertical-align: baseline;

}
