@charset "UTF-8";
/* CSS Document */

/* DESTINATIONS - general to all dest pages - table, navigation top rows */

/* TOPICS - such as Overview, etc over image reps. should align left, td height 30px */

.tddesttopic {
	text-align: center;
	height: 26px;
	padding-top: 5px;
}

/* DESTINATION - IMAGE REPS AND MORE td, photo and video link td, navigation at bottom */
/* destination image reps - cells 301 x 225 align center and vertically align middle */

.tddestinimgreps {
	text-align: center;
	width: 301px;
	height: 225px;
}

/* Destin - Image Rep Links - for photo gallery and video links */

.tddestinpicgalvidreps {
	text-align: center;
	vertical-align: text-bottom;
	width: 301px;
	height: 30px;
	padding-top: 10px;
}

/* Destin - bottom navigation at end of content td, area */

.tddestnavbottm {
	height: 25px;
	text-align: center;
	vertical-align: text-bottom;
	font-size:16px;
	font-weight:bold;
	padding-top: 22px;
}

/* DESTINATION CONTENT - main content area for destinations and for horizontal main destination pages for blurbs. align left */

.tddestcontent {
	text-align: left;
}

/* DESTIN MAIN HORIZONTAL horizontal and not toc list such as cabs such as accessibility, attractions */
/* Destin Horizontal - Topic header on horizontal main destination page such as Transportation, cabs */

.tddesthoriztopic {
	text-align: left;
	height: 23px;
	padding-top:6px;
}

/* Destin Horizontal - blurb area horizontal main destination pages for blurbs. align left */

.tddesthorizblurb {
	text-align: left;
	width: 460px;
}

/* Destin Horizontal - small 100px image rep to left of topic horizontal */

.tddesthorizimg {
	width: 135px;
	height: 104px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Destin Horizontal - Spacer 8px height, bgcolor blue 00CCFF */

.tddestspacerbl {
	height: 8px;
	background-color: #00CCFF;
}

/* TOC DESTIN MAIN with TOC structure with list left and image right */
/* TOC TOPCI main dest pages. topic header hotels or Attractions titles */

.tdmainsubtopic {
	text-align: center;
	padding-top: 10px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	height: 24px;
	padding-top: 6px;
}

/* toc TH main dest pages. left - this is for the table headers on left side on pages that use main pages with text on left and pic on right side */

.thmaindestleft {
	width: 300px;
	height: 28px;
	text-align: left;
	padding-top: 2px;
	vertical-align: middle;
}

/* toc TD main dest pages. for pages with tables that need 302 width */

.tdmaindesttext300 {
	width: 300px;
	text-align: left;
	padding-top: 2px;
	vertical-align: text-top;
}

/* toc TD main dest pages. left - this is for the table cell on left side on pages that use main pages with text on left and pic on right side */

.tdmaindesttext {
	text-align: left;
	vertical-align: text-top;
}

/* toc IMG main dest pages. right - image rep and ad section align top and left */

.tdmaindestimgrep {
	text-align: left;
	vertical-align: text-top;
}

/* toc SPACER left main dest pages */

.tdmaindestspace {
	background-color: #0099FF;
	height: 8px;
}

/* COUNTRIES - root folder - with maps for countryies and cities lists */

.tddestcountrynav {
	text-align: center;
	vertical-align: middle;
	color:#000000;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFCC66;
	height: 32px;
}

/* TRAVEL TIPS SECTION menu 3 images links, tips, news, align images in center, cells should be 190px */

.tdtraveltipimg {
	text-align: center;
	vertical-align: middle;
	width: 190px;
	height: 143px;
}

.tdtraveltipheader {
	text-align: center;
	vertical-align: middle;
	width: 190px;
	height: 25px;
	background-color:#FFCC66;
	font-weight:bold;
	font-size:16px;
}

