.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: left;
	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;
}


.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;
}

/*
.news_item .admin_link img {
	padding: 0;
}

.admin_logout_link {
	color: #DEC8A5;
	font-weight: bold;
	font-size: 12pt;
}

.simple_text {
	margin: 0 0 0 20px;
}
*/

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, html {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	background-color: #000;
	font-family: Verdana;
	background: url('./med/bg/bg.jpg');
}
#outer {width: 100%; height: 100%; overflow: visible; padding: 0px; margin: 0px;}
#middle {vertical-align: middle}
#centered {width: 1226px; margin-left: auto; margin-right: auto; text-align:center;}

#content {
	margin: 0;
	padding: 0;
	font-weight: bold;
	border-collapse: collapse;
	/*border: 1px solid #2F281E;*/
	color: #FFF;
	font-size: 12pt;
}

/* -- Start MAIN page --*/
#main_door {
	display: block;
	width: 327px;
	height: 564px;
	text-decoration: none;
}

#main_door:hover {
	background: url('./med/bg/main_door_glow.jpg');
	background-repeat: no-repeat;
}

/* End MAIN page --*/

/* -- Start MENU page --*/
#menu_tbl {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#menu_about {
	display: block;
	width: 346px;
	height: 135px;
	text-decoration: none;
	
}

#menu_about:hover {
	background: url('./med/bg/menu_about_glow.jpg');
	background-repeat: no-repeat;
}


#menu_news {
	display: block;
	width: 168px;
	height: 135px;
	text-decoration: none;
	
}

#menu_news:hover {
	background: url('./med/bg/menu_news_glow.jpg');
	background-repeat: no-repeat;
}


#menu_gallery {
	display: block;
	width: 183px;
	height: 135px;
	text-decoration: none;
	
}

#menu_gallery:hover {
	background: url('./med/bg/menu_gallery_glow.jpg');
	background-repeat: no-repeat;
}


#menu_support {
	display: block;
	width: 338px;
	height: 271px;
	text-decoration: none;
	
}

#menu_support:hover {
	background: url('./med/bg/menu_wesupport_glow.jpg');
	background-repeat: no-repeat;
}


#menu_week {
	display: block;
	width: 340px;
	height: 260px;
	text-decoration: none;
	
}

#menu_week:hover {
	background: url('./med/bg/menu_week_glow.jpg');
	background-repeat: no-repeat;
}


#menu_food {
	display: block;
	width: 245px;
	height: 137px;
	text-decoration: none;
	
}

#menu_food:hover {
	background: url('./med/bg/menu_food_glow.jpg');
	background-repeat: no-repeat;
}


#menu_drinks {
	display: block;
	width: 190px;
	height: 233px;
	text-decoration: none;
	
}

#menu_drinks:hover {
	background: url('./med/bg/menu_drinks_glow.jpg');
	background-repeat: no-repeat;
}


#menu_contacts {
	display: block;
	width: 287px;
	height: 213px;
	text-decoration: none;
	
}

#menu_contacts:hover {
	background: url('./med/bg/menu_contacts_glow.jpg');
	background-repeat: no-repeat;
}

/* End MENU page --*/

/* Start DRINKS page --*/
#drinks_link {
	display: block;
	width: 452px;
	height: 636px;
	text-decoration: none;
}

/* End DRINKS page --*/

/* Start GALLERY page --*/

#gallery_holder {
	margin: 55px 0 0 90px;
	padding: 0;
	border-collapse: collapse;
	color: #FFF;
	font-size: 12pt;
}

#gallery_holder td.image_bg {
	background: url('./med/bg/gallery_image_bg.jpg');
	background-repeat: no-repeat;
}

.image_bg a {
	text-decoration: none;
}

.image_bg a img {
	border: none;
}

.gallery_image {
	width: 204px;
	height: 204px;
	border: 2px solid #000;
	margin: 11px 0 0 5px;
}

#gallery_paging {
	font-size: 12pt;
	text-align: center;
}

