﻿/*** Information ***/
.informationContainer
{
    width:528px;
    margin-bottom:5px;
    margin-right:5px;
    float:left;
    
    border:solid 1px #ccc;
    height:30px;
}
.informationFrame
{
    width:100%;
    height:30px;
}
/******************/
.selectStationTitle
{
    font-family:Arial, Verdana, Sans-Serif;
    font-size:14px;
    font-weight:bold;   
}
.selectStationContainer
{
    width:528px;
    height:30px;
    background-image:url(/images/train_information_bg.gif);
    background-repeat:repeat-x;
}
.selectStation
{
    width:148px;
    padding:3px;
    margin-top:2px;
    margin-left:2px;
    background-color:#fbfbfb;
    border:solid 1px #ccc;
    float:left;
}
.selectStation:focus
{
    background-color:#fff;
}
.selectStationDate
{
    width:70px;
    padding:4px;
    margin-top:2px;
    margin-left:2px;
    background-color:#fbfbfb;
    border:solid 1px #ccc;
    float:left;
}
.selectStationDate:focus
{
    background-color:#fff;
}
.selectDateButton
{
    width:30px;
    padding:4px;
    margin-top:2px;
    margin-left:2px;
    color:#fff;
    background-color:#0167b2;
    border:solid 1px #ccc;
    float:left;
}
.selectDateButton:hover
{
    background-color:#00477F;
    cursor:pointer;
}
.selectStationButton
{
    width:78px;
    padding:4px;
    margin-top:2px;
    margin-left:2px;
    color:#fff;
    background-color:#0167b2;
    border:solid 1px #ccc;
    float:left;
}
.selectStationButton:hover
{
    background-color:#00477F;
    cursor:pointer;
}