﻿.box-container
{
    background: url(table/texting-middle.gif) repeat-y left top;
}

.box-container-right
{
    background: url(table/texting-middle.gif) repeat-y right top;
}

.box-container-left
{
    background: url(table/texting-middle.gif) repeat-y left top;
}
.fares-table-head
{
    padding-left: 10px;
    font-weight: bold;
    font-size: 12px;
    color: white;
    font-family: Arial;
    height: 25px !important;
    background-color: #013568;
}
.fares-table-row
{
    padding-left: 10px;
    font-size: 12px;
    color: black;
    font-family: Arial;
    height: 25px !important;
}
.fares-table-row-alt
{
    padding-left: 10px;
    font-size: 12px;
    color: black;
    font-family: Arial;
    height: 25px !important;
    background-color: White;
}
.fares-table-row:hover
{
    padding-left: 10px;
    font-size: 12px;
    color: black;
    font-family: Arial;
    height: 25px !important;
    background-color: #D0D0D0;
}
.fares-table-row-alt:hover
{
    padding-left: 10px;
    font-size: 12px;
    color: black;
    font-family: Arial;
    height: 25px !important;
    background-color: #D0D0D0;
}
.fares-table
{
    border-right: #013568 1px solid;
    border-top: #013568 1px solid;
    border-left: #013568 1px solid;
    border-bottom: #013568 1px solid;
}
.fares-small-text
{
    font-size: 11px;
    color: #666666;
}
