﻿.JourneyDateWidth {
    width: 70px;
    text-align: center;
}

#journeyActionsDiv {
    display: none;
    position: absolute;
    width: 220px;
}

    /*#journeyActionsDiv ul {
        list-style-type: none;
        overflow: hidden;
    }

    #journeyActionsDiv li {
        border-bottom: solid 1px #333333;
    }*/

.AssetActionsRow {
    background-color: #ff6a00 !important;
    border-left: solid 1px #333333;
    border-bottom: dotted 1px #333333;
    border-right: solid 1px #333333;
    padding: 5px;
}
#li.activeli {
     background-color:#999; 
}
#journeysTableGroupGraph {
    table-layout: fixed;
}

    #journeysTableGroupGraph th {
        padding: 7px 0px 7px 0px;
    }
    #journeysTableGroupGraph hr {
      margin: 5px 0 0;
    }

#journeys td.JourneyHourCellGroupGraph {
    padding: 0;
}

#journeysTableGroupGraph hr {
    padding: 0px 0px 0px 0px;
    border: 0;
    margin: 6px 0 0 0;
}

#JourneyHourCellGroupGraph {
    padding-left: 0px;
    padding-right: 0px;
}

#googleCompareDiv {
    display: none;
    width: 400px;
    height: 110px;
    top:350px;
    left:400px;
    position: absolute;
}

    #googleCompareDiv thead, #compareRouteHeader, #compareDistanceHeader, #compareTimeTakenHeader {
        font-weight: bold;
        color: Black;
    }

   
    #googleCompareDiv table thead {
       background: #C0E7EC;
       cursor: pointer;
    }
    #googleCompareDiv table {
        width: 400px;
        height: 111px;
        /*border: solid 1px #333333;*/
        background-color: White;
  
    }
    #googleCompareDiv td {
      padding: 2px 4px;
      border-bottom: 1px dotted #808080;
    }
    #googleCompareDiv tr:last-child td {
      border-bottom: none;
    }
#CompareClose {
    float: right;
    clear: both;
    min-height: 17px;
    min-width: 17px;
    height: 17px;
    width: 17px;
    background-image: url('../images/CloseButton.png');
    background-position: center !important;
    cursor: pointer;
    position: relative;
}