#ResultDetails
{ 
  width: 100%;
  min-width:1000px;
}

#ResultDetails .Header
{
  margin: 0;
  background-color: #cccccc;
  background-image: url(../images/header_corner2.png);
  background-repeat: no-repeat;
  padding:0;

}

#ResultDetails .Header table
{
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

#ResultDetails .Header table .Title
{
  padding-left:15px;
    padding-right: 20px;
}

#ResultDetails .Header table .Link
{
  padding-left: 10px;
  padding-right: 20px;
}

#ResultDetails .Header table .Link a
{
}

#ResultDetails .Header table .Link img
{
  padding: 0 5px 0 5px;
}


#resultDetailsContent {

    border:1px solid #767676;
    border-top:0;
    border-bottom:0;
}

#ResultDetails .ResultDetailsMainTable
{ 
  width: 100%;
  margin: 0;
  border: 1px solid #767676;
  border-top:none;
}


#ResultDetails .ResultDetailsMainTable .Left
{ 
  vertical-align: top;
  width: 230px;
}

#ResultDetails .ResultDetailsMainTable .Right
{ 
  vertical-align: top;
}

#ResultDetails .TripDetails
{ 
  width: 300px;
  background: white;
  overflow: auto;
  padding-top:6px;
}

#ResultDetails .TripDetails .MainTable
{ 
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
}



#ResultDetails td.LegStartTime,
#ResultDetails td.LegEndTime
{
  text-align: center;
  font-weight: bold;
  font-size:13px;
  font-family: 'Trebuchet MS','Verdana','Arial','Helvetica',sans-serif;
  /*background:white;*/
}


#ResultDetails .LegEndName
{
  color: #0033a9;
  cursor: pointer;
}

#ResultDetails .LegEndNameMouseOver
{
  color: #0033a9;
  cursor: pointer;
  text-decoration: underline;
}



#ResultDetails td.LegStartLocation
{
  text-align: left;
}

#ResultDetails td.LegStartLocation .Name
{
  color: #0033a9;
  cursor: pointer;
}

#ResultDetails td.LegStartLocation .NameMouseOver
{
  color: #0033a9;
  cursor: pointer;
  text-decoration: underline;
}




#ResultDetails td.ToggleButton
{
  text-align: center;
}

#ResultDetails td.WalkText
{
  text-align: left;
}

#ResultDetails td.LegDetails
{
  width: 100%;
}

#ResultDetails .LegDetailsTable
{
  width: 100%;
  border-collapse: collapse;
  padding: 5px 7px 11px 0;

}

#ResultDetails .LegDetailsTable td.Time
{
}

#ResultDetails .LegDetailsTable td.Location
{
  padding-left: 5px;
  width: 100%;
}

#ResultDetails .LegDetailsTable td.Location .Name
{
  color: #0033a9;
  cursor: pointer;
}

#ResultDetails .LegDetailsTable td.Location .NameMouseOver
{
  color: #0033a9;
  cursor: pointer;
  text-decoration: underline;
}

#ResultDetails .ContinueJourneyText
{
  padding-left: 15px;
  padding-top: 10px;
}

/* TODO: fix all below! */

.stop_list_cell {
  padding: 5px;
}
.stop_list_cell_detail {
  padding: 3px;
}

.stop_list_hilight0 {
  background-color: #f9f9f9;
}
.stop_list_hilight1 {
  background-color: #eeeeee;
}
.stop_list_hilight2 {
  background-color: #f9f9f9;
}

.stop_list_bar_bus { background: url(../images/bus_bar.jpg) top center repeat-y;}
.stop_list_bar_tram{  background: url(../images/tram_bar.jpg) top center repeat-y;}
.stop_list_bar_metro{  background: url(../images/metro_bar.jpg) top center repeat-y;}
.stop_list_bar_ferry{  background: url(../images/ferry_bar.jpg) top center repeat-y;}
.stop_list_bar_train{  background: url(../images/train_bar.jpg) top center repeat-y;}
.stop_list_bar_walk{  background: url(../images/walk_bar.jpg) top center repeat-y;}

/* leg header */

.legHeader {
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    margin:0;
    padding:0;
    height:27px;
}

.legHeader .legHeader_inner {
    position:absolute;
    top:0px;
    left:35px;
    height:30px;
    width:250px;
    line-height:12px;
}

.legHeader .modeIcon {
    position:absolute;
    top:4px;
    left:9px;
}

.legHeader .legLength {
    margin-left:6px;
    font-weight: normal;
    font-size: 11px;
    color:#666;
}