﻿body
{
	font-family: Arial, Tahoma;
	font-size: 12px;
	line-height: 2em;
	background-image: none;
	vertical-align: middle;
}

h1
{
	font-size: 16px;
}

.qouteWrapper
{
	width: 400px;
	border: solid 1px Black;
}

.quote
{
	width: 400px;
}

.qouteHeader
{
	background-color: #337aa6; /*#B3DCF1;   #ffed8b #008EDA #0D92FF*/
	min-height: 100%;
	height: 50px;
	width: 400px;
	min-width: 100%;
	border-bottom: solid 1px Black;
	display: table-cell;
	vertical-align: middle; /*padding: 15px 5px 10px 5px;*/
	text-align: center;
	color: White;
	padding-top: 10px;
}

.qouteRoom
{
	font-size: 12px;
	font-weight: bold;
	background-color: #F7F3E1; /*  #DEF1F9 #EEE8C5*/
	padding: 3px 3px 3px 3px;
	border-bottom: solid 1px Black;
}
.qouteRates
{
	font-size: 12px;
	
	top: 30px;
	/*margin-right: 5px;
	padding: 15px 5px 15px 5px;*/
}

.qouteFees
{
	
	background-color: #f7f3e1; /*#ffed8b*/
	padding: 5px;
	margin-right: 10px;
	text-align: right;
	font-size: 14px;
	float: right;
}

.qouteTotal
{
	font-size:16px;
	font-weight:bold;
}
.qouteFooter
{
width: 100%;
	background-color: #f7f3e1; 
	border-top: solid 1px Black;
	
}

.bookingRates
{
	font-size: 12px;
	width: 360px;
	top: 30px;
	/*margin-right: 5px;
	padding: 15px 5px 15px 5px;*/
}

.bookingFees
{
	
	background-color: #f7f3e1; /*#ffed8b*/
	padding: 5px;
	margin-right: 10px;
	text-align: right;
	font-size: 14px;
	float: right;
	
}

.bookingTotal
{
	font-size:16px;
	font-weight:bold;
}
.bookingFooter
{
width: 100%;
	background-color: #f7f3e1; 
	border-top: solid 1px Black;
	
}


