/***** COMMON STUFF *****/
#display {
width:520px;
}

#widedisplay{
    width: 800px;
}
#subHead{
    margin-bottom: 10px;
}

/**** errorOverlay ****/
#erroroverlay
{
    display:none;
    cursor: default;
    padding: 2em;
    text-align: left;
}

#specialchar
{
    display:none;
    cursor: default;
    padding: 2em;
    text-align: left;
}

#keeplistappended
{
    display: none;
    cursor: default;
    padding: 2em;
    text-align: left;
}

#divErroroverlayOk
{
    text-align:center;
    margin: 1em 0em 2em 0em;
}

/***** MAPSEARCH ******/

#map
{
    z-index: 10;
    position: absolute;
    display: block;
    top: 200px;
    left: 200px;
}
#mapsearch{
    z-index: 10;
    position: relative;
    display: block;
    top: -2px;
    left: 0px;
    width: 950px;
    height: 500px;
}

#mapsearchbutt
{
    position: relative;
    display: block;
    margin: auto;
    width: 137px;
    top: 127px;
}

/***** /MAPSEARCH *****/

/***** CALENDAR *****/
#calendar-container{
    margin-left: 15px;
    margin-top: 15px;
}

.calendar {
	width: 180px;
    height: 140px;
	padding-top: 8px;
	padding-left: 19px;
	float: left;
}

.calendar table {
	margin-top: 13px;
	margin-left: 5px;
    font-size: 9px;
    width: 147px;
    color: #797979;
    cursor: default;
    background: White;
    font-family:Arial;
    border-collapse:collapse;
    border: 1px solid #FFFFFF;
    padding: 0px;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}

.calendar .left{
  background: transparent url(/imgs/arrow-left.gif) no-repeat 100% 100%;
  background-position: 10px 0px;
  position: absolute;
  width: 20px;
  height: 8px;
  left: 4px;
  top: 38px;
  z-index: 10;
  padding: 0px;
  margin: 0px;
}

.calendar .right{
  background: transparent url(/imgs/arrow-right.gif) no-repeat 100% 100%;
  background-position: 10px 0px;
  position: absolute;
  width: 20px;
  height: 8px;
  left: 134px;
  top: 38px;
  z-index: 10;
  padding: 0px;
  margin: 0px;
}

.calendar thead .title { /* This holds the current "month, year" */
    position: absolute;
    left: 10px;
    top: 35px;
    width: 140px;
    z-index: 9;
    color: #154993;
    font-size: 12px;
    line-height: 13px;
    font-weight: bold;
    text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
	/* background-color: #5BA1F8; */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
	color:#797979;
	font-size: 10px;
}

.calendar thead .name { /* Cells <TD> containing the day names */
	background: none;
	text-align: center;
	/* font-weight: bold; */
	height: 12px;
	line-height: 16px;
	padding-top: 1px;
	color: #797979;
	width: 14%;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color:#777A7B;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  /*padding: 0px;
  background-color: #d8e0e4;*/
}


/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 14%;
  height: 12px;
  text-align: right;
  padding: 2px 4px 2px 2px;
  font-weight:normal;
  background-color: #e7ecf4;
   border: 1px solid #FFFFFF;
   text-decoration:none;
   background-color: #beda7b;

}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fff;
}

.calendar table .wn {
  /*padding: 2px 3px 2px 2px;*/
  /*border-right: 1px solid #000;*/
  /* background: #FFF; */
  background-color:  #e7ecf4;
}

.calendar tbody .rowhilite td {
  /*background: #d8e4e0;*/
}

.calendar tbody .rowhilite td.wn {
  /*background: #c8d4d0;*/
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
 /* padding: 1px 3px 1px 1px;*/
  border: 1px solid #FFFFFF;
    font-weight:bold;
  cursor:	pointer;
  background-color: #A2CB43;
  color: #FFFFFF;
  text-decoration: none;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  /*padding: 2px 2px 0px 2px;*/
  border: 1px solid #FFFFFF;
  /*border-color: #000 #fff #fff #000;*/
  cursor:	pointer;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  color:#FFFFFF;
  border: 1px solid #FFFFFF;
  text-decoration:none;
  cursor: default;
  background-color: #316431;
}

.calendar tbody td.weekend { /* Cells showing weekend days */

}
.calendar tbody td.weekend:hover { /* Cells showing weekend days */
  cursor:	pointer;
  background-color: #A2CB43;
}
.calendar tbody td.selected:hover { /* Cell showing selected date */
  cursor: default;
  background-color: #316431;
}
.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color:#FFFFFF;
  /*text-decoration:none;*/
 cursor:	pointer;
}

