@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;
}

.navi {
	float: right;
	padding-right:20px;
	padding-top: 15px;
}

.navi td {
	width:14px;
	height: 14px;
}

.navi div {
	background-color:#F5A238;
	border:2px outset white;
	/*display:inline-table;*/
	height:10px;
	margin:2px;
	padding:2px;
	text-align:center;
	vertical-align:middle;
	width:12px;
	cursor: pointer;
}
	
.navi div.active {
	border-style: ridge;
	border-width: 2px;
}

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;
}