
/* =PAGE LAYOUT *
*************************/
.tripplanner #canvas { width: 750px; min-width: 750px; max-width: 750px; margin:0 auto; }

.tripplanner #content { margin: 0; padding: 0 5px 5px 5px; }

.tripplanner #copy, #c1, #c2 {
	background: none;
}

.tripplanner #footer {
	width: 750px;
}
#footer {
	color: #686b5c;
	font-size: .9em;
	position: absolute;
	text-align: center;
	padding: 15px 0 15px;
	width: 100%;
}

form { margin: 0; padding: 0; }

#tphead {
	background: url(/images/trip-planner/sc_trip_planner_header_bar.gif) no-repeat;
	width: 750px; 
	height: 37px; 
	margin: 0; 
	padding: 0; 
	text-indent: -999em;}

#tplogo {
	background: url(/images/trip-planner/sc_trip_planner_header_logo.jpg) no-repeat; 
	width: 750px; 
	height: 112px; 
	margin: 0;
	padding: 0;
	display: block;
}

label, input {
	display: block;
	width: 140px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	padding-right: 10px;
	width: 120px;
}

div br {
	clear: left;
}

#results label { width: 95px; }
#gcMsg { color: #F1130E; font-weight: bold; border: 1px solid #FED827; background: #FFF8D2; padding: 0 5px 0 5px; }

#cblGroups label, #cblGroups input  { width: auto; }

.btn { width: auto; font-weight: bold; color: #000; }
.required { color: #AF1F3C; }
	
/* Products table */
#productlist { width: 725px; }
#productlist td p { line-height: 1.3em; margin: 0; padding-top: 7px; }
#productlist th { 
	/*background: url(/images/trip-planner/sc_trip_planner_section.gif); */
	background-color: #3D57A2;
	padding: 7px; 
	text-align: left;
	color: #FCFFFF;
	font-weight: bold;
	font-size: 1.1em;
}

#productlist .name { color: #B13B31; font-weight: bold; padding-top: 5px; }
#productlist .divider { background: url(/images/trip-planner/sc_trip_planner_divider_body.gif); height: 3px; overflow: hidden; }


/* =NAVIGATION *
*****************************/
#tpnav { border-bottom: 1px solid #CCC9C0; width: 61em; }
#tpnav ul {
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 5px 0 0 82px;
	height: 2em;
}

#tpnav li { float: left; padding-right: 25px; }
#tpnav li a {
	display: block;
	font-size:.83em;
	padding: 3px 5px 3px 0;
	color: #000;
}

#tpnav .litem { padding-right: 0; }

#tpnav a.email { background: url(/images/icons/sc_trip_planner_icon_email.gif) no-repeat 0 50%; padding-left: 38px; height: 1%; display: inline-block; }
#tpnav a.print { background: url(/images/icons/sc_trip_planner_icon_print.gif) no-repeat 0 50%; padding-left: 25px;  height: 1%; display: inline-block;}
#tpnav a.save { background: url(/images/icons/sc_trip_planner_icon_save.gif) no-repeat 0 50%; padding-left: 25px;  height: 1%; display: inline-block;}
#tpnav a.load { background: url(/images/icons/sc_trip_planner_icon_load.gif) no-repeat 0 50%; padding-left: 25px;  height: 1%; display: inline-block;}

#footbar {
	/*position: absolute;
	bottom: 0;
	left: 209px;
	width: 748px;*/
	height: 31px;
	background: url(/images/int/acvb_int_ftr_bar.gif) no-repeat;
	z-index: 2;
	text-align:center;
	font-size:.9em;
	color:#D88388;
	line-height:31px
}

#footbar a 
{
    color:#D88388;
    text-decoration:none;
    font-weight:bold;
}