.calendar tbody .disabled {
	color: #999 !important;
	font-weight:normal;
	border: 1px solid #FFFFFF;
	background-color:  #e7ecf4;
	text-decoration:none;
}

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  /*visibility: hidden;*/
	border: 1px solid #FFFFFF;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #e8f0f4;
  padding: 1px;
  border: 1px solid #FFFFFF;
  background: #788084;
  color: #fff;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  padding: 0px;
  background: #d8e0e4;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */

}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  background: #d8e0e4;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  background: #c8d0d4;
  padding: 0px;
  border: 1px solid #EEEAEB;
}

.calendar .combo .hilite {
  background: #048;
  color: #aef;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #e8f0f4;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #EEEAEB;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

/****** ROUTEPLANNER ******/

#routeContainer{
    display:block;
    font-size:12px;
    margin:3px 0 10px -16px;
   /* position:relative;*/
}
#routeFrom{
    /*position: absolute;*/
    font-weight: bold;
    left: 5px;
    top: 4px;
}
#routeFields{
    display: block;
    /*background-color: blue;*/
    float: left;
    width: 540px;
    height: auto;
}
#routeFromField{
   /* position: absolute;*/
    left: 55px;
    top: 0px;
}
#routeFromField input{
    width: 330px;
    height: 18px;
}

#routeTo{
   /* position: absolute;*/
    font-weight: bold;
    left: 5px;
    top: 31px;
    clear:both;
}
#routeToField{
   /* position: absolute;*/
    left: 55px;
    top: 24px;
}
#routeToField input{
    width: 485px;
    height: 18px;
    margin-top: 2px;
}
#routeToChange{
height:24px;
left:392px;
/*position:absolute;*/
top:-1px;
width:151px;
}
#map_canvas{
    float:left;
    height:480px;
    left:5px;
    margin-left:-2px;
    margin-top:55px;
    width:540px;
}
#routeText{
   /* position: relative;*/
    float: left;
    left: 0px;
    margin-top: 5px;
    width: 535px;
}
#directions{
   /* position: relative;*/
    left: 0px;
    top: 0px;
    width: 540px;
    height: auto;
}
#routeDisclaimer{
    color:#333333;
    display:block;
    float:left;
    font-size:11px;
    left:5px;
    margin-bottom:-45px;
    margin-top:55px;
   /* position:relative;*/
    text-align:justify;
    width:540px;
}

/***** WEATHER BLOCK *****/
/* Google Weather Block */
#weatherBlock{
    display: block;
    position: relative;
    left: 0px;
    top: 0px;
    width: 542px;
    height: 282px;
    font-size: 0.9em;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
}
#weatherUnit{
    display: block;
    position: absolute;
    left: 484px;
    top: 3px;
    width: 43px;
    height: 16px;
    font-size: 1em;
}
#currentWeatherFor{
    display: block;
    position: absolute;
    width: 533px;
    left: 7px;
    top: 5px;
}
#currentWeather{
    left: 0px;
    top: 0px;
    width: 300px;
    line-height: 30px;
	color: #154993;
}
#currentWeatherStationTime{
    display: block;
    position: absolute;
    top: 11px;
    right: 4px;
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
}
#currentWeatherBlock{
    display: block;
    position: absolute;
    left: 5px;
    top: 35px;
    width: 530px;
    height: 80px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
}
#currentWeatherIcon{
    position: absolute;
    left: 5px;
    top: 7px;
}
#currentWeatherTemp{
    position: absolute;
    left: 74px;
    top: 10px;
    font-size: 5em;
    font-weight: bold;
    line-height: 40px;
}
#currentWeatherTempAltUnit{
    position: absolute;
    left: 174px;
    top: 35px;
    font-size: 1.2em;
    font-weight: bold;
}
#currentWeatherCondition{
    position: absolute;
    left: 165px;
    top: 20px;
    font-size: 1.6em;
    font-weight: normal;
}
#currentWeatherHumidityWind{
    position: absolute;
    left: 166px;
    top: 46px;
    font-size: 1.2em;
    font-weight: normal;
}
#threeDayForecast{
    position: absolute;
	color: #154993;
    left: 7px;
    top: 117px;
    line-height: 36px;
}
#forecastBlock{
    display: block;
    position: absolute;
    left: 5px;
    top: 155px;
    width: 530px;
    height: 120px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    text-align:center;
}
#forecastTodayBlock{
    display: block;
    position: absolute;
    left:0px;
    top: 0px;
    width: 133px;
    height: 120px;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #ccc;
    text-align:center;
}
#forecastTomorrowBlock{
    display: block;
    position: absolute;
    left:133px;
    top: 0px;
    width: 133px;
    height: 120px;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #ccc;
}
#forecastDayAfterBlock{
    display: block;
    position: absolute;
    left:266px;
    top: 0px;
    width: 133px;
    height: 120px;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    border-color: #ccc;
}
#forecastTwoDaysBlock{
    display: block;
    position: absolute;
    left:402px;
    top: 0px;
    width: 133px;
    height: 120px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #ccc;
}
.forecastWeekday{
    position: absolute;
    width: 133px;
    text-align: center;
    top: 0px;
    left: 0px;
    font-weight: bold;
    font-size: 1.4em;
}
.forecastIcon{
    position: absolute;
    width: 133px;
    left: 0px;
    top: 18px;
    text-align: center;
    top: 100 px;
}
.forecastTempMax{
    position: absolute;
    width: 133px;
    top: 80px;
    left: 0px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
}
.forecastTempMin{
    position: absolute;
    width: 133px;
    top: 94px;
    left: 0px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
}
.forecastCondition{
    display: block;
    position: absolute;
    text-align: center;
    top: 108px;
    left: 0px;
    width: 133px;
    font-weight: normal;
    font-size: 0.8em;
}
#weatherCredits{
    position: absolute;
    display: block;
    width: 375px;
    text-align: right;
    padding: 5px;
    top: 127px;
    left: 157px;
    font-weight: normal;
    font-size: 1em;
}

