* { font-size: 1em; color: inherit; }

body, html { width: 100%; height: 100%; }
body {
	margin: 0; padding: 0;
	font: 12px Verdana, Arial, sans-serif; /* most browsers scale pixel fonts, but not IE */
	color: #333;
	background: #CEA354 url(/images/trip-planner/sdc_trip_plan_bg_tile.jpg);
	text-align: center;
	}
/* \*/* html body { font-size: 76%; }/* percentage font for IE windows for scalable fonts */
body>form { height: 100%; }


h1,form { margin: 0; padding: 0; }
p { margin: 1em 0; }

/* =VIEW STYLES
********************************************/
.trip-planner h2 { font-size:1em; margin: .2em 0 .2em; }
.trip-planner tr.head { background: #CDBE9D; }
.trip-planner tr.rowa { background: #F3F0DF;}
.trip-planner tr.rowb { background: transparent; }
.trip-planner th { color: #582009; text-align: left; padding-left: 5px; border: solid #A3A08D; border-width: 1px 0 1px; }
.trip-planner th.things { border-left-width: 1px; }
.trip-planner th.remove { border-right-width: 1px; }
.trip-planner td { padding: 8px 0;  vertical-align: top !important; }
.trip-planner td.things { padding: 8px 8px; }
.trip-planner td.remove { text-align: center; }

/* =LINKS
********************************************/
a:link { color: #D30000; text-decoration:underline; }
a:visited { color: #004291; text-decoration:underline; }
a:focus, a:hover, a:active { color: #064591; text-decoration:none; }

#img a { font-weight: bold; font-size:.83em; line-height:1.1; }
#img a:link, #img a:visited { color: #bbd; }  
#img a:focus, #img a:hover, #img a:active  { color: #ddf; text-decoration:none; }

#copy a:link, #copy a:visited { color: #aba; }
#copy a:focus, #copy a:hover, #copy a:active { text-decoration: none; }

/* =LAYOUT
********************************************/
#center { width: 100%; height: 100%; }
#center td.ctr { vertical-align: middle; }
#canvas { width: 768px; margin: 0 auto; border: 1px solid #000; border-width: 0 1px 1px; background: #E7E1BF url(/images/trip-planner/sdc_trip_plan_content_tile.jpg); text-align: left; }
#logos { background:  #149FF0 url(/images/trip-planner/sdc_trip_plan_header_background.jpg) no-repeat; width: 100%;  }
#img { background: #2F1C6E url(/images/trip-planner/sdc_trip_plan_icon_background.jpg) no-repeat; width: 100%;}
#img td.text { vertical-align: top; padding: 14px 3px 0;}

#heading { padding-right: 60px; text-align: left; }

#content { text-align: left; margin: 10px 15px; }

#footer {  text-align: center; }
#hfelinks { font-size: .9em; color:#D30000; }
#hfelinks h3 { font-weight: normal; margin-bottom: .5em; font-size: 1em; }
#hfelinks p { margin: .5em 0; }
#copy { display: block; font-size: .83em; background: #2D5727 url(/images/trip-planner/sdc_portal_footer_bg_tile.jpg); color: #ABA; padding: .2em 0 .3em; margin-bottom:0; border-top: 1px solid #000; }