.simplecontentTextWrapper
{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}

.simplecontent-box
{
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	position: relative;
}


/* design boxes */
.simplecontent_blue_box{ background-image: url('simplecontent/img/blue_box_elements.png'); }
.simplecontent_blue_box_middle{ background-color: #e5f5ff; padding: 11px; }

.simplecontent_grey_box{ background-image: url('simplecontent/img/grey_box_elements.png'); }
.simplecontent_grey_box_middle{ background-color: #ececec; padding: 11px; }

.simplecontent_red_box{ background-image: url('simplecontent/img/red_box_elements.png'); }
.simplecontent_red_box_middle{ background-color: #ffffff; padding: 11px; }

.simplecontent_yellow_box{ background-image: url('simplecontent/img/yellow_box_elements.png'); }
.simplecontent_yellow_box_middle{ background-color: #fff8dc; padding: 11px; }


/* box elements */
.box_lefttop
{
	position: absolute;
	top:0px;
	left:0px;
	width: 11px;
	height:11px;
	background-position: 0px 0px;
}

.box_top
{
	position: absolute;
	top:0px; 
	width: 100%;
	height:11px;
	background-position: -67px 0px;
}

.box_righttop
{
	position: absolute;
	top:0px;
	right:0px;
	width: 11px;
	height:11px;
	background-position: -11px 0px;
}

.box_leftbottom
{
	position: absolute;
	bottom:0px;
	left:0px;
	width: 11px;
	height:11px;
	background-position: -22px 0px;
}

.box_bottom
{
	position: absolute;
	bottom:0px;
	width: 100%;
	height:11px;
	background-position: -67px -11px;
}

.box_rightbottom
{
	position: absolute;
	bottom:0px;
	right:0px;
	width: 11px;
	height: 11px;
	background-position: -33px 0px;
}

.box_left
{
	position: absolute;
	top:0px;
	left:0px;
	width: 11px;
	height: 100%;
	background-position: -45px 0px;
	background-repeat: repeat-y;
}

.box_right
{
	position: absolute;
	top: 0px;
	right:0px;
	width: 11px;
	height: 100%;
	background-position: -56px 0px;
	background-repeat: repeat-y;
}

.box_middle
{
	background: #e5f5ff;
}

#simplecontentAcceptButton
{
	position: absolute;
	width: 90px;
	height: 22px;
	background: url('simplecontent/img/accept_edit_button.png');
	z-index: 9999;

	cursor: pointer;
}

#simplecontentCancelButton
{
	position: absolute;
	width: 90px;
	height: 22px;
	background: url('simplecontent/img/cancel_edit_button.png');
	z-index: 9999;

	cursor: pointer;
}

/* what tinyMCE has */
.red_title
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.normal_text
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.grey_text
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #545454;
}

.blue_bold_title
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #425c78;
	
}.travel_list_title
{
	display: block;
	width: 310px;
	height: 14px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	
	text-decoration: none;
	cursor: pointer;
}

.travel_list_difficulty
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #779e13;
	
	text-decoration: none;
	width: 160px;
}

.travel_list_subtitle
{
	height: 15px;
	vertical-align: top;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #425c78;
}

.travel_list_img_box
{
	width: 100px;
	padding-right: 3px;
}

.travel_list_lead
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #425c78;
}

.travel_list_price
{
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #990000;
	text-align: right;
	padding-left: 15px;
}

.travel_list_readmore a
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #2857c2;
	text-decoration: none;
	cursor: pointer;
}

.blue_line
{
	background: url('travellisting/img/blue_line.png') repeat-x;
}


.pages_text
{
	padding-right: 16px;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #303030;
	text-align: center;
}

.pager_td
{
	border: solid 1px #c6c6c6;
}

.pager_td a
{
	font-family: Arial;
	font-weight: normal;
	font-size: 16px;
	color: #606060;
	text-align: center;
	text-decoration: none;
}

.pager_active
{
	background: #acfcc8;
}

.bold_blue_text
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #113573;
}.main_menu_container
{
	width: 966px;
	height: 40px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	
	background: url('menu/img/main_menu_back.png') no-repeat;
}

.main_menu_container ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	line-height: 24px;
	border: 0px;
	margin: 0;
	padding: 0;
}

.main_menu_container ul li
{
	display: block;
	float: left;
	border: 0px;
	margin: 0;
	padding: 0;
}

.main_menu_container ul li span
{
	display: block;
	text-align: center;
	border: 0px;
	margin: 0;
	padding-top: 8px;
}

.main_menu_item span
{
	padding-left: 45px;
	padding-right: 45px;
}

.main_menu_item a
{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.main_menu_item a:hover
{
	text-decoration: underline;
}

.main_menu_item a.active
{
	text-decoration: underline;
}

.main_menu_separator
{
	color: #ffffff;
}


.bottom_menu_container
{
	width: 966px;
	height: 57px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	
	background: url('menu/img/bottom_menu_back.png') no-repeat;
}

.bottom_menu_container ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	line-height: 46px;
	border: 0px;
	margin: 0;
	padding: 0;
}

.bottom_menu_container ul li
{
	display: block;
	float: left;
	border: 0px;
	margin: 0;
	padding: 0;
}

.bottom_menu_container ul li span
{
	display: block;
	text-align: center;
	border: 0px;
	margin: 0;
	padding-top: 8px;
}

.bottom_menu_item span
{
	padding-left: 75px;
	padding-right: 75px;
}