/* Multimedia */
#youTubeVideo{
    position: relative;
    margin-bottom: 7px;
    display: block;
    width: 535px;
    height: 440px;
    left: -10px;
}



.youtubecarousel {
    visibility:     hidden;
    float:          left;
    background:     #FFFFFF;
    border:         1px solid #d2d2d2;
    height:         98px;
    width:          128px;
    margin-right:   2px;
    z-index:		100;

}
.youtubecarouselselected {
    visibility:     hidden;
    float:          left;
    background:     #FFFFFF;
    border:         1px solid #F58F33 !important;
    height:         98px;
    width:          128px;
    margin-right:   2px;

}
.youtubecarouselselected img {
	 padding-top:5px;
	 padding-bottom:5px;

	 height:88px;
  	 width:118px;
     padding-left:4px;
	 padding-right:4px;
}
.youtubecarousel img{
  	padding-top:5px;
  	padding-bottom:5px;
  	height:88px;
  	width:118px;
  	padding-left:4px;
	padding-right:4px;

}

.numberitemselected{
	border:0px;
	color:#666666;
	font-size:12px;
	text-align:center;
	background:#FFFFFF;
	margin-left:0px;
	margin-top:5px;

}
.numberitem input
{
	background:#FFFFFF;
}
.numberitemright
{
	margin-left:523px;
	margin-top:-7px;
}
.numberitemleft
{
	margin-left:12px;
	/*margin-right:300px;*/
	margin-top:-7px;
}
/** empty container that javascript will fill*/
#numberitem
{
	text-align:center;
}

#numberitem #playerprev
{
	margin-left:4px;
	width:100px;
	margin-top:-12px;
	/*z-index:10;*/

}
#numberitem #playernext
{
	margin-right:15px;
	width:100px;
	margin-top:-12px;
	/*z-index:10;*/

}
#youTubeVideoDesc{
    position: relative;
    width: 535px;
    left: 5px;
}

#map{
    position: relative;
    width: 535px;
    height: 440px;
    left: 5px;
}
#videoInfo{
    position: relative;
    margin-bottom: 7px;
    display: block;
    width: 535px;
    left: -10px;
}
#moreVideos{
    position: relative;
    display: block;
    width: 540px;
    left: -10px;
}
.moreVideo{
    float: left;
    display: block;
    margin-right: 7px;
    margin-bottom: 7px;
    font-size: 0.9em;
    width: 128px;
    height: 110px;
}

/* lister in arrangements & offers */

#subTopContainer{
    position: relative;
    width: 960px;
    left: 0px;
    float: left;
    height: 450px;
    top: -20px;
}
#searchTopContainer{
    position: relative;
    width: 960px;
    left: 0px;
    float: left;
    height: 230px;
    top: -20px;
}
#arrTop{
    position: relative;
    /* float: left; */
    top: 0px;
    left: 5px;
    width: 952px;
    height: 201px;
    overflow: hidden;
    background-color: black;
}
#arrSubTop{
    position: relative;
    height: auto;
}
#themeSubTop{
    /* float: left; */
    position: relative;
    width: 960px;
    height: auto;
}
#themeSearchTop{
    /* float: left; */
    position: relative;
    width: 960px;
    height: 100px;
    background-color:white;
}
#arrHeader{
    position: absolute;
    color: white;
    left: 109px;
    top: -3px;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
}
#arrLinkAll{
    position: absolute;
    font-size: 0.9em;
    left: 7px;
    top: 82px;
    color: white;
}
#arrKey1{
    position: absolute;
    font-size: 1.4em;
    font-weight: bold;
    color: white;
    left: 640px;
    top: 22px;
}
#arrKey2{
    position: absolute;
    font-size: 1.4em;
    font-weight: bold;
    color: white;
    left: 640px;
    top: 42px;
}
#arrKey3{
    position: absolute;
    font-size: 1.4em;
    font-weight: bold;
    color: white;
    left: 640px;
    top: 62px;
}
#arrDefHead{
    position: relative;
    line-height: 24px;
    margin-left: 200px;
    margin-top: 5px;
    width: 400px;
}
#arrDefHead2{
    position: relative;
    line-height: 24px;
    width:300px;
    margin-left: 635px;
    top: -24px;
}