#gallery_paging a {
	text-decoration: none;
	color: #000;
}

#gallery_paging a.selected {
	text-decoration: none;
	color: #808080;
}

.gallery_links {
	text-align: center;
}

.gallery_item_title {
	margin: 5px 5px 0 5px;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: #000;
}

.gallery_title {
	text-align: center;
	color: #000;
	font-size: 14pt;
	font-weight: bold;
}
/* End GALLERY page --*/

/* Start EDIT page --*/

#edit_page {
	color: #000;
	margin: 60px 0 0 110px;
	font-size: 12pt;
	font-weight: normal;
	width: 790px;
	height: 575px;
	text-align: left;
}

#edit_page h1{
	font-size: 12pt;
	font-weight: bold;
	margin: 0 0 0 0;
}

/* End EDIT page --*/

/* Start WE SUPPORT page --*/

#wesupport_holder {
	color: #000;
	margin: 67px 0 0 300px;
	font-size: 12pt;
	font-weight: normal;
	width: 415px;
	height: 350px;
	text-align: left;
}

#wesupport_title {
	font-size: 24pt;
	text-align: center;
	margin: 0 0 15px 0;
}

#wesupport_text {
	text-align: justify;
	font-size: 11pt;
	font-weight: normal;
}

#wesupport_text p {
	margin: 0;
}
/* End WE SUPPORT page --*/

/* Start NEWS page --*/

#news_holder {
	color: #000;
	margin: 125px 0 0 158px;
	font-size: 12pt;
	font-weight: normal;
	width: 465px;
	height: 335px;
	text-align: left;
}

#news_title {
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
	margin: 0 0 5px 0;
}

#news_item_title {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	margin: 0 0 5px 0;
}

#news_item_title a img {
	border: none;
}

#news_item_text {
	margin: 0 20px 0 20px;
	font-size: 11pt;
	text-align: justify;
	font-weight: normal;
}

#news_item_text p {
	margin: 0 0 10px 0;
}

#news_item_text img {
	float: right;
	margin: 5px 0 8px 8px;
	border: 10px solid #AF9A79 /*84745B, #CCC*/;
	
}


/* End NEWS page --*/


/* End START page --*/

#week_table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	color: #FFF;
	font-size: 12pt;
}

#week_table .event_text {
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}

/* End WEEK page --*/

/* Start Gallery list page */

#gallerylist_holder {
	margin: 55px 0 0 111px;
	padding: 0;
	border-collapse: collapse;
	color: #FFF;
	font-size: 12pt;
}

#gallerylist_holder td.list_icon a {
	text-decoration: none;
}

#gallerylist_holder td.list_icon img {
	margin: 10px 10px 10px 10px;
}

#gallerylist_holder .galery_link {
	margin: 14px 14px 14px 0;
	font-size: 12pt;
}

#gallerylist_holder .galery_link a {
	text-decoration: none;
	color: #000;
}

#gallerylist_holder .gallery_icon {
	border: 1px solid #000;
}

/* End Gallery list page */

/* Start About page */
#about_comments {
	width: 205px;
	height: 440px;
	background: none;
	color: #000;
	font-size: 10px;
	float: right;
	margin: 170px 70px 0 0;
}

#comments_tbl {
	padding: 0;
	border-collapse: collapse;
}

#comments_paging a img {
	border: none;
}

#guestbook_messagelist {
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#guestbook_messagelist .MP_msgF {
	color: red;
}

#guestbook_messagelist .MP_msg {
	color: green;
}

.comment_item {
	margin: 5px 5px 5px 5px;
	font-size: 9pt;
	color: #000;
	font-weight: normal;
}

.comment_item .name a {
	color: #000;
	text-decoration: none;
}

.comment_item .name {
	font-weight: bold;
}

.comment_item .time {
	font-weight: normal;
	font-size: 7pt;
}

/* End About page */

.go_back_image {
	margin: 0;
	padding: 0;
	text-align: center;
}

