@charset "utf-8";
/* CSS Document */

body{
padding:0px;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
}

#map{
  height: 500px;
  width: 600px;
}

/*use to turn off various things we DON'T want to see when printing
I.E. the "print my trip planner " link!!
*/
.hideMe{
display:none;
height:0px;
}


div#search{
display:none;
}


div#navigation{
display:none;
}

a.tripPlannerItem, a.tripPlannerItem:hover,a.tripPlannerItem:visited, a.tripPlannerItem:active{
color:#006600;
font-weight:bold;
}

.resultsText{
font-weight:bold;
font-size:larger;
}

.label,.diningLabel,.activitiesLabel,.pubsLabel{
padding:0px;
padding-top:10px;
text-align:center;
width:26px; /*width of the NON-DROP SHADOWED portion of our lodging and shopping*/
color:#FFFFFF;
font-size:11px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}

.diningLabel{
width:36px;
padding-top:11px;
color:#002448;
}

.activitiesLabel{
padding-top:18px;
color:#330000;
width:46px;
}

.pubsLabel{
padding-top:21px;
color:#330000;
width:38px;
}
.venueLabel{
width:77px;
text-align:center;
padding:0px;
padding-top:80px;
color:#FFFFFF;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

div#header{
display:none;
}

div.markerInfoWindow{
height:auto;
vertical-align:top;
padding:5px;
font-size:10px;
}


a.navigation{
font-size:18px;
color:#FFFFFF;
padding-right:10px;
padding-left:10px;
border-right:2px solid #FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


.tripPlannerText{
color:#006600;
font-weight:bold;
}

.tripPlannerTitle{
color:#0099CC;
font-weight:bold;
font-size:14px;
border-bottom:1px solid #666666;
}

.tripPlannerCategorizedItems{
margin-bottom:10px;

}

.tripPlannerCategorizedItems a{
color:#CC0099;
}

.rowNumber{
font-weight:bold;
color:#FF6600;
}

.step{
font-size:16px;
font-style:italic;
font-weight:bold;
}

/**************
from the dhtml.css file 
We need to hide the search results and tips layers, which are now positioned staticly, as well as add a visible style to the printDetails class
********************************/
#tips,#searchResults,#theTabs{
visibility:hidden;
display:none;
}

.tabbedLayer{
height:auto;
}

#tp,.printDetails{
display:block;
margin-bottom:10px;
width:98%;
visibility:visible;
height:auto;
}

.tripPlannerTitle{
visibility:visible;
color:#333333;
font-weight:bold;
font-size:14px;
border-bottom:1px solid #666666;
margin-bottom:10px;
width:500px;

}

.tripPlannerCategorizedItems{
visibility:visible;
margin-bottom:10px;

}

.tripPlannerCategorizedItems a{
visibility:visible;
color:#000099;
}

.printTextContainer{
height:auto;
}