#arrDefHeadQuatro{
    float: left;
    position: relative;
    top: -54px;
    margin-left: 5px;
    margin-top: 5px;
    clear: both;
    width: 185px;
}
#arrDefSideImg{
    float: left;
    position: relative;
    top: -54px;
    margin-left: 5px;
    margin-top: 5px;
    clear: both;
    width: 175px;
    height: 247px;
}
#themeSearchSubHeader{
    position: relative;
    float: left;
    margin-left: 7px;
    margin-top: -45px;
    line-height: 24px;
    width: 960px;

}
#arrDefText{
    position: relative;
    float: left;
    font-size: 1em;
    left: 10px;
    top: -22px;
    width: 420px;
    height: 350px;
    text-align: justify;
}
#arrWideText{
    position: relative;
    float: left;
    font-size: 1em;
    left: 10px;
    top: -22px;
    width: 760px;
    height: auto;
    text-align: justify;
}
#arrHeadQuatroImg1{
    float: left;
    margin: 3px 3px 3px 0px;
    left: 0px;
    top: 0px;

}
#arrHeadQuatroImg2{
    float: left;
    margin: 3px 0px 3px 0px;
    left: 95px;
    top: 0px;
}
#arrHeadQuatroImg3{
    float: left;
    margin: 0px 3px 0px 0px;
    left: 0px;
    top: 95px;

}
#arrHeadQuatroImg4{
    float: left;
    left: 95px;
    top: 95px;
}
#arrDefArrBlocks{
    position:relative;
    float: left;
    margin-top: 0px;
    left: 0px;
    top: -20px;
    height: auto;
    width: 967px;
}
.arrBlock{
    float: left;
    height: 140px;
    width: 229px;
    margin: 5px 5px 0px 0px;
    padding-left: 5px;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
}
#arrDefHeadBlock{
    position: relative;
    float: top;
    width: 322px;
    height: 150px;
    margin-left: 635px;
    top: -18px;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
}
#arrDefHeadBlockImg{
    position: absolute;
    left: 5px;
    top: 35px;
}
#arrDefHeadBlockHead{
    position: absolute;
    line-height: 22px;
    left: 5px;
    top: 8px;
}
#arrDefHeadBlockType{
    position: absolute;
    line-height: 30px;
    left: 120px;
    top: 35px;
}
#arrDefHeadBlockInfoLink{
    position: absolute;
    font-size: 0.9em;
    right: 20px;
    top: 40px;
}
#arrDefHeadBlockInfo{
    position: absolute;
    font-size: 1em;
    left: 130px;
    top: 60px;
}
#arrDefHeadBlockPrice{
    position: absolute;
    line-height: 30px;
    left: 130px;
    top: 92px;
}
#arrDefHeadBlockPricesLink{
    position: absolute;
    font-size: 0.9em;
    left: 130px;
    top: 127px;
}
/*Tips & Trips */
.tipsTripsBlock{
    position: relative;
    display: block;
    margin-bottom: 10px;
    width: 535px;
    height: 145px;
    padding: 5px;
    clear: both;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px 1px 1px 1px;
}
.tipsTripsBlockHead{
    float: left;
    left: 5px;
    margin-top: -4px;
	color: #154993;
}
.tipsTripsBlockImg{
    position: absolute;
    right: 5px;
    top: 30px;
    width: 150px;
    height: 100px;
}
.tipsTripsBlockButt{
	display: block;
	font-size: 9px;
	border-width: 0px;
	position: absolute;
	text-align: center;
    left: 225px;
    top: 125px;
    margin-bottom:5px;
    margin-left: auto;
    cursor: pointer;
}

.tipsTripsBlockPeriod{
    float: left;
    width: 360px;
    left: 5px;
    margin-top: 5px;
}
.tipsTripsBlockTeaser{
    float: left;
    width: 360px;
    left: 5px;
    margin-top: 5px;
}
.tipsTripsBlockDesc{
    float: left;
    left: 5px;
    width: 360px;
    margin-top: 5px;
}
.tipsTripsDetails{
    float: left;
    width: 360px;
    top: 30px;
}
.tipsTripsDetail{
    float: left;
    width: 360px;
    margin-left: 5px;
    margin-top: 5px;
}
.tipsTripsDetailKey{
    font-weight: bold;
}
.tipsTripsDetailVal{
    position: absolute;
    left: 60px;
}
.tiptripOK{
    position: absolute;
    right: 5px;
    top: 145px;
    width: 50px;

}
/* KEEPLIST */
#keeplistBlocks{
    display: block;
    position: absolute;
    top: 375px;
    left: 10px;
    width: 1004px;
}
.keeplistObjectBlock{
    position: relative;
    float: left;
    height: 150px;
    width: 310px;
    margin: 5px 5px 5px 3px;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
}
.keeplistCity{
    position: relative;
    top:10px;
    left:5px;
}
.keeplistImage{
    position: relative;
    float: left;
    width: 120px;
    height: 102px;
    left: 5px;
    top: 25px;
}
.keeplistEraseUrl{
    position: absolute;
    font-size: 0.9em;
    left: 280px;
    top: 5px;
}

