#tripplanner-panel .x-tree-node {
    background-color: #FFF;
    white-space: p
    
}

#tp-accordion .x-panel-body-noheader { 
    border-width: 0 0 0;
    font-weight: bold;
}

#trip-submit {
    background: none repeat scroll 0 0 transparent !important;
    color: #000000 !important;
    margin: 0 auto;
}

#trip-submit button {
    color: #000000 !important;
}
div.olControlAttribution {
    font-size: 75%;
}
button.home {
    background-image: url(/images/ui/buttons/logoSmall.gif);
    background-repeat: no-repeat;
}

/* blue logo background */
body.x-border-layout-ct {
    background-color: #084C8D !important;
}
#center .x-border-layout-ct {
    background-color: #EBEBEB !important;
}

.itiny a:link, a:visited {
    color: #444444;
    font: bold 100%/125% Arial,Helvetica,sans-serif;
    text-decoration: none;
}

/** left-aligns text to icons for itiny and itiny-steps */
.itiny img.x-tree-node-icon, img.x-tree-ec-icon {
  margin: 0 7px 0 0 !important;
  float: left  !important;
  height: 21px  !important;
  width: 21px  !important;
}

.itiny-steps img.x-tree-ec-icon {
  float: none  !important;
  width:   1px !important;
}

.itiny-steps img.x-tree-node-icon {
  float: none  !important;
}

p.leg-info {
    margin-left: 98px !important;
}

#trip-details h3 {
    color: lightgray;
    font: bold 18px/20px Arial,Helvetica,sans-serif;
    margin: 0 0 5px;
    padding: 0;
}


/* CSS Overrides
These rules fix the broken map widget in Safari and Chrome.
See http://opentripplanner.org/ticket/257
*/

/**---------------------------------------------------------------
*** Safari override fixes                                                     
***---------------------------------------------------------------*/
.ext-safari .x-date-picker {
    width: 185px;
}

/**---------------------------------------------------------------
*** Chrome override fixes                                                     
***---------------------------------------------------------------*/
.ext-chrome .x-date-picker {
    width: 185px;
}


div.togglesteps a:hover {
    background: #4c4c4c;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div.togglesteps a {
    color: #ff8b38 !important;
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: x-small !important;
    font-weight: 700 !important;
}