@CHARSET "UTF-8";

/* root element for tabs  */
ul.home_tabs {
	margin: 0 !important;
	margin-top: -1px !important;
	padding: 0;
	height: 30px;
}

/* single tab */
ul.home_tabs li {
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/* link inside the tab. uses a background image */
ul.home_tabs a {
	float: left;
	font-size: 13px;
	display: block;
	padding: 5px 30px;
	text-decoration: none;
	border: 1px solid #666;
	height: 18px;
	background-color: #B0C4DE;
	color: #666;
	margin-right: 2px;
	position: relative;
	top: 1px;
}

ul.home_tabs a:hover {
	background-color: #2981C1;
	color: #fff;
}

/* selected tab */
ul.home_tabs a.current {
	background-color: #2981C1;
	border-top: 2px solid #2981C1;
	color: #fff;
	font-family: sans-serif;
	cursor: default;
}

/* tab pane */

div.panes div.pane {
	border: 1px solid #666;
	border-width: 1px 1px 0px 1px;
	min-height: 400px;
	max-height: 400px;
	height: 400px;
	padding: 15px 15px;
	background-color: #2981C1;
}

div.panes div.pane div.tab-content-container{
	border: 1px solid #666;
	border-width: 1px 1px 0px 1px;
	min-height: 400px;
	max-height: 400px;
	height: 400px;
	background-color: red;
	padding: 0px;
	
}

#panel-content { 
	background-color: #F8F8FF;
	height: 380px;
	width: 700px;
}

table.panel-content {
	height: 370px;
	width: 700px;
}

div.panel-content {
	height: 380px;
	width: 700px;
	display: inline;
}

.scrollable_destinations { /* required settings */
	position: relative;
	overflow: hidden;
	width: 700px;
	height: 370px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable_destinations .items { /* this cannot be too large */
	height:20000em;
	position: absolute;
}
td.home-tab-image { 
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
}

img.home-tab-image {
	width:500px;
	height:333px;
	border-style:solid;
}

div.home-tab-img-attribution {
	color:#666666;
	font-size:10px;
	padding-top:0;
	text-align:left;
}

#scrollable ul.navi {
	float:right;
	list-style-type:none;
	margin:7px 0 0;
	position:relative;
}

#scrollable ul.navi li {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(pagination.gif) no-repeat scroll 0 0;
	color:#666666;
	cursor:pointer;
	float:left;
	font-size:14px;
	font-weight:700;
	height:27px;
	line-height:25px;
	margin-left:3px;
	text-align:center;
	width:27px;
}

#scrollable ul.navi li.pagination_active {
	background-position:-54px 0;	
}
	
ul.navi {
	float:right;
	list-style-type:none;
	margin:5px 0 0;
	position:relative;
	top:7px;
}

ul.navi li {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: #F5A238;
	border:2px outset white;
	color:#666666;
	cursor:pointer;
	float:left;
	font-size:14px;
	font-weight:700;
	height:27px;
	line-height:25px;
	margin-left:3px;
	text-align:center;
	width:27px;
}

ul.navi li.active {
	border-style: ridge;
}
ul.navi li.hover {
	border-style: inset;
}
div.destination_name {
	font-family: "lucida sans", arial;
	font-size: 16px;
	font-weight: bold;
	color: #696969;
	padding-bottom:45px;
	padding-left:5px;
	padding-top:15px;
}

a.destination_name {
	color: #F5A238;
	font-size: 22px;
}

.destination_bullet {
	font-size: 15px;
	color: #696969;
	background: transparent url(/homev2/images/checkmark30x30.png)
		no-repeat scroll 0 0;
	padding-left:30px;
	vertical-align: bottom;
	height: 30px;
	padding-top:10px;
	white-space: nowrap;
}
