/* Remove margin padding and border (Universal)
-----------------------------------------------------------------------------*/

* { margin: 0; padding: 0; border: 0; }
a { target-new: tab !important; } /* CSS3 */


/* Scrollbar
-----------------------------------------------------------------------------*/

html { overflow: -moz-scrollbars-vertical; }
body {
	background: url(../_img/bg.jpg) top center #5c9fe5 repeat-x; /* default bg color #5c9fe5 */
	background-attachment: fixed;
}


/* Top level
-----------------------------------------------------------------------------*/

#container, .container {
	width: 980px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/

.header {
	display: block;
	padding: 0;
	height: 100px;
	background: bottom no-repeat #fff;
	overflow: hidden;
}
	
	.header .columnLeft, .header .columnRight { display: block; padding-bottom: 0px; }
	
	.header .columnLeft { padding-top: 10px; }
	.header .columnRight { padding-top: 30px; }


.search {
	width: 220px;
	height: 60px;
	background: url(../_img/search.gif) no-repeat;
}

	.searchInner { padding: 29px 0 0 9px; }
	
	.searchInner input.textfield, 
	.searchInner input[type=text], 
	.searchInner input[type=text]:focus, 
	.searchInner input[type=text]:hover {
		display: block;
		float: left;
		* top: 0;
		* margin-top: -2px;
		padding: 0; 
		width: 178px;
		height: 23px;
		border: 0 !important;
		line-height: 23px;
	}
	.searchInner input.button, 
	.searchInner input.submit, 
	.searchInner input[type="submit"], 
	.searchInner input[type="button"] {
		display: block;
		float: left;
		* top: 0;
		width: 25px;
		height: 21px;
		background: url(../_img/search_go.gif) center no-repeat;
		cursor: pointer;
		* cursor: hand;
	}
	.searchInner input[type="button"], 
	.searchInner input[type="submit"]:hover, 
	.searchInner input[type="button"]:hover { border: 0; }
	
	
/* Navigation
-----------------------------------------------------------------------------*/

.navSection {
	height: 50px;
}

	.nav, .nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.nav {
		width: 980px;
		height: 50px;
		z-index: 100;
		position: relative;
	}
	.nav li {
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
	}
	.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
		display: block;
		text-decoration: none;
	}
	
	.nav li a:hover {
	}
	
	#navigation li:hover a, 
	#navigation li.sfHover a {
	}
	#navigation li:hover ul a, 
	#navigation li.sfHover ul a {
		width: 165px;
		height: 30px;
		padding-left: 10px;
		background: url(../_img/navSection/subnav_divider.gif) bottom repeat-x;
		color: #4b92db;
		line-height: 30px;
	}
	#navigation li:hover ul a:hover, 
	#navigation li.sfHover ul a:hover {
		background: url(../_img/navSection/subnav_divider.gif) bottom repeat-x;
		color: #111987;
	}
	
	.nav ul {
		list-style: none;
		margin: 0;
		padding-top: 10px;
		padding-bottom: 15px;
		padding-left: 10px;
		width: 186px;
		background: url(../_img/navSection/subnav_bg.gif) top repeat-x #fff;
		position: absolute;
		top: -999em;
		left: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #4b92db;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-box-shadow: 0 2px 5px #e8e8e8;
		-webkit-box-shadow: 0 2px 5px #e8e8e8;
	}
	.nav li:hover ul.last,
	.nav li.sfHover ul.last {
		left: -15px;
	}
	.nav li:hover ul.end,
	.nav li.sfHover ul.end {
		left: -86px;
	}
	.nav li:hover ul,
	.nav li.sfHover ul {
		top: 50px;
		left: 0px;
	}
	.nav ul li {
		border: 0;
		float: none;		
	}
	.nav ul li span {
		display: inline-block;
		margin-left: 5px;
		margin-bottom: 5px;
		padding: 3px 6px;
		width: 156px;
		background: #999;
		font-size: 0.917em; /* 11px = 0.917em */
		font-weight: normal;
		color: #fff;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}
	.nav ul a {
		width: 120px;
		height: 30px;
		background: url(../_img/navSection/subNav_divider.gif) no-repeat;
		color: #fff;
		line-height: 30px;
		white-space: nowrap;
	}
	.nav ul a:hover {
	}
	
		.navTAB01, 
		.navTAB02, 
		.navTAB03, 
		.navTAB04, 
		.navTAB05 { width: 196px; height: 50px; background-image: url(../_img/navSection/nav_sprite.gif); background-repeat: no-repeat; }
		
		.navTAB01 { background-position: 0px 0px; }
		.navTAB02 { background-position: -196px 0px; }
		.navTAB03 { background-position: -392px 0px; }
		.navTAB04 { background-position: -588px 0px; }
		.navTAB05 { background-position: -784px 0px; }
		
		#navigation li a:hover.navTAB01, #navigation li:hover a.navTAB01, #navigation li.sfHover a.navTAB01, #navigation li a.navTAB01.current { background-position: 0px -50px; }
		#navigation li a:hover.navTAB02, #navigation li:hover a.navTAB02, #navigation li.sfHover a.navTAB02, #navigation li a.navTAB02.current { background-position: -196px -50px; }
		#navigation li a:hover.navTAB03, #navigation li:hover a.navTAB03, #navigation li.sfHover a.navTAB03, #navigation li a.navTAB03.current { background-position: -392px -50px; }
		#navigation li a:hover.navTAB04, #navigation li:hover a.navTAB04, #navigation li.sfHover a.navTAB04, #navigation li a.navTAB04.current { background-position: -588px -50px; }
		#navigation li a:hover.navTAB05, #navigation li:hover a.navTAB05, #navigation li.sfHover a.navTAB05, #navigation li a.navTAB05.current { background-position: -784px -50px; }
		
		
/* Edit
-----------------------------------------------------------------------------*/

.edit {}
	
	.edit, .edit ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.edit li {
		float: left;
		margin: 0;
		padding: 0;
		position: relative;
	}
	.edit li a, .edit li a:link, .edit li a:active, .edit li a:visited {
		display: block;
		text-decoration: none;
	}
	.edit li a:hover {
	}
	
	#edit li:hover a, 
	#edit li.sfHover a {
	}
	#edit li:hover ul a, 
	#edit li.sfHover ul a {
		width: 130px;
		height: 30px;
		padding-left: 10px;
		background: url(../_img/navSection/subnav_divider.gif) bottom repeat-x;
		color: #4b92db;
		line-height: 30px;
	}
	#edit li:hover ul a:hover, 
	#edit li.sfHover ul a:hover {
		background: url(../_img/navSection/subnav_divider.gif) bottom repeat-x;
		color: #111987;
	}
	
	.edit ul {
		list-style: none;
		margin: 0;
		padding-top: 9px;
		padding-bottom: 14px;
		padding-left: 10px;
		width: 150px;
		background: #fff;
		position: absolute;
		top: -999em;
		left: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #4b92db;
		border: 1px solid #ccc;
	}
	.edit li:hover ul.last,
	.edit li.sfHover ul.last {
		left: -15px;
	}
	.edit li:hover ul.end,
	.edit li.sfHover ul.end {
		left: -111px;
	}
	.edit li:hover ul,
	.edit li.sfHover ul {
		top: 15px;
		left: 15px;
	}
	.edit ul li {
		border: 0;
		float: none;		
	}
	.edit ul a {
		width: 120px;
		height: 30px;
		background: url(../_img/navSection/subNav_divider.gif) no-repeat;
		color: #fff;
		line-height: 30px;
		white-space: nowrap;
	}
	.edit ul a:hover {
	}
	
		.editTab {
			display: inline-block;
			padding-left: 13px;
			background: url(../_img/admin/icon_arrow_down.gif) 0 5px no-repeat;
		}
		#edit li a:hover.editTab, #edit li:hover a.editTab, #edit li.sfHover a.editTab, #edit li a.editTab.current { color: #4b92db; }


/* Flash banner
-----------------------------------------------------------------------------*/

.flashbanner {
	display: block;
	height: 250px;
	background: #fff url(../_img/bg_main_banner.jpg) no-repeat;
}

.flashbanner2 {
	display: block;
	height: 200px;
	background: #666;
}

.map {
	display: block;
	margin-bottom: 20px;
	width: 640px;
	height: 300px;
	background: #666;
}

.city {
	display: block;
	margin-bottom: 20px;
	width: 640px;
	height: 180px;
	background: no-repeat #000;
	border-bottom: 3px solid #e8e8e8;
}
	
	.city h1 {
		padding: 15px 0 0 20px;
		font-weight: normal;
		color: #fff;
	}


/* Body
-----------------------------------------------------------------------------*/

.bodyContent, .footer, .bottom { display: block; margin: 0; padding: 0; }

