/******************************************************************************/
/*                                                                            */
/* CMS Content Management System                                              */
/*                                                                            */
/*                                                                            */
/* Author: Marco van 't Wout                                                  */
/* Email: marco@vtwout.net                                                    */
/*                                                                            */
/******************************************************************************/

/****** STYLE *****************************************************************/
html, body, div, h1, h2, h5, p, br, a, hr, strong, em, img, table, tr, td, form, input, select, textarea, fieldset, ul, li {
	margin: 0px;
	padding: 0px;
} body, pre, textarea {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	background-color: #EFDDB5;
} h1 {
	font: italic 22px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 6px;
} h2 {
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	color: #FF6600;
	margin-bottom: 0px;
	display: inline;
} h3 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
} h4 {
	color: #FF6600;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
} h5 {
	font: italic 22px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 6px;
} p {
	margin: 6px 0px;
} a {
	color: #FF6600;
	text-decoration: none;
} a:hover {
	color: #FF6600;
	text-decoration: underline;
} img {
	border: 0px;
} hr {
	margin: 7px 0px 6px; _margin: 0px;
	height: 1px;
	border: 0px; 
	border-bottom: 1px solid #D9A748;
} strong {
	font-weight: bold;
} em {
	font-style: italic;
} br.clear {
	clear: both;
	height: 0px;
}

/****** LAYOUT ****************************************************************/
html {
	height: 100%;
} body {	
	height: 100%;
} div.container {
	margin: 0px 0px;
	width: 100%;
} div.header {
	height: 90px;
	background-color: #ffffff;
	padding: 11px;
} div.breadcrumb {

} div.menu {
	padding-top: 12px;
	padding-bottom: -12px;
	width: 100%;
	height:	28px;
	background-image: url(images/menu.gif);
	background-repeat: repeat-x;
} div.submenu {
	text-align: center;
	clear: both;
} div.main {
	background-color: #efddb5;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	min-height: 300px; _height: 300px;
	padding: 40px 10% 0 10%;
} div.debug {
	margin: 20px 50px;
	padding: 20px;
	border: 1px solid #d9a748;
	background-color: #ffffff;
} div.box {
	margin-bottom: 10px;
	padding: 10px;	
} div.blocks_right img {
	border: 1px solid #343234;
}

/****** HEADER ****************************************************************/
div.header img {
	float: left;
} div.header div.slogan {
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	text-align: right;
	float: right;
	margin-top: 28px;
	margin-right: 20px;
	clear: right;
	width: 50%;
} div.header div.languages {
	float: right;
	margin: 10px 20px 0 0;
} div.header div.languages img {
	border: 1px solid #000000;
	margin-left: 5px;
}

/****** BREADCRUMB ************************************************************/
div.breadcrumb {
	position: absolute;
	top: 90px;
	left: 14px;
	color: #564f42;
	font-weight: bold;
} div.breadcrumb a {
	color: #f26522;
} div.breadcrumb a:hover {
	color: #f26522;
}

/****** MENU ******************************************************************/
div.menu {
	text-align: center;
} div.menu ul {
	padding: 10px 0 10px 0;
	list-style-type: none;
	display: inline;
} div.menu ul li {
	display: inline;
} div.menu ul li a {
	margin: 0px 6px;
	padding: 5px;
	color: #ffffff;
	font-weight: normal;
} div.menu ul li.active a {
	color: #ffffff;
} div.menu ul li a:hover {
	color: #F26522;
	text-decoration: none;
}div.menu ul li img {
	border: 1px solid #000000;
}

/****** SUBMENU ***************************************************************/
div.submenu ul {
	list-style-type: none;
} div.submenu ul li {
	display: inline;
} div.submenu ul li.active a {
	font-weight: bold;
}

/****** MAIN ******************************************************************/
div.main ul {
	margin-left: 20px; _margin-left: 24px;
	list-style-type: dics;
} div.main ul.style1 {
	list-style-type: decimal;
} div.main ul.stylea {
	list-style-type: lower-alpha;
} div.main div.picture {
	float: left;
}

