/* CSS for The AllMalaysia.info: AM FEATURES TRAVEL PLANNER SUBSECTION */

#tp_focus_img
{
	margin: 0 0 10px 0;
	padding: 0;
}

/* Rounded corners based on spiffycorners.com */
.round_search
{
	display: block;
}

.round_search *
{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #eee;
}

.round_search1
{
	border-right: 1px solid #f7f7f7;
	padding-right: 1px;
	margin-right: 3px;
	border-left: 1px solid #f7f7f7;
	padding-left: 1px;
	margin-left: 3px;
	background: #f2f2f2;
}

.round_search2
{
	border-right: 1px solid #fdfdfd;
	border-left: 1px solid #fdfdfd;
	padding: 0px 1px;
	background: #f1f1f1;
	margin: 0px 1px;
}

.round_search3
{
	border-right: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	margin: 0px 1px;
}

.round_search4
{
	border-right: 1px solid #f7f7f7;
	border-left: 1px solid #f7f7f7;
}

.round_search5
{
	border-right: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
}

.round_search_content
{
	padding: 0px 5px;
	background: #eee;
}
/*End rounder corners CSS*/

label
{
	width: auto;
	text-align: left;
	margin-right: 10px;
	display: block;
	font-weight: bold;
	font-size: small;
}

.search_fs
{
	border: none;
	background: #eee;
	text-align: left;
	margin: 0px;
	padding: 10px 0px;
}

.search_fs legend
{
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	padding: 2px 6px;
}

.frm_txt_search
{
	color: #000;
	background: #fff;
	border: 1px solid #666;
	width: 70%;
}

.lbl_search
{
	font-size: 1.1em;
}

.planner_button
{
}

div.frm_input
{
	margin-bottom: 20px;
}

#tp_container {
	width: 575px;
}

#tp_tabcontent
{
	clear: both;
	border-top: 1px solid goldenrod;
	margin-top: 1px;
	float: left;
	width: 575px;
}

#tp_plan
{
	display: block;
}

#tp_mytrips
{
	display: none;
}

#tp_mybookings
{
	display: none;
}

#tp_tabs
{
	float: left;
	width: 100%;
}

#tp_tabs, #tp_tabs li
{
	margin: 0;
	padding: 0;
}

#tp_tabs li
{
	float: left;
	width: 140px;
	background: url(/images/planner/bg_tab.gif);
	text-align: center;
	padding: 5px 0;
	cursor: hand;
	cursor: pointer;
	margin: 0 3px;
	color: #fff;
	font-weight: bold;
}

#tp_tabs li a 
{
	color: #fff;
	text-decoration: none;
}

#tp_info
{
	background: url(/images/planner/bg_info_575.jpg) no-repeat;
	float: left;
	width: 575px;
	height: 350px;
	position: relative;
}

#tp_info table
{
	border: none;
	margin: 0;
	padding: 0;
	width: 520px;
	position: absolute;
	top: 70px;
	left: 80px;
}

#tp_info table h4
{
	padding: 0;
	margin: 0 0 5px 0;
}

#tp_info table li
{
	margin: 0 0 3px 0;
}

#blanket
{
	background-color: #111;
	opacity: 0.65;
	filter: alpha(opacity=65);
	position: absolute;
	z-index: 9001;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
}

#popUpDiv
{
	position: absolute;
	background-color: #eee;
	width: 600px;
	height: 300px;
	z-index: 9002;
	display: none;
}

#popUpDiv table
{
	border: none;
	padding: 10px 0px 0px 0px;
	margin:0 auto;
	width: 400px;
}

#popUpDiv table td 
{
	text-align: center;
	font-weight: bold;
}

/* My Trips */
#tbl_saved_trips 
{
	margin: 10px 0px 0px 10px;
	width: 500px;
}

#tbl_saved_trips table,
#tbl_saved_trips table tr,
#tbl_saved_trips table td
{
	padding:0;
	margin:0;
}

#tbl_saved_trips tr.row_1 td,
#tbl_saved_trips tr.row_0 td
{
	padding: 5px 0;
}

#tbl_saved_trips td.row_counter 
{
	width: 50px;
	text-align: center;
}

#tbl_saved_trips td.profile_name 
{
	width: 300px;
}

#tbl_saved_trips td.profile_options 
{
	width: 50px;
	text-align: center;
}

#tbl_saved_trips tr.row_0
{
	background: #f1f1ee;
}

#tbl_saved_trips tr.row_1 
{
	background: #e5e5e2;
}

#tbl_saved_trips tr.row_1:hover,
#tbl_saved_trips tr.row_0:hover
{
	background: #fff;
}