.bodyContent {
	padding-top: 20px;
	background: url(../_img/bodycontent_top_shadow.gif) top center no-repeat #fff;
}
.bodyContentInner {
	padding: 0 10px 20px;
}

	/* Breadcrumbs
	-----------------------------------------------------------------------------*/
	
	.breadcrumbs {
		display: block;
		margin-bottom: 20px;
		padding-bottom: 0.25em;
		border-bottom: 1px solid #eee;
	}
		
		.breadcrumbs p { margin: 0; }
		
		.breadcrumbs a { }
		.breadcrumbs a:hover { }
		.breadcrumbs a.current { font-weight: bold; text-decoration: none; cursor: default; }
	
	
	.startInfo {
		display: block;
		margin: 0 0 20px;
		padding: 0 0 5px;
		background: #ffcf97;
		border-bottom: 3px solid #e8e8e8;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
	}
		
		.startInfo h1 {
			margin: 0;
			padding: 10px 10px 7px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.667em; /* 20px = 1.667em */
			color: #fff;
			text-transform: capitalize;
			text-shadow: 0px 1px 1px #333;
			background: #ff6d22;
			border: 0;
			border-top-right-radius: 5px;
			border-top-left-radius: 5px;
			-moz-border-radius-topright: 5px;
			-moz-border-radius-topleft: 5px;
			-webkit-border-top-right-radius: 5px;
			-webkit-border-top-left-radius: 5px;
		}
		
		.startInfo p { margin: 0; padding: 10px; }
		
		.startInfoInner {
			display: block;
			padding: 10px;
		}
		
		.startInfo .startInfoInner p { padding: 0; }
	
	
	/* boxStyle
	-----------------------------------------------------------------------------*/

	.boxStyle01 {
		margin-bottom: 20px;
		background: url(../_img/title_bg_wau.png) top right no-repeat #0094b3;
		border-bottom: 3px solid #e8e8e8;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
	}
		
		.boxStyle01 h1 {
			padding-bottom: 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.667em; /* 20px = 1.667em */
			color: #fff;
			text-transform: capitalize;
			text-shadow: 0px 1px 1px #333;
			border-bottom: 3px solid #33a9c2;
		}
		.boxStyle01 #accordion3 h1, 
		.boxStyle01 #accordion3 h2 { }
		
		.boxStyle01 .linkList a, 
		.boxStyle01 .destinationsLinkList a {
			color: #fff;
		}
		.boxStyle01 .linkList a:hover, 
		.boxStyle01 .destinationsLinkList a:hover { color: #fff; }
		
		.boxStyle01wrap {
			display: block;
			padding: 9px;
			background: #fff;
			border: 1px solid #00a9e0;
			border-top-right-radius: 5px;
			border-top-left-radius: 5px;
			-moz-border-radius-topright: 5px;
			-moz-border-radius-topleft: 5px;
			-webkit-border-top-right-radius: 5px;
			-webkit-border-top-left-radius: 5px;
			-moz-box-shadow: -2px 2px 0px #0085a1;
			-webkit-box-shadow: -2px 2px 0px #0085a1;
		}
			
			.boxStyle01wrap h1 {
				margin-top: 0;
				padding-top: 0;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 1.5em; /* 18px = 1.5em */
				color: #0094b3;
				text-shadow: 0 0 0;
				border-bottom: 1px dotted #66c2e0;
			}
		
		
		.boxStyle01 span.authorName {
			font-weight: bold;
			text-transform: capitalize;
			text-shadow: 0px 1px 1px #fff;
		}
		
		.whiteBox {
			display: block;
			padding: 15px;
			background: #fff;
		}
			
			.whiteBox .sitemapLinkList ul.floatLeft { width: 185px; }
	
	
	.boxStyle02 {
		margin-bottom: 20px;
		background: url(../_img/galleryBoxStyle.gif) no-repeat #ffa02f;
		border-bottom: 3px solid #e8e8e8;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
	}
		
		.boxStyle02 h1 {
			padding-left: 100px;
			padding-bottom: 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.667em; /* 20px = 1.667em */
			color: #fff;
			text-transform: capitalize;
			text-shadow: 0px 1px 1px #333;
			border-bottom: 0;
		}
			
			.boxStyle02 panes h1, .boxStyle02 panes2 h1 { padding-left: 0; }
		
		
		/* Custom tabs
		-----------------------------------------------------------------------------*/
		
		.boxStyle02 div.galleryWrapper { margin-top: -33px; }
		
		.boxStyle02 ul.customTabs {
			list-style: none;
			margin: 0 !important;
			padding: 0;
			height: 28px;
		}
		
		.boxStyle02 ul.customTabs li {
			float: left;
			text-indent: 0;
			padding: 0;
			margin: 0 !important;
			list-style-image: none !important;
		}
		
		.boxStyle02 ul.customTabs li.floatRight { float: right; }
		
		.boxStyle02 ul.customTabs a.first { margin-left: 5px; }
		.boxStyle02 ul.customTabs a {
			display: block;
			* display: inline-block;
			padding: 0px 15px;
			margin: 0 5px 0 0;
			position: relative;
			top: 1px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-transform: uppercase;
			height: 23px;
			line-height: 28px;
			* line-height: 26px;
			text-align: center;
			text-decoration: none;
			border-top-right-radius: 5px;
			border-top-left-radius: 5px;
			-moz-border-radius-topright: 5px;
			-moz-border-radius-topleft: 5px;
			-webkit-border-top-right-radius: 5px;
			-webkit-border-top-left-radius: 5px;
		}
		
		.boxStyle02 ul.customTabs a.customTabStyle02 {
			color: #fff;
			background-color: #ffa77a;
			border: 1px solid #ffa77a;
		}
		.boxStyle02 ul.customTabs a.customTabStyle02:hover {}
		.boxStyle02 ul.customTabs a.customTabStyle02.current { height: 26px; border: 1px solid #ff8c51; border-bottom: 1px solid #fff; background-color: #fff; color: #ff6d22 !important; }
		
		
	.boxStyle03 {
		margin-bottom: 20px;
		background: url(../_img/title_bg_wau.png) top right no-repeat #e1f4e1;
		border-bottom: 3px solid #e8e8e8;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
	}
		
		.boxStyle03 h1 {
			padding-bottom: 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.667em; /* 20px = 1.667em */
			color: #34b233;
			text-transform: capitalize;
			text-shadow: 0px 1px 0px #fff;
			border-bottom: 3px solid #bee7be;
		}
		
		.boxStyle03 .columnLeft, .boxStyle03 .columnRight { margin-bottom: 0; padding-bottom: 0; }
		
		
	.boxStyle04 {
		margin-bottom: 20px;
		background: url(../_img/title_bg_wau.png) top right no-repeat #ea2839;
		border-bottom: 3px solid #e8e8e8;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
	}
		
		.boxStyle04 h1 {
			padding-bottom: 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.667em; /* 20px = 1.667em */
			color: #fff;
			text-transform: capitalize;
			text-shadow: 0px 1px 1px #333;
			border-bottom: 0;
		}
		
		.boxStyle04 h2 {
			margin-bottom: 0.25em;
			padding-bottom: 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.167em; /* 14px = 1.167em */
			font-weight: normal;
			color: #333;
			text-transform: capitalize;
			text-shadow: 0px 1px 1px #fff;
			border-bottom: 0;
		}
		
		.boxStyle04 .boxStyleWrapper {
			display: block;
			background-color: #fdeaec;
			border-top-right-radius: 5px;
			border-top-left-radius: 5px;
			-moz-border-radius-topright: 5px;
			-moz-border-radius-topleft: 5px;
			-webkit-border-top-right-radius: 5px;
			-webkit-border-top-left-radius: 5px;
		}
		
		.boxStyle04 span.authorName {
			font-weight: bold;
			text-transform: capitalize;
			text-shadow: 0px 1px 1px #fff;
		}
		
		.boxStyle04 .boxStyleInnerWrapper { margin-bottom: 0; padding-bottom: 0; border-bottom: 0px dotted #997a3d; }
		
		.boxStyle04 .textwrap {
			margin-bottom: 10px;
			background-color: #ffe699;
			border: 1px solid #fed4b3;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
		.boxStyle04 .textwrap strong {
			display: block;
			font-size: 1.167em; /* 14px = 1.167em */
			color: #996600;
		}
		.boxStyle04 .textwrap p {
			margin: 0;
			font-size: 0.917em; /* 11px = 0.917em */
		}
		
		.boxStyle04 label { display: block; margin-bottom: 5px; font-weight: normal; }
		.boxStyle04 label span { display: inline-block; width: 70px; }
		.boxStyle04 label input { border: 1px solid #ea2839; margin-right: 0; }
		
		.boxStyle04 .redBox {
			margin: 0;
			padding: 5px;
			width: 250px;
			background: url(../_img/tabs_accordion/h300.png) bottom repeat-x #ea2839;
			border-bottom: 3px solid #ddd;
			border-top-right-radius: 5px;
			border-top-left-radius: 5px;
			-moz-border-radius-topright: 5px;
			-moz-border-radius-topleft: 5px;
			-webkit-border-top-right-radius: 5px;
			-webkit-border-top-left-radius: 5px;
		}
		
		
	.boxStyle05 {
		margin-bottom: 20px;
		background: #eee;
		border-bottom: 3px solid #e8e8e8;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
	}
		
		.boxStyle05 h1 {
			padding-bottom: 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.333em; /* 16px = 1.333em */
			color: #333;
			text-transform: capitalize;
			text-shadow: 0px 1px 0px #fff;
			border-bottom: 1px solid #ddd;
		}
	
	
	.boxStyle06 {
		margin-bottom: 20px;
		background: #d9c9e7;
		border-bottom: 3px solid #e8e8e8;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
	}
		
		.boxStyle06 h1 {
			padding-bottom: 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.333em; /* 16px = 1.333em */
			color: #333;
			text-transform: capitalize;
			text-shadow: 0px 1px 0px #fff;
			border-bottom: 1px solid #333;
		}
	
	
	.boxStyle07 {
		margin-bottom: 20px;
		background: url(../_img/galleryBoxStyleBG.gif) no-repeat #ffa02f;
		border-bottom: 3px solid #e8e8e8;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
	}
		
		.boxStyle07 h1 {
			padding-bottom: 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.667em; /* 20px = 1.667em */
			color: #fff;
			text-transform: capitalize;
			text-shadow: 0px 1px 1px #333;
			border-bottom: 0;
		}
		
		.boxStyle07 .boxStyleWrapper {
			padding: 4px;
			background: #fff;
			border: 1px solid #ff8c51;
			border-top-right-radius: 4px;
			border-top-left-radius: 4px;
			-moz-border-radius-topright: 4px;
			-moz-border-radius-topleft: 4px;
			-webkit-border-top-right-radius: 4px;
			-webkit-border-top-left-radius: 4px;
			-moz-box-shadow: 0 3px 0px #e8d4ca;
			-webkit-box-shadow: 0 3px 0px #e8d4ca;
		}
	
	
	.boxStyle08 {
		margin-bottom: 20px;
		background: url(../_img/title_bg_wau.png) top right no-repeat #00a9e0;
		border-bottom: 3px solid #e8e8e8;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
	}
	
		.boxStyle08 ul.customTabs {
			list-style: none;
			margin: 0 !important;
			padding: 0;
			height: 28px;
		}
		
		.boxStyle08 ul.customTabs li {
			float: left;
			text-indent: 0;
			padding: 0;
			margin: 0 !important;
			list-style-image: none !important;
		}
		
		.boxStyle08 ul.customTabs li.floatRight { float: right; }
		
		.boxStyle08 ul.customTabs a.first { margin-left: 5px; }
		.boxStyle08 ul.customTabs a {
			display: block;
			* display: inline-block;
			padding: 0px 15px;
			margin: 0 5px 0 0;
			position: relative;
			top: 1px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-transform: uppercase;
			height: 23px;
			line-height: 28px;
			* line-height: 26px;
			text-align: center;
			text-decoration: none;
			border-top-right-radius: 5px;
			border-top-left-radius: 5px;
			-moz-border-radius-topright: 5px;
			-moz-border-radius-topleft: 5px;
			-webkit-border-top-right-radius: 5px;
			-webkit-border-top-left-radius: 5px;
		}
		
		.boxStyle08 ul.customTabs a.customTabStyle08 {
			margin-top: 0;
			height: 24px;
			color: #fff;
			line-height: 28px;
			background-color: #4dc3e9;
			border: 0;
			border-bottom: 0;
		}
		.boxStyle08 ul.customTabs a.customTabStyle08:hover {}
		.boxStyle08 ul.customTabs a.customTabStyle08.current {
			margin-top: 0;
			height: 28px;
			border: 0;
			background: url(../_img/tabs/tab_selected_tabStyle12.gif) bottom center;
			line-height: 30px;
			color: #4dc3e9 !important;
		}
		
		.boxStyle08 .panes div.panesStyle08 {
			padding: 10px 5px 9px;
			background: #fff;
			border-top: 1px solid #4dc3e9;
		}
		
		.boxStyle08 h1 {
			padding-bottom: 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.667em; /* 20px = 1.667em */
			color: #fff;
			text-transform: capitalize;
			text-shadow: 0px 1px 0px #333;
			border-bottom: 3px solid #4dc3e9;
		}
		
		.boxStyle08 .boxStyleWrapper {
			padding: 4px;
			background: #fff;
			border: 1px solid #ff8c51;
			border-top-right-radius: 4px;
			border-top-left-radius: 4px;
			-moz-border-radius-topright: 4px;
			-moz-border-radius-topleft: 4px;
			-webkit-border-top-right-radius: 4px;
			-webkit-border-top-left-radius: 4px;
			-moz-box-shadow: 0 3px 0px #e8d4ca;
			-webkit-box-shadow: 0 3px 0px #e8d4ca;
		}
		
		
		/* iMAStravel / Triporter
		-----------------------------------------------------------------------------*/
		
		#iMAStravel_header, .iMAStravel_header, 
		#Triporter_header, .Triporter_header {
			display: block;
			position: absolute;
			width: 640px;
			height: 300px;
		}
		
		.iMAStravel_header2 {
			display: block;
			position: absolute;
			width: 640px;
			height: 426px;
		}
		
		.iMasTravelBanner, 
		.TriporterBanner {
			display: block;
			width: 300px;
			height: 150px;
			background: url(../_img/whats_new/imastravel/banner.jpg) no-repeat;
		}
		
		.iMAStravel_title, 
		.Triporter_title {
			display: block;
			position: absolute;
			width: 640px;
			height: 130px;
			background: url(../_img/whats_new/imastravel/header-content.jpg) no-repeat;
		}
		
		.iMAStravel, 
		.Triporter {
			display: block;
			padding: 5px;
			background: #fff;
			border: 0;
			border-top-right-radius: 4px;
			border-top-left-radius: 4px;
			-moz-border-radius-topright: 4px;
			-moz-border-radius-topleft: 4px;
			-webkit-border-top-right-radius: 4px;
			-webkit-border-top-left-radius: 4px;
			-moz-box-shadow: 0 3px 0px #eee;
			-webkit-box-shadow: 0 3px 0px #eee;
		}
			
			.iMAStravel h1, .iMAStravel .panesStyle21 h1, 
			.Triporter h1, .Triporter .panesStyle21 h1 { font-size: 1.667em; color: #333; padding-bottom: 0.25em; margin-bottom: 0.5em; border-bottom: 1px solid #4dc3e9; }
			.iMAStravel h2, 
			.Triporter h2 { color: #333; }
			.iMAStravel .ar_header h1, 
			.Triporter .ar_header h1 { border: 0; }
			.iMAStravel li, 
			.Triporter li { margin-top: 0.5em; margin-bottom: 0.5em; }
			.iMAStravel div.photoGallerySelection, 
			.Triporter div.photoGallerySelection {
				border: 0;
				padding: 0;
			}
			.iMAStravel div.photoGallerySelection .photoThumb, 
			.Triporter div.photoGallerySelection .photoThumb { margin-left: 8px; margin-right: 8px; }
			.iMAStravel .boxBlogLink, 
			.Triporter .boxBlogLink {
				display: block;
				width: 610px;
				height: 125px;
				background: url(../_img/whats_new/imastravel/boxBlogLink_bg.gif) no-repeat;
			}
			.Triporter .boxBlogLinkInner, 
			.iMAStravel .boxBlogLinkInner { display: block; padding: 10px; }
			.iMAStravel .boxBlogLink table td, 
			.Triporter .boxBlogLink table td { padding: 0; }
			.iMAStravel textarea.linkcodes, 
			.Triporter textarea.linkcodes {
				border: 1px solid #ccc;
				color: #999;
				width: 400px;
				height: 40px;
				padding: 5px 9px 9px;
				overflow: hidden;
			}
			.Triporter .boxIt, 
			.iMAStravel .boxIt {
				display: block; padding: 10px 20px;
				border: 1px solid #ccc;
				font-size: 11px;
				color: #666;
			}
			.Triporter h1, 
			.iMAStravel h1 { text-shadow: 0 0 0; }
			
			span.imastravel_vote, 
			span.triporter_vote {
				padding: 1px 3px 1px 23px;
				border: 1px solid #ccc;
				background: url(../_img/whats_new/imastravel/thumb_up.gif) 2px 1px no-repeat #f2f2f2;
				color: #0060c3;
				border-radius: 4px;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
			}
			input.btn_imastravel_vote, 
			input.btn_triporter_vote {
				margin-top: -3px;
				width: 65px;
				height: 20px;
				vertical-align: middle;
				background: url(../_img/whats_new/imastravel/btn_imastravel_vote.gif) no-repeat;
				cursor: pointer;
				* cursor: hand;
			}
			.iMAStravel ul.mechanic, 
			.Triporter ul.mechanic { margin: 0; padding: 0; list-style: none; }
			.iMAStravel ul.mechanic li, 
			.Triporter ul.mechanic li {
				display: block;
				padding: 9px;
				font-size: 14px;
				line-height: 1.25em;
				background: url(../_img/whats_new/imastravel/boxGrey_bg.gif) bottom repeat-x #f2f2f2;
				border: 1px solid #eee;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				clear: both;
			}
			.iMAStravel ul.mechanic li ul, 
			.Triporter ul.mechanic li ul { margin: inherit; padding: inherit; list-style: inherit; }
			.iMAStravel ul.mechanic li ul li, 
			.Triporter ul.mechanic li ul li { display: inherit; border: 0; padding: inherit; background: none; }
			.iMAStravel ul.mechanic li p, 
			.Triporter ul.mechanic li p { margin: 0 0 0.5em; }
			.iMAStravel ul.mechanic li img.floatLeft, 
			.Triporter ul.mechanic li img.floatLeft {
				display: block;
				float: left;
				margin-right: 15px;
			}
			
			.iMAStravel .btn_submitregistration, 
			.Triporter .btn_submitregistration {
				display: block;
				margin-left: 190px;
				background: url(../_img/whats_new/imastravel/btn_submitregistration.gif) no-repeat;
				width: 210px; height: 35px;
				border: 0;
				cursor: pointer;
				* cursor: hand;
			}
			
			.iMAStravel .btn_ClickHereToJoinNow, 
			.Triporter .btn_ClickHereToJoinNow {
				display: block;
				margin: 0 auto;
				background: url(../_img/whats_new/imastravel/btn_clickheretojoinnow.gif) 0 0 no-repeat;
				width: 280px;
				height: 50px;
				border: 0;
				cursor: pointer;
				* cursor: hand;
			}
			.iMAStravel .btn_ClickHereToJoinNow:hover, 
			.Triporter .btn_ClickHereToJoinNow:hover { background-position: 0 -50px; }
			
			.iMAStravel #swfPrizes, .Triporter #swfPrizes { width: 590px; height: 360px; }
			
			.iMAStraveltop15 table, .iMAStraveltop15 table td { margin: 0; padding: 0; border: 0; }
			.iMAStraveltop15 .boxStyleRow { float: left; width: 280px; border-bottom: 0; margin: 0 5px 0; }
			.iMAStraveltop15 .boxStyleRow span.authorName { color: #000; font-weight: bold; }
			.iMAStraveltop15 .boxStyleDivider { display: block; clear: both; border-bottom: 1px dotted #ccc; margin-bottom: 1em; }
			
			.iMAStravelWinners {}
			.iMAStravelWinners .winnerpanel {
				display: block;
				height: 450px;
				background: url(../_img/whats_new/imastravel/winners/winner_panel_bg.jpg) no-repeat;
				font-family: Arial, Helvetica, sans-serif;
			}
			.iMAStravelWinners .winnerpanel .inner {
				display: block;
				padding: 55px 0 0 20px;
			}
			.iMAStravelWinners .winnerpanel table.thewinner { margin: 0 0 1em; }
			.iMAStravelWinners .winnerpanel table.thewinner td { padding: 0; }
			.iMAStravelWinners .winnerpanel table.thewinner td.thewinnerprofileimg { width: 110px; }
			.iMAStravelWinners .winnerpanel table.thewinner td.thewinnerprofileimg img {
				background: url(../_img/whats_new/imastravel/winners/profile_bg.gif) no-repeat;
				width: 85px;
				height: 85px;
				padding: 5px;
				border: 0;
			}
			.iMAStravelWinners .winnerpanel table.thewinner td.thewinnerprofileinfo p.authorName {
				margin: 0 0 0.5em;
				font-size: 20px;
				font-weight: bold;
				text-transform: uppercase;
			}
			.iMAStravelWinners .winnerpanel table.thewinner td.thewinnerprofileinfo ul { margin: 0; padding: 0; list-style: none; }
			.iMAStravelWinners .winnerpanel table.thewinner td.thewinnerprofileinfo ul li {
				color: #000;
				font-size: 11px;
				background: url(../_img/li_arrow.gif) 0 3px no-repeat;
				padding-left: 10px;
				margin-bottom: 0.25em;
			}
			.iMAStravelWinners .winnerpanel table.thewinner td.bloginfo { padding-bottom: 1em; }
			.iMAStravelWinners .winnerpanel table.thewinner td.bloginfo p { margin: 0 0 0.5em; }
			.iMAStravelWinners .winnerpanel table.thewinner td.blogthumb img {
				display: block;
				float: right;
				border: 1px solid #ccc;
				padding: 4px;
			}
		
		
		/* MAStravellers
		-----------------------------------------------------------------------------*/
		
		.boxStyle08.MAStravellers {}
		
		#MAStravellers_header, .MAStravellers_header { position: absolute; }
		
		#MAStravellers.boxStyle08 { background-image: none; }
		
		#MAStravellers.boxStyle08 div.boxStyleInner {}
		
		#MAStravellers .TabbedPanelsContent { padding-left: 0 !important; padding-right: 0 !important; border-bottom: 0 !important; }
		
		.MAStravellers {
			display: block;
			padding: 10px;
			background: #fff;
			border: 0;
			border-top-right-radius: 4px;
			border-top-left-radius: 4px;
			-moz-border-radius-topright: 4px;
			-moz-border-radius-topleft: 4px;
			-webkit-border-top-right-radius: 4px;
			-webkit-border-top-left-radius: 4px;
			-moz-box-shadow: 0 3px 0px #eee;
			-webkit-box-shadow: 0 3px 0px #eee;
		}
		.MAStravellers.withHeader { padding-top: 110px; }
		
		.MAStravellers h1 { border-bottom: 0 !important; }
		
		.MAStravellers .mt_divider {
			display: block;
			margin: 10px 0;
			height: 1px;
			background: url(../_img/whats_new/mastravellers/dotted_divider_hr.gif) center repeat-x;
		}
		
		.MAStravellers .mtbtn_registernow, .MAStravellers .mtbtn_getbadge {
			display: inline-block;
			margin: 5px;
			width: 206px;
			height: 72px;
			background-repeat: no-repeat;
			cursor: pointer;
			* cursor: hand;
			opacity: 0.75;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
		}
		.MAStravellers .mtbtn_registernow { background-image: url(../_img/whats_new/mastravellers/btn_registernow.gif); }
		.MAStravellers .mtbtn_getbadge { background-image: url(../_img/whats_new/mastravellers/btn_getbadge.gif); }
		.MAStravellers .mtbtn_viewallblogposts, .MAStravellers .mtbtn_viewallphotos, .MAStravellers .mtbtn_viewallvideos {
			display: inline-block;
			height: 21px;
			background-repeat: no-repeat;
			cursor: pointer;
			* cursor: hand;
			opacity: 0.75;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
		}
		.MAStravellers .mtbtn_viewallblogposts { background-image: url(../_img/whats_new/mastravellers/btn_viewallblogposts.gif); width: 133px; }
		.MAStravellers .mtbtn_viewallphotos { background-image: url(../_img/whats_new/mastravellers/btn_viewallphotos.gif); width: 116px; }
		.MAStravellers .mtbtn_viewallvideos { background-image: url(../_img/whats_new/mastravellers/btn_viewallvideos.gif); width: 116px; }
		.MAStravellers input.mtbtn_postcomment {
			background: url(../_img/whats_new/mastravellers/btn_postcomment.gif) no-repeat;
			width: 122px;
			height: 31px;
			cursor: pointer;
			* cursor: hand;
			opacity: 0.75;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
		}
		.MAStravellers .mtbtn_left, .MAStravellers .mtbtn_right, 
		.MAStravellers input.mtbtn_left, input.MAStravellers .mtbtn_right {
			display: inline-block;
			width: 20px;
			height: 90px;
			background-repeat: no-repeat;
			border: 0;
			cursor: pointer;
			* cursor: hand;
			opacity: 0.75;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
		}
		.MAStravellers .mtbtn_left, .MAStravellers input.mtbtn_left { background-image: url(../_img/whats_new/mastravellers/btn_left.gif); }
		.MAStravellers .mtbtn_right, .MAStravellers input.mtbtn_right { background-image: url(../_img/whats_new/mastravellers/btn_right.gif); }
		.MAStravellers .mtbtn_votenow, .MAStravellers input.mtbtn_votenow {
			display: block;
			margin-left: 450px;
			width: 140px;
			height: 40px;
			background-image: url(../_img/whats_new/mastravellers/btn_votenow.gif) !important;
			border: 0;
			cursor: pointer;
			* cursor: hand;
			opacity: 1.0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		}
		.MAStravellers .mtbtn_registernow:hover, 
		.MAStravellers .mtbtn_getbadge:hover, 
		.MAStravellers .mtbtn_viewallblogposts:hover, 
		.MAStravellers .mtbtn_viewallphotos:hover, 
		.MAStravellers .mtbtn_viewallvideos:hover, 
		.MAStravellers .postComment input.mtbtn_postcomment:hover, 
		.MAStravellers .mtbtn_left:hover, .MAStravellers input.mtbtn_left:hover, 
		.MAStravellers .mtbtn_right:hover, .MAStravellers input.mtbtn_right:hover, 
		.MAStravellers .mtbtn_votenow:hover, .MAStravellers input.mtbtn_votenow:hover {
			opacity: 1.0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		}
		.MAStravellers h1 .mtbtn_viewallblogposts, .MAStravellers h1 .mtbtn_viewallphotos, .MAStravellers h1 .mtbtn_viewallvideos, 
		.MAStravellers h2 .mtbtn_viewallblogposts, .MAStravellers h2 .mtbtn_viewallphotos, .MAStravellers h2 .mtbtn_viewallvideos, 
		.MAStravellers h3 .mtbtn_viewallblogposts, .MAStravellers h3 .mtbtn_viewallphotos, .MAStravellers h3 .mtbtn_viewallvideos {
			float: right;
			margin-left: 10px;
			margin-top: 13px;
		}
		
		.MAStravellers .votePanelBottom {
			display: block;
			height: 50px;
		}
		
		.MAStravellers .ltbcon .boxStyleRow { border-bottom: 0; }
		.MAStravellers .ltbcon .boxStyleRow.columnLeft { padding-bottom: 0; }
		.MAStravellers .ltbcon .postinfo { margin: 0; padding: 0; }
		.MAStravellers .ltbcon span.by, 
		.MAStravellers .ltbcon span.mtRank, 
		.MAStravellers .ltbcon span.fblikecount {
			display: block;
			margin: 0.15em 0;
		}
		
		.MAStravellers .ltbcon .photoGallerySelection { padding: 0; border: 0; }
		.MAStravellers .ltbcon .photoGallerySelection .photoAlbum { margin: 0 8px 8px; }
		.MAStravellers .ltbcon .photoGallerySelection .photoAlbum p { text-align: center; margin: 0; }
		.MAStravellers .ltbcon .photoGallerySelection .photoAlbum p.caption { color: #999; font-size: 11px; }
		.MAStravellers .ltbcon .photoGallerySelection .photoAlbum .postinfo { text-align: center; font-size: 11px; }
		.MAStravellers .ltbcon .photoGallerySelection .photoAlbum .postinfo span { display: inline-block; margin: 0 auto; }
		
		.MAStravellers .ltbcon .videoGallerySelection { padding: 0; border: 0; }
		.MAStravellers .ltbcon .videoGallerySelection .videoThumbBG { margin: 0 8px 8px; }
		.MAStravellers .ltbcon .videoGallerySelection .videoThumbBG p { text-align: center; margin: 0; }
		.MAStravellers .ltbcon .videoGallerySelection .videoThumbBG p.caption { color: #999; font-size: 11px; }
		.MAStravellers .ltbcon .videoGallerySelection .videoThumbBG .postinfo { text-align: center; font-size: 11px; }
		.MAStravellers .ltbcon .videoGallerySelection .videoThumbBG .postinfo span { display: inline-block; margin: 0 auto; }
		
		.MAStravellers .ltbcon.videolist p.title { padding-top: 5px; }
		.MAStravellers .ltbcon.videolist p.caption { color: #999; font-size: 11px; }
		.MAStravellers .ltbcon.videolist div.videoThumbBG { width: 130px; height: 100px; }
		.MAStravellers .ltbcon.videolist div.videoThumbBG img { display: block; padding: 15px 15px 10px; background: url(../_img/videoThumbBG.gif) 0 0 no-repeat #fff; border: 0; width: 100px; height: 75px; }
		.MAStravellers .ltbcon.videolist div.videoThumbBG img:hover { background-position: 0 -100px; }
		.MAStravellers .ltbcon.videolist .postinfo { margin-top: 0.5em; }
		
		.MAStravellers div.travellers {}
		.MAStravellers div.travellers div.columnLeft { margin: 0 5px 1.5em; padding: 0; }
		
		.MAStravellers div.travellers div { display: block; }
		.MAStravellers div.travellers div.title { color: #000; font-weight: bold; margin: 0 0 0.25em; }
		.MAStravellers div.travellers div.title2 { color: #336699; font-weight: bold; margin: 1em 0; }
		.MAStravellers div.travellers div.profilepic { margin: 0 0 0.25em; }
		.MAStravellers div.travellers div.profilepic img { border: 1px solid #ccc; padding: 4px; background: #fff; width: 92px; height: 92px; }
		.MAStravellers div.travellers div.info { font-size: 11px; }
		.MAStravellers div.travellers div.info p { margin: 0 0 0.25em; }
		.MAStravellers div.travellers div.info p span.country { font-style: italic; color: #999; }
		.MAStravellers div.travellers div.info p span.viewprofile {
			background: url(../_img/whats_new/mastravellers/view_arrow.gif) center left no-repeat;
			padding-left: 10px;
		}
		
		.MAStravellers div.mtProfile .profilebox { margin-bottom: 1em; }
		.MAStravellers div.mtProfile .profilebox .columnLeft { margin-right: 0; padding-bottom: 0; }
		.MAStravellers div.mtProfile .profilebox .profilepic { background: #cdcdcd; height: 190px; overflow: hidden; }
		.MAStravellers div.mtProfile .profilebox .profilepic img { display: block; width: 170px; height: 170px; margin: 10px auto 10px; }
		.MAStravellers div.mtProfile .profilebox .profileinfo .info { display: block; padding-left: 15px; height: 100px; overflow: hidden; }
		.MAStravellers div.mtProfile .profilebox .profileinfo .info p { margin: 0.25em 0 0.5em; }
		.MAStravellers div.mtProfile .profilebox .profileinfo .info p.name { font-size: 26px; color: #000; }
		.MAStravellers div.mtProfile .profilebox .profileinfo .info p.rank {}
		.MAStravellers div.mtProfile .profilebox .profileinfo .info p.points {}
		.MAStravellers div.mtProfile .profilebox .profileinfo .info p.country {}
		.MAStravellers div.mtProfile .profilebox .profileinfo .records { display: block; padding-left: 15px; height: 90px; background: #e1e1e1; overflow: hidden; }
		.MAStravellers div.mtProfile .profilebox .profileinfo .records p.title { margin: 1em 0 0.25em; font-weight: bold; }
		.MAStravellers div.mtProfile .profilebox .profileinfo .records table {}
		.MAStravellers div.mtProfile .profilebox .profileinfo .records table td { padding: 0; }
		.MAStravellers div.mtProfile .profilebox .profileinfo .records table td.label { color: #676767; white-space: nowrap; padding-left: 50px; padding-right: 5px; }
		.MAStravellers div.mtProfile .profilebox .profileinfo .records table td.action { width: 100px; text-align: right; padding-right: 50px; }
		.MAStravellers div.mtProfile .profilebox .profileinfo .records table td.action a {
            background: url(../_img/whats_new/mastravellers/view_arrow.gif) center left no-repeat;
			padding-left: 10px;
		}
		
		.MAStravellers table.tableCompare { margin-bottom: 1em; }
		.MAStravellers table.tableCompare td { padding: 0; vertical-align: top; }
		.MAStravellers table.tableCompare td.left, .MAStravellers table.tableCompare td.left2, 
		.MAStravellers table.tableCompare td.right, .MAStravellers table.tableCompare td.right2 { padding-top: 30px; width: 110px; }
		.MAStravellers table.tableCompare td.right { padding-left: 5px; }
		.MAStravellers table.tableCompare td.rank_highlight { text-align: center; background: url(../_img/whats_new/mastravellers/rank_highlight.gif) top center no-repeat; }
		.MAStravellers table.tableCompare td.rank_highlight p { text-align: center; }
		.MAStravellers table.tableCompare td.rank_highlight p.title { font-weight: bold; margin-top: 45px; margin-bottom: 1em; }
		.MAStravellers table.tableCompare td.rank_highlight p.points { font-weight: normal; font-size: 26px; color: #bda5a5; margin-top: 0; margin-bottom: 0.25em; }
		
		.MAStravellers .latestBlogPosts {
			display: block;
			background: #f2f2f2;
			margin-bottom: 1em;
			padding: 10px 20px;
		}
		.MAStravellers .latestBlogPosts .boxStyleRow { margin: 5px 0; padding-bottom: 0; border-bottom: 0; }
		
		.MAStravellers .latestPhotosVideos {
			display: block;
		}
		.MAStravellers .latestPhotosVideos table td { padding: 0; }
		.MAStravellers .latestPhotosVideos table.tableGallery {}
		.MAStravellers .latestPhotosVideos table.tableGallery th { width: 50%; text-align: left; padding: 0 0 0 10px; }
		.MAStravellers .latestPhotosVideos table.tableGallery td { width: 50%; padding: 10px; background: #f2f2f2; border-right: 1px dotted #fff; vertical-align: top; }
		.MAStravellers .latestPhotosVideos table.tableGallery td .photoGallerySelection { border: 0; padding: 0; background: none; }
		.MAStravellers .latestPhotosVideos table.tableGallery td .photoGallerySelection .photoThumb { margin: 0 4px; text-align: center; }
		.MAStravellers .latestPhotosVideos table.tableGallery td .photoGallerySelection .photoThumb p { text-align: center; margin: 0; }
		.MAStravellers .latestPhotosVideos table.tableGallery td .photoGallerySelection .photoThumb p.caption { color: #999; font-size: 11px; }
		.MAStravellers .latestPhotosVideos table.tableGallery td .photoGallerySelection .photoThumb .postinfo { text-align: center; font-size: 11px; }
		.MAStravellers .latestPhotosVideos table.tableGallery td .photoGallerySelection .photoThumb .postinfo span { display: inline-block; margin: 0 auto; }
		.MAStravellers .latestPhotosVideos table.tableGallery td .videoGallerySelection { border: 0; padding: 0; background: none; }
		.MAStravellers .latestPhotosVideos table.tableGallery td .videoGallerySelection .videoThumbBG { margin: 0 4px; text-align: center; }
		.MAStravellers .latestPhotosVideos table.tableGallery td .videoGallerySelection .videoThumbBG img { background-image: url(../_img/whats_new/mastravellers/videoThumbBG.gif); }
		.MAStravellers .latestPhotosVideos table.tableGallery td .videoGallerySelection .videoThumbBG p { text-align: center; margin: 0; }
		.MAStravellers .latestPhotosVideos table.tableGallery td .videoGallerySelection .videoThumbBG p.caption { color: #999; font-size: 11px; }
		.MAStravellers .latestPhotosVideos table.tableGallery td .videoGallerySelection .videoThumbBG .postinfo { text-align: center; font-size: 11px; }
		.MAStravellers .latestPhotosVideos table.tableGallery td .videoGallerySelection .videoThumbBG .postinfo span { display: inline-block; margin: 0 auto; }
		.MAStravellers .latestPhotosVideos table.tableGallery td.paging { background-color: #fff; text-align: center; }
		.MAStravellers .latestPhotosVideos table.tableGallery td.paging a { border: 0; padding: 2px; margin: 0.15em; background: none; color: #666; }
		.MAStravellers .latestPhotosVideos table.tableGallery td.paging a:hover, 
		.MAStravellers .latestPhotosVideos table.tableGallery td.paging a.current { border: 0; padding: 2px; background: none; color: #000; }
		.MAStravellers .latestPhotosVideos table.tableGallery td table, 
		.MAStravellers .latestPhotosVideos table.tableGallery td table td { margin: 0; padding: 0; border: 0; }
		
		.MAStravellers .postComment { background-color: #f2f2f2; border: 0; color: #333; }
		.MAStravellers .postComment table.tableForm td { padding: 0 0 3px; }
		
		.MAStravellers table.tableOthers {}
		.MAStravellers table.tableOthers td { padding: 0; vertical-align: top; }
		.MAStravellers table.tableOthers td .photoGallerySelection { border: 0; padding: 0; background: none; }
		.MAStravellers table.tableOthers td .photoGallerySelection .photoThumb { margin: 0 5px; text-align: center; }
		
		.MAStravellers div.mtPrizes .votePanel {
			display: block;
			padding: 15px;
			font-size: 16px;
			font-weight: bold;
			background: #ebebeb;
			border: 1px solid #ccc;
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-top: 10px;
		}
		.MAStravellers div.mtPrizes .votePanel ul { margin: 0; padding: 0; list-style: none; }
		.MAStravellers div.mtPrizes .votePanel ul li { display: block; background: #fff; padding: 10px; border: 1px solid #ccc; margin-bottom: 5px; }
		.MAStravellers div.mtPrizes .votePanel ul li label {}
		.MAStravellers div.mtPrizes .votePanel .package {
			display: block;
			margin-bottom: 5px;
		}
		.MAStravellers div.mtPrizes .votePanel .mtvote_bar {
			display: block;
			margin-bottom: 10px;
			border: 1px solid #ccc;
			background: #fff;
			height: 18px;
		}
		.MAStravellers div.mtPrizes .votePanel .mtvote_bar .mtbar {
			display: block;
			height: 18px;
			background: #00a9e0;
		}
		.MAStravellers div.mtPrizes .votePanel .mtvote_bar.last { margin-bottom: 0; }
		
		.MAStravellers div.mtPrizes .prizeList {}
		.MAStravellers div.mtPrizes .prizeList p.date { margin: 1.5em 0 0.5em; color: #ff0000; }
		.MAStravellers div.mtPrizes .prizeList p.content { margin: 0 0 1em; font-size: 15px; font-weight: bold; }
		.MAStravellers div.mtPrizes .prizeList p.votes { margin: 0 0 0.25em; font-size: 15px; }
		.MAStravellers div.mtPrizes .prizeList p.votes span { font-size: 12px; }
		
		.MAStravellers div.hofwinners {
			padding: 20px;
			background: url(../_img/whats_new/mastravellers/hofwinners_bg.gif) top center no-repeat;
		}
		
		.MAStravellers div.hofwinners ul { margin: 0; padding: 0; list-style: none; }
		.MAStravellers div.hofwinners ul li { margin: 0; padding: 0; float: left; display: block; text-align: center; width: 185px; }
		.MAStravellers div.hofwinners ul li h3 { font-size: 14px; }
		.MAStravellers div.hofwinners ul li h3 span { display: block; font-size: 11px; color: #999; }
		.MAStravellers div.hofwinners ul li .travellers { margin: 0 auto; text-align: left; }
		.MAStravellers div.hofwinners .prizeslist { text-align: left; margin-top: 10px; padding-top: 10px; padding-bottom: 20px; border-top: 1px solid #ccc; height: 60px; overflow: hidden; }
		.MAStravellers div.imastravelwinners .prizeslist { height: 80px; }
		
		.ranking_privilege ul { margin: 0; padding: 0; list-style: none; }
		.ranking_privilege ul li { display: block; float: left; margin: 0; padding: 0; width: 300px; height: 100px; background: url(../_img/whats_new/mastravellers/ranking_privileges_li_bg.gif) no-repeat; }
		.ranking_privilege ul li.even { background-position: top right; }
		.ranking_privilege div.rankingthumb { float: left; width: 100px; text-align: left; }
		.ranking_privilege div.rankingcontent { float: left; width: 180px; padding: 20px 0 0; }
		.ranking_privilege ul li.even div.rankingthumb { float: right; text-align: right; }
		.ranking_privilege ul li.even div.rankingcontent { float: right; }
		.ranking_privilege p { margin: 0; }
		.ranking_privilege p.title { color: #4867a0; font-size: 14px; font-weight: bold; }
		.ranking_privilege p.eligibility { margin-top: 5px; }
		.ranking_privilege p.eligibility img { margin: 0 2px; vertical-align: middle; }
		
		.userprofilebox {
			display: block;
			margin: 0 0 10px;
			padding: 10px;
			background: #00a9e0;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-top: 5px;
		}
		.userprofilebox h1 { font-size: 26px; font-weight: normal; color: #000; border-bottom: 1px solid #333; }
		.userprofilebox h1 a { color: #000; }
		.userprofilebox h1 a:hover { color: #336699; text-decoration: none; }
		.userprofileboxinner {
			background: #fff;
			display: block;
			padding: 10px;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-top: 5px;
		}
		.userprofilebox .info p { margin: 0.25em 0 0.5em; font-size: 1.15em; }
		.userprofilebox .info p.name { font-size: 26px; color: #000; }
		.userprofilebox .info p.rank {}
		.userprofilebox .info p.ranking {}
		.userprofilebox .info p.points {}
		.userprofilebox .info p.country {}
		.userprofilebox .columnLeft { padding: 0; }
		.userprofilebox .profilepic img { display: block; width: 85px; height: 85px; padding: 4px; background: #cdcdcd; }
		
		
	/* Yuna Inspired
	-----------------------------------------------------------------------------*/
	
	.boxStyle08.yunaInspired {
		background-color: #ff99ff;
		background-image: none;
		font-family: Arial, Helvetica, sans-serif;
	}
		
		.boxStyle08.yunaInspired ul.customTabs a.customTabStyle08 {
			color: #660066;
			background-color: #ffccff;
		}
		.boxStyle08.yunaInspired ul.customTabs a.customTabStyle08:hover {}
		.boxStyle08.yunaInspired ul.customTabs a.customTabStyle08.current { color: #660066 !important; }
		
		.boxStyle08.yunaInspired .panes div.panesStyle08 { border-top: 1px solid #ffccff; }
		
		.boxStyle08.yunaInspired div.photoGallerySelection .photoThumb, 
		.boxStyle08.yunaInspired div.photoGallerySelection .photoThumb { margin-left: 10px; margin-right: 10px; }
		
		.boxStyle08.yunaInspired div.videoGallerySelection .videoThumb, 
		.boxStyle08.yunaInspired div.videoGallerySelection .videoThumbBG { margin-left: 10px; margin-right: 10px; }
		
		.boxStyle08.yunaInspired h1 { position: static; border-bottom: 1px solid #cc7acc; color: #000; text-shadow: 0 1px 0 #fff; }
		.boxStyle08.yunaInspired .landing { padding-left: 10px; padding-right: 10px; background: url(../_img/whats_new/yuna_inspired/yuna_bg.jpg) top no-repeat #fff; }
		.boxStyle08.yunaInspired .landing .content { padding-top: 70px; padding-left: 340px; }
		.boxStyle08.yunaInspired .landing .content a.cta_exclusive_photos {
			display: block;
			float: right;
			width: 160px;
			height: 90px;
			background: url(../_img/whats_new/yuna_inspired/cta_exclusive_photos.gif) no-repeat;
			cursor: pointer;
			* cursor: hand;
		}
		.boxStyle08.yunaInspired .landing .contentbottom {
			display: block;
			margin-top: 160px;
			text-align: right;
			padding-bottom: 20px;
		}
		.boxStyle08.yunaInspired .inner {
			background: #fff;
			padding: 10px;
		}
		
		.boxStyle08.yunaInspired ul.staticTabs a.tabStyle12, 
        .boxStyle08.yunaInspired ul.tabs a.tabStyle12 {
			background-color: #ffccff;
			color: #660066 !important;
		}
		.boxStyle08.yunaInspired ul.tabs a.tabStyle12.current { height: 28px; color: #660066 !important; }
	
	
	.boxStyle09 {
		margin-bottom: 20px;
		background: url(../_img/title_bg_wau.png) top right no-repeat #dbe9f8;
		border-bottom: 3px solid #e8e8e8;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
	}
		
		.boxStyle09 h1 {
			padding-bottom: 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.667em; /* 20px = 1.667em */
			color: #333;
			text-transform: capitalize;
			text-shadow: 0px 1px 0px #fff;
			border-bottom: 3px solid #a5c8ed;
		}
	
	
	.boxStyle11 {
		margin-bottom: 20px;
		background: #fcf2d9;
		border-bottom: 3px solid #e8e8e8;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
	}
		
		.boxStyle11 h1 {
			position: static;
			padding-bottom: 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.333em; /* 16px = 1.333em */
			color: #333;
			text-transform: capitalize;
			text-shadow: 0px 1px 0px #fff;
			border-bottom: 1px solid #333;
		}
	
	
	.boxStyle12 {
		margin-bottom: 20px;
		background: #ece4f3;
		border-bottom: 3px solid #e8e8e8;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
	}
		
		.boxStyle12 h1 {
			position: static;
			padding-bottom: 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.333em; /* 16px = 1.333em */
			color: #333;
			text-transform: capitalize;
			text-shadow: 0px 1px 0px #fff;
			border-bottom: 1px solid #333;
		}
	
	
	.boxStyle13 {
		margin-bottom: 20px;
		background: url(../_img/videoBoxStyle.gif) no-repeat #00a9e0;
		border-bottom: 3px solid #e8e8e8;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
	}
		
		.boxStyle13 h1 {
			position: static;
			padding-bottom: 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.333em; /* 16px = 1.333em */
			color: #fff;
			text-transform: capitalize;
			text-shadow: 0px 1px 1px #333;
			border-bottom: 1px solid #33bae6;
		}
		
		.boxStyle13 .rating { color: #fff; }
	
	
	.boxStyle14 {
		margin-bottom: 20px;
		background: url(../_img/galleryBoxStyleBG.gif) no-repeat #ffa02f;
		border-bottom: 3px solid #e8e8e8;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
	}
		
		.boxStyle14 h1 {
			position: static;
			padding-bottom: 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.333em; /* 16px = 1.333em */
			color: #fff;
			text-transform: capitalize;
			text-shadow: 0px 1px 1px #333;
			border-bottom: 1px solid #ffa02f;
		}
		
		.boxStyle14 .rating { color: #fff; }
		
		
		/* Custom tabs
		-----------------------------------------------------------------------------*/
		
		.boxStyle14 ul.customTabs {
			list-style: none;
			margin: 0 !important;
			padding: 0;
			height: 28px;
		}
		
		.boxStyle14 ul.customTabs li {
			float: left;
			text-indent: 0;
			padding: 0;
			margin: 0 !important;
			list-style-image: none !important;
		}
		
		.boxStyle14 ul.customTabs li.floatRight { float: right; }
		
		.boxStyle14 ul.customTabs a.first { margin-left: 5px; }
		.boxStyle14 ul.customTabs a {
			display: block;
			* display: inline-block;
			padding: 0px 15px;
			margin: 0 5px 0 0;
			position: relative;
			top: 1px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-transform: uppercase;
			height: 23px;
			line-height: 28px;
			* line-height: 26px;
			text-align: center;
			text-decoration: none;
			border-top-right-radius: 5px;
			border-top-left-radius: 5px;
			-moz-border-radius-topright: 5px;
			-moz-border-radius-topleft: 5px;
			-webkit-border-top-right-radius: 5px;
			-webkit-border-top-left-radius: 5px;
		}
		
		.boxStyle14 ul.customTabs a.customTabStyle12 {
			margin-top: 0;
			height: 24px;
			color: #fff;
			line-height: 28px;
			background-color: #ffa77a;
			border: 0;
			border-bottom: 0;
		}
		.boxStyle14 ul.customTabs a.customTabStyle12:hover {}
		.boxStyle14 ul.customTabs a.customTabStyle12.current {
			margin-top: 0;
			height: 32px;
			border: 0;
			background: url(../_img/tabs/tab_selected_tabStyle12.gif) bottom center;
			line-height: 30px;
			color: #ff6d22 !important;
		}
	
	
	.boxStyle15 {
		margin-bottom: 20px;
		background: #fcf2d9;
		border-bottom: 3px solid #e8e8e8;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
	}
		
		.boxStyle15 h1 {
			position: static;
			padding-bottom: 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.333em; /* 16px = 1.333em */
			color: #ff6d22;
			text-transform: capitalize;
			text-shadow: 0px 1px 0px #fff;
			border-bottom: 1px solid #333;
		}
		
		.boxStyle15 img {
			display: block;
			margin: 0 0 0.5em;
			padding: 4px;
			background: #fff;
			border: 1px solid #999;
			-moz-box-shadow: 0 3px 2px #eee;
			-webkit-box-shadow: 0 3px 2px #eee;
		}
			
			.boxStyle15 .columnLeft, 
			.boxStyle15 .columnRight { padding-bottom: 0; }
		
		.boxStyle15Info {
			display: block;
			padding: 10px 10px 5px;
			background: #fff;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
			
			.boxStyle15Info p { margin-bottom: 0.5em; }
	
	
	.boxStyle16 {
		margin-bottom: 20px;
		background: #111987;
		color: #fff;
		border-bottom: 3px solid #e8e8e8;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
	}
		
		.boxStyle16 h1 {
			position: static;
			padding-bottom: 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.667em; /* 20px = 1.667em */
			color: #fff;
			text-transform: capitalize;
			text-shadow: 0px 1px 0px #333;
			border-bottom: 0;
		}
		
		.bpassBook {
			display: block;
			float: right;
			width: 85px;
			height: 90px;
			background: url(../_img/bpassBook.png) no-repeat;
		}
		
		.bpss {
			display: block;
			background: url(../_img/bpassBg.gif) bottom no-repeat;
			color: #333;
		}
		
		.bpssTop {
			display: block;
			background: url(../_img/bpassTop.gif) top no-repeat;
		}
		
		.bpssInner {
			display: block;
			padding: 10px;
		}
			
			.bpss ul { margin: 0.5em 0 0; padding: 5px 0 5px 15px; list-style: none; }
			.bpss ul li {
				display: block;
				margin: 0 0 0.5em;
				width: 500px;
				background: url(../_img/bpass_li_icon.gif) center left no-repeat;
				border: 1px solid #eee;
				border-top-right-radius: 10px;
				border-bottom-right-radius: 10px;
				-moz-border-radius-topright: 10px;
				-moz-border-radius-bottomright: 10px;
				-webkit-border-top-right-radius: 10px;
				-webkit-border-bottom-right-radius: 10px;
				
			}
			.bpss ul li:hover { border: 1px solid #ccc; }
			.bpss ul li a { display: block; color: #99b2dd; text-decoration: none; padding-top: 1em; padding-bottom: 1em}
			.bpss ul li a:hover { color: #336699; text-decoration: none; }
			.bpss ul li a span {
				display: block;
				padding-left: 45px;
				font-weight: bold;
			}
	
	
	.boxStyle17 {
		margin-bottom: 20px;
		background: #00a9e0;
		color: #fff;
		border-bottom: 3px solid #e8e8e8;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
	}
		
		.boxStyle17 h1 {
			position: static;
			padding-bottom: 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.667em; /* 20px = 1.667em */
			color: #fff;
			text-transform: capitalize;
			text-shadow: 0px 1px 0px #333;
			border-bottom: 0;
		}
		
		.livingMH_wau {
			display: block;
			position: absolute;
			margin-left: 305px;
			width: 310px;
			height: 90px;
			background: url(../_img/livingMH_wau.png) no-repeat;
		}
		
		.livingMHTabsWrap {
			display: block;
			padding: 10px;
			background: #fff;
			color: #333;
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}
		
		.livingMH {
			display: block;
			background: #fff;
			color: #333;
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}
			
			.livingMH h1 {
				color: #333;
				text-shadow: 0px 1px 0px #eee;
			}
		
		
		.livingMHTop {
			display: block;
		}
		
		.livingMHInner { display: block; padding: 10px; }
		.livingMHTabsWrap div.livingMHInner { padding: 0; }
		
		.livingMH .topSpacing60 {
			padding-top: 60px;
		}
		
		.livingMH .article {
			padding-top: 80px;
			background: url(../_img/livingMH.gif) 10px 10px no-repeat;
		}
			
			.livingMH ul { margin: 0; padding: 5px 0 5px 15px; list-style: none; }
			.livingMH ul li {
				display: block;
				margin: 0 0 0.5em;
				background: url(../_img/livingMH_icon.gif) 0 10px no-repeat;
				border-bottom: 1px solid #eee;
				
			}
			.livingMH ul li:hover { border-bottom: 1px solid #ccc; }
			.livingMH ul li a { display: block; color: #99b2dd; text-decoration: none; padding-top: 1em; padding-bottom: 1em; }
			.livingMH ul li a:hover { color: #336699; text-decoration: none; }
			.livingMH ul li a span {
				display: block;
				padding-left: 50px;
				font-weight: normal;
			}
			.livingMH ul li a span.title { padding-left: 15px; font-weight: bold; text-transform: uppercase; }
			.livingMH ul li a span.info { padding-left: 15px; font-weight: normal; text-transform: lowercase; }
			
			.livingMH div.commentsWrap {
				padding-top: 20px;
				border-top: 1px dotted #00a9e0;
				border-bottom: 1px dotted #00a9e0;
			}
	
	
	.boxStyle18 {
		margin-bottom: 20px;
		background: #dbe9f8;
		color: #fff;
		border-bottom: 3px solid #e8e8e8;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
	}
		
		.boxStyle18 h1 {
			position: static;
			padding-bottom: 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.667em; /* 20px = 1.667em */
			color: #333;
			text-transform: capitalize;
			text-shadow: 0px 1px 0px #fff;
			border-bottom: 0;
		}
		
		.pga_golf_tournament {
			display: block;
			padding: 9px;
			background: #fff;
			color: #333;
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}
		.pga_golf_tournament table.pga_table td { padding: 5px; vertical-align: top; }
		.pga_golf_tournament table.pga_table td p { margin: 5px 0; padding: 0 !important; }
		.pga_golf_tournament a.pga_btn_viewwinner {
			display: block;
			margin: 0 auto;
			width: 320px;
			height: 61px;
			background: url(../_img/whats_new/pga_golf_tournament/btn_viewwinner.gif) 0 0 no-repeat;
		}
		.pga_golf_tournament a:hover.pga_btn_viewwinner { background-position: 0 -61px; }
		.pga_golf_tournament a.pga_btn_back, 
		.pga_golf_tournament a.pga_btn_tnc {
			display: block;
			margin: 0 auto;
			width: 144px;
			height: 27px;
			background: 0 0 no-repeat;
		}
		.pga_golf_tournament a.pga_btn_back { background-image: url(../_img/whats_new/pga_golf_tournament/btn_back.gif); }
		.pga_golf_tournament a.pga_btn_tnc { background-image: url(../_img/whats_new/pga_golf_tournament/btn_tnc.gif); }
		.pga_golf_tournament a:hover.pga_btn_back, 
		.pga_golf_tournament a:hover.pga_btn_tnc { background-position: 0 -27px; }
		.pga_golf_tournament li { margin-top: 10px; margin-bottom: 10px; }
			
			.pga_golf_tournament_inner {
				display: block;
				padding: 0 0 15px;
				background: #0066b3;
				color: #fff;
				line-height: 15px;
				text-align: center;
			}
			
			
		.pga_golf_tournament_inner p { padding-left: 20px; padding-right: 20px; }
		.pga_golf_tournament_inner table td { padding: 0 0 15px; }
		
		.PreTravelTips {
			display: block;
			padding: 10px;
			background: #fff;
			color: #333;
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}
			
			.PreTravelTipsInner { display: block; padding: 10px; }
		
			.PreTravelTips ul {
				display: block;
				margin: 0 0 10px;
				padding: 0;
				border-bottom: 1px dotted #00a9e0;
			}
			.PreTravelTips ul li {
				display: block;
				margin: 0 0 10px;
				padding: 10px 5px 5px 40px;
				background: url(../_img/tips_quotes_open.gif) 5px 5px no-repeat;
				text-align: center;
				list-style: none;
				border: 1px solid #eee;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
			}
			.PreTravelTips ul li span {
				display: block;
				margin: 0;
				padding: 0 40px 5px 5px;
				background: url(../_img/tips_quotes_close.gif) bottom right no-repeat;
			}
			
			
		/* Photobook
		-----------------------------------------------------------------------------*/
		
		#PhotobookNav {
			height: 38px;
			background-image: url(../_img/photobook/PhotobookNav_Sprite.gif);
			background-repeat: no-repeat;
			border-bottom: 1px solid #ff0000;
		}
		#PhotobookNav a { display: block; float: left; width: 120px; height: 38px; text-indent: -99999px; cursor: pointer; * cursor: hand; }
		#PhotobookNav.selectTab01 { background-position: 0 0; }
		#PhotobookNav.selectTab02 { background-position: 0 -38px; }
		#PhotobookNav.selectTab03 { background-position: 0 -76px; }
		#PhotobookNav.selectTab04 { background-position: 0 -114px; }
		#PhotobookNav.selectTab05 { background-position: 0 -152px; }
		
		.Photobook {
			display: block;
			background: url(../_img/photobook/Photobook_bg.jpg) 0 0 repeat-x #dee0e1;
			color: #333;
			border-bottom-right-radius: 10px;
			border-bottom-left-radius: 10px;
			-moz-border-radius-bottomright: 10px;
			-moz-border-radius-bottomleft: 10px;
			-webkit-border-bottom-right-radius: 10px;
			-webkit-border-bottom-left-radius: 10px;
		}
			
			.PhotobookInner { display: block; padding: 20px 10px 10px 200px; }
			.PhotobookInner h1 { position: static; color: #00a9e0; font-size: 20px; font-weight: normal; border-bottom: 1px solid #00a9e0; }
			.PhotobookInner h1 span a { font-size: 12px; text-decoration: none; }
			.PhotobookInner h2 span { font-size: 14px; }
			.PhotobookInner h3 { position: static; color: #333; font-size: 16px; font-weight: normal; }
			.PhotobookInner a { color: #00a9e0; text-decoration: underline; }
			.PhotobookInner a:hover { color: #00a9e0; text-decoration: none; }
			.PhotobookInner table { margin-bottom: 1em; }
			.PhotobookInner table td { padding: 0 0 5px; }
			.PhotobookInner table td h1 { border: 0; font-size: 24px; margin: 0 0 0.25em; padding: 0; }
			.PhotobookInner h2 { position: static; color: #00a9e0; font-size: 18px; font-weight: normal; }
			.PhotobookInner .btn_seeproducts, 
			.PhotobookInner .btn_getstarted, 
			.PhotobookInner .btn_faq {
				width: 180px;
				height: 40px;
				border: 0;
				cursor: pointer;
				* cursor: hand;
			}
				
				.PhotobookInner .btn_seeproducts { background: url(../_img/photobook/btn_seeproducts.gif) no-repeat; }
				.PhotobookInner .btn_getstarted { background: url(../_img/photobook/btn_getstarted.gif) no-repeat; }
				.PhotobookInner .btn_faq { background: url(../_img/photobook/btn_faq.gif) no-repeat; }
			
			
			.PhotobookInner div.photoGallerySelection { padding: 0; border: 0; background: none; }
			.PhotobookInner div.photoGallerySelection .photoAlbum { margin: 0 3px 10px; background-color: transparent; }
			.PhotobookInner div.photoGallerySelection .photoThumb { margin: 0 3px 10px; }
			.PhotobookInner .paginationTop a, .PhotobookInner .paginationBottom a { background-color: #fff; }
			.PhotobookInner .paginationTop a, .PhotobookInner .paginationBottom a, 
			.PhotobookInner .paginationTop a:hover, .PhotobookInner .paginationBottom a:hover, 
			.PhotobookInner .btn_default { text-decoration: none; }
			.PhotobookInner .paginationTop { border: 0; margin-top: 10px; margin-bottom: 0; }
			.PhotobookInner .paginationBottom { margin-top: 10px; margin-bottom: 0; }
			.PhotobookInner .ctrPhoto, .PhotobookInner .ctrPhoto input[type="button"] { color: #333; }
			.PhotobookInner .photoInfo { background-color: #f2f2f2; }
			.PhotobookInner table.photobookgallerytable { margin: 0; padding: 0; border: 0; }
			.PhotobookInner table.photobookgallerytable td { padding: 0; border: 0; text-align: center; vertical-align: top; }
		
		
		.Photobook.photo-details { background-image: none; background-color: #fff; }
		.Photobook.photo-details .PhotobookInner { padding-left: 10px; }
		
		
		/* BFM
		-----------------------------------------------------------------------------*/
		
		.BFM {
			display: block;
			background: url(../_img/bfm_travel_podcast/bfm.jpg) no-repeat #fff;
			min-height: 720px;
			font-family: "Trebuchet MS";
			color: #333;
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}
		.BFM_Panel {
			display: block;
			background: url(../_img/bfm_travel_podcast/bfm.jpg) no-repeat #fff;
			font-family: "Trebuchet MS";
			color: #333;
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}
			
			.BFMInner { display: block; padding: 200px 10px 10px 340px; }
			
			
			/* BFM vtab page styling
			-----------------------------------------------------------------------------*/
			
			.BFMPanelContent {
				background: url(../_img/bfm_travel_podcast/vtab_bg.jpg) no-repeat;
				font-family: "Trebuchet MS";
			}
			.BFMPanelContentInner { height: 194px; font-size: 0.917em; /* 11px = 0.917em */ overflow: hidden; }
			
				.BFMPanelContent p { margin: 0 0 0.5em; }
			
			
			#BFM_player, .BFM_player { width: 205px; height: 30px; margin-bottom: 10px; }
		
		
		/* hitzParty
		-----------------------------------------------------------------------------*/
		
		.hitzparty {
			display: block;
			background: #fff;
			color: #333;
		}
		
		.hitzparty a { color: #ff00ff; }
		.hitzparty a:hover { color: #ff00ff; text-decoration: underline; }
		
		.hitzparty ol, .hitzparty ul { margin-left: 30px; margin-bottom: 1.25em; }
		.hitzparty li { margin-bottom: 1.25em; }
		
		.hitzpartysection01 {
			display: block;
			background: url(../_img/whats_new/hitzparty/section01.gif) no-repeat;
			width: 600px; height: 240px;
		}
		.hitzpartysection01 td { padding: 0; }
		
			.hitzpartysection01inner { display: block; padding: 35px 30px 0; }
		
		
		.hitzpartysection02 {
			display: block;
			background: url(../_img/whats_new/hitzparty/section02.gif) no-repeat;
			width: 600px; height: 340px;
		}
		.hitzpartysection02 td { padding: 0; }
		
			.hitzpartysection02inner { display: block; padding: 35px 30px 0; }
			
			.hitzpartysection02 img.thumb {
				border: 1px solid #999;
				padding: 4px;
				background: #fff;
			}
			
			.hitzpartysection02 table.winnerlist { width: 260px !important; margin-bottom: 5px; }
			.hitzpartysection02 table.winnerlist td { color: #336699; }
			.hitzpartysection02 table.winnerlist a { color: #336699; }
			.hitzpartysection02 table.winnerlist a:hover { color: #336699; text-decoration: underline; }
			.hitzpartysection02 table.winnerlist p { margin: 0 0 0.25em; }
			.hitzpartysection02 table.winnerlist p.info strong { color: #333; }
	
	
	.boxStyle21 {
		margin-bottom: 20px;
		background: none;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
	}
		
		.boxStyle21 h1 {
			position: static;
			padding-bottom: 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.333em; /* 16px = 1.333em */
			color: #333;
			text-transform: capitalize;
			text-shadow: 0px 1px 0px #fff;
			border-bottom: 1px solid #333;
		}
		
		.boxStyle21 h2 {
			position: static;
			margin: 0;
			padding-bottom: 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.167em; /* 14px = 1.167em */
			color: #333;
			line-height: 1.25em;
			text-shadow: 0px 1px 0px #fff;
			border-bottom: 0;
		}
		
		.boxStyle21 h3 {
			position: static;
			margin: 0;
			padding-bottom: 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1em; /* 12px = 1em */
			color: #333;
			line-height: 1.25em;
			text-shadow: 0px 1px 0px #fff;
			border-bottom: 0;
		}
		
		.boxStyle21 p {
			margin: 0;
		}
		
		.boxStyle21 .boxStyleDivider {
			background: url(../_img/vertical_divider.gif) 259px 0 repeat-y;
		}
		
		.boxStyle21 .columnLeft, .boxStyle21 .columnRight { margin-bottom: 0; padding-bottom: 0; }
	
	
	.boxStyle22 {
		margin-bottom: 20px;
		padding: 5px;
		background: #ccc;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
		
		.boxStyle22 .boxStyleWrapper {
			padding: 4px;
			background: #fff;
			border: 1px solid #999;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
		}
		
		.boxStyle22 .gmap {
			padding: 5px;
			height: 250px;
			background: #000;
			color: #fff;
			overflow: hidden;
		}
	
	
	.boxStyleInner { padding: 10px; }
	.boxStyleWrapper { padding: 10px; }
	.textwrap { padding: 5px 10px; }
	
	.boxResult {
		display: block;
		margin: 0 0 3px;
		padding: 10px 0;
		border-top: 1px dotted #000;
		border-bottom: 1px dotted #000;
	}
	
		.boxResultList { height: 18px; overflow: hidden; }
	
	
	.boxStyleRow {
		display: block;
		margin: 0 0 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #66c2e0;
		overflow: hidden;
	}
		
		.boxStyleRow .columnLeft, 
		.boxStyleRow .columnRight { padding-bottom: 0; }
		
		.boxStyleRow img {
			display: block;
			margin: 0 0 0.5em;
			padding: 4px;
			background: #fff;
			border: 1px solid #ccc;
			-moz-box-shadow: 0 3px 2px #eee;
			-webkit-box-shadow: 0 3px 2px #eee;
		}
			
			.boxStyleRow a:hover img { border-color: #333; }
		
		
		.boxStyleRow p strong {
			display: block;
			margin: 0.5em 0 0.5em;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.167em; /* 14px = 1.167em */
			color: #336699;
		}
		
		.boxStyleRow p { margin: 0 0 0.25em; }
		
		.boxStyleRow .ar_label { margin: 0.5em 0 0; }
		
		.boxStyleRow .postinfo {
			margin-top: 0.5em;
			padding-top: 0.25em;
			font-size: 0.917em; /* 11px = 0.917em */
			border-top: 0px dotted #ccc;
		}
			
			.boxStyleRow .postinfo span.authorName {
				font-weight: bold;
				text-transform: capitalize;
				text-shadow: 0px 0px 0px;
			}
		
		
	.tripList {
		display: block;
		padding: 0 10px 10px;
	}
	
	
	/* TripAdvisor
	-----------------------------------------------------------------------------*/
	
	.tripAdvisor {
		margin-bottom: 20px;
		background: #fff;
		font-family: Arial, Tahoma, "Bitstream Vera Sans", sans-serif;
		border: 2px solid #d9e4c4;
		border-top-right-radius: 7px;
		border-top-left-radius: 7px;
		-moz-border-radius-topright: 7px;
		-moz-border-radius-topleft: 7px;
		-webkit-border-top-right-radius: 7px;
		-webkit-border-top-left-radius: 7px;
	}
		
		.tripAdvisor a {
			font-family: Arial, Tahoma, "Bitstream Vera Sans", sans-serif;
			color: #202D95;
			text-decoration: none;
		}
		.tripAdvisor a:hover { color: #202D95; text-decoration: underline; }
		
		.tripAdvisor a.btn_tripAdvisor, 
		.tripAdvisor input[type="submit"], 
		.tripAdvisor input.btn_tripAdvisor {
			border: 1px solid #91b155;
			padding: 2px 5px;
			background: url(../_img/tripadvisor/btn_bg.gif) center repeat-x;
			border-radius: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
			font-family: Arial, Tahoma, "Bitstream Vera Sans", sans-serif;
			font-size: 1em; /* 12px = 1em */
			font-weight: bold;
			color: #fff;
			white-space: nowrap;
		}
		.tripAdvisor a.btn_tripAdvisor:hover, 
		.tripAdvisor input[type="submit"]:hover, 
		.tripAdvisor .input.btn_tripAdvisor:hover { color: #fff; border: 1px solid #91b155 !important; text-decoration: none; }
		
		.tripAdvisor input.text {
			border: 1px solid #c8c8c8;
			color: #666;
			border-radius: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
		}
		
		.tripAdvisor h1.title {
			padding: 0;
			height: 35px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.667em; /* 20px = 1.667em */
			color: #589442;
			border-bottom: 3px solid #d9e4c4;
		}
		
			.tripAdvisor h1 a.tripadvisor {
				display: block;
				float: left;
				background: url(http://www.tripadvisor.com.sg/img/cdsi/langs/en/tripadvisor_logo_158x29-13368-0.gif) center left no-repeat;
				width: 200px;
				height: 30px;
			}
			
			.tripAdvisor h1.title span { display: block; float: left; padding-top: 7px; font-size: 11px; }
		
		
		.tripAdvisor h1 {
			padding-top: 5px;
			padding-bottom: 0;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.667em; /* 20px = 1.667em */
			color: #589442;
			text-transform: capitalize;
			text-shadow: 0px 1px 0px #fff;
			border-bottom: 3px solid #589442;
		}
		
		.tripAdvisor .columnLeft, .tripAdvisor .columnRight { margin-bottom: 0; padding-bottom: 0; }
		
		.tripAdvisor .boxResult {
			font-family: Verdana, Arial, Tahoma, "Bitstream Vera Sans", sans-serif;
			border-top: 0px dotted #000;
			border-bottom: 0px dotted #000;
		}
		
		.tripAdvisor .filledRatingStar {
			background-image: url(../_img/tripadvisor/ratingStarTripadvisor.gif);
			cursor: pointer; * cursor: hand;
		}
		.tripAdvisor .emptyRatingStar {
			background-image: url(../_img/tripadvisor/ratingStarTripadvisor_Empty.gif);
			cursor: pointer; * cursor: hand;
		}
		.tripAdvisor .savedRatingStar {
			background-image: url(../_img/tripadvisor/ratingStarTripadvisor_Saved.gif);
			cursor: pointer; * cursor: hand;
		}
		.tripAdvisor .halfRatingStar {
			background-image: url(../_img/tripadvisor/ratingStarTripadvisor_Half.gif);
			cursor: pointer; * cursor: hand;
		}
		
		.tripAdvisor span.comment {
			background-image: url(../_img/tripadvisor/icon_comment.gif);
			cursor: pointer; * cursor: hand;
		}
	
	
	/* Pagination
	-----------------------------------------------------------------------------*/
	
	.pagination, .paginationTop, .paginationBottom {
		display: block;
		margin: 0 0 10px;
		padding: 0 0 10px;
		text-align: right;
	}
	.paginationTop { border-bottom: 1px dotted #66c2e0; }
	.paginationBottom { border-top: 0px solid #ccc; }
	
	.pagination span.results, .paginationTop span.results, .paginationBottom span.results {
		display: inline;
		float: left;
	}
	
	.pagination a, 
	.paginationTop a, 
	.paginationBottom a {
		display: inline-block;
		* display: inline;
		margin: 0 1px;
		padding: 2px 0.5em;
		border-top: 1px solid #f2f2f2;
		border-left: 1px solid #e2e2e2;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ccc;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	.pagination a:hover, 
	.paginationTop a:hover, 
	.paginationBottom a:hover {
		background-color: #eee;
		text-decoration: none;
	}
	.pagination a.current, 
	.paginationTop a.current, 
	.paginationBottom a.current {
		background-color: #999;
		color: #fff;
		text-decoration: none;
		border: 1px solid #ccc;
	}
	
	
	/* Photo gallery
	-----------------------------------------------------------------------------*/
	
	.photoGalleryMain {
		display: block;
		margin: 0;
		padding: 5px;
		background: #000;
		text-align: center;
	}
		
		.photoGalleryMain a.btn_style2 {
			margin: 10px 0 5px;
			-moz-box-shadow: 0 0 0;
			-webkit-box-shadow: 0 0 0;
		}
		
		.photoGalleryMain h1 {
			display: block;
			margin-bottom: 0;
			height: 20px;
			color: #fff !important;
			overflow: hidden;
		}
		.photoGalleryMain h1 a, .photoGalleryMain h1 a:hover { color: #fff; }
	
	.photoGalleryMainPhoto, .photoGallery_MainPhoto {
		display: block;
		margin: 0;
		padding: 0;
		/*height: 300px;*/
		background: url(../_img/loader.gif) center no-repeat #000;
		text-align: center;
		overflow: hidden;
	}
		
		.photoGalleryMainPhoto img.mainPhoto { vertical-align: middle; }
		
		.photoGalleryMainPhoto img { vertical-align: middle; }
			
			.photoGalleryMainPhoto img.width { width: 100%; }
			.photoGalleryMainPhoto img.height { height: 100%; }
		
		
		.ctrPhoto {
			display: inline;
			margin-bottom: 5px;
			color: #fff;
		}
			
			.ctrPhoto.floatLeft { margin-right: 10px; }
			.ctrPhoto.floatRight { margin-left: 10px; }
			
			.ctrPhoto input.prev, 
			.ctrPhoto input.next {
				display: inline;
				top: 0;
				margin: 0;
				padding: 0;
				background: none;
				color: #fff;
				font-weight: bold;
				cursor: pointer;
				* cursor: hand;
			}
			.ctrPhoto input:hover { color: #fff; text-decoration: underline; }
		
		
		.photoGalleryControl {
			display: block;
			margin: 0 0 10px;
			padding: 5px;
			background: #ff6d22;
			line-height: 1.5em;
			color: #fff;
			text-transform: lowercase;
			text-align: center;
			clear: both;
		}
			
			.photoGalleryControl a { color: #fff; font-weight: bold; }
			.photoGalleryControl a:hover { color: #fff; text-decoration: none; }
			.photoGalleryControl a:hover span { text-decoration: underline; }
			
			.photoGalleryControl input.prev, 
			.photoGalleryControl input.next {
				display: block;
				margin: 0;
				padding: 0;
				top: -0.25em;
				background: none;
				color: #fff;
				font-weight: bold;
				vertical-align: middle;
				cursor: pointer;
				* cursor: hand;
			}
			.photoGalleryControl input.prev { float: left; }
			.photoGalleryControl input.next { float: right; }
			
			.photoGalleryControl input:hover { color: #fff; text-decoration: underline; }
			
			.photoGalleryControl a.btn_style2 {
				-moz-box-shadow: 0 0 0;
				-webkit-box-shadow: 0 0 0;
			}
			
			
		.photoGallerySelection.ar_wrap { padding: 10px 0; border: 0; border-bottom: 1px dotted #66c2e0; margin: 0 0 10px; }
		
		.photoGallerySelection { display: block; padding: 9px 0; background: #fff; border: 1px solid #ccc; }
		
		.photoGallerySelection table, .photoGallerySelection table td { margin: 0; padding: 0; }
		
		.photoGallerySelection p { margin: 0 0 0.25em; }
		
		.photoGallerySelection div.photoThumb { display: block; float: left; margin: 0 12px 10px; width: 130px; }
		.photoGallerySelection div.photoThumb img { display: block; padding: 4px; background: #fff; border: 1px solid #eee; }
		.photoGallerySelection div.photoThumb img:hover { border-color: #000; }
		.photoGallerySelection div.photoThumb .photoThumbInfo { display: block; padding: 3px 10px; text-align: center; }
			
			.photoGallerySelection div.photoThumb p.title {
				display: block;
				padding: 0;
				height: 30px;
				overflow: hidden;
			}
			
			.boxStyle14 div.photoThumb {  margin-bottom: 15px !important; }
			.panesStyle12 div.photoThumb { margin-bottom: 15px !important; }
		
		
		.photoGallerySelection div.photoThumbBG { display: block; float: left; margin: 0 12px 5px; width: 130px; }
		.photoGallerySelection div.photoThumbBG img { display: block; padding: 15px 15px 10px; background: url(../_img/photoThumbBG.jpg) 0 0 no-repeat; border: 0; width: 100px; height: 75px; }
		.photoGallerySelection div.photoThumbBG img:hover { background-position: 0 -100px; }
			
			.photoGallerySelection div.photoThumbBG p.title {
				display: block;
				padding: 0 5px;
				height: 30px;
				overflow: hidden;
			}
			
			.panesStyle12 div.photoThumbBG { margin-bottom: 15px !important; }
		
		
		.photoGallerySelection div.photoAlbum { display: block; float: left; margin: 0 12px 5px; width: 130px; }
		.photoGallerySelection div.photoAlbum img, 
		.photoGallerySelection div.photoAlbum input[type=image] { display: block; padding: 15px 15px 10px; background: url(../_img/album.jpg) 0 0 no-repeat; border: 0; width: 100px; height: 75px; }
		.photoGallerySelection div.photoAlbum img:hover, 
		.photoGallerySelection div.photoAlbum input[type=image]:hover { background-position: 0 -100px; }
			
			.photoGallerySelection div.photoAlbum p.title {
				display: block;
				padding: 0 5px;
				height: 30px;
				overflow: hidden;
			}
			
			.panesStyle12 div.photoAlbum { margin-bottom: 15px !important; }
		
		
		.photoGallerySelection div.photoAlbumThumb { display: block; float: left; margin: 0 9px 5px; width: 130px; }
		.photoGallerySelection div.photoAlbumThumb img { display: block; padding: 15px 15px 10px; background: url(../_img/album.jpg) 0 0 no-repeat; border: 0; width: 100px; height: 75px; }
		.photoGallerySelection div.photoAlbumThumb img:hover { background-position: 0 -100px; }
		.photoGallerySelection div.photoAlbumThumb .photoAlbumThumbInfo { display: block; padding: 3px 10px; height: 60px; text-align: center; }
		.photoGallerySelection div.photoAlbumThumb .photoAlbumThumbInfo strong.title { display: inline-block; height: 1.5em; line-height: 1.5em; overflow: hidden; }
		
			a.createAlbum {
				display: block;
				margin-top: 3px;
				padding: 15px 15px 10px;
				width: 100px;
				height: 75px;
				background: url(../_img/album.jpg) 0 0 no-repeat;
				text-align: center;
			}
			a.createAlbum span {
				display: block;
				padding-top: 25px;
				font-size: 1.083em; /* 13px = 1.083em */
				font-weight: bold;
				text-align: center;
			}
			a.createAlbum:hover { color: #fff; text-decoration: none; background-position: 0 -100px; }
		
		
		.photoGallerySelection div.photoCoverThumb { display: block; float: left; margin: 0 8px 8px; width: 70px; }
		.photoGallerySelection div.photoCoverThumb p { margin: 0; padding: 0; }
		.photoGallerySelection div.photoCoverThumb img { display: block; margin: 0; padding: 4px; background: #fff; border: 1px solid #ccc; }
		.photoGallerySelection div.photoCoverThumb img:hover { background: #eee; border-color: #999; }
		.photoGallerySelection div.photoCoverThumb img.selected { background: #ffa02f; border-color: #ff6d22; }
		
		.photoGallerySelection span.ratingStarWrapper { float: right; }
		
		.photoInfo {
			display: block;
			padding: 10px 10px 5px;
			background: #fff;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
	
	
	/* Video gallery
	-----------------------------------------------------------------------------*/
	
	.videoGalleryMain {
		display: block;
		margin: 0;
		padding: 5px;
		background: #000;
		text-align: center;
	}
	
	.videoGalleryMain h1 {
		display: block;
		margin-bottom: 0;
		height: 20px;
		color: #fff !important;
		overflow: hidden;
	}
	.videoGalleryMain h1 a, .videoGalleryMain h1 a:hover { color: #fff; }
	
	.videoGalleryMainVideo {
		display: block;
		margin: 0;
		padding: 0;
		height: 380px;
		background: url(../_img/loader.gif) center no-repeat #000;
		text-align: center;
		overflow: hidden;
		z-index: 1;
	}
	
	.videoGalleryMain {
		display: block;
		margin: 0;
		padding: 5px;
		background: #000;
		text-align: center;
	}
		
		.videoGalleryMain a.btn_style5 {
			margin: 10px 0 5px;
			-moz-box-shadow: 0 0 0;
			-webkit-box-shadow: 0 0 0;
		}
		
		.videoGallerySelection.ar_wrap { padding: 10px 0; border: 0; border-bottom: 1px dotted #66c2e0; margin: 0 0 10px; }
		
		.videoGallerySelection { display: block; padding: 9px 0; background: #fff; border: 1px solid #ccc; }
		
		.videoGallerySelection table, .photoGallerySelection table td { margin: 0; padding: 0; }
		
		.videoGallerySelection p { margin: 0 0 0.25em; }
		
		.videoGallerySelection div.videoThumbBG { display: block; float: left; margin: 0 12px 5px; width: 130px; }
		.videoGallerySelection div.videoThumbBG img { display: block; padding: 15px 15px 10px; background: url(../_img/videoThumbBG.jpg) 0 0 no-repeat; border: 0; width: 100px; height: 75px; }
		.videoGallerySelection div.videoThumbBG img:hover { background-position: 0 -100px; }
			
			.videoGallerySelection div.videoThumbBG p.title {
				display: block;
				padding: 0 5px;
				height: 30px;
				overflow: hidden;
			}
			
			.boxStyle13 div.videoThumbBG { margin-bottom: 15px !important; }
			.panesStyle13 div.videoThumbBG { margin-bottom: 15px !important; }
		
		.videoGallerySelection div.videoThumb { display: block; float: left; margin: 0 12px 10px; width: 130px; }
		.videoGallerySelection div.videoThumb img { display: block; padding: 4px; background: #fff; border: 1px solid #eee; }
		.videoGallerySelection div.videoThumb img:hover { border-color: #000; }
		.videoGallerySelection div.videoThumb .videoThumbInfo { display: block; padding: 3px 10px; text-align: center; }
			
			.boxStyle13 div.videoThumb { margin-bottom: 15px !important; }
			.panesStyle13 div.videoThumb { margin-bottom: 15px !important; }
			
			.videoGallerySelection div.videoThumb p.title {
				display: block;
				padding: 0 5px;
				height: 30px;
				overflow: hidden;
			}
		
		
		.videoGallerySelection img { display: block; padding: 4px; background: #fff; border: 1px solid #eee; }
		.videoGallerySelection img:hover { border-color: #000; }
		
		.videoGallerySelection span.ratingStarWrapper { float: right; }
		
		.ctrVideo {
			display: inline;
			margin-bottom: 5px;
			color: #fff;
		}
			
			.ctrVideo.floatLeft { margin-right: 10px; }
			.ctrVideo.floatRight { margin-left: 10px; }
			
			.ctrVideo input.prev, 
			.ctrVideo input.next {
				display: inline;
				top: 0;
				margin: 0;
				padding: 0;
				background: none;
				color: #fff;
				font-weight: bold;
				cursor: pointer;
				* cursor: hand;
			}
			.ctrVideo input:hover { color: #fff; text-decoration: underline; }
		
		
		.videoGalleryControl {
			display: block;
			margin: 0 0 10px;
			padding: 5px;
			background: #4b92db;
			line-height: 1.5em;
			color: #fff;
			text-transform: lowercase;
			text-align: center;
			clear: both;
		}
			
			.videoGalleryControl a { color: #fff; font-weight: bold; }
			.videoGalleryControl a:hover { color: #fff; text-decoration: none; }
			.videoGalleryControl a:hover span { text-decoration: underline; }
			
			.videoGalleryControl input.prev, 
			.videoGalleryControl input.next {
				display: block;
				margin: 0;
				padding: 0;
				top: -0.25em;
				background: none;
				color: #fff;
				font-weight: bold;
				vertical-align: middle;
				cursor: pointer;
				* cursor: hand;
			}
			.videoGalleryControl input.prev { float: left; }
			.videoGalleryControl input.next { float: right; }
			
			.videoGalleryControl input:hover { color: #fff; text-decoration: underline; }
			
			.videoGalleryControl a.btn_style5 {
				-moz-box-shadow: 0 0 0;
				-webkit-box-shadow: 0 0 0;
			}
		
		
		.videoInfo {
			display: block;
			padding: 10px 10px 5px;
			background: #fff;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
	
	
	/* Overlay
	-----------------------------------------------------------------------------*/
	
	.overlayPhoto {
		display: block;
		margin: 0;
		padding: 0;
		width: 720px;
		height: 540px;
		background: url(../_img/loader.gif) center no-repeat #000;
		text-align: center;
		overflow: hidden;
	}
		
		.overlayPhoto img.mainPhoto { vertical-align: middle; }
		
		.overlayPhoto img { vertical-align: middle; }
			
			.overlayPhoto img.width { width: 100%; }
			.overlayPhoto img.height { height: 100%; }
	
	
	/* Search box
	-----------------------------------------------------------------------------*/
	
	.searchBox {
	}
	
	.searchBoxInner input.text, 
	.searchBoxInner input[type=text], 
	.searchBoxInner input[type=text]:focus, 
	.searchBoxInner input[type=text]:hover {
		* top: 0;
		margin-right: 5px;
		* margin-top: -2px;
	}
	.searchBoxInner input.button, 
	.searchBoxInner input.submit, 
	.searchBoxInner input[type="submit"], 
	.searchBoxInner input[type="button"] {
		* top: 0;
		cursor: pointer;
		* cursor: hand;
	}
	.searchBoxInner input[type="button"], 
	.searchBoxInner input[type="submit"]:hover, 
	.searchBoxInner input[type="button"]:hover { border: 0; }
	
	
	/* Un-order list class styling
	-----------------------------------------------------------------------------*/
	
	ul.registerGetStarted {
		display: block;
		list-style: none;
		margin: 0 0 1em;
		padding: 9px 14px;
		border: 1px solid #4b92db;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	
		ul.registerGetStarted li { display: block; margin: 0.5em 0; }
		ul.registerGetStarted li strong { display: block; margin-bottom: 0.15em; color: #4b92db; }
		
		ul.registerGetStarted li.iconstyle_write_a_blog { padding-left: 140px; height: 70px; background: url(../_img/iconstyle_write_a_blog.gif) no-repeat; }
		ul.registerGetStarted li.iconstyle_add_planner { padding-left: 140px; height: 70px; background: url(../_img/iconstyle_add_planner.gif) no-repeat; }
		ul.registerGetStarted li.iconstyle_upload_photo { padding-left: 140px; height: 70px; background: url(../_img/iconstyle_upload_photo.gif) no-repeat; }
		ul.registerGetStarted li.iconstyle_upload_video { padding-left: 140px; height: 70px; background: url(../_img/iconstyle_upload_video.gif) no-repeat; }
		ul.registerGetStarted li.iconstyle_stay_updated { padding-left: 140px; height: 70px; background: url(../_img/iconstyle_stay_updated.gif) no-repeat; }
	
	
	/* Link list
	-----------------------------------------------------------------------------*/
	
	.linkList {
		display: block;
		margin: 0 0 5px;
		padding: 0;
	}
	
		.linkList ul { margin: 0; padding: 0; list-style: none; }
		.linkList ul li {
			float: left;
			display: block;
			margin: 0.1em 0;
			padding: 0 0 0 12px;
			width: 135px;
			height: 1.5em;
			font-size: 1.083em; /* 13px = 1.083em */
			font-weight: bold;
			background: url(../_img/li_arrow.gif) 2px 4px no-repeat;
			overflow: hidden;
		}
	
	
	.destinationsLinkList {
		display: block;
		margin: 0 0 5px;
		padding: 0;
	}
	
		.destinationsLinkList ul { margin: 0; padding: 0; list-style: none; }
		.destinationsLinkList ul li {
			float: left;
			display: block;
			margin: 0.1em 0;
			padding: 0 0 0 12px;
			width: 140px;
			height: 1.25em;
			white-space: nowrap;
			font-size: 1.083em; /* 11px = 1.083em */
			font-weight: bold;
			background: url(../_img/destinations_li_arrow.gif) 2px 4px no-repeat;
			overflow: hidden;
		}
	
	
	.sitemapLinkList {
		display: block;
		margin: 0 0 5px;
		padding: 0 0 0.5em;
		border-bottom: 1px dotted #66c2e0;
	}
	
		.sitemapLinkList ul { margin: 0; padding: 0; list-style: none; }
		.sitemapLinkList ul.floatLeft { display: block; margin-right: 10px; width: 200px; }
		.sitemapLinkList ul li {
			display: block;
			margin: 0.25em 0 0.25em 0.25em;
			padding: 0 0 0 12px;
			white-space: nowrap;
			background: url(../_img/destinations_li_arrow.gif) 2px 4px no-repeat;
			overflow: hidden;
		}
		.sitemapLinkList ul li a { display: block; }
		.sitemapLinkList ul li a:hover { }
	
	
	/* Quick facts and quick facts link list
	-----------------------------------------------------------------------------*/
	
	.quickFactsMainBox {
		display: block;
		margin-bottom: 20px;
		padding: 10px;
		background: #eee;
		border-bottom: 3px solid #e8e8e8;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
	}
		
		.quickFactsMainBox h1 {
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			font-size: 1.667em; /* 20px = 1.667em */
			color: #333;
			text-shadow: 0 0 0;
			text-shadow: 0px 1px 1px #fff;
			border: 0;
		}
		
		.quickFactsMainBox h2 {
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			font-size: 1.167em; /* 14px = 1.167em */
			color: #333;
			text-shadow: 0 0 0;
			border: 0;
		}
	
	
	.quickFacts { background: #fff; }
	
	.quickFacts, .quickFactsInfo {
		display: block;
		margin: 0;
		padding: 9px;
		border: 1px solid #ccc;
	}
	
	.quickFactsInfo { margin-bottom: 20px; }
	
	.quickFactsMain, .quickFactsMainInfo {
		margin: 0 0 0.5em;
		padding: 0 0 0.5em;
		border-bottom: 1px solid #eee;
	}
		
		.quickFactsMain p { margin: 0 0 0.25em; }
		
		.quickFactsMainInfo h1 { border-bottom: 1px solid #eee; }
		.quickFactsMainInfo p { }
	
	
	.quickFactsRow {
		display: block;
		margin: 0 0 10px;
		padding-left: 23px;
		padding-bottom: 10px;
		background: url(../_img/quickFactsRow_bg.gif) center left no-repeat;
		border-bottom: 1px dotted #66c2e0;
		overflow: hidden;
	}
		
		.quickFactsRow p { margin: 0 0 0.25em; }
	
	
	.quickFactsLinkList {
		display: block;
		margin: 0 0 5px;
		padding: 0;
	}
		
		.quickFactsLinkList ul { margin: 0; padding: 0; list-style: none; }
		.quickFactsLinkList ul li {
			float: left;
			display: block;
			margin: 0.1em 0;
			padding: 0 0 0 12px;
			width: 135px;
			height: 1.5em;
			background: url(../_img/li_arrow.gif) 2px 4px no-repeat;
			overflow: hidden;
		}
	
	
	/* Style article
	-----------------------------------------------------------------------------*/
	
	.ar_editor {
		display: inline-block;
		margin: 0 0 0 5px;
		padding: 0;
		width: 20px;
		height: 12px;
		background: url(../_img/ar_editor.gif) no-repeat;
	}
	
	.ar_imastravel, 
	.ar_triporter {
		display: inline-block;
		margin: 0 0 -5px 5px;
		padding: 0;
		width: 70px;
		height: 20px;
		background: url(../_img/ar_imastravel.gif) no-repeat;
	}
	
	.ar_header {
		display: block;
		margin: 0 0 0.5em;
		padding: 0 0 0.5em;
		border-bottom: 1px solid #999;
	}
		
		.ar_header h1 { position: static; }
	
	
	.ar_label { margin: 0 0 10px; }
		
		.ar_label.floatLeft { margin-right: 10px; }
		.ar_label.floatRight { margin-left: 10px; }
	
	
	.ar_label span {
		display: inline-block;
		margin-right: 2px;
		padding: 2px 10px;
		background: #999;
		font-size: 0.917em; /* 11px = 0.917em */
		font-weight: bold;
		color: #fff;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-box-shadow: 0 2px 0px #ccc;
		-webkit-box-shadow: 0 2px 0px #ccc;
	}
	.ar_label span.selected {
		background-color: #111987;
	}
	
	.ar_main {
		display: block;
		margin: 0 0 10px;
		padding-bottom: 5px;
		border-bottom: 1px dotted #66c2e0;
		overflow: hidden;
	}
	.ar_main p strong {
		display: block;
		margin: 0 0 0.25em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.167em; /* 14px = 1.167em */
		color: #336699;
	}
	.ar_main img { float: left; margin-right: 10px; margin-bottom: 5px; }
	.ar_main p { margin: 0 0 0.25em; }
	
	.ar_postinfo { display: block; margin: 0 0 0.5em; }
	
	.ar_list {
		display: block;
	}
	.ar_list ul {
		margin-bottom: 0;
		list-style-image: url(../_img/footer_li_arrow.gif);
		* list-style-image: url(../_img/footer_li_arrow_ie.gif);
	}
	.ar_list p { margin: 0.5em 0; }
	
	.ar_content {
		font-family: Arial, Helvetica, sans-serif;
		display: block;
		margin: 0 0 20px;
	}
	
	.ar_content .message-box {
		display: block;
		padding: 5px 9px 5px 75px;
		text-align: center;
		border: 1px solid #FC6;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background: #FF9;
	}
		
		.ar_content .message-box p { margin: 5px; }
	
	
	.ar_photoGallery {
		padding: 4px;
		background: #fff;
		border: 1px solid #ff8c51;
		border-top-right-radius: 4px;
		border-top-left-radius: 4px;
		-moz-border-radius-topright: 4px;
		-moz-border-radius-topleft: 4px;
		-webkit-border-top-right-radius: 4px;
		-webkit-border-top-left-radius: 4px;
		-moz-box-shadow: 0 3px 0px #e8d4ca;
		-webkit-box-shadow: 0 3px 0px #e8d4ca;
	}
	
		.ar_photoGalleryInner {
			display: block;
			padding: 5px;
			height: 300px;
			background: #000;
		}
		
		.ar_photoGallery input[type=image], 
		.ar_photoGallery .imageButton {
			display: block;
			float: left;
			margin: 3px 3px;
			width: 80px;
			height: 60px;
			border: 1px solid #e4611e;
			opacity: .5;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
		}
		.ar_photoGallery input[type=image]:hover {
			border: 1px solid #fff;
			opacity: 1;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		}
		.ar_photoGallery input[type=image].current, 
		.ar_photoGallery input[type=image]:focus {
			border: 1px solid #e4611e;
			opacity: 1;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		}
		
		.ar_photoGalleryPhoto, .ar_photoGallery_Photo {
			display: block;
			margin: auto;
			width: 400px;
			height: 300px;
			background: url(../_img/loader.gif) center no-repeat #000;
			text-align: center;
			overflow: hidden;
		}
		
			.ar_photoGalleryPhoto img.mainPhoto { vertical-align: middle; }
			
			.ar_photoGalleryPhoto img.width { width: 100%; }
			.ar_photoGalleryPhoto img.height { height: 100%; }
		
		
		.ar_photoGalleryControl {
			margin: 0;
			color: #999;
			line-height: 1.5em;
			text-transform: lowercase;
			text-align: center;
			clear: both;
		}
			
			.ar_photoGalleryControl a { color: #fff; font-weight: bold; }
			.ar_photoGalleryControl a:hover { color: #fff; }
			
			.ar_photoGalleryControl input.prev, 
			.ar_photoGalleryControl input.next {
				display: block;
				margin: 0;
				padding: 0;
				top: -0.25em;
				background: none;
				color: #ccc;
				font-weight: bold;
				vertical-align: middle;
				cursor: pointer;
				* cursor: hand;
			}
			.ar_photoGalleryControl input.prev { float: left; }
			.ar_photoGalleryControl input.next { float: right; }
			
			.ar_photoGalleryControl input:hover { color: #fff; }
	
	
	.ar_meta {
		display: block;
		margin: 0 0 20px;
		padding: 4px 9px 2px;
		background: url(../_img/ar_meta_bg.gif) bottom repeat-x #f8f8f8;
		border: 1px solid #eee;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-box-shadow: 0 3px 2px #eee;
		-webkit-box-shadow: 0 3px 2px #eee;
	}
	.ar_meta .columnLeft, .ar_meta .columnRight { margin-bottom: 0; padding-bottom: 0; }
	.ar_meta a {
		display: inline-block;
		margin: 0 1px;
		padding: 0;
		line-height: 25px;
		cursor: pointer;
		* cursor: hand;
	}
	.ar_meta a:hover {}
	.ar_meta a span { display: inline-block; padding: 0; }
	
	.ar.rating {
		display: inline-block;
		margin-bottom: 5px;
		width: 130px;
	}
	
		.ar.rating span.ratingStarWrapper { margin-top: -0.2em; }
	
	.ar ratingStarWrapper { display: inline-block; margin: 0 5px; }
	
	.ar .ratingStar {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		height: 16px;
		width: 16px;
		background-position: center;
		background-repeat: no-repeat;
		vertical-align: middle;
		cursor: pointer;
		* cursor: hand;
	}
	
	.ar .filledRatingStar {
		background-image: url(../_img/ratingStarB.png);
	}
	.ar .emptyRatingStar {
		background-image: url(../_img/ratingStarB_Empty.png);
	}
	.ar .savedRatingStar {
		background-image: url(../_img/ratingStarB_Saved.png);
	}
	.ar .halfRatingStar {
		background-image: url(../_img/ratingStarB_Half.png);
	}
	
	.ar_review {
		display: block;
		margin: 0 0 1em;
		padding: 0 0 0.5em;
		color: #666;
		border-bottom: 1px solid #66c2e0;
	}
	
	
	/* Ribbon
	-----------------------------------------------------------------------------*/
	
	.ribbon {
		display: block;
		float: right;
	}
		
		.ribbon span.user_review {
			display: inline;
			position: absolute;
			margin-left: -100px;
			width: 100px;
			height: 56px;
			background: url(../_img/ribbon_user_review.png) no-repeat;
		}
	
	
	/* Post by author and date
	-----------------------------------------------------------------------------*/
	
	.by {
		display: inline;
		margin: 0 0 1em;
	}
		
		.by span.authorName {
			font-weight: bold;
			text-transform: capitalize;
			text-shadow: 0px 1px 1px #ccc;
		}
		.by span.date { }
	
	
	/* Comment, post, share, add etc
	-----------------------------------------------------------------------------*/
	
	span.comment {
		display: inline-block;
		padding-left: 15px;
		background: url(../_img/icon_comment.gif) 0 0 no-repeat;
	}
	
	span.fblike {
		display: inline-block;
		position: relative;
		margin: 0;
		padding: 0;
		top: 5px;
	}
	
	span.gmap {
		display: inline-block;
		padding-left: 15px;
		background: url(../_img/icon_globe.gif) 0 2px no-repeat;
	}
	
	span.share {
		display: inline-block;
		padding-left: 15px;
		background: url(../_img/icon_sharethis.gif) 0 2px no-repeat;
	}
	
	span.add, span.add2 {
		display: inline-block;
		padding-left: 15px;
		background: url(../_img/icon_add.gif) 0 2px no-repeat;
	}
	
	span.print {
		display: inline-block;
		padding-left: 15px;
		background: url(../_img/icon_print.gif) 0 2px no-repeat;
	}
	
	a.comment {
	}
		
		a.comment span.comment { background-position: 0px 6px; padding-left: 17px; }
		a:hover.comment span { text-decoration: none; }
	
	
	a.post {
		font-weight: bold;
	}
		
		a.post span.post { }
		a:hover.post span { text-decoration: none; }
	
	a.gmap {
	}
		
		a.gmap span.gmap { background-position: 0px 3px; padding-left: 23px; }
		a:hover.gmap span { text-decoration: none; }
	
	
	a.share {
	}
		
		a.share span.share { background-position: 0px 3px; padding-left: 23px; }
		a:hover.share span { text-decoration: none; }
	
	
	a.add, a.add2 {
	}
		
		a.add span.add, 
		a.add2 span.add2 { background-position: 0px 3px; padding-left: 20px; }
		a:hover.add span, 
		a:hover.add2 span { text-decoration: none; }
	
	
	a.print {
	}
		
		a.print span.print { background-position: 0px 3px; padding-left: 23px; }
		a:hover.print span { text-decoration: none; }
	
	
	.comments { margin-bottom: 20px; }
	
	.commentBox {
		display: block;
		margin: 0 0 10px;
		padding: 4px;
		word-wrap: break-word;
		border: 1px solid #ddd;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		-moz-box-shadow: 0 3px 0px #eee;
		-webkit-box-shadow: 0 3px 0px #eee;
	}
	.commentBox:hover { border: 1px solid #4b92db; }
		
		.commentBox p { margin: 0 0 0.25em; }
		
		.commentBox img {
			float: left;
			margin: 0 10px 5px 0;
			padding: 2px;
			border: 1px solid #ccc;
			background: #fff;
		}
		
		.commentBox .by { font-size: 0.917em; /* 11px = 0.917em */ }
	
	
	.postComment {
		margin-bottom: 20px;
		background: #67b8d3;
		color: #fff;
		border: 1px solid #67b8d3;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-top-left-radius: 5px;
		-moz-box-shadow: 0 3px 0px #eee;
		-webkit-box-shadow: 0 3px 0px #eee;
	}
		
		.postComment h1 {
			padding-bottom: 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1.667em; /* 20px = 1.667em */
			color: #fff;
			text-transform: capitalize;
			text-shadow: 0px 1px 1px #333;
			border-bottom: 3px solid #7fd4ef;
		}
		.postCommentInner {
			display: block;
			padding: 9px;
		}
		.postComment
	
	
	/* Rating star
	-----------------------------------------------------------------------------*/
	
	.rating {
		display: inline-block;
		width: 100px;
	}
	
		.rating span.ratingStarWrapper { margin-top: 0.2em; }
	
	
	.ratingStarWrapper { display: inline-block; margin: 0 5px; }
	
	.ratingStar {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		height: 10px;
		width: 10px;
		background-position: center;
		background-repeat: no-repeat;
		vertical-align: middle;
		/*
		cursor: pointer;
		* cursor: hand;
		*/
	}
	
	.filledRatingStar {
		background-image: url(../_img/ratingStar.gif);
	}
	.emptyRatingStar {
		background-image: url(../_img/ratingStar_Empty.gif);
	}
	.savedRatingStar {
		background-image: url(../_img/ratingStar_Saved.gif);
	}
	.halfRatingStar {
		background-image: url(../_img/ratingStar_Half.gif);
	}
	
	
	/* Filter
	-----------------------------------------------------------------------------*/
	
	.selectFilterWrap {
		display: block;
		margin: 0 0 10px;
	}
	
	.selectFilter {
		display: inline;
	}
		
		.selectFilter.floatLeft { margin-right: 10px; }
		.selectFilter.floatRight { margin-left: 10px; }
		
		.selectFilter input, .selectFilter select, .selectFilter textarea { vertical-align: middle; }
		
		.selectFilter input.btn_default { font-size: 1em; /* 12px = 1em */ padding: 3px 0.5em; }
	
	
	/* crosslink
	-----------------------------------------------------------------------------*/
	
	.crosslink {
		display: block;
		background: #fff;
	}
		
		.crosslinkinner {
			display: block;
			padding: 10px;
		}
		
		.crosslink table { margin: 0; padding: 0; }
		.crosslink table td { padding: 2px; text-align: center; }
		.crosslink img {
			border: 1px solid #999;
			padding: 4px;
			background: #fff;
		}
		
		table.crosslinktable { margin: 0; padding: 0; }
		table.crosslinktable td { margin: 0; padding: 0; width: 150px; }
		table.crosslinktable td p { margin: 5px 10px; font-size: 0.917em; font-weight: bold; }


/* Footer and bottom
-----------------------------------------------------------------------------*/

.footer {
	padding-top: 15px;
	background: #e5f4f7;
	border-bottom: 1px solid #cedbde;
}
.footerInner {
	padding: 0 20px 10px;
}

	.footer h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.167em; /* 14px = 1.167em */
		color: #4b92db;
		padding-bottom: 3px;
		border-bottom: 3px solid #c6e0f1;
	}
	
	.footer h2 {
		margin-top: -0.25em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.167em; /* 14px = 1.167em */
		color: #333;
	}
	
	.footer p { margin: 0 0 0.25em; }
	
	.footer ul {
		margin-bottom: 0;
		font-size: 0.917em; /* 11px = 0.917em */
		list-style-image: url(../_img/footer_li_arrow.gif);
		* list-style-image: url(../_img/footer_li_arrow_ie.gif);
	}
	
	.subscribe {
		width: 210px;
		height: 21px;
		background: url(../_img/newsletter/subscribe_bg.gif) no-repeat;
	}
	.subscribe input.text, 
	.subscribe input[type=text], 
	.subscribe input[type=text]:focus, 
	.subscribe input[type=text]:hover {
		display: block;
		float: left;
		width: 180px;
		height: 20px;
		border: 0;
		line-height: 20px;
	}
	.subscribe input.button, 
	.subscribe input.submit, 
	.subscribe input[type="submit"], 
	.subscribe input[type="button"] {
		display: block;
		float: left;
		* top: 0;
		width: 20px;
		height: 20px;
		background: url(../_img/newsletter/subscribe_enter.gif) center no-repeat;
		cursor: pointer;
		* cursor: hand;
	}
	.subscribe input[type="button"], 
	.subscribe input[type="submit"]:hover, 
	.subscribe input[type="button"]:hover { border: 0; }
	
	.eNewsletter {
		display: block;
		margin: 0 0 9px;
		height: 80px;
		background: url(../_img/newsletter/eNewsletter.jpg) no-repeat #fff;
		border: 1px solid #eee;
		border-bottom: 1px solid #ccc;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
		-moz-border-radius-topright: 10px;
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-right-radius: 10px;
		-webkit-border-top-left-radius: 10px;
	}
	.eNewsletterInner { padding: 9px 9px 9px 84px; }


.bottom {
	padding-top: 15px;
	padding-bottom: 50px;
	background: #fff;
	border-top: 2px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.bottomInner {
	padding: 0 20px 10px;
}


/* Sidebar column
-----------------------------------------------------------------------------*/

.sidebar {
	display: block;
	float: right;
	width: 300px;
}

.sidebar .boxWrapper, 
.sidebar .banner300x250, 
.sidebar .boxStyle01, 
.sidebar .boxStyle02, 
.sidebar .boxStyle03, 
.sidebar .boxStyle04 { margin-bottom: 10px; }


/* Booking Widget
-----------------------------------------------------------------------------*/

.bookingWidget {
	display: block;
	margin: 0 0 20px;
	clear: both;
	width: 640px;
	height: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(../_img/booking/booking_widget_bg.gif) no-repeat;
}
.bookingWidget .selectflight { border-bottom:1px solid #CCC; color: #666; font-weight: bold; }
.bookingWidget .selectflight input { position: relative; border: 0; margin-bottom: -3px; }
.bookingWidget .widgetform input, select { position: relative; font-size: 11px; border: solid 1px #999; padding: 2px; }
.bookingWidget .inner { display: block; padding: 10px; }
.bookingWidget .title { height: 16px; font-size: 16px; font-weight: bold; text-transform: uppercase; margin-bottom: 14px; }
.bookingWidget .caption { font-size: 15px; height: 15px; margin-bottom: 10px; }
.bookingWidget table { margin: 0; padding: 0; border: 0; border-collapse: collapse; }
.bookingWidget table td { padding: 5px 5px 5px 0; }
.bookingWidget .submitdiv { padding: 5px 0 0; text-align: right; }
.bookingWidget .submitdiv input.submitbutton { margin-right: 10px; display: inline-block; width: 88px; height: 26px; background: url(../_img/booking/booking_widget_button.gif) no-repeat; border: 0; cursor: pointer; }


/* Tables
-----------------------------------------------------------------------------*/

.table {}
.tableForm { margin: 0; }
.tableForm td { vertical-align: top; padding-bottom: 5px; }
.tableForm td.label { width: 120px; padding-top: 5px; font-weight: bold; }

.nTable {}
.nTable p { margin-top: 0; margin-bottom: 0.5em; }
.nTable td, .nTable th { vertical-align: top; }

	.nTable ul { margin: 0 0 0.5em; padding: 0; list-style: none; }
	.nTable ul li {
		margin: 0.1em 0 0.5em 0.1em;
		padding: 0 0 0 12px;
		background: url(../_img/destinations_li_arrow.gif) 2px 4px no-repeat;
	}


.bodyTable {
	width: 100%;
	margin: 0;
}
.bodyTable .authorName {
	font-weight: bold;
	text-transform: capitalize;
	text-shadow: 0px 1px 1px #fff;
}

	.bodyTable td { padding: 0; vertical-align: top; }
	
	.bodyTable td.leftCol { width: 200px; padding-right: 20px; }
	.bodyTable td.rightCol {}
	
	.bodyTable table.bodyTableInner td { vertical-align: top; }
	.bodyTable table.bodyTableInner td table td { vertical-align: middle; }
	.bodyTable table.bodyTableInner td table td.top { vertical-align: top; }
	.bodyTable table.bodyTableInner td table.top td { vertical-align: top; }
	.bodyTable table.bodyTableInner td table.top td table.infoTable td { vertical-align: middle; }
	.bodyTable table.bodyTableInner td table.verticalAlignTop td { vertical-align: top; }
	.bodyTable table.bodyTableInner td table.video td.mAction { vertical-align: middle; }
	
	.bodyTable table.bodyTableInner td p { margin: 0.25em 0 1.25em; }
	.bodyTable table.bodyTableInner td table td p { margin: 0; }
	.bodyTable table.bodyTableInner td table.infoTable td div.singlePhotoInfo p { margin: 0.25em 0 1.25em; }
	
	.bodyTable table.bodyTableInner td div.photoGallerySelection { border: 0; padding: 10px 0; }
	
	.bodyTable h1 {
		margin-bottom: 0.75em;
		font-size: 1.667em; /* 20px = 1.667em */
		font-weight: normal;
		text-shadow: 0px 1px 0px #fff;
		border-bottom: 1px solid #ddd;
	}
	
	/* Page title icon
	-----------------------------------------------------------------------------*/
	
	.bodyTable h1 span.tab_icon_adminDashboard, 
	.bodyTable h1 span.tab_icon_general, 
	.bodyTable h1 span.tab_icon_destinations, 
	.bodyTable h1 span.tab_icon_travel_inspiration, 
	.bodyTable h1 span.tab_icon_whats_new, 
	.bodyTable h1 span.tab_icon_travel_tools, 
	.bodyTable h1 span.tab_icon_living_mh, 
	.bodyTable h1 span.tab_icon_users, 
	.bodyTable h1 span.tab_icon_home, 
	.bodyTable h1 span.tab_icon_paper_note, 
	.bodyTable h1 span.tab_icon_contribution, 
	.bodyTable h1 span.tab_icon_balloon, 
	.bodyTable h1 span.tab_icon_exclamation, 
	.bodyTable h1 span.tab_icon_photo, 
	.bodyTable h1 span.tab_icon_video, 
	.bodyTable h1 span.tab_icon_find, 
	.bodyTable h1 span.tab_icon_contribution, 
	.bodyTable h1 span.tab_icon_schedule, 
	.bodyTable h1 span.tab_icon_user, 
	.bodyTable h1 span.tab_icon_user_blue, 
	.bodyTable h1 span.tab_icon_user_green, 
	.bodyTable h1 span.tab_icon_user_red {
		display: block;
		margin: -5px 0 0;
		padding-right: 5px;
		float: left;
		width: 32px;
		height: 32px;
		background: no-repeat #fff;
	}
		
		.bodyTable h1 span.tab_icon_adminDashboard { background-image: url(../_img/admin/tab_icon_adminDashboard.gif); }
		.bodyTable h1 span.tab_icon_general { background-image: url(../_img/admin/tab_icon_general.gif); }
		.bodyTable h1 span.tab_icon_destinations { background-image: url(../_img/admin/tab_icon_destinations.gif); }
		.bodyTable h1 span.tab_icon_travel_inspiration { background-image: url(../_img/admin/tab_icon_travel_inspiration.gif); }
		.bodyTable h1 span.tab_icon_whats_new { background-image: url(../_img/admin/tab_icon_whats_new.gif); }
		.bodyTable h1 span.tab_icon_travel_tools { background-image: url(../_img/admin/tab_icon_travel_tools.gif); }
		.bodyTable h1 span.tab_icon_living_mh { background-image: url(../_img/admin/tab_icon_living_mh.gif); }
		.bodyTable h1 span.tab_icon_users { background-image: url(../_img/admin/tab_icon_users.gif); }
		.bodyTable h1 span.tab_icon_home { background-image: url(../_img/admin/tab_icon_home.gif); }
		.bodyTable h1 span.tab_icon_paper_note { background-image: url(../_img/admin/tab_icon_paper_note.gif); }
		.bodyTable h1 span.tab_icon_contribution { background-image: url(../_img/admin/tab_icon_contribution.gif); }
		.bodyTable h1 span.tab_icon_exclamation { background-image: url(../_img/admin/tab_icon_exclamation.gif); }
		.bodyTable h1 span.tab_icon_balloon { background-image: url(../_img/admin/tab_icon_balloon.gif); }
		.bodyTable h1 span.tab_icon_photo { background-image: url(../_img/admin/tab_icon_photo.gif); }
		.bodyTable h1 span.tab_icon_video { background-image: url(../_img/admin/tab_icon_video.gif); }
		.bodyTable h1 span.tab_icon_find { background-image: url(../_img/admin/tab_icon_find.gif); }
		.bodyTable h1 span.tab_icon_contribution { background-image: url(../_img/admin/tab_icon_contribution.gif); }
		.bodyTable h1 span.tab_icon_schedule { background-image: url(../_img/admin/tab_icon_schedule.gif); }
		.bodyTable h1 span.tab_icon_user { background-image: url(../_img/admin/tab_icon_user.gif); }
		.bodyTable h1 span.tab_icon_user_blue { background-image: url(../_img/admin/tab_icon_user_blue.gif); }
		.bodyTable h1 span.tab_icon_user_green { background-image: url(../_img/admin/tab_icon_user_green.gif); }
		.bodyTable h1 span.tab_icon_user_red { background-image: url(../_img/admin/tab_icon_user_red.gif); }
	
	
	.bodyTable h2 {
		position: static;
		margin-bottom: 0.75em;
		font-size: 1.333em; /* 16px = 1.333em */
		font-weight: normal;
		text-shadow: 0px 1px 0px #fff;
		border-bottom: 0;
	}


.captionStyle {
	display: block;
	margin: 0 0 15px;
	padding: 10px;
	background: #edf4fb;
	border: 1px solid #a5c8ed;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	
	.captionStyle h1 { font-size: 1.333em; /* 16px = 1.333em */ font-weight: bold; border-bottom: 1px solid #ccc; }
	
	.captionStyle p { margin-bottom: 0.5em; }


.navTable {
	margin: 0 0 5px;
}

	.navTable select, 
	.navTable input { vertical-align: middle; }
	.navTable input { * top: 0; }
	
	.navTable td { padding-bottom: 3px; }
	
	.navTable td.pagination, .navTable div.pagination { text-align: right; margin-bottom: 0; padding-bottom: 0; }
	.navTable td.pagination a, .navTable div.pagination a {
		display: inline-block;
		* display: inline;
		margin: 0 1px;
		padding: 2px 0.5em;
		border-top: 1px solid #f2f2f2;
		border-left: 1px solid #e2e2e2;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ccc;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	.navTable td.pagination a:hover, .navTable div.pagination a:hover {
		background-color: #fff;
		text-decoration: none;
	}
	.navTable td.pagination a.current, .navTable div.pagination a:current {
		background-color: #999;
		color: #fff;
		text-decoration: none;
		border: 1px solid #ccc;
	}

.infoTable {
	margin: 0 0 10px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}
.infoTable thead td img, .infoTable th img, 
.infoTable tbody td img, .infoTable td img { margin-top: 0.25em; }
.infoTable thead td, .infoTable th, 
.infoTable tfoot td {
	padding: 4px 9px;
	background: bottom repeat-x #ddd;
	border: 1px solid #ccc;
	font-size: 1em; /* 12px = 1em */
	font-weight: bold;
	font-style: normal;
	text-shadow: 0px 1px 0px #fff;
	white-space: nowrap !important;
}
.infoTable thead td, .infoTable th { background-image: url(../_img/admin/thead_bg.gif); }

	.infoTable thead td span.note, .infoTable th span.note {
		margin-left: 10px;
		font-weight: normal;
		font-style: italic;
	}


.infoTable tfoot td { background-image: url(../_img/admin/tfoot_bg.gif); color: #999; }
.infoTable tr.even td { background: #f5f5f5; }
.infoTable td {
	padding: 9px 9px;
	background: #fff;
	border: 1px solid #ddd;
}
.infoTable img {
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	-moz-box-shadow: -1px 2px 0px #eee;
	-webkit-box-shadow: -1px 2px 2px #ccc;
}
.infoTable .mThumb p { margin: 0.25em 0 0.5em !important; line-height: 1.25em; }
.infoTable .mThumb img {
	width: 60px;
	height: 45px;
	vertical-align: middle;
	border: 1px solid #ccc;
	-moz-box-shadow: -1px 2px 0px #eee;
	-webkit-box-shadow: -1px 2px 2px #ccc;
}
.infoTable .photoThumb { margin: 0 10px 15px !important; }
.infoTable .photoThumb img {
	width: 120px;
	height: 90px;
}
.infoTable .photoAlbumThumb img {
	width: 100px;
	height: 75px;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
}
.infoTable .mVideoThumb img {
	width: 120px;
	height: 90px;
	vertical-align: middle;
	border: 1px solid #ccc;
	-moz-box-shadow: -1px 2px 0px #eee;
	-webkit-box-shadow: -1px 2px 2px #ccc;
}
.infoTable td table td { padding: 0 0 5px; border: 0; }
	
	.infoTable .mCheckbox { width: 30px; text-align: center; }
	.infoTable .mThumb { width: 70px; text-align: center; }
	.infoTable .mVideoThumb { width: 130px; text-align: center; }
	.infoTable .mTitle { text-align: left; }
	.infoTable .mAuthor { text-align: center; }
	.infoTable .mAlbum { text-align: left; }
	.infoTable .mDestination { text-align: left; }
	.infoTable .mCategory { text-align: center; }
	.infoTable .mDuration { text-align: right; }
	.infoTable .mLabel { text-align: center; }
	.infoTable .mItems { text-align: center; }
	.infoTable .mRating { text-align: center; width: 60px; }
	.infoTable .mDate { text-align: center; }
	.infoTable .mComment { text-align: left; }
	.infoTable .mComments { text-align: right; }
	.infoTable .mAction { text-align: center; white-space: nowrap; }
	.infoTable .mCenter { text-align: center; }
	.infoTable .mList { text-align: left; }
	
	.infoTable .mList ul {
		margin-bottom: 0;
		list-style-image: url(../_img/li_arrow.gif);
		* list-style-image: url(../_img/li_arrow_ie.gif);
	}
	.infoTable .mList ul li {
		margin: 0 0 0.5em;
	}
	
	.infoTable .ar_label {
		margin: 5px 0 0;
		font-size: 0.917em; /* 11px = 0.917em */
	}
	.infoTable .ar_label span { padding: 1px 3px; }
	
	.infoTable .postinfo {
			margin: 0;
			padding-top: 0.25em;
			padding-bottom: 0;
			font-size: 0.917em; /* 11px = 0.917em */
			line-height: 1em;
			border-top: 0px dotted #ccc;
		}


.infoTable td table.vtop td { vertical-align: top !important; }


/* Borders
-----------------------------------------------------------------------------*/

.borderLightGrey { border: 1px solid #eee; }
.borderLightGreyBottom { border-bottom: 1px solid #eee; }
.borderGrey { border: 1px solid #ccc; }
.borderGreyBottom { border-bottom: 1px solid #ccc; }


/* Lists
-----------------------------------------------------------------------------*/

ul.lower-alpha li { list-style-type: lower-alpha; }
ul.lower-roman li { list-style-type: lower-roman; }
ul.disc li { list-style-type: disc; }
ul.circle li { list-style-type: circle; }


/* Button and link
-----------------------------------------------------------------------------*/

.mas_traveller {
	display: block;
	margin: 0;
	width: 340px;
	height: 85px;
	background: url(../_img/mas_traveller.gif) no-repeat;
	cursor: pointer;
	* cursor: hand;
}

.mas_traveller_s {
	display: block;
	margin: 0;
	width: 240px;
	height: 60px;
	background: url(../_img/mas_traveller_s.gif) no-repeat;
	cursor: pointer;
	* cursor: hand;
}

.malaysia_airlines {
	display: block;
	float: right;
	margin: 0;
	width: 180px;
	height: 45px;
	background: url(../_img/malaysia_airlines.gif) no-repeat;
	cursor: pointer;
	* cursor: hand;
}
.btn_default {
	display: inline-block;
	padding: 2px 5px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.917em; /* 11px = 0.917em */
	font-weight: normal;
	color: #336699;
	border-top: 1px solid #f2f2f2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #cccccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	* cursor: hand;
}
.btn_default:hover { color: #00a9e0; text-decoration: none; }
.btn_action {
	display: inline-block;
	* display: inline;
	margin: -3px 1px 0;
	padding: 2px 0.5em;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	border-top: 1px solid #f2f2f2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #cccccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	* cursor: hand;
}
.btn_action:hover { background: #fff; color: #00a9e0 !important; text-decoration: none !important; }
.btn_ugc {
	display: inline-block;
	padding: 2px 5px 2px 22px;
	background: url(../_img/btn_ugc_bg.gif) center left no-repeat #111987;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.917em; /* 11px = 0.917em */
	font-weight: bold;
	color: #fff;
	border-top: 1px solid #111987;
	border-left: 1px solid #111987;
	border-right: 1px solid #111987;
	border-bottom: 1px solid #111987;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	cursor: pointer;
	* cursor: hand;
}
.btn_ugc:hover { color: #00a9e0; text-decoration: none; }
.btn_view {
	display: inline-block;
	padding: 2px 5px 2px 22px;
	background: url(../_img/btn_view_bg.gif) center left no-repeat #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.917em; /* 11px = 0.917em */
	font-weight: bold;
	color: #336699;
	border-top: 1px solid #f2f2f2;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #cccccc;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	cursor: pointer;
	* cursor: hand;
}
.btn_view:hover { color: #00a9e0; text-decoration: none; }

.btn_style1, 
.btn_style1n, 
.btn_style1b, 
.btn_style2, 
.btn_style3, 
.btn_style3b, 
.btn_style4, 
.btn_style5, 
.btn_style6, 
.btn_style7, 
.btn_style8 {
	display: inline-block;
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 0.917em; /* 11px = 0.917em */
	font-weight: bold;
	color: #ddd;
	text-shadow: 0 1px 1px #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	* cursor: hand;
}
.btn_style1 {
	padding: 1px 6px 3px;
	background-image: url(../_img/btn_style1.gif);
	background-color: #0094b3;
	-moz-box-shadow: 0 2px 0px #ccc;
	-webkit-box-shadow: 0 2px 0px #ccc;
	text-transform: lowercase;
}
.btn_style1n {
	padding: 2px 6px 2px;
	background-image: url(../_img/btn_style1.gif);
	background-color: #0094b3;
	moz-box-shadow: 0 2px 0px #005e7a;
	-webkit-box-shadow: 0 2px 0px #005e7a;
	text-transform: uppercase;
}
.btn_style1b {
	padding: 3px 7px;
	font-size: 1.167em; /* 14px = 1.167em */
	background-image: url(../_img/btn_style1.gif);
	background-color: #0094b3;
	-moz-box-shadow: 0 2px 0px #ccc;
	-webkit-box-shadow: 0 2px 0px #ccc;
	text-transform: uppercase;
}
.btn_style2 {
	padding: 2px 6px 2px;
	background-image: url(../_img/btn_style2.gif);
	background-color: #ff9933;
	-moz-box-shadow: 0 2px 0px #b28e47;
	-webkit-box-shadow: 0 2px 0px #b28e47;
	text-transform: uppercase;
}
.btn_style3 {
	padding: 2px 6px 2px;
	background-image: url(../_img/btn_style3.gif);
	background-color: #00a9e0;
	-moz-box-shadow: 0 2px 0px #1680a2;
	-webkit-box-shadow: 0 2px 0px #1680a2;
	text-transform: uppercase;
}
.btn_style3b {
	padding: 3px 7px;
	font-size: 1.167em; /* 14px = 1.167em */
	background-image: url(../_img/btn_style3.gif);
	background-color: #00a9e0;
	-moz-box-shadow: 0 2px 0px #ccc;
	-webkit-box-shadow: 0 2px 0px #ccc;
	text-transform: uppercase;
}
.btn_style4 {
	padding: 2px 6px 2px;
	background-image: url(../_img/btn_style4.gif);
	background-color: #ea2839;
	-moz-box-shadow: 0 2px 0px #b1a3a5;
	-webkit-box-shadow: 0 2px 0px #b1a3a5;
	text-transform: uppercase;
}
.btn_style5 {
	padding: 2px 6px 2px;
	background-image: url(../_img/btn_style5.gif);
	background-color: #4b92db;
	-moz-box-shadow: 0 2px 0px #ccc;
	-webkit-box-shadow: 0 2px 0px #ccc;
	text-transform: uppercase;
}
.btn_style6 {
	padding: 2px 6px 2px;
	background-image: url(../_img/btn_style6.gif);
	background-color: #111987;
	-moz-box-shadow: 0 2px 0px #ccc;
	-webkit-box-shadow: 0 2px 0px #ccc;
	text-transform: uppercase;
}
.btn_style7 {
	padding: 2px 6px 2px;
	background-image: url(../_img/btn_style7.gif);
	background-color: #34b233;
	-moz-box-shadow: 0 2px 0px #ccc;
	-webkit-box-shadow: 0 2px 0px #ccc;
	text-transform: uppercase;
}
.btn_style8 {
	padding: 2px 6px 2px;
	background-image: url(../_img/btn_style8.gif);
	background-color: #eee;
	color: #666;
	text-shadow: 0 1px 1px #fff;
	-moz-box-shadow: 0 2px 0px #ccc;
	-webkit-box-shadow: 0 2px 0px #ccc;
	text-transform: uppercase;
}
.btn_style1:hover, 
.btn_style1n:hover, 
.btn_style1b:hover, 
.btn_style2:hover, 
.btn_style3:hover, 
.btn_style3b:hover, 
.btn_style4:hover, 
.btn_style5:hover, 
.btn_style6:hover, 
.btn_style7:hover { color: #fff; text-decoration: none; }
.btn_style8:hover { color: #333; text-decoration: none; }

.button145x90, .button145x90 a {
	display: block;
	width: 145px;
	height: 90px;
}

	.button145x90 a.button145x90_get_the_best_deals { background: url(../_img/button145x90_get_the_best_deals.gif) no-repeat; }
	.button145x90 a.button145x90_ask_mas { background: url(../_img/button145x90_ask_mas.gif) no-repeat; }


.button260x75_get_started_here {
	display: block;
	width: 260px;
	height: 75px;
	background: url(../_img/button260x75_getting_started_here.gif) no-repeat;
	cursor: pointer;
	* cursor: hand;
}

.button260x75_get_started_here_logged {
	display: block;
	width: 260px;
	height: 75px;
	background: url(../_img/button260x75_getting_started_here_logged.gif) no-repeat;
	cursor: pointer;
	* cursor: hand;
}

.button300x75_ugc {
	display: block;
	width: 300px;
	height: 75px;
	background: url(../_img/button300x75_ugc.gif) no-repeat;
	cursor: pointer;
	* cursor: hand;
}

.buttonD_contribution,
.buttonD_blog, 
.buttonD_photo, 
.buttonD_video, 
.buttonD_trip_planner, 
.buttonD_imastravel_edit_blog, 
.buttonD_imastravel_view_blog {
	display: block;
	margin: 5px auto;
	width: 300px;
	height: 65px;
	background: 0 0 no-repeat;
}

	.buttonD_contribution { background-image: url(../_img/admin/buttonD_contribution.gif); }
	.buttonD_blog { background-image: url(../_img/admin/buttonD_blog.gif); }
	.buttonD_photo { background-image: url(../_img/admin/buttonD_photo.gif); }
	.buttonD_video { background-image: url(../_img/admin/buttonD_video.gif); }
	.buttonD_trip_planner { background-image: url(../_img/admin/buttonD_trip_planner.gif); }
	.buttonD_imastravel_edit_blog { background-image: url(../_img/admin/buttonD_imastravel_edit_blog.gif); }
	.buttonD_imastravel_view_blog { background-image: url(../_img/admin/buttonD_imastravel_view_blog.gif); }
	
	.buttonD_contribution:hover,
	.buttonD_blog:hover, 
	.buttonD_photo:hover, 
	.buttonD_video:hover, 
	.buttonD_trip_planner:hover, 
	.buttonD_imastravel_edit_blog:hover, 
	.buttonD_imastravel_view_blog:hover { background-position: 0 -65px; }


.readmore { display: inline-block; }
.readmore a:hover { text-decoration: none; }
.readmore a:hover span { text-decoration: underline; }

a span.action_add {
	display: inline-block;
	margin: 0 0 -0.4em;
	width: 18px;
	height: 18px;
	background: url(../_img/icon_add.gif) center no-repeat;
}
a span.action_remove {
	display: inline-block;
	margin: 0 0 -0.4em;
	width: 18px;
	height: 18px;
	background: url(../_img/icon_remove.gif) center no-repeat;
}
a span.action_delete {
	display: inline-block;
	margin: 0 0 -0.4em;
	width: 18px;
	height: 18px;
	background: url(../_img/icon_delete.gif) center no-repeat;
}


/* Advertise banner
-----------------------------------------------------------------------------*/

.banner468x60, 
.banner300x250 { background: #f2f2f2; }

.banner468x60 { width: 468px; height: 60px; }
.banner300x250 { width: 300px; height: 250px; }


/* MAS corporate colors
-----------------------------------------------------------------------------*/

.color-111987 { color: #111987; } /* MAS blue */
.color-ff0000 { color: #ff0000; } /* MAS red */
.color-000000 { color: #000000; } /* MAS black */

.color-ffffff { color: #ffffff; } /* white */

.color-ffa02f { color: #ffa02f; } /* Secondary light orange */
.color-ff6d22 { color: #ff6d22; } /* Secondary orange */
.color-ea2839 { color: #ea2839; } /* Secondary red */
.color-a71930 { color: #a71930; } /* Secondary darker red */
.color-d12db1 { color: #d12db1; } /* Secondary violet pink */
.color-824bb0 { color: #824bb0; } /* Secondary violet */
.color-4b92db { color: #4b92db; } /* Secondary blue */
.color-00a9e0 { color: #00a9e0; } /* Secondary light blue */
.color-0094b3 { color: #0094b3; } /* Secondary dark turquoise  */
.color-00c0b5 { color: #00c0b5; } /* Secondary turquoise */
.color-34b233 { color: #34b233; } /* Secondary green */
.color-978700 { color: #978700; } /* Secondary golden */
.color-eaab00 { color: #eaab00; } /* Secondary golden sand */

.bgcolor-111987 { background-color: #111987; } /* MAS blue */
.bgcolor-ff0000 { background-color: #ff0000; } /* MAS red */
.bgcolor-000000 { background-color: #000000; } /* MAS black */

.bgcolor-ffa02f { background-color: #ffa02f; } /* Secondary light orange */
.bgcolor-ff6d22 { background-color: #ff6d22; } /* Secondary orange */
.bgcolor-ea2839 { background-color: #ea2839; } /* Secondary red */
.bgcolor-a71930 { background-color: #a71930; } /* Secondary darker red */
.bgcolor-d12db1 { background-color: #d12db1; } /* Secondary violet pink */
.bgcolor-824bb0 { background-color: #824bb0; } /* Secondary violet */
.bgcolor-4b92db { background-color: #4b92db; } /* Secondary blue */
.bgcolor-00a9e0 { background-color: #00a9e0; } /* Secondary light blue */
.bgcolor-0094b3 { background-color: #0094b3; } /* Secondary dark turquoise  */
.bgcolor-00c0b5 { background-color: #00c0b5; } /* Secondary turquoise */
.bgcolor-34b233 { background-color: #34b233; } /* Secondary green */
.bgcolor-978700 { background-color: #978700; } /* Secondary golden */
.bgcolor-eaab00 { background-color: #eaab00; } /* Secondary golden sand */


/* Rank
-----------------------------------------------------------------------------*/

span.mtRank {
	background: center left no-repeat;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 15px;
}
span.mtRank.rank1 { background-image: url(../_img/whats_new/mastravellers/rank1.gif); }
span.mtRank.rank2 { background-image: url(../_img/whats_new/mastravellers/rank2.gif); }
span.mtRank.rank3 { background-image: url(../_img/whats_new/mastravellers/rank3.gif); }
span.mtRank.rank4 { background-image: url(../_img/whats_new/mastravellers/rank4.gif); }
span.mtRank.rank5 { background-image: url(../_img/whats_new/mastravellers/rank5.gif); }


/* FB
-----------------------------------------------------------------------------*/

span.fblikecount {
	background: url(../_img/fb_icon.gif) center left no-repeat;
	padding-left: 15px;
}


/* Other fixes
-----------------------------------------------------------------------------*/

.boxStyle13 .floatRight .btn_style1, 
.boxStyle13 .floatRight .btn_style1n, 
.boxStyle13 .floatRight .btn_style1b, 
.boxStyle13 .floatRight .btn_style2, 
.boxStyle13 .floatRight .btn_style3, 
.boxStyle13 .floatRight .btn_style3b, 
.boxStyle13 .floatRight .btn_style4, 
.boxStyle13 .floatRight .btn_style5, 
.boxStyle13 .floatRight .btn_style6, 
.boxStyle13 .floatRight .btn_style7, 
.boxStyle13 .floatRight .btn_style8, 

.boxStyle14 .floatRight .btn_style1, 
.boxStyle14 .floatRight .btn_style1n, 
.boxStyle14 .floatRight .btn_style1b, 
.boxStyle14 .floatRight .btn_style2, 
.boxStyle14 .floatRight .btn_style3, 
.boxStyle14 .floatRight .btn_style3b, 
.boxStyle14 .floatRight .btn_style4, 
.boxStyle14 .floatRight .btn_style5, 
.boxStyle14 .floatRight .btn_style6, 
.boxStyle14 .floatRight .btn_style7, 
.boxStyle14 .floatRight .btn_style8, 

.ar_header .floatRight .btn_style1, 
.ar_header .floatRight .btn_style1n, 
.ar_header .floatRight .btn_style1b, 
.ar_header .floatRight .btn_style2, 
.ar_header .floatRight .btn_style3, 
.ar_header .floatRight .btn_style3b, 
.ar_header .floatRight .btn_style4, 
.ar_header .floatRight .btn_style5, 
.ar_header .floatRight .btn_style6, 
.ar_header .floatRight .btn_style7, 
.ar_header .floatRight .btn_style8 { margin-left: 10px; margin-bottom: 2px; }