.keeplistName{
    position: relative;
    top:34px;
    left:10px;
}
.keeplistDesc{
    position: relative;
    font-size: 12px;
    line-height: 15px;
    width: 185px;
    height: 35px;
    left: 10px;
    top: 43px;
}
.keeplistPrice{
    position: relative;
    font-size: 2.2em;
    font-weight: bold;
    left: 90px;
    top: 0px;
}
.keeplistBookNow{
    position: relative;
    width: 70px;
    height: 22px;
    left: 115px;
    top: 32px;
}
.keeplistLinks{
    position: relative;
    left: 30px;
    top: 35px;
    font-size: 0.9em;
}

#keeplistObjects {
    display: block;
    padding-left: 2px;
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}

#keeplistParks {
    display: block;
    padding-left: 2px;
    margin-top: -10px;
    position: relative;
    width: 100%;
    height: auto;
    float:left;
}

/*PARKINFO OBJECTS*/
#objcolhead{
    display: block;
    left: 0px;
    top: 0px;
}
#objcols{
    position: relative;
    left: 0px;
    top: 20px;
    background: #ccc;
}

.objcol1{
    position: relative;
    float: left;
    margin-left: 4px;
    width: 250px;
    text-align: center;
    font-weight: bold;
}
.objcol2{
    position: relative;
    float: left;
    margin-left: 10px;
    width: 250px;
    text-align: center;
    font-weight: bold;

}
.objcol3{
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 0px;
    width: 250px;
    text-align: center;
    font-weight: bold;
}

.objcolblock{
    position: relative;
    display: block;
    width: 248px;
    height: 150px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 10px;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
}

.objcolblockselected{
    position: relative;
    display: block;
    width: 246px;
    height: 146px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 10px;
    border-style: solid;
    border-color: #ccc;
    border-width: 2px;
    /*background-color: #eee;*/
}

.objcolblockhead{
    position: absolute;
    line-height: 24px;
    top: 4px;
    left: 10px;
}

.objcolblockimg{
    position: absolute;
    top: 38px;
    left: 10px;
}
.objcolblockmore{
    position: absolute;
    font-size: 11px;
    top: 120px;
    left: 10px;
}
.objcolblockprice{
    position: absolute;
    font-size: 0.9em;
    line-height: 24px;
    top: 75px;
    left: 110px;
}
.objcolblockdate{
    position: absolute;
    font-size: 1em;
    top: 103px;
    left: 110px;
}
.objcolblockbutt{
	display: block;
	background: url(/imgs/greenbuttobjchoose.jpg) no-repeat;
	width: 154px;
	height: 23px;
	line-height: 20px;
	font-size: 9px;
	color: #fff;
	border-width: 0px;
    position: absolute;
    left: 87px;
    top: 116px;
    cursor: normal;
    font-weight: bold;
    padding-top: 2px;
}
.objcolblockbutt em{
	display: block;
	float: left;
	width: 90px;
	padding-right: 18px;
	font-size: 12px;
	font-style: normal;
	text-align: right;
}
.objcolblockbutt a{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.objcolblockbutt a:hover{
    text-decoration: underline;
}
.objcolblockminidetails{
    position: absolute;
    font-size: 11px;
    top: 34px;
    left: 87px;
}
/**  jCarousel **/
#carouselContainer{
    width: 420px;
    text-align: center;
    margin-left: 10px;
}

#carousel {
    margin-left: 0px;
}

#my_carousel {
    display:none;
}

.jcarousel-next
{
    background-image: url('/imgs/carrousell_arrowright.png');
    z-index: 3;
    display: none;
}

.jcarousel-prev
{
    background-image: url('/imgs/carrousell_arrowleft.png');
    z-index: 3;
    display: none;
}

.jcarousel-container
{
    -moz-border-radius: 10px;
    position: relative;
    background: #ffffff;
    /*width: 506px;*/
    margin-left:-4px;
    padding: 20px 16px 20px 21px;
    /*padding-left:0px;*/
    /*padding-right:5px;*/
    
}

.jcarousel-clip
{
   /* width:  514px;*/
    height: 100px;
    z-index: 2;
    padding: 0;
    margin: 0;
    margin-top:-100px;
    margin-left:0px;
    overflow: hidden;
    position: relative;
}

