/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #005263;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

a { color: #FFF; }

div.page {
	width: 100%;
	min-width: 1000px;
	margin: 0px;
	padding: 0px;
	background-color: #005263;
}

div.top {
	width: 100%;
	height: 290px;
	background-color: #830001;
	background-image: url("../images/main.jpg");
	background-repeat: no-repeat;
	background-position: left;
}

div.top a {
	display: block;
	width: 1000px;
	height: 290px;
	text-decoration: none;
	color: #FFF;
}

span.hidden { display: none; }

div.menu {
	height: 20px;
	width: 100%;
	padding: 3px 0px 2px;
	background-color: #830001;
}

div.menu ul.nostyle { 
        padding: 0px; 
        margin: 0px 0px 0px 5px; 
}

div.menu ul.nostyle li {
	list-style-type: none;
	height: 12px;
	margin: 0px 2px 0px 3px;
	padding: 4px 0px;
	float: left;
        color: #FFF;
}

div.menu ul.nostyle li a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

div.scroller {
	width: 100%;
	height: 120px;
}

div.content {
	width: 98%;
	margin: 0px auto;
	padding: 5px;
	background-color: #005263;
	color: #FFF;
	min-height: 300px;
	float: left;
}

div.footer {
	width: 100%;
	text-align: center;
	padding: 5px 0px;
	min-height: 40px;
	float: left;
}

div.calander {
	width: 240px;
	min-height: 120px;
	float: left;
}

div.full div.prices {
	width: 280px;
}

div.prices {
	width: 100%;
	min-height: 120px;
	float: left;
	margin: 0px 5px 0px 4px;
}

div.calendar table {
	border: none;
}

td {
	text-align: center;
}

td.booked , span.red , td.red {
	background-color: #C30;
}

td.free , span.green , td.green {
	background-color: #0C0;
}

td.free a , span.green a , td.green a { color: #000; }
td.free a:hover , span.green a:hover , td.green a:hover { color: #FFF; }
td.orange , span.orange { background-color: #F60; }

td.start , td.yellow , span.yellow , td.start a , td.yellow a , span.yellow a {
	background-color: #FF0;
	color: #000;
}
div.tb {
	width: 28%;
	float: left;
	margin: 2px 1% 3px;
}

div.otb {
	width: 66%;
	float: left;
	margin: 2px 1% 3px;
}