.edit_form {
	margin: 0 35px 0 20px;
	clear: left;
	font-size: 12pt;
}

.edit_form .form_area input {
	margin: 0;
	border: 1px solid #000;
	background: none;
	width: 100%;
}

.edit_form .form_area textarea {
	display: block;
	margin: 0 0 5px 0;
	height: 300px;
	width: 100%;
	border: 1px solid #000;
	background: none;
}

.edit_form .form_submit input{
	float: right;
	background: none;
	border: 1px solid #000;
	color: #000;
	margin: 10px 0 20px 0;
	padding: 2px 7px 2px 7px;
}

.edit_form .form_area_checkbox input{
	float: left;
	width: 20px;
	margin: 4px 0 0 0;
}

.edit_form label {
	display: block;
	margin: 10px 0 0 0;
}

a.admin_link {
	text-decoration: none;
	font-size: 12pt;
}

.admin_link img {
	border: none;
	padding: 0;
	margin: 0 0 0 0;
	vertical-align: middle;
}

h1 .admin_link img {
	vertical-align: bottom;
	padding: 0 0 8px 0;
}


.news_item .admin_link img {
	padding: 0;
}

.edit_form .form_image{
	margin: 10px 0 10px 0; 
}

.edit_form .form_image img{
	border: 1px solid #000;
}

.admin_form_error {
	margin: 5px 0 10px 20px;
	color: red;
	font-weight: bold;
}

.admin_logout_link {
	color: #DEC8A5;
	font-weight: bold;
	font-size: 12pt;
}

.simple_text {
	margin: 0 0 0 20px;
}

#booking_form {
	margin: 20px 0 0 0;
	font-size: 8pt;
	line-height: 8pt;
	font-family: Tahoma; 
}

#booking_title {
	text-align: center;
	font-size: 16pt;
	line-height: 16pt;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	font-family: "Trajan Pro";
}

.wdate { width: 72px; }

TABLE.bookform { width: 100%; margin: 0; }
TABLE.bookform TH { font-size: 12px; padding: 5px 12px 7px 0; font-weight: normal; text-align: right; }
TABLE.bookform TD { font-size: 12px; padding: 8px 0 0 0; }
TABLE.bookform TD INPUT,
TABLE.bookform TD SELECT { float: left; font-size: 12px; margin: 0 5px 0 0; height: 13px; }
TABLE.bookform TD IMG { float: left; margin: 1px 5px 0 0; }
TABLE.bookform INPUT.default {}
TABLE.bookform INPUT.small { width: 25px; }

