/* Primary Layout */

body
{
	margin: 0, 0, 0, 0;
	padding: 0;
	border: 0;
	color: #464646;
	font-family: verdana, arial, 'MS sans-serif';
	font-size: 12px;
	letter-spacing: 1.2px;
}

a
{
	color: #00006E;
	letter-spacing: 2px;
}
a:hover
{
	color: #81A9E2;
}


h1, h2, h3
{
	color: #00006E;
	font-family: verdana, arial, 'MS sans-serif';
	margin: 0;
	margin-top: 15px;
	margin-bottom: 5px;
}

h1
{
	font-size: 18px;
	color: #000000;
}

h2
{
	font-size: 17px;
}

h3
{
	font-size: 16px;
	color: #000000;
}
h4
{
	font-size: 15px;
}
h5
{
	font-size: 14px;
	color: #00006e;
}


p, td
{
	color: #222222;
	font-family: verdana, arial, 'MS sans-serif';
	font-size: 12px;
	letter-spacing: 1.2px;
}

.smallfont
{
	font-size: 10px;
}

.finefont
{
	font-size: 9px;
}

select
{
	font-size: 10px;
	font-family: verdana,arial,helvetica,sans-serif;
}

input
{
	font-size: 11px;
	font-family: verdana,arial,helvetica,sans-serif;
	margin: 0px;
}

.calendarDateInput
{
	letter-spacing: normal;
	line-height: normal;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
}
select.calendarDateInput
{
	letter-spacing: .06em;
	font-family: Verdana,Sans-Serif;
	font-size: 11px;
}
input.calendarDateInput
{
	letter-spacing: .06em;
	font-family: Verdana,Sans-Serif;
	font-size: 11px;
}

a.calendarDateInput
{
	cursor:hand;
}

.warning
{
	color:Red;
	font-weight:bold;
}

.ratestable
{
	background-color: white;
}

.roomstable
{
	background-color: white;
	border-right: #2B6A62 1px solid;
	border-top: #2B6A62 1px solid;
	border-left: #2B6A62 1px solid;
	border-bottom: #2B6A62 1px solid;
}

.reservationtable
{
	background-color: white;
	border-right: #2B6A62 1px solid;
	border-top: #2B6A62 1px solid;
	border-left: #2B6A62 1px solid;
	border-bottom: #2B6A62 1px solid;
}

.labelheading 
{ 
	font-weight: bold;
}

.tableheading
{
	font-weight: bold;
	color: #2B6A62;
}

#resForm
{
	margin-left: 50px;
	margin-right: 50px;
}
