﻿/*Generics*/
body
{
  background-image: url(      'images/body_wit.png' );
  background-repeat: repeat-y;
  background-position: center top;
  margin: 0px;
  font-family: Arial;
  font-size: 11px;
}

img
{
  margin: 0px 0px 0px 0px;
}

div
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

hr
{
  height: 1px;
  color: #ed752e;
  margin-top: 4px;
  margin-bottom: 4px;
}

p
{
  margin: 2px 0px 0px 0px;
}


body table, select, textarea
{
  font-family: Arial;
  font-size: 11px;
  color: #000000;
}





/*div
{
	border-color:Black;
	border-style:solid;
	border-width:1px;	
}
*/

/*lay-out*/
#BUcontainer
{
  width: 100%;
  height: 100%;
}

.centered
{
  width: 950px;
  margin: 0px auto; /*border-left:1px solid #000;*/ /*border-right:1px solid #000;*/ /*border-bottom:1px solid #000;*/
}

#centered_top
{
  height: 105px;
  border-left: 1px solid #A4A4A4;
  border-right: 1px solid #A4A4A4;
  background-color: #fff;
}

.full_width
{
}

/*nav*/
#nav_bar
{
  width: 100%;
  height: 14px;
  background-color: #3E3D40; /*height:15px;*/
  text-align: center;
  padding: 3px 0px 3px 0px;
}




#nav_bar ul
{
  margin: 0px;
  margin-left: 388px;
  padding: 0px;
}

#nav_bar ul li
{
  list-style-type: none;
  display: inline;
  padding: 0px 6px; /*margin-right:10px;*/
  line-height: 16px;
  border-left: 1px solid #fff;
}

#nav_bar ul li:first-child
{
  border-left: 0px;
}

#nav_bar ul li a
{
  color: #fff;
  font-family: Arial;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-decoration: none;
  margin: 0px;
  height: 0px;
}

/*top*/
#logo_wrapper
{
  width: 200px; /*height: 80px;*/
  float: left;
  margin: 12px 10px 0px 8px;
}

#title
{
  font-family: Arial;
  font-size: 12pt;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  width: 250px;
  height: 20px;
  float: left;
  display: inline;
  color: #D95D15;
  margin-top: 40px;
  margin-left: 4px;
}


#tab_bar
{
  float: right;
  margin-top: 18px;
  margin-left: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  width: 420px;
}


#tab_bar img
{
  vertical-align: bottom;
}

.HeaderContent
{
  font-size: 11px;
  height: 60px;
  overflow: hidden;
  float: right;
  padding-right: 10px;
}


div.full_width
{
  width: 100%;
  height: 275px;
  background-color: #EE7F38;
  background-image: url(    'images/body_orange.png' );
  background-repeat: repeat-y;
  background-position: center top;
}

div.full_width div.centered div
{
  margin: 0px 0px 0px 0px;
}

div.full_width div.centered
{
  height: 250px;
  border-left: 1px solid #922300;
  border-right: 1px solid #922300;
  padding: 0px 0px 0px 0px;
}

div.full_width div.centered #search, #gids, .head_image
{
  float: left;
  height: 237px;
  margin: 7px 7px 10px 7px;
  overflow: hidden;
}

/* IE6 en lager */
* html div.full_width div.centered #search
{
  margin: 7px 7px 10px 7px;
}

/* alle andere browsers */
div.full_width div.centered #search
{
  background-image: url('images/bu_search_top.gif');
  background-repeat: no-repeat;
  width: 207px;
  background-color: #D95D15;
  margin: 7px 7px 10px 12px;
}

div.full_width div.centered .head_image
{
  width: 494px;
  background-color: #ed752e;
  margin: 7px 2px 10px 2px;
  color: #ffffff;
}

div.full_width div.centered #gids
{
  background-image: url(      'images/bu_brochure_top.gif' );
  background-repeat: no-repeat;
  width: 207px;
  background-color: #D95D15;
}

div.full_width div.centered .mid_field
{
  height: 225px;
  margin: 0px 0px 0px 0px;
  border: 0;
  padding: 0px 8px 0px 10px;
  color: #ffffff;
  overflow: hidden;
}

div.full_width div.centered .mid_field h2
{
  font-size: 18px;
  font-weight: bold;
  font-family: Arial;
  color: #ffffff;
  margin-top: 8px;
  margin-bottom: 8px;
}

