@charset "utf-8";
/* CSS Document */

body{
padding:20px;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
background-color:#FFF;
}

body.itinBody{background-color:#FFF;}

#map{
margin-left:auto;
margin-right:auto;
height:600px;
width:700px;

}

/*use to turn off various things we DON'T want to see when printing
I.E. the "print my trip planner " link!!
*/
.hideMe,.tripPlannerControls{
display:none;
height:0px;
}

.tabbedLayer{
height:auto;
}


.sectionOverviewTitle{
margin-top:2em;
font-size:1.4em;
}

.serviceTypeTitle{
margin-top:2em;
font-size:1.3em;
}


#tp,.printDetails,.sectionOverviewTitle,.serviceTypeTitle,div.tpListingTitle{
display:block;
margin-bottom:10px;
width:98%;
visibility:visible;
height:auto;
}

div.tpListingTitle a{
visibility:visible;
text-decoration:none;
}

a{
color:#333333;
}


div#header,div#title{
display:none;
}

#tips,#searchResults,#theTabs{
visibility:hidden;
display:none;
}

.tpSectionTitle{
font-size:1.5em;}

div.itineraryDetails{border:none; height:auto; width:auto; margin:10px; overflow:visible; float:none;}