.jcarousel-list
{
   /* width:  255px;*/
   /*width:5000px !important;*/
    height: 120px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li
{
    width: 120px;
    height: 90px;
    margin-right: 10px;
}

.jcarousel-item-placeholder
{
    background: #fff url(/imgs/jcarousel_loading.gif) 50% 50% no-repeat;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal
{
    position: relative;
    top: 0px;

    width: 16px;
    height: 100px;
    cursor: pointer;
    margin-left:513px;
    background: transparent url(/imgs/carrousell_arrowright.gif) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover
{
  /*  background-position: -32px 0;*/
}

.jcarousel-next-horizontal:active
{
   /* background-position: -64px 0;*/
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active
{
    cursor: default;
   /* background-position: -96px 0;*/
   margin-left:513px;
    background: transparent url(/imgs/carrousell_arrowrightgrey.gif) no-repeat 0 0;
}

.jcarousel-prev-horizontal
{
    position: absolute;
    top: 20px;
    left: 5px;
    width: 16px;
    height: 100px;
    cursor: pointer;
    /*margin-right:2px;*/
    background: transparent url(/imgs/carrousell_arrowleft.gif) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover
{
    /*background-position: -32px 0;*/
}

.jcarousel-prev-horizontal:active
{
    /*background-position: -64px 0;*/
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active
{
    cursor: default;
  /**  background-position: -96px 0;**/
  /*margin-right:2px;*/
   background: transparent url(/imgs/carrousell_arrowleftgrey.gif) no-repeat 0 0;
}


.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
   background:#FFFFFF;
   border:1px solid #d2d2d2;
   height:98px;
   width:126px;
   margin-right:0px;

}

#videooverlay
{
	background: url(/imgs/video-overlay.png) no-repeat;
	height:90px;
	width:120px;
	z-index:100 !important;
}

#selectedMedia
{
	margin-top:0px;
	width:525px;
	border:1px solid #d2d2d2;
	background:#FFFFFF;
	margin-left:9px;
	margin-right:50px;
}
#moreMedia
{
	position: relative;
	width: 545px;
	float:left;
	height:120px;
}
#selectedMediaContainer
{
	padding:15px;
}


#carouselContainer2
{
	position: relative;
	width: 545px;
	float:left;
	margin-left:-15px;
	height:600px;
}
#carouselPreviousPicture
{
	position:relative;
	margin-top:10px;
	margin-left:50px;
	background: url(/imgs/arrow-left1.gif) no-repeat 0 0;
	width:15px;
}

#carouselNextPicture
{
	margin-top:-11px;
	margin-left:489px;
	background: url(/imgs/arrow-right1.gif) no-repeat 0 0 ;
	width:10px;
	position:relative;
}
#carouselPreviousLink
{
	margin-top:-21px;
	margin-left:65px;
	text-decoration:underline;
	height:10px;
	width:100px;
	position:relative;
}
#carouselNextLink
{
	margin-top:-19px;
	margin-left:380px;
	text-decoration:underline;
	height:10px;
	width:100px;
	position:relative;
}
#carouselNumberItems
{
	margin-left:0px;
	margin-top:-10px;
	position:relative;
	color:#666666;
}
.photocarousel {
    visibility:     hidden;
    float:          left;
    background:     #FFFFFF;
    border:         1px solid #d2d2d2;
    height:         98px;
    width:          128px;
    margin-right:   2px;

}
.photocarouselselected {
    visibility:     hidden;
    float:          left;
    background:     #FFFFFF;
    border:         1px solid #F58F33;
    height:         98px;
    width:          128px;
    margin-right:   2px;
}

/* OBJECT BLOCK */
#objblockmoreaccnr{
    position: relative;
    top: 25px;
    left: 28px;
    font-size: 3em;
    font-weight: bold;
}
#objblockmoreacctxt{
    position: relative;
    top: 25px;
    left: 80px;
    font-size: 1.4em;
    font-weight: bold;
}
#objblockmoreaccpark{
    position: relative;
    top: 45px;
    left: 80px;
    font-size: 1.4em;
    font-weight: bold;
}


/* Parkinfo/Overview -> Facilities */
.noListStyle {
    list-style: none;
}

/* Carousel */
#imageBig {
    margin-left: auto;
    margin-right: auto;
}

/* PROMOTIONSPAGE */

#promoTop{
    display: block;
    float: left;
    top: 0px;
    left: 0px;
    width: 1004px;
    height: 100px;
    border-style: solid;
    border-color: black;
    border-width: 1px;
}
#promoSubTop{
    display: block;
    float: left;
    top: 0px;
    left: 0px;
    width: 1004px;
    height: 98px;
}
.promoBlock{
    float: left;
    position: relative;
    height: 140px;
    width: 322px;
    margin: 5px;
    border-style: solid;
    border-color: black;
    border-width: 1px;
}
.promoBlockHead{
    display: block;
    position: absolute;
    top: 2px;
    left: 5px;
}
.promoBlockImg{
    position: absolute;
    left: 5px;
    top: 28px;
}
.promoBlockButt{
    position: absolute;
    width: 100px;
    right: 5px;
    bottom: 5px;
}
.promoBlockDesc{
    display: block;
    position: absolute;
    width: 220px;
    height: 70px;
    font-size: 1em;
    top: 28px;
    left: 100px;
}
.promoBlockPrice{
    position: absolute;
    text-align: right;
    font-size: 0.9em;
    left: 100px;
    top: 100px;
}
.promoBlockBaseline{
    position: absolute;
    text-align: right;
    left: 5px;
    bottom: 5px;
}