/****** FOOTER ****************************************************************/
div.footer {
	text-align: center;
	color: #000000;
	clear: both;
	margin: 10px 10% 10px 10%;
} div.footer a {
	color: #000000;
} div.footer a:hover {
	color: #000000;
}

/****** DEBUG *****************************************************************/
div.debug pre {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background-color: #ffffff;
}

/**** TABLES ******************************************************************/
table {
	width: 100%; _width: 99%;
	border-collapse: collapse;
	border: 0px;
} table td {
	vertical-align: top;
} table th {
	vertical-align: top;
} table.admin {
	margin-top: 5px;
	line-height: 15px;
	background-color: #F3E6C7;
	border: 1px solid #D9A748;
} table.admin tr:hover td {
	background-color: #f4f4f4;
} table.admin th {
	padding: 2px;
	background-color: #E6CA88;
	border-top: 1px solid #D9A748;
	border-bottom: 1px solid #D9A748;
} table.admin td {
	padding: 2px;
} table.admin td.icon {
	padding: 0px;
} table.admin td.icon img {
	margin: 0px;
	padding: 4px 8px;
	border: 0px;
} table.admin td.icon img:hover {
	background-color: #dddddd;
}

/**** FORMS *******************************************************************/
form fieldset {
	padding: 0px;
	border: 0px;
} form label {
	margin-bottom: 5px;
	display: block;
	width: 160px; _width: 157px;
	float: left;
} form input, form select, form textarea {
	margin-bottom: 5px;
	padding: 1px;
	color: #000000;
	font-size: 12px;
	vertical-align: top;
	background: #F3E6C7;
	border: 1px solid #D9A748;
} form div.radio {
	margin-left: 160px;
} form br {
	line-height: 8px;
	clear: left;
} form input.button {
	margin-left: 160px;
	margin-bottom: 0px;
	padding: 3px; _padding: 3px 1px 2px;
	color: #000000;
	font-weight: bold;
} form input.nomargin {
	margin-left: 0px;
} form a.required {
	margin-left: 2px;
	color: #dddddd;
} form a.red{
	color: #ff0000;
} form div.feedback {
	margin-left: 160px;
	padding: 3px;
	color: #ff0000;
	border: 1px solid #ff0000;
} div.blocks_left label, div.blocks_right label {
	float: none;
}

/**** BBCODE ******************************************************************/
div.textarea {
	margin-left: 160px; _margin-left: 157px;
} div.textarea div.iefix {
	_width: 98%;
} div.textarea img {
	padding: 4px;
	cursor: pointer;
	background-color: #ffffff;
	border: 1px solid #D9A748;
} div.textarea  img:hover {
	background-color: #E6CA88;
	border: 1px solid #D9A748;
} div.textarea select, div.textarea option {
	padding: 1px;
	font-weight: bold;
} div.textarea div.helpbox {
	padding: 2px;
	height: 14px;
	overflow: hidden;
	background-color: #E6CA88;
}

/**** APARTMENT ***************************************************************/
div.apartment div.pictures {
	width: 360px;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 10px;
	background-color: #FCEDBE;
	border: 1px solid #d9a748;
} div.apartment div.pictures img {
	text-align: center;	
	margin: 0 10px 10px 0;
	border: 1px solid #343234;
}

/**** PRICES TABLES ***********************************************************/
table.prices_admin {
	width: 380px;
	border-collapse: collapse;
} table.prices_admin td {
	border: 1px solid #d9a748;
	padding: 4px;
} table.prices_admin th {
	background-color: #f3e6c7;
	border: 1px solid #d9a748;
	padding: 4px;
} table.prices_admin input {
	float: none;
	clear: none;
	margin: 0;
	padding: 0;
}

table.prices {
	width: 160px;
	border-collapse: separate;
	border: 1px solid #d9a748;
} table.prices td {
	border: 1px solid #d9a748;
	padding: 4px;
} table.prices th {
	background-color: #f3e6c7;
	border: 1px solid #d9a748;
	padding: 4px;
}

table.periods {
	width: 400px;
	border-collapse: separate;
	border: 1px solid #d9a748;
} table.periods td {
	border: 1px solid #d9a748;
	padding: 4px;
} table.periods th {
	background-color: #f3e6c7;
	border: 1px solid #d9a748;
	padding: 4px;
}