.bottom_menu_item a
{
	font-family: Arial;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

.bottom_menu_item a:hover
{
	text-decoration: underline;
}

.bottom_menu_item a.active
{
	text-decoration: underline;
}


.grey_line
{
	width: 100%;
	height: 5px;
	background: url('menu/img/grey_line.jpg') repeat-x;	
}

.fr_main_menu_item
{
	width: 143px;
	height: 41px;
}

.fr_main_menu_separator
{
	width: 29px;
}


/* velencei menu */
#velenceiMainMenu
{
	height: 187px;
	background-color: #dfd2b3;
}

.menu_item
{
	width: 121px;
	height: 187px;
	
	float: left;
	position: relative;
}

.menu_image
{
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
	cursor: pointer;
	z-index: 1;
}

.hover_menu_image
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 187px;
	border: 0px;
	cursor: pointer;
	display: none;
	z-index: 10;
}

.active_menu_image
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 121px;
	height: 187px;
	border: 0px;
	cursor: pointer;
	z-index: 10;
}

.horizontal_menu_separator
{
	float: left;
	width: 3px;
	height: 187px;
	background: url('menu/img/horizontal_menu_separator.png') no-repeat;
}
.specialoffer_title
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	padding-bottom: 2px;
	cursor: pointer;
}

.specialoffer_subtitle
{
	
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #425c78;
}

.specialoffer_img_box
{
	width: 66px;
	padding-right: 3px;
}

.specialoffer_lead_grey
{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #545454;
}

.specialoffer_price
{
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #990000;
	text-align: right;
}

.specialoffer_readmore a
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #2857c2;
	text-decoration: none;
	cursor: pointer;
}

/*grey frame*/
.grey_box_lefttop
{
	width: 11px;
	height:11px;
	background: url('specialoffer/img/specialoffer_lefttop_corner.png') no-repeat;
}

.grey_box_top
{
	height:11px;
	background: url('specialoffer/img/specialoffer_top_border.png')  repeat-x;
}

.grey_box_righttop
{
	width: 11px;
	height:11px;
	background: url('specialoffer/img/specialoffer_righttop_corner.png') no-repeat;
}

.grey_box_leftbottom
{
	width: 11px;
	height:11px;
	background: url('specialoffer/img/specialoffer_leftbottom_corner.png') no-repeat;
}

.grey_box_bottom
{
	height:11px;
	background: url('specialoffer/img/specialoffer_bottom_border.png')  repeat-x;
}

.grey_box_rightbottom
{
	width: 11px;
	height: 11px;
	background: url('specialoffer/img/specialoffer_rightbottom_corner.png') no-repeat;
}

.grey_box_left
{
	width: 11px;
	background: url('specialoffer/img/specialoffer_left_border.png') repeat-y;
}

.grey_box_right
{
	width: 11px;
	background: url('specialoffer/img/specialoffer_right_border.png')  repeat-y;
}

.grey_box_middle
{
	vertical-align: top;
	background: #ffffff;
}

.item_select_table {
	width: 450px;
	font-family: Arial;
	font-size: 12px;
}

.item_select_table th {
	height: 30px;
}

.item_select_table tr {
	
}

.item_select_table tr td {
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	cursor: pointer;
	border-bottom: solid 1px #e0e0e0;
}

.item_select_table tr td.centered {
	text-align: center;
}.hotels_form_header
{
	width: 448px;
	height: 37px;
	background: url('hotellisting/img/hotels_form_header.png') no-repeat;
	
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 20px;
}

.hotels_form_middle
{
	width: 448px;
	background: url('hotellisting/img/hotels_form_middle.png') repeat-y;
}

.hotels_form_bottom
{
	width: 448px;
	height: 13px;
	background: url('hotellisting/img/hotels_form_bottom.png') no-repeat;
}

.hotels_form_label
{
	font-family: Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #13486C;
	padding-left: 5px;
}

.hotels_form_select
{
	font-family: Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #565656;
	border: 1px solid #A6D1EE;
	width: 145px;
}

.hotels_form_text
{
	font-family: Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #139b49;
}

.hotels_result
{
	font-family: Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #d42323;
	cursor: pointer;
}

.hotels_no_result
{
	font-family: Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ba2323;
}

.hotels_show_result_button
{
	width: 155px;
	height: 27px;
	background: url('hotellisting/img/show_results.png') no-repeat;
	background-position: right;
	cursor: pointer;
}

.hotel_list_title
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #990000;
	text-decoration: none;
	cursor: pointer;
}

.hotel_list_subtitle
{
	height: 15px;
	vertical-align: top;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #425c78;
}

.hotel_list_img_box
{
	width: 100px;
	padding-right: 3px;
}

.hotel_list_lead
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #425c78;
}

.hotel_list_price
{
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #990000;
	text-align: right;
	padding-left: 15px;
}

.hotel_list_readmore a
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #2857c2;
	text-decoration: none;
	cursor: pointer;
}

.blue_line
{
	background: url('hotellisting/img/blue_line.png') repeat-x;
}


.pages_text
{
	padding-right: 16px;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #303030;
	text-align: center;
}

.pager_td
{
	font-family: Arial;
	font-weight: normal;
	font-size: 16px;
	color: #606060;
	text-align: center;
	text-decoration: none;
	border: solid 1px #c6c6c6;
	cursor: pointer;
}

.pager_active
{
	background: #acfcc8;
}

.bold_blue_text
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #113573;
}