div.full_width div.centered .mid_field select
{
  background-color: #D95D15;
  color: #ffffff;
  font-size: 11px;
  border: solid 1px #ffffff;
}

div.full_width div.centered .mid_field a, div.full_width div.centered .mid_field a:visited, div.full_width div.centered .mid_field a:hover, div.full_width div.centered .head_image a, div.full_width div.centered .head_image a:visited, div.full_width div.centered .head_image a:hover
{
  font-size: 11px;
  color: #ffffff;
  font-weight: bold;
}

#full_width_shade_div
{
  margin: 0px 0px 0px 0px;
  clear: left;
  width: 100%;
  height: 5px;
  overflow: hidden;
  display: block;
  background-color: #ffffff;
  background-image: url(    'images/vertical_shade.png' );
  background-repeat: repeat-x;
  background-position: top;
}




.ContentPaneLeft
{
  float: left; /*background-color: #ffffff; #FFF8E0*/
  width: 217px;
  margin: 7px 0px 10px 0px;
  padding: 0px 0px 0px 7px;
}

.ContentPane
{
  float: left;
  background-color: #fff;
  width: 492px;
  margin: 7px 10px 10px 0px;
  color: #000000;
  padding-left: 4px;
  padding-top: 8px;
}

.ContentPaneRight
{
  float: left;
  background-color: #fff;
  width: 207px;
  margin: 7px 0px 10px 0px;
}



/*DNN MENU*/

