* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Georgia, Helvetica, Arial;
	font-size: 16px;
	background-color: #fff;
	background-image: url(/images/pln_body_bg.png);
	color: #fff;
	height: 100%;
}

	.clear {
		clear: both;
	}

a:link, a:visited {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

img {
	border: none;
}
	
/*****************************************************************************
* Layout stuff
*****************************************************************************/

table td.main_content {
	padding: 20px 10px;
}

#wrapBody {
	padding-top: 10px;
	padding-right: 10px;
	width: 525px;
	float: right;
}

div#divWrapper {
	background: transparent url(/images/layout/shadow.png) repeat-y 50% 0;
	min-height: 100%;
	position: relative;
}

div.main {
	margin: 0 auto;
	padding-bottom: 50px;
	width: 660px;
	background: #536f7e;
	min-height: 100%;
}

div#footer {
	text-align: center;
	bottom: 0;
	position: absolute;
	display: block;
	width: 100%;
}

	div#footer div.central {
		width: 660px;
		margin: auto;
		border-top: 2px solid #78929f;
		background: #627d8c;
		padding: 10px 0;
	}

/*****************************************************************************
* Menu
*****************************************************************************/

div#menu {
	float: left;
	width: 112px;
	min-height: 212px;
	background: #536F7E url(/images/menu_bg.gif) no-repeat 0 0;
	font-size: 14px;
}

	#menu ul {
		list-style: none;
	}
	
	#menu li {
		text-align: left;
		margin: 0;
	}
	
		#menu li a {
			display: block;
			padding: 2px 5px;
			outline: none;
		}
		
		#menu li.active a {
			text-decoration: underline;
			background: #78929f;
		}
		
		#menu li a:hover {
			background: #627d8c;
			color: #fff;
		}
		
		#menu li a:active {
			background: #78929f;
		}

/*****************************************************************************
* General styles
*****************************************************************************/

div.image {
	border: 1px solid #fff;
	width: 300px;
	margin: auto;
}

	div.left_align div.image {
		margin: 0;
	}
	
	div.image.img-left,
	div.image.img-right {
		width: 255px;
	}
	
	div.image.img-left {
		float: left;
	}
	
	div.image.img-right {
		float: right;
	}
	
	h3.to-the-left {
		float: left;
		width: 255px;
		text-align: center;
	}
	
	h3.to-the-right {
		float: right;
		width: 255px;
		text-align: center;
	}
	
div.text_full ul {
	list-style: none;
}

div.text_full ul.list {
	list-style: outside;
	margin-left: 15px;
	margin-top: 10px;
}

	ul li {
		clear: both;
		margin-bottom: 5px;
	}

	ul ul li.image {
		border: 1px solid #fff;
		width: 210px;
		background: #fff;
		color: #000;
		text-align: center;
		float: left;
		margin: 0 24px 5px;
		clear: none;
	}
	
	div.right_align p.left_align_text {
		width: 50%;
		float: left;
		padding-top: 5em;
	}
	
	div.right_align div.image {
		margin-right: 1em;
	}

h1 {
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	margin: 0 0 20px;
}

h2 {
	font-size: 18px;
	margin: 0 0 15px;
}

h3 {
	font-size: 12px;
	text-align: center;
	margin: 0;
}

p {
	margin: 10px 0;
}

table.tariff {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #5e7a8b;
}

	table.tariff td,
	table.tariff th {
		padding: 5px;
	}
	
	table.tariff tr.odd td {
		background: #5e7a8b;
	}

/*****************************************************************************
* Flash messages
*****************************************************************************/

div.success {
	padding: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	border: 2px solid #30a960;
	background: #a2c9b2;
	color: #333;
	text-align: center;
}

div.error {
	padding: 10px;
	border: 2px solid #ffe400;
	background: #fffcde;
	color: #333;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

/*****************************************************************************
* Availability styles
*****************************************************************************/

table.availability {
	width: 100%;
	background: #fff;
}

table.availability th,
table.availability td {
	text-align: center;
	font-size: 12px;
	padding: 5px;
}

	table.availability tr td {
		color: #333;
	}

	table.availability tr.odd td {
		background: #eaeaea;
	}
	
	table.availability tr.booked td {
		background: #9EB7C3;
	}
	
	table.availability td a {
		color: #003366;
		font-weight: normal;
	}
	
	span#head {
		font-size: 20px;
	}
	
	#wrapAvail {
		background: url('/images/header_avail.gif') repeat-x 0 0;
	}
	
/*****************************************************************************
* Calendar styles
*****************************************************************************/

#calendar {
	overflow: hidden;
	width: 560px;
}

#calendar table {
	width: 93%;
	margin-top: 10px;
	background: #eaeaea;
	border: 2px solid #415B69;
	color: #000;
	font-size: 14px;
}

	#calendar table thead th {
		background: #415B69;
		padding: 10px 0;
		border: 0;
		height: 20px;
	}
	
	#calendar table th.monthName {
		color: #fff;
	}
	
	#calendar table tr.dayName th {
		background: #4e6d7e;
		color: #fff;
	}

	#calendar table th,
	#calendar table td {
		text-align: center;
		padding: 15px 0;
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		width: 60px;
		height: 50px;
		overflow: hidden;
		position: relative;
	}
	
	#calendar table tbody td.day {
		background: #fff;
		font-weight: bold;
		color: #555;
	}
	
	#calendar table tbody td.blocked {
/*		background: transparent url(/images/pln_blocked_bg.png);*/
		background: #df3c3c;
		color: #000;
		font-weight: normal;
	}
	
	#calendar table tbody td.available {
		background: transparent url(/images/pln_avail_bg.png);
		color: #333;
	}
	
	#calendar table tbody td.available a {
		color: #555;
	}
	
	#calendar table tbody td.otherMonth {
		color: #ccc;
/*		border-right: 1px solid #ccc;*/
	}
	
	#calendar table tbody td.today,
	#calendar table tbody td.today a {
/*		text-decoration: underline;*/
		color: #000;
	}
	
	#calendar table tbody td a {
		color: #999;
	}
	
		#calendar table tbody td.today a:hover {
			text-decoration: none;
		}
	
	span.price {
		font-size: 10px;
		display: block;
		color: #666;
	}
	
	span.backlink {
		font-size: 10px;
	}
	
	span.cal_price {
		position: relative;
		display: block;
		width: 60px;
		margin: auto;
		height: 28px;
		padding-top: 8px;
		padding-left: 5px;
		font-size: 10px;
		text-align: center;
		color: #333;
		background: transparent url(/images/cal_price.gif) no-repeat 5px 0;
	}