/*Promo's index page*/
.promoIndexBlock{
    position: relative;
    display:block;
    float:left;
    margin-top: 10px;
    left: 10px;
    border: 1px;
    width: 700px;
}
.promoIndexBlocks{
    position: relative;
    display: block;
    float:left;
    left: -11px;
    border: 1px;
    border-style: solid;
    margin: 10px;
    width:200px;
}
.promoIndexBanner{
    position:relative;
    display: block;
    float: left;
    margin:10px;
}
.promoOffIndex{
    position:relative;
    display:block;
    float:left;
    margin: 10px;
    border: 1px;
    border-style:solid;
}
.promoImageOfferIndex{
    position: relative;
    display:block;
    float:left;
    top:0px;

}
.promoButtonOfferIndex{
    position: relative;
    display: block;
    float:bottom;
    margin-top:10px;
    margin-left: 120px;
}
.promoOffImageIndex{
    position:relative;
    display:block;
    float:left;
    margin:10px;
    margin-top:0px;
    width:500px;
}
.promosIndexCorner{
    position:relative;
    display:block;
    float:right;
    width:160px;
    left:-100px;
    top:10px;
}

/* FLEXBUTTON */

.flexbutton{
	border:none;
	background:none;
	padding:0;
	margin:0;
	width:auto;
	overflow:visible;
	text-align:center;
	white-space:nowrap;
	height:20px;
	line-height:20px;
	cursor: pointer;
}

.flexbutton span, .flexbutton em{
	display:block;
	height:20px;
	line-height:20px;
	margin:0;
	color:#666;
}

.flexbutton span{
	padding-left:20px;
	background:url(/imgs/button500.png) no-repeat 0 0;
}
.flexbutton em{
	font-style:normal;
	text-transform: uppercase;
	font-size: 9px;
	padding-right:10px;
	line-height:20px;
	background:url(/imgs/button500.png) no-repeat 100% 0;
}
.flexbutton:hover{
	text-decoration: underline;
	color: #666;
}


.bigbutton{
	border:none;
	background:none;
	padding:0;
	margin:0;
	width:130px;
	overflow:visible;
	text-align:center;
	height:31px;
	line-height:15px;
	cursor: pointer;
}

.bigbutton span, .bigbutton em{
	display:block;
	height:31px;
	line-height:15px;
	margin:0;
	color:#666;
}

.bigbutton span{
	padding-left:10px;
	background:url(/imgs/button500_big.gif) no-repeat 0 0;
}
.bigbutton em{
	font-style:normal;
	text-transform: uppercase;
	font-size: 9px;
	padding-right:10px;
	text-align: center;
	background:url(/imgs/button500_big.gif) no-repeat 100% 0;
}
.bigbutton:hover{
	text-decoration: underline;
	color: #666;
}

/* custom buttons */

.btn0{
    position: absolute;
    right: 25px;
    top: 216px;
}

/* sortoptions */
#sortoptions{
    position: relative;
    left: 1px;
    width: 940px;
    height: 13px;
    padding-left: 9px;
    padding-top: 0px;
    padding-bottom: 12px;
    font-size: 1em;
}
#sortby{
    display: block;
    position: absolute;
    left: 7px;
}
#park_rating_sort{
    float: top;
    margin-left: 673px;
    margin-top: -25px;
}
#roompot_order_sort{
    float: top;
    margin-left: 70px;
    margin-top: -25px;
}
#maximumpersons_sort{
    float: top;
    margin-left: 180px;
    margin-top: -25px;

}
#park_name_sort{
    float: top;
    margin-left: 580px;
    margin-top: -25px;
}
#price_sort{
    float: top;
    margin-left: 790px;
    margin-top: -25px;
}
#startdate_sort{
    float: top;
    margin-left: 838px;
    margin-top: -25px;
}
#sortoptions a{
	color: #154993;
	text-decoration: underline;
}
#sortoptions a:hover,
#sortoptions .active a{
	color: #cc6600;
	text-decoration: none;
}

/* funda weatherthing */
.graphbar{
    vertical-align: bottom;
}
.tdheader{
    color: #666;
    font-weight: bold;
}

.column4{
    background-color: white !important;
    height: 198px;
}