.main_dnnmenu_container
{
  background-color: transparent;
}
.main_dnnmenu_bar
{
  cursor: pointer;
  cursor: hand;
  height: 16px;
  background-color: Transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.main_dnnmenu_item td
{
  cursor: pointer;
  cursor: hand;
  color: #fff;
  font-family: Arial;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-decoration: none;
  margin: 0px;
  height: 0px;
  background-color: Transparent;
  white-space: nowrap;
}

.main_dnnmenu_rootitem
{
  cursor: pointer;
  cursor: hand;
  color: #fff;
  font-family: Arial;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-decoration: none;
  margin: 0px;
  height: 0px;
  background-color: Transparent;
  font-family: Tahoma, Arial, Helvetica;
  white-space: nowrap;
  padding: 0px 0px 0px 0px;
}


.main_dnnmenu_icon
{
  cursor: pointer;
  cursor: hand;
  text-align: center;
  width: 15px;
  height: 100%;
}
.main_dnnmenu_submenu
{
  background-color: #cad5ea;
  z-index: 1000;
  cursor: pointer;
  cursor: hand;
  padding: 1px 1px 1px 1px;
}
.main_dnnmenu_break
{
  height: 1px;
  font-size: 1px;
}

.main_dnnmenu_arrow
{
  border-right: #cad5ea 1px solid;
  border-bottom: #cad5ea 1px solid;
  border-top: #cad5ea 0px solid;
  font-family: webdings;
  font-size: 10pt;
  cursor: pointer;
  cursor: hand;
}
.main_dnnmenu_rootmenuarrow
{
  font-family: webdings;
  font-size: 10pt;
  cursor: pointer;
  cursor: hand;
}





#div_results_wrpr .rslt_block
{
  padding: 15px 15px 20px 15px;
  margin-bottom: 10px;
}
#div_results_wrpr .rslt_block .tp
{
  margin-bottom: 5px;
}
#div_results_wrpr .rslt_block .btm
{
  margin-top: 5px;
}

#div_search_wrpr
{
  background: url(     '../img/bg_tabnavig_cnt.gif' ) no-repeat bottom left;
}
#div_search_wrpr h4
{
  border-bottom: 1px solid #c4c4c4;
}
#div_results_wrpr .rslt_block
{
  background: url(     'img/bg_rslt_block.gif' ) no-repeat left bottom;
}
#div_results_wrpr .rslt_block .tp
{
  color: #ababab;
  font-size: 11px;
  border-bottom: 1px solid #c4c4c4;
}
#div_results_wrpr .rslt_block .tp .title
{
  font-size: 14px;
  font-weight: bold;
  color: #d95d15;
}
#div_results_wrpr .rslt_block .tp .days
{
  font-size: 12px;
  font-weight: bold;
  color: #eba230;
}
#div_results_wrpr .rslt_block .btm
{
  color: #ababab;
  font-size: 11px;
}
#div_paging
{
  word-spacing: 5px;
}



/*---------------------------------Tabbed pages---*/
.tabsMainContainer
{
  overflow: hidden;
  width: 100%;
  font-size: 11px;
  color: #000000;
}

.ulTabs
{
  font-size: 11px;
  color: #000000;
  float: left;
  padding: 0px;
}

.ulTabs
{
  color: #000000;
  margin: 0px;
  margin-left: 3px;
  vertical-align: text-bottom;
}

.ulTabs a img
{
  vertical-align: text-bottom;
  display: block;
  margin-right: 2px;
  margin-top: 1px;
}

/*
.ulTab_selected
{
	padding: 4px 4px 2px 4px;
	background-color: #bbbbbb;
	border-top: solid 1px #777777;
	border-left: solid 1px #777777;
	border-right: solid 1px #777777;
	border-bottom: none;
}

.ulTab_unselected
{
	padding: 2px 4px 2px 4px;
	background-color: #dddddd;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
}*/


.ulTab a, .ulTab a:link, .ulTab a:hover, .ulTab a:visited
{
  color: #000000;
  font-size: 11px;
  text-decoration: none;
}

.ulTabsBottom
{
  border-top: solid 1px #ed752e;
  border-left: solid 1px #ed752e;
  border-right: solid 1px #ed752e;
  border-bottom: none;
  background-color: #ffffff;
  height: 12px;
  overflow: hidden;
  display: block;
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  clear: both;
}


/* TripDetails */
.tripDetailMainContainer
{
  margin: 0px 10px 0px 10px;
  color: #000000;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}


/*DIV appearance properties*/
.clear
{
  clear: both;
  line-height: 0px;
}
.dataTable
{
  border: 1px solid #9e9e9e;
  border-collapse: collapse;
  background-color: #e1e1e1;
}
.dataTable td
{
  border: 1px solid #9e9e9e;
}
.tbl_data
{
  margin: 5px 0px 15px 0px;
  background-color: #F5F0D0;
}

.tbl_data td
{
  border-bottom: 3px solid #ffffff; /*padding: 2px 10px 2px 5px;*/
  padding: 0px 0px 0px 0px;
  font-size: 11px;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
}

.tbl_data .label
{
  background-color: #ffffff;
  padding: 7px 5px 7px 5px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  color: #d95d15;
  font-size: 12px;
}

.tbl_data .garanteed_leave
{
  font-size: 11px;
  color: #d95d15;
}


.simpleTable
{
  border: 1px solid #6ad4ea;
  background-color: #0aadd0;
}
.arr
{
  font-size: 1.2em;
}
.txt_lbl
{
  font-weight: bold;
  color: #f6cb02;
}
.hand
{
  cursor: pointer;
}
.readmore
{
  font-weight: bold;
  color: #4e0f6e;
  margin: 0px;
}
a.thin
{
  font-weight: normal;
}
a.thin:hover
{
  font-weight: normal;
}

ul.menu
{
  margin: 0px;
  margin-left: 30px;
  padding: 0px;
  list-style-type: square;
  font-weight: bold;
  color: #d95d15;
  font-size: 1.2em;
}
ul.menu li
{
  padding: 8px 0px 8px 0px;
  background: url(     'img/menu_item_hr.gif' ) no-repeat bottom left;
}
ul.menu li a
{
  text-decoration: none;
}
ul.menu li a:hover
{
  text-decoration: none;
}


/*OmnIT module styles*/
.omnitRadioButtons input, .omnitCheckBox input, .omnitCheckBoxes, .omnitCheckBoxes td input
{
  border: none;
}


.omnitHeader
{
  color: #D95D15;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold; /*display: block;*/
}

.omnitHeader_normal
{
  color: #D95D15;
  text-transform: none;
  font-size: 11px;
  font-weight: bold;
  text-align: left; /*display: block;*/
}

.omnitButton
{
  margin-top: 4px;
  padding-left: 1%;
  padding-right: 1%;
  background-color: #D95D15;
  background-position: left center;
  background-repeat: repeat-x;
  border-width: 2px;
  border-style: solid;
  font-weight: bold;
  cursor: pointer;
  overflow: visible;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}


.omnitButton
{
  background-image: url(     'img/bg_btn.ddgif' );
  border-color: #DA5E17;
  color: #fff;
}


.omnitDefault_Bold
{
  font-weight: bold;
}


.tripinfoTitle
{
  color: #D95D15;
  margin-bottom: 16px;
  float: left;
  vertical-align: baseline;
}

.tripinfoSubTitle
{
  margin-top: 5px;
  float: left;
  font-size: 11px;
  color: #000000;
  vertical-align: text-bottom;
  font-weight: normal;
}

.green
{
  background-image: url(     'img/bg_btn_green.gif' );
  border-color: #72bb50;
  color: #348c0a;
}
.orange
{
  background-image: url(     'img/bg_btn_orange.gif' );
  border-color: #e9a934;
  color: #f99700;
}

.omnitTable td
{
  padding-right: 0px;
}




.omnitTripLink a
{
  color: #6f6f6f;
  text-decoration: none;
}
.omnitTripLink a:visited, .omnitTripLink a:hover
{
  color: #6f6f6f;
  text-decoration: none;
}



h2, h2 .head
{
  font-size: 20px;
  font-weight: bold;
  font-family: Arial;
  color: #ffffff;
  margin-top: 8px;
  margin-bottom: 8px;
}


h1, h1 .head
{
  font-size: 18px;
  font-weight: bold;
  font-family: Arial;
  color: #ffffff;
  margin-top: 8px;
  margin-bottom: 8px;
}

h3, h3 .head
{
  font-size: 16px;
  font-weight: bold;
  font-family: Arial;
  color: #D95D15;
  margin-top: 8px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

h4, h4 .head
{
  font-size: 12px;
  font-weight: bold;
  font-family: Arial;
  color: #D95D15;
  margin-top: 8px;
  margin-bottom: 8px;
}


.footer
{
  clear: both;
  float: none;
  border-top: solid 1px #347DA6;
  color: #347DA6;
  font-weight: normal;
  padding-top: 4px;
  margin: 32px 8px 4px 8px;
  width: auto;
  display: block;
  text-align: center;
}

.footer a:link, .footer a:visited, .footer a:hover
{
  text-decoration: underline;
  color: #347DA6;
  font-weight: normal;
}


/*CSS Contentpage skin */

.centered_contentpage
{
  width: 950px;
  margin: 0px auto; /*border-left:1px solid #000;*/ /*border-right:1px solid #000;*/ /*border-bottom:1px solid #000;*/
}

div.full_width div.centered_contentpage div
{
  margin: 0px 0px 0px 0px;
}

div.full_width div.centered_contentpage
{
  height: 250px;
  border-left: 1px solid #922300;
  border-right: 1px solid #922300;
}

div.full_width div.centered_contentpage #search, #gids, .head_image
{
  float: left;
  height: 237px;
  margin: 7px 7px 10px 7px;
  overflow: hidden;
}

div.full_width div.centered_contentpage #search
{
  background-image: url(      'images/bu_search_top.gif' );
  background-repeat: no-repeat;
  width: 207px;
  background-color: #D95D15;
  margin: 7px 7px 10px 7px;
}

div.full_width div.centered_contentpage .head_image
{
  width: 494px;
  background-color: #ed752e;
  margin: 7px 2px 10px 2px;
  color: #ffffff;
}

div.full_width div.centered_contentpage #gids
{
  background-image: url(      'images/bu_brochure_top.gif' );
  background-repeat: no-repeat;
  width: 207px;
  background-color: #D95D15;
}

div.full_width div.centered_contentpage .mid_field
{
  height: 225px;
  margin: 0px 0px 0px 0px;
  border: 0;
  padding: 0px 8px 0px 10px;
  color: #ffffff;
  overflow: hidden;
}

div.full_width div.centered_contentpage .mid_field h2
{
  font-size: 18px;
  font-weight: bold;
  font-family: Arial;
  color: #ffffff;
  margin-top: 8px;
  margin-bottom: 8px;
}

div.full_width div.centered_contentpage .mid_field select
{
  background-color: #D95D15;
  color: #ffffff;
  font-size: 11px;
  border: solid 1px #ffffff;
}

div.full_width div.centered_contentpage .mid_field a, div.full_width div.centered_contentpage .mid_field a:visited, div.full_width div.centered_contentpage .mid_field a:hover, div.full_width div.centered_contentpage .head_image a, div.full_width div.centered_contentpage .head_image a:visited, div.full_width div.centered_contentpage .head_image a:hover
{
  font-size: 11px;
  color: #ffffff;
  font-weight: bold;
}


/* TripOffer */

.searchResultItem, .searchResultItem
{
  padding: 2px;
}
.searchResultItem:hover
{
  background-color: #efefef;
  cursor: hand;
}

.searchResultItem a, .searchResultItem a:hover, .searchResultItem a:visited
{
  font-weight: normal;
  text-decoration: none;
  cursor: hand;
}

#TripOfferTitle, #TripOfferTitle a, #TripOfferTitle a:visited, #TripOfferTitle a:hover
{
  color: #D95D15;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  text-decoration: none;
}

#TripDescription
{
  font-size: 11px;
  color: #000000;
  height:86px;
}

#TripDescriptionText
{
  height: 44px;
  overflow: hidden;
}

#TripProperties, #TripPrice
{
  margin-top: 10px;
  height: 30px;
}
#TripPrice
{
  color: #D95D15;
  font-size: 30px;
  font-weight: bold;
  height: 30px;
}
.BottomImageLinks
{
  text-align: right;
  font-size: 11px;
}
.BottomImageLinks a, .BottomImageLinks a:visited
{
  margin-right: 8px;
  text-decoration: none;
  color: White;
  font-size: 11px;
  font-weight: normal;
}
.BottomImageLinks a:hover
{
  text-decoration: none;
  color: White;
  font-size: 11px;
  font-weight: normal;
}
#GotoTripInfo, #BookTrip
{
  margin-top: 2px;
  background-color: navy;
  font-size: 10px;
  color: #ffffff;
  width: 100%; /*height:16px;*/
}
.TripOfferSeparator
{
  margin-top: 8px;
  margin-bottom: 4px;
  width: 100%; /*border-right: #D95D15 1px solid; 		border-top: #D95D15 1px solid; 		border-left: #D95D15 1px solid;*/
  height: 3px;
  overflow: hidden;
  border-bottom: #D95D15 3px dotted;
  margin-bottom: 8px;
}


.booking_btns
{
  text-align: right;
  color: White;
  font-weight: bold;
  margin-right: 8px;
  margin-top: 12px;
}

.booking_btns a, .booking_btns a:visited, .booking_btns a:hover
{
  background-color: White;
  text-decoration: none;
}

.resultscount
{
  color: #D95D15;
  font-size: 12px;
  font-weight: bold;
}


.OmnitSimpleSearch input
{
  font-size: 11px;
  width: 150px;
  border-color: #aaaaaa;
  border-style: solid;
  border-width: 1px;
}

.OmnitSimpleSearch input[type=submit]
{
  cursor: pointer;
}


.OmnitSimpleSearch .Button
{
  font-size: 11px;
  width: 50px;
  background-color: #ffffff;
  color: #D95D15;
  border: solid 1px #D95D15;
}


.SearchPlusShowButton, .SearchPlusShowButton:visited
{
  border: solid 1px #ffffff;
  background-color: Transparent;
  color: White;
  padding: 2px 2px 2px 2px;
  cursor: pointer;
}



/* Newsitem */

#ItemTitle, #ItemTitle a, #ItemTitle a:visited, #ItemTitle a:hover
{
  color: #D95D15;
  text-transform: none;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
  text-decoration: none;
}

#Description
{
  font-size: 11px;
  color: #000000;
}

#DescriptionText
{
  height: 56px;
  overflow: hidden;
}

#InfoLink
{
  font-size: 12px;
  color: #D95D15;
}

#InfoLink a, #InfoLink a:visited, #InfoLink a:hover
{
  font-size: 12px;
  color: #D95D15;
  text-decoration: none;
  font-weight: normal;
}

.ItemSeparator
{
  margin-top: 8px;
  margin-bottom: 4px;
  width: 100%; /*border-right: #D95D15 1px solid; 		border-top: #D95D15 1px solid; 		border-left: #D95D15 1px solid;*/
  height: 3px;
  overflow: hidden;
  border-bottom: #D95D15 3px dotted;
  margin-bottom: 8px;
}

.SearchPlusShowButton
{
  padding: 0px;
  height: 20px;
  width: 44px;
  border: solid 1px #ffffff;
  background-color: Transparent;
  cursor: hand;
  color: #ffffff;
  font-size: 11px;
}

.ContentPane .SearchPlusShowButton
{
  padding: 0px;
  height: 20px;
  width: 44px;
  border: solid 1px #000000;
  background-color: Transparent;
  cursor: hand;
  color: #000000;
  font-size: 11px;
}


.main_dnnmenu_rootitem
{
  padding: 3px 8px 4px 8px;
  border-left: solid 1px #ccc;
}


.main_dnnmenu_itemhover
{
  background-color: #D95D15;
  display: inline;
}

 #nav_bar
 {
   height: 14px;
   padding-bottom: 3px;
 }
