/* ----------------------------------------------------------------------------
   Developer
-----------------------------------------------------------------------------*/

.datalist_clear
{
	margin:0px;
	padding:0px;	
}
.datalist_clear tr
{
	margin:0px;
	padding:0px;
}
.datalist_clear td
{
	margin:0px;
	padding:0px;
}

.datalist_clear_2
{
	margin:0px;
	padding:0px;	
}
.datalist_clear_2 tr
{
	margin:0px;
	padding:0px;
}
.datalist_clear_2 td
{
	margin:0px;
	padding:0px;
	float: left;
}

.width100
{
	width:100%;
}
.width95
{
	width:95%;
}

.imgTripPlannerPhoto
{
	float: left; 
	margin: 0 10px 0 0;
}

.modalBackground
{
    background-color:Black;
	filter:alpha(opacity=80);
	opacity:0.8;
}
.modalPopup 
{
	background-color: #ffffff;
	border: 5px #eee solid;
	padding: 5px;
	color: #000000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

	.modalPopup h1 {
		margin: 0 0 1em;
		padding: 0.25em 0 0.25em;
		font-size: 1.333em; /* 16px = 1.333em */
		font-weight: bold;
		border-bottom: 1px solid #eee;
	}
	
	.modalPopup h1.normal {
		margin: 0 0 1em;
		padding: 0.25em 0 0.25em;
		font-size: 1.333em; /* 16px = 1.333em */
		font-weight: normal;
		border-bottom: 1px solid #eee;
	}
	
	.modalPopup h2 {
		margin: 0 0 1em;
		padding: 0.25em 0 0.25em;
		font-size: 1.167em; /* 14px = 1.167em */
		font-weight: bold;
		border-bottom: 1px solid #eee;
	}
	
	.modalPopup h2.normal {
		margin: 0 0 1em;
		padding: 0.25em 0 0.25em;
		font-size: 1.167em; /* 14px = 1.167em */
		font-weight: normal;
		text-align: center;
		border-bottom: 1px solid #eee;
	}
	
	.modalPopup h3 {
		margin: 0 0 1em;
		padding: 0.25em 0 0.25em;
		font-size: 1em; /* 12px = 1em */
		font-weight: bold;
		text-align: center;
		border-bottom: 1px solid #eee;
	}
	
	.modalPopup h3.normal {
		margin: 0 0 1em;
		padding: 0.25em 0 0.25em;
		font-size: 1em; /* 12px = 1em */
		font-weight: normal;
		text-align: center;
		border-bottom: 1px solid #eee;
	}
	
	.modalPopup h4 {
		font-size: 1em; /* 12px = 1em */
		font-weight: normal;
		text-align: center;
		border-bottom: 1px solid #eee;
	}


.modalPopupPhotobook {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: #eee;
	width: 800px;
	height: 500px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	border: 2px solid #777;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0px 0px 25px #333333;
	-webkit-box-shadow: 0px 0px 35px #666;
}
	
	.modalPopupPhotobookInner {
		display: block;
		padding: 15px;
	}
	.modalPopupPhotobook a.btn_xclose {
	 	display: block;
		float: right;
		margin: 10px 10px 0 0;
	 	width: 30px;
	 	height: 30px;
	 	background: url(../_img/photobook/btn_xclose.gif) center no-repeat;
	}
	.modalPopupPhotobook .lpheader {
		display: block;
		text-align: center;
		height: 30px;
		font-size: 25px;
		font-weight: bold;
		border-bottom: 1px solid #666;
		margin-bottom: 10px;
	}
	.modalPopupPhotobook .faqPanel {
		margin: 0;
		height: 590px;
	}
	.modalPopupPhotobook .faqPanel li { margin-top: 0.5em; margin-bottom: 1em; }
	.modalPopupPhotobook .faqPanel ul.lower-alpha li { list-style-type: lower-alpha; }
	.modalPopupPhotobook .faqPanel ol li a { color: #0099FF; }
	.modalPopupPhotobook .faqPanel ol li a:hover { color: #0099FF; }
	.modalPopupPhotobook .faqPanel .title-h1 { font-size: 1.167em; font-weight: bold; display: block; margin: 0.5em 0 0.5em; }
	.modalPopupPhotobook .faqPanel .title-h2 { font-size: 1.083em; font-weight: bold; display: block; margin: 0.5em 0 0.25em; }


.modalPopupLandingPage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	height: 420px;
	background: url(../_img/landingpage/modalpopup_bg.jpg) center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	border: 2px solid #777;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 0px 0px 25px #333333;
	-webkit-box-shadow: 0px 0px 35px #666;
}
	
	.modalPopupLandingPage .lpheader {
		display: block;
		height: 70px;
		text-align: center;
	}
		
		.modalPopupLandingPage .lpheader p {
			padding: 40px 0 0;
			font-size: 18px;
			line-height: 20px;
		}
	
	
	.modalPopupLandingPage a.btn_xclose {
	 	display: block;
		float: right;
		margin: 10px 10px 0 0;
	 	width: 30px;
	 	height: 30px;
	 	background: url(../_img/landingpage/btn_xclose.gif) center no-repeat;
	}
	
	.modalPopupLandingPage table { margin: 0; padding: 0; }
	.modalPopupLandingPage table td { padding: 0; }
	.modalPopupLandingPage table td p { text-align: left; margin: 0 0 15px; padding: 0 20px 0; font-weight: bold; }
	
	.modalPopupLandingPageInner {
		display: block;
		padding: 20px;
	}
	
		.modalPopupLandingPage input.lpbtn01, 
		.modalPopupLandingPage input.lpbtn02, 
		.modalPopupLandingPage input.lpbtn03, 
		.modalPopupLandingPage input.lpbtn04 {
			display: inline-block;
			width: 180px;
			height: 80px;
			background: no-repeat;
			cursor: pointer;
			* cursor: hand;
		}
		
			.modalPopupLandingPage input.lpbtn01 { background-image: url(../_img/landingpage/btn_contribute.gif); }
			.modalPopupLandingPage input.lpbtn02 { background-image: url(../_img/landingpage/btn_blog.gif); }
			.modalPopupLandingPage input.lpbtn03 { background-image: url(../_img/landingpage/btn_media.gif); }
			.modalPopupLandingPage input.lpbtn04 { background-image: url(../_img/landingpage/btn_trip.gif); }
		
		
		.modalPopupLandingPage a.lpbtn_close, 
		.modalPopupLandingPage input.lpbtn_close  {
			display: block;
			margin: 0 auto;
			width: 330px;
			height: 40px;
			line-height: 40px;
			font-size: 18px;
			color: #fff;
			background: url(../_img/landingpage/btn_close.gif) no-repeat;
			cursor: pointer;
			* cursor: hand;
		}
		.modalPopupLandingPage a:hover.lpbtn_close, 
		.modalPopupLandingPage input.lpbtn_close:hover { color: #FFFF66; text-decoration: none; }