/**** AVAILABILITY TABLE ******************************************************/
table.availability {
	width: auto;
	border-collapse: separate;
	border: 1px solid #d9a748;
	text-align: center;
	float: left;
	margin-right: 10px;
} table.availability th {
	margin: 2px;
	padding: 1px;
	background-color: #f3e6c7;
	border: 1px solid #d9a748;
} table.availability th.header {	
	text-align: center;
} table.availability td {
	width: 23px;
	padding: 1px;
	margin: 2px;
	border: 1px solid #d9a748;
} table.availability span.day {
	display: block;
	padding: 1px;
	margin: 0;
	color: #000000;
	height: 100%;
	width: 21px;
} table.availability a {
	display: block;
	padding: 1px;
	color: #000000;
	height: 100%;
	width: 21px;
} table.availability a:hover {
	padding: 0px;
	border: 1px solid #d9a748;
	color: #000000;
} table.availability td.available {
	background-color: #f3e6c7;
} table.availability td.unavailable {
	background-color: #f26522;
} table.availability td.unavailable a {
	color: #ffffff;
} table.availability td.other_month {
	opacity: .3;
	filter: alpha(opacity=30);
}

/**** RESERVATION *************************************************************/
table.reservation_apartment {
	width: 600px;
	border-collapse: separate;
} table.reservation_apartment th, table.reservation_apartment td {
	padding: 4px 4px 4px 0;
}

table.priceblocks {
	border-collapse: separate;
	border-spacing: 0 5px 0 5px;
	margin: 0 0 10px 0;
} table.priceblocks td {
	/* background-color: #fcedbe;*/
	border: 1px solid #d9a748;
	padding: 5px;
} table.priceblocks td h2 {
	line-height: 23px;
}

table.reservation_prices {
	width: 600px;
	border-collapse: separate;
	border: 1px solid #d9a748;
} table.reservation_prices td {
	border: 1px solid #d9a748;
	padding: 4px;
} table.reservation_prices th {
	background-color: #f3e6c7;
	border: 1px solid #d9a748;
	padding: 4px;
} table.reservation_prices tr.total {
	background-color: #f3e6c7;
	font-weight: bold;
}

table.reservation_personal {
	width: 600px;
	border-collapse: separate;
} table.reservation_personal th, table.reservation_personal td {
	padding: 4px 4px 4px 0;
}

span.edit {
	font-size: 10px;
}

tr.other {
	opacity: .5;
	filter: alpha(opacity=50);
}

/**** Left Column *************************************************************/
div.column_left {
	float: left;
	width: 70%;
	text-align: left !important;
}

/**** Right Column ************************************************************/
div.column_right {
	float: right;
	width: 200px;
	text-align: left !important;
	border-left: 1px solid #d9a748;
	padding: 20px 0 20px 20px;
} div.column_right hr {
	margin: 20px 0 20px -20px;
	border-color: #d9a748;
} div.column_right img {
	border: 1px solid #d9a748;
	margin: 5px 5px 0 0;
}

/**** APARTMENTS LIST *********************************************************/
table.apartments {
	width: 100%;
	border-collapse: separate;
	border: 1px solid #d9a748;
	margin: 0;
} table.apartments tr {
	margin: 5px 0 5px 0;
	border: 1px solid #d9a748;
	border-spacing: 10px;
} table.apartments td {
	margin: 0 0 20px 0;
	padding: 10px;
	background-color: #FCEDBE;
	border: 1px solid #d9a748;
} table.apartments img {
	margin: 0 1px 0 1px;
	border: 1px solid #343234;
} 

/**** Home ********************************************************************/
div.home {
	background-color: #b1a386; 
	background-image: url(images/background2.jpg);
} body.home {
	background-color: #b1a386;
} div.home div.column_right {
	border-color: #fcedbe;
} div.home div.column_right hr {
	border-color: #fcedbe;
} div.home div.column_right a {
	color: #fcedbe;
}

div.home table.apartments {
	border-color: #FCEDBE;
} div.home table.apartments td {
	border: 0;
}

div.choosecity {
	width: 100%;
	margin: 0;
}