P.book-actions { text-align: center; margin: 7px 0 0 0; }
P.book-actions SPAN.btn { display: block; width: 160px; background: url('./med/booking/bg09.gif') 0 -120px no-repeat; margin: auto; }
P.book-actions SPAN.btn SPAN { display: block; background: url('./med/booking/bg09.gif') 100% -120px no-repeat; }
P.book-actions SPAN.btn INPUT { font-size: 11px; color: #fff; width: 160px; padding: 3px 0; overflow: hidden; background: transparent; border: none; cursor: pointer; font-weight: bold; }

DIV.niceinput { float: left; background: url('./med/booking/bg09.gif') no-repeat; font-size: 11px; overflow: hidden; margin: 0 5px 0 0; height: 20px; }
DIV.niceinput DIV { background: url('./med/booking/bg09.gif') 100% 0 no-repeat; cursor: pointer; float: left; }
DIV.niceinput DIV INPUT { padding: 3px 5px 5px 5px; margin: 0; border: none; background: transparent; margin: 0; float: left; }

DIV.niceselect { float: left; background: url('./med/booking/bg09.gif') no-repeat; font-size: 11px; overflow: hidden; height: 20px; cursor: pointer;}
DIV.niceselect DIV { background: url('./med/booking/bg09.gif') 100% -30px no-repeat; cursor: pointer; padding: 3px 20px 5px 5px; }
DIV.niceselect DIV SPAN { display: block; white-space: nowrap; cursor: pointer; width: 100%; overflow: hidden; text-overflow: ellipsis; }
DIV.niceselect-open { background-position: 0 -60px; }
DIV.niceselect-open DIV { background-position: 100% -90px; }

DIV.niceselect-drop { z-index: 10; position: absolute; text-align: left; background: #fff; display: none; font-size: 11px; }
DIV.niceselect-drop UL { border: solid #96917f; border-width: 0 1px 1px 1px; padding: 0 1px 1px 1px; margin: 0; float: left; }
DIV.niceselect-drop UL LI { float: left; width: 100%; overflow: hidden; text-overflow: ellipsis; border-top: 1px solid #fff; }
DIV.niceselect-drop UL LI A { display: block; padding: 2px 5px; background: #fbf5e4; color: #161616; }
DIV.niceselect-drop UL LI A:hover { background: #e5dab4; text-decoration: none; }


/* --- */
TABLE.jCalendar { margin: 0; width: 100%; border-collapse: collapse;}
TABLE.jCalendar TH { background: #e8dec4; color: #7b672f; padding: 5px 6px; text-align: center; border: 1px solid #fff; font-size: 10px; font-weight: bold; }
TABLE.jCalendar TD { background: #f8f5ee; color: #ac9042; padding: 5px 6px; text-align: center; border: 1px solid #fff; font-size: 10px; }
TABLE.jCalendar TD.other-month { color: #ddd; }
TABLE.jCalendar TD.weekend { background: #f7eaea; }
TABLE.jCalendar TD.today { background: #e8dec4; color: #777; }
TABLE.jCalendar TD.selected { background: #d25719; color: #fff; }
TABLE.jCalendar TD.selected:hover { background: #d25719; color: #fff; }
TABLE.jCalendar TD:hover,
TABLE.jCalendar TD.dp-hover { background: #d25719; color: #fff; }
TABLE.jCalendar TD.disabled,
TABLE.jCalendar TD.disabled:hover { background: #bbb; color: #888; }

DIV#dp-popup { position: absolute; z-index: 199; text-align: left; }
DIV.dp-popup { position: relative; background: #fff; font-size: 10px; padding: 1px; border: 1px solid #96917f; width: 220px; line-height: 14px; }
DIV.dp-popup H2 { padding: 4px; margin: 0; text-align: center; color: #fff; background: #907054; font-size: 11px; border: 1px solid #fff; font-weight: normal; }
DIV.dp-popup A { color: #000; padding: 3px 2px 0 2px; }
DIV.dp-popup A:hover { text-decoration: none; }
DIV.dp-popup DIV.dp-nav-prev { float: left; padding: 3px 0 0 3px; line-height: 13px; }
DIV.dp-popup DIV.dp-nav-prev A { float: left; cursor: pointer; background: #4a352b; margin: 0 2px 0 0; padding: 2px 1px; color: #fff; text-align: center; width: 15px; font-weight: bold; }
DIV.dp-popup DIV.dp-nav-prev A:hover { background: #000; }
DIV.dp-popup DIV.dp-nav-prev A.disabled { cursor: default; }
DIV.dp-popup DIV.dp-nav-next { float: right; padding: 3px 3px 0 0; line-height: 13px; }
DIV.dp-popup DIV.dp-nav-next A { float: left; cursor: pointer; background: #4a352b; margin: 0 0 0 2px; padding: 2px 1px; color: #fff; text-align: center; width: 15px; font-weight: bold; }
DIV.dp-popup DIV.dp-nav-next A:hover { background: #000; }
DIV.dp-popup DIV.dp-nav-next A.disabled { cursor: default; }
DIV.dp-popup A.disabled { cursor: default; color: #aaa; }
DIV.dp-popup TD { cursor: pointer; }
DIV.dp-popup TD.disabled { cursor: default; }

h1 {
	font-family: "Tahoma";
	font-size: 18pt;
	line-height: 18pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #000;
	margin: 40px 35px 15px 20px;
	text-align: left;
}

.text {
    font-family: "Tahoma";
	font-size: 12pt;
	line-height: 12pt;
	color: #000;
	margin: 0 35px 0 20px;
	text-align: justify;
}

.text p {
	margin: 5px 0 5px 0;
}

.text a {
	text-decoration: underline;
}


.MP_msgLog {
 clear: left;
 margin: 0 0 0 0;
}

.MP_msgLog .MP_msgF{
 color: red;
 font-weight: bold;
}

#galery_tbl {
	border-collapse: collapse;
	margin: 0 35px 0 10px;
	line-height: 10px;
	font-size: 10px;
}

#galery_tbl td {
	padding: 8px;
}

#galery_tbl td a {
	text-decoration: none;
}

#galery_tbl td a img{
	border: 1px solid #8f7e5e;
}

html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('./med/lightbox/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('./med/lightbox/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('./med/lightbox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('./med/lightbox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('./med/lightbox/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('./med/lightbox/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('./med/lightbox/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('./med/lightbox/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('./med/lightbox/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('./med/lightbox/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('./med/lightbox/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('./med/lightbox/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('./med/lightbox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('./med/lightbox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('./med/lightbox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('./med/lightbox/fancy_title_right.png') repeat-x;
}

body{
	background-color: #FFF;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	min-width: 900px;
}

a {
	text-decoration: none;
}

/* --- Menu --- */
#topmenu {
	border-collapse: collapse;
	background: black;
}

#topmenu td.item {
	padding: 20px 15px 20px 15px;
}

#topmenu td.item {
	padding: 30px 10px 30px 10px;
}

#topmenu td.selected {
	background: #C2131F;
}

#topmenu td.item a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10pt;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: "Trajan Pro";
}

td.menu_logo {
	background: url('./med/layout/logo.png');
	background-repeat: no-repeat;
}

#language_menu {
	margin: 3px 0 3px 0px;
	border-collapse: collapse;	
}

#language_menu td.selected {
	background: url('./med/layout/menu/lang_center.png');
	background-repeat: repeat-x;
}

#language_menu td {
	text-align: center;
	font-weight: bold;
	font-size: 9pt;
	font-family: Tahoma;
	color: #FFF;
}

#language_menu td .item {
	margin: 1px 0 0 1px;
	text-align: center;
}

#language_menu a {
	text-decoration: none;
	color: #FFF;
}

/* ------------ */

#layout_tbl {
	border-collapse: collapse;
	margin: 30px auto 0px auto;
	line-height: 1px;
	font-size: 1px;
}

#layout_tbl td {
	padding: 0;
}

#layout_tbl td.cont_bg, .content_tbl td.cont_bg {
	background: url('./med/layout/cont_pix.png');
}


#booking_tbl {
	border-collapse: collapse;
	margin: 0;
	line-height: 1px;
	font-size: 1px;
}

#booking_tbl td {
	padding: 0;
}

#booking_tbl .bg {
	background: #FFF;
}


.content_tbl {
	border-collapse: collapse;
	margin: 69px 0 0 0;
	border-color: blue;
	line-height: 1px;
	font-size: 1px;
}

.content_tbl td {
	padding: 0;
	border: blue;
}

#booking {
	font-size: 10pt;
	line-height: 10pt;
	color: #000;
	margin: 0 0 0 0;
}

#content_wrap {
	font-size: 12pt;
	line-height: 12pt;
	color: #000;
	margin: 0;
	padding: 0;
}

#intro_layout_tbl {
	border-collapse: collapse;
	margin: 0 auto 0 auto;
	border-color: red;
	line-height: 1px;
	font-size: 1px;
}

#recommend {
	margin: 20px 0 0 0;
	font-size: 10pt;
	line-height: 10pt;
	text-align: center;
}

#recommend img {
	border: none;
}

#recommend .title {
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 7px 0;
}

#menu_logo_link {
	text-decoration: none;
	margin: 0 0 0 5px;
}

#menu_logo_link img{
	border: none;
}

#fmp_designed_by_holder {
	text-align: left;
	margin: 10px 0 10px 10px;
	font-size: 1px;
	line-height: 1px;
}

#fmp_designed_by_holder a {
	text-decoration: none;
}

#fmp_designed_by_holder a img {
	border: none;
}