/* home */
#homeTop{
    height: 180px;
    width: 960px;
    overflow: hidden;
    background: url(/imgs/TEMP_home_v05.jpg);
    margin-top: -20px;
    margin-left: 5px;
}
#homeLeftColumn{
    position:relative;
    float: left;
    margin-top: 0px;
    left: 0px;
    height: auto;
    width: 967px;
}
/* tabs in parkinfo/objects */
.tab-style-objects{
	background: url(/imgs/gradient2.gif) repeat-x;
	width: 790px;
}
.tab-style-objects .result{
	font-size: 22px;
	line-height: 23px;
	color: #666;
	padding-left: 9px;
	position: relative;
	top: 8px;
}
.tab-style-objects .tabset{
    float: right;
    width: 723px;
    margin-right: 59px;
}
.tab-style-objects .tabset a{
 	margin-right: 10px;
	float: left;
	height: 24px;
	padding:14px 15px 0 52px;
	width: 164px;
	color: #797979;
	font-size: 15px;
	line-height: 16px;
	text-decoration: underline;
 }
.tab-style-objects .tabset a.tab:hover,
.tab-style-objects .tabset a.active{
	background-position: 0 100%;
	margin-top: -2px;
	border-bottom: 0px solid #fff;
	margin-bottom: -1px;
	height: 24px;
	padding-top: 16px;
	text-decoration: none;
	color: #154993;
}
.tab-style-objects .tabset a.tab:hover{
cursor: pointer;
}
.tab-style-objects .tabset .pt1{background: url(/imgs/tab1-menu1.gif) no-repeat;}
.tab-style-objects .tabset .pt2{background: url(/imgs/tab1-menu2.gif) no-repeat;}
.tab-style-objects .tabset .pt3{background: url(/imgs/tab1-menu3.gif) no-repeat;}
.tab-style-objects div.tab{
	background: none;
	width: 760px;
	padding: 10px 0 12px 0;
	border-top: 1px solid #ccc;
}

/*** <unavailable> ***/

.widemodule{
	width: 650px;
	background: url(/imgs/wideframe.gif) no-repeat 0 100%;
	margin-bottom: 10px;
}
.widemodule h3{
	background: #d0e4a1;
	font-weight: normal;
	font-size: 13px;
	color: #336633;
	line-height: 14px;
	padding: 9px;
}
.widenav1 ul{
	list-style: none;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 10px;
}
.widenav1 ul li{
	width: 500px;
	font-size: 11px;
	padding-bottom: 5px;
}
.widenav1 ul li a{
	color: #154993;
	text-decoration: underline;
}
.widenav1 ul li a:hover{
	color: #ff6600;
	text-decoration: none;
}
/*** </unavailable> ***/

/*** Weatherinfo WeerOnline ***/

.igoogle_link a{
	font-size:12px;
	color:#0A67A9;
	font-family:Arial,Helvetica,sans-serif;
	text-decoration:none;
}

/*a{
    text-decoration:none;
    color:#ffffff;
}*/

.weertabel{
    /*display:inline;*/
    padding:0px;
    margin:0px;
    border:0px;
}
.weertabel a{
    text-decoration:none;
    /*color:#ffffff;*/
}
.weertabel table{
    margin:0px;
    padding:0px;
    padding-top:5px;
    font-weight:bold;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    color:#fff;
    width:auto;
    width:250px;
    border: 0px solid #a0a0a0;
    border-collapse: collapse;
    border: 1px solid #226099;
    background-image: url(/imgs/weather/bg.png) ;
}

.weertabel img{
    border:0px solid white;
}

.weertabel tr{
    padding:0px;
    margin:0px;
}

.weertabel tr td{
    text-align:center;
    padding:3px;
    margin:0px;
    border-left: 1px solid #226099;
    border-right: 1px solid #226099;

    font-family:Verdana,Arial,Helvetica,sans-serif;
}
.weertabel .radar td{
    padding:0px;
}
.weertabel .titel_radar td{
    text-align:left;
    vertical-align:bottom;
    background-color:#5290c9;
    font-size:12px;
    padding-left:4px;
}

.weertabel .titel td{
    text-align:left;
    vertical-align:bottom;
    background-color:#5290c9;
    font-size:12px;
}

.weertabel .weekdag{
    font-size:12px;
    background-color:#226099;
    color:white;
    font-weight:bold;
}

.weertabel .symbol{

}

.weertabel .maxtemp{
    background-image: url(/imgs/transp_white.png) ;

}
.weertabel .maxtemp td{
    font-size:12px;
    color:#000;
    background-color:transparent;
}


.weertabel .mintemp{
    background-image: url(/imgs/transp_black.png) ;
}
.weertabel .mintemp td{
    font-size:12px;
    color:#fff;
    background-color:transparent;
}

.weertabel .wind{
    font-size:10px;
    color:#000;
}

.chars{
    font-size:15px;

}
.chars10plus{
    font-size:13px;
}
.chars15plus{
    font-size:11px;
}
.chars20plus{
    font-size:10px;
}

.socialNetworkingIcons {

     background-repeat: no-repeat;
     height: 20px;
     padding-left: 28px;
     vertical-align: middle;
     padding-bottom: 10px;

}