body
{
    margin: 0px;
	font-family: "Tahoma";
	font-size: 12px;
	background-color: White;
	background-image: url(./images/backgound.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: Black;
	z-index: 0;
	min-height: 100%;
}

a
{
    text-decoration: none;
    color: Blue;
}

table
{
    margin: 2px;
}

td
{
    padding: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: Black;
}

img
{
     border: 0px;
}

h1, h2, h3
{
	margin: 15px 0px 15px 0px;
	color: rgb( 11 ,38 ,72 ); /*orthanna blue*/
}
h1
{
	text-align: center;
}
h2
{
	text-align: center;
}
p
{
	text-indent: 37px;
	font-size: 12px;
}
.main_div
{
    width: 966px;
}

.header
{
	background-image: url('./images/header_background.jpg');
	height: 200px;
	display: block;
}

.languages
{
    padding: 10px 0px 0px 40px;
}

.body_header
{
	background-image: url(./images/body_header.jpg); 
	background-repeat: no-repeat;
	min-height: 40px;
}

.main_body
{
	background-image: url(./images/body_center.jpg);
}

.body_footer
{
	background-image: url(./images/body_footer.jpg); 
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 40px;
	padding: 0px 50px 20px 50px;
}

.footer
{
    background-image: url(./images/footer_center.gif); 
	background-repeat: repeat-y;
}

.footer_top
{
	background-image: url(./images/footer_top.gif); 
	background-repeat: no-repeat;
	min-height: 38px;
	padding: 17px 50px 0px 50px;
	text-align: center;
	font-size: 12px;
}

.footer_top a
{
	color: black;
}

.footer_bottom
{
	background-image: url(./images/footer_bottom.gif); 
	background-repeat: no-repeat;
	background-position: bottom;
	height: 9px;
}

.main_menu
{
	margin-top: 136px;
	text-align: center;
	display: inline-block;
	font-weight: bold;
	font-size: 17px;
}

.main_menu_center
{
    background-image: url('./images/main_menu_center.gif');
	height: 29px;
	display: inline-block;
	margin: 0px;
	float: left;
	padding-top: 8px;
}

.main_menu_center a
{
    color: white;
	padding-left: 8px;
	padding-right: 8px;
}

.main_menu_left
{
    background-image: url('./images/main_menu_left.gif');
	width: 10px;
	height: 37px;
	float: left;	
}

.main_menu_right
{
    background-image: url('./images/main_menu_right.gif');
	width: 10px;
	height: 37px;
	float: left;
}

.sub_menu
{
	text-align: center;
	display: inline-block;
	font-size: 17px;
}

.sub_menu_left
{
	background-image: url(./images/sub_menu_left.gif);
	width: 10px;
	height: 37px;
	float: left;
}

.sub_menu_center
{
	background-image: url(./images/sub_menu_center.gif);
	height: 30px;
	display: inline-block;
	float: left;
	padding-top: 7px;
}

.sub_menu_right
{
	background-image: url(./images/sub_menu_right.gif);
	width: 10px;
	height: 37px;
	float: left;
}

.sub_menu_center a
{
    
	padding-left: 8px;
	padding-right: 8px;
}

.menu_item, .selected_menu_item
{
	float: left;
}

.menu_item a
{
    color: white;
    display: inline-block;
}

.selected_menu_item a, .menu_item a:hover
{
	color: rgb( 11 ,38 ,72 );
	display: inline-block;
}

.navigation
{
	font-size: 12px;
	font-weight: bold;
	padding-top: 20px;
}

.navigation a
{
	color: rgb( 11 ,38 ,72 ); /*orthanna blue*/
	text-decoration: underline;
}





.data_list
{
}
.data_row
{
	display: inline-block;
	width: 867px;
	margin-top: 25px;	
}
.data_row_col0
{
	width: 421px;
	float: left;
	margin-right: 25px;
}
.data_row_col1
{
	width: 421px;
	float: left;
}
.data_object
{
	/* width: 421px; */ /*100% = page text content widt: 867   867 -  space bedween data cols 25 = 842 /2 = data col width 421 - image + margin width 162 = 259*/
}
.data_item
{
	margin-top: 5px;
}
.data_item_key, .data_item_value
{
	display: inline-block;
	vertical-align: top;
}
.data_item_value
{
	font-weight: bold;
	color: rgb( 11 ,38 ,72 ); /*orthanna blue*/
}
.data_item_value a
{
	color: rgb( 11 ,38 ,72 ); /*orthanna blue*/
	/*text-decoration: underline;*/
}

.inner_data
{
	padding-top: 10px;
	display: inline-block;
	position: relative;
	width: 421px;
}
.inner_data_left
{
	width: 152px;
	float: left;
	margin-right: 10px; /* 10 - 2 px (border) */
}
.inner_data_right
{
	width: 259px;
	float: left;
}


.description_box
{
	font-size: 11px;
	font-weight: normal;
	border-color: rgb( 11 ,38 ,72 ); /*orthanna blue */
	border-width: 1px;
	border-style: dashed;
	padding: 5px;
	margin-top: 12px;
}

.photo
{
	display: inline-block;
}
.image_frame
{
	display: inline-block;
	border: 1px solid gray;
}




.top_offer
{
	position: absolute;
	left: -15px;
	top: -5px;
	z-index: 100;
	/* opacity: 0.75;
	filter: alpha( opacity = 75 );
	-moz-opacity: 0.75; */
}
.top_offer_no_pic
{
	position: absolute;
	right: -5px;
	top: -5px;
	z-index: 100;
}



.keywords
{
	display: none;
}


.reservation
{
	display: block;
	/*border: 1px dashed rgb( 11 ,38 ,72 );
	padding: 5px;*/
	margin-bottom: 10px;
}
.successfull_regitration
{
	font-weight: bold;
	margin: 5px 0px;
	line-height: 18px;
}
.reservation_object
{
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}
.reservation_text
{
	font-weight: bold;
	color: rgb( 22 ,72 ,144 );
	padding: 5px;
}
.reservation_value input, .reservation_value textarea
{
	border: 1px solid rgb( 11 ,38 ,72 );
	padding: 2px;
	font-size: 14px;
	margin: 0px;
}
.reservation_value select
{
	font-size: 14px;
	border: 1px solid rgb( 11 ,38 ,72 );
	padding: 2px 0px;
	margin: 0px;
}
.required
{
	color: red;
}
.input_contact_name, .input_phone, .input_e_mail, .input_secret_key
{
	width: 262px;
}
.input_remarks
{
	width: 262px;
	height: 79px;
}
.div_img_captcha
{
	width: 265px;
	background-color: rgb( 235, 235, 235 );
	border: 1px solid rgb( 11 ,38 ,72 );
	text-align: center;
	margin-bottom: 10px;
}
.input_board, .input_type_of_room 
{
	width: 268px;
}
.input_date_day
{
	width: 50px;
}
.input_date_month
{
	width: 150px;
}
.input_date_year
{
	width: 60px;
}
.input_adults, .input_children, .input_infants
{
	width: 80px;
}
#link_reserve
{
	cursor: pointer;
	display: inline-block;
	background-image: url("./images/reserve.gif");
	border: 1px solid gray;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	width: 150px;
	height: 28px;
	line-height: 26px;
	margin: 10px 0px 0px 0px;
	color: white;
}
legend
{
	font-size: 14px;
	font-weight: bold;
	color: rgb( 22 ,72 ,144 );
	margin: 0px 10px;
	padding: 0px 10px;
}
.form_errors
{
	color: red;
	margin-bottom: 5px;
}
.error_field
{
	font-weight: bold;
}

.reserve
{
	background-image: url("./images/reserve.gif");
	border: 1px solid gray;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	width: 150px;
	height: 28px;
	line-height: 26px;
	margin-top: 10px;
}

.reserve a
{
	color: white;
	display: block;
}
.reserve a:hover
{
	color: black;
}

.info_item
{
	padding: 5px;
}


.masterpage
{
	padding: 5px;
	margin-bottom: 5px;
}

.masterpage_caption
{
	font-weight: bold;
	display: inline-block;
	margin: 0px 5px 5px 0px;
}
.masterpage_listing
{
	display: inline-block;
}
.masterpage_item, .masterpage_item_selected
{
	display: inline-block;
	/*margin-right: 15px;*/
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 11px;
}
.masterpage_item a
{
	color: white;
	text-decoration: underline;
}
.masterpage_item a:hover
{
	color: rgb( 11 ,38 ,72 ); /*orthanna blue*/
}
.masterpage_item_selected a
{
	color: rgb( 11 ,38 ,72 ); /*orthanna blue*/
	text-decoration: underline;
}

.paging
{
	margin-top: 15px;
	text-align: center;
}
/*rgb( 123, 186, 222 ); orthanna light blue*/
.paging_caption
{
	display: none;
}
.paging_results
{
	display: none;
}
.paging_pages
{
	display: block;
}
.paging_results_per_page
{
	display: block;
}
.paging_row_left
{
	background-image: url(./images/paging_left.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: rgb( 123, 186, 222 );
	margin-top: 5px;
	display: inline-block;
}
.paging_row_right
{
	background: url(./images/paging_right.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 24px;
	line-height: 22px;
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	color: white;
	display: inline-block;
}
.paging_row_right a
{
	color: white;
	text-decoration: underline;
}

.information_note
{
	color: red;
	border: 1px dashed red;
	padding: 10px;
	margin-top: 10px
}


.header_info
{
	text-align: left;
	padding-top: 1px
}
.header_info_box
{
	height: 26px;
	margin-left: 36px;
	vertical-align: top;
}
.header_info_box_left
{
	/*background: url(./images/white_left.gif);
	background-position: left;
	background-repeat: no-repeat;*/
	display: inline-block;
	height: 24px;
	width: 7px;
	float: left;
}
.header_info_box_center
{
	/*background-color: white;*/
	display: inline-block;
	height: 24px;
	float: left;
}
.header_info_box_right
{
	/*background: url(./images/white_right.gif);
	background-position: right;
	background-repeat: no-repeat;*/
	display: inline-block;
	height: 24px;
	width: 7px;
	float: left;
}

.header_text_info
{
	margin: 5px 0px; 
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	float: left;
}
.header_text_info a
{
	color: rgb( 11 ,38 ,72 ); /*orthanna blue*/
}
.header_text_info a:hover
{
	color: rgb( 33 ,86 ,144 ); /*orthanna blue x 2*/
}
.languages_white
{
	margin: 3px 15px 3px 0px;
	display: inline-block;
	float: left;
}