﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background-color: #e9ecf3;
	color:#4d4f69;
	margin-top:10px;
}

.frame{
	margin-right:auto;
	margin-left:auto;
	width:649px;
	padding: 20px 80px 20px 80px;
	background-image: url(images/frame_tile.gif);
	background-repeat:repeat-y;
}

.header{
	margin-right:auto;
	margin-left:auto;
	width:729px;
	padding:38px 80px 0px 0px;
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
	text-align:right;
	height:77px;
}

.headerEnquiry{
	margin-right:auto;
	margin-left:auto;
	width:729px;
	padding:38px 80px 0px 0px;
	background-image: url(images/header2.jpg);
	background-repeat:no-repeat;
	text-align:right;
	height:77px;
}

.footer{
	margin-right:auto;
	margin-left:auto;
	width:729px;
	padding:17px 80px 0px 0px;
	background-image: url(images/footer.gif);
	background-repeat:no-repeat;
	text-align:right;
	height:51px;
}


.headerfont{
	font-size: 16px;
	line-height: 22px;
	color: #03378e;
}

h1
{
}

h2
{
	font-size:15px;
	margin:0px 0px 7px 0px;
}

.pinkfont{
	font-weight:bold;
	color: #e00172;
}

.bluefont{
	font-weight:bold;
	color: #3f6bf3;
}

.blackfont{
	font-weight:bold;
	color: #000;
}

/* grey bubble */
.bubbleM
{
	background-color:#e9ecf3;
}

.bubbleTL
{
	width:22px;
	height:22px;
	background:url(images/bubbleTL.gif) no-repeat;
}

.bubbleT
{
	height:22px;
	background:url(images/bubbleT.gif) repeat-x;
}

.bubbleTR
{
	width:22px;
	height:22px;
	background:url(images/bubbleTR.gif) no-repeat;
}

.bubbleL
{
	width:22px;
	background:url(images/bubbleL.gif) repeat-y;
}

.bubbleR
{
	width:22px;
	background:url(images/bubbleR.gif) repeat-y;
}

.bubbleBL
{
	width:22px;
	height:22px;
	background:url(images/bubbleBL.gif) no-repeat;
}

.bubbleB
{
	height:22px;
	background:url(images/bubbleB.gif) repeat-x;
}

.bubbleBR
{
	width:22px;
	height:22px;
	background:url(images/bubbleBR.gif) no-repeat;
}

/* Outline bubble */
.whiteM
{
	background-color:#ffffff;
}

.whiteTL
{
	width:22px;
	height:22px;
	background:url(images/whiteTL.gif) no-repeat;
}

.whiteT
{
	height:22px;
	background:url(images/whiteT.gif) repeat-x;
}

.whiteTR
{
	width:22px;
	height:22px;
	background:url(images/whiteTR.gif) no-repeat;
}

.whiteL
{
	width:22px;
	background:url(images/whiteL.gif) repeat-y;
}

.whiteR
{
	width:22px;
	background:url(images/whiteR.gif) repeat-y;
}

.whiteBL
{
	width:22px;
	height:22px;
	background:url(images/whiteBL.gif) no-repeat;
}

.whiteB
{
	height:22px;
	background:url(images/whiteB.gif) repeat-x;
}

.whiteBR
{
	width:22px;
	height:22px;
	background:url(images/whiteBR.gif) no-repeat;
}

/* Pink bubble */
.pinkM
{
	background-color:#f6d3e7;
}

.pinkTL
{
	width:22px;
	height:22px;
	background:url(images/pinkTL.gif) no-repeat;
}

.pinkT
{
	height:22px;
	background:url(images/pinkT.gif) repeat-x;
}

.pinkTR
{
	width:22px;
	height:22px;
	background:url(images/pinkTR.gif) no-repeat;
}

.pinkL
{
	width:22px;
	background:url(images/pinkL.gif) repeat-y;
}

.pinkR
{
	width:22px;
	background:url(images/pinkR.gif) repeat-y;
}

.pinkBL
{
	width:22px;
	height:22px;
	background:url(images/pinkBL.gif) no-repeat;
}

.pinkB
{
	height:22px;
	background:url(images/pinkB.gif) repeat-x;
}

.pinkBR
{
	width:22px;
	height:22px;
	background:url(images/pinkBR.gif) no-repeat;
}

/* Price breakdown table */
.PriceBreakdown
{
	table-layout:fixed;
	background-color:#fff;
	border-collapse:collapse;
	border:1px solid #cccccc;
	width:100%;
}

.PriceBreakdown .Header td
{
	text-align:right;
	padding: 4px 7px 4px 7px;
}

.PriceBreakdown .ItemHeader
{
	font-weight:bold;
	text-align:left;
	border:1px solid #cccccc;
	padding: 4px 7px 4px 7px;
}

.PriceBreakdown .Item
{
	text-align:right;
	border:1px solid #cccccc;
	padding: 4px 7px 4px 7px;
}

.PriceBreakdown .TotalHeader
{
	background-color:#fffe87;
	color: #e00172;
	font-weight:bold;
	text-align:left;
	border:1px solid #cccccc;
	padding: 4px 7px 4px 7px;
}

.PriceBreakdown .Total
{
	font-weight:bold;
	background-color:#fffe87;
	text-align:right;
	border:1px solid #cccccc;
	padding: 4px 7px 4px 7px;
}


.occupancyInvalid
{
	padding-bottom:7px;
	color:Red;
}

.occupancyValid
{
	padding-bottom:7px;
	color:#000;
}

.paddedRow
{
	padding-bottom:7px;
}

#BookingSaveModaldiv
{
    position:absolute;
    display:none;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:Gray;
    filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	z-index:6;
}

.required
{
	color:Red;
	padding-left: 4px;	
}