
/* ================ News Releases ================ */

.newsTable
{
    padding:10px;
}

.newsTableSide
{
    height:100%;
}

.newsTableCenter
{
    padding:10px 0px 10px 0px;
}

.newsTitle
{
   font-size: 24px;
   color:#182A53;
   padding-top: 20px;
}

.newsItemListTitle {
    background-color:#F2F2F2;
    font-weight: bold;
    padding: 10px 0px 10px 5px;
} 

td.newsItemDate
{
   width: 20%;
   padding: 10px 0px 10px 5px;
}

.newsItemTitle
{
    color:#00476a;
    font-weight:bold;
    text-decoration:underline;
    cursor:pointer;
    line-height: 18px;
    padding: 0px;
}

.newsItemSubtitle
{
    padding: 0px;
    line-height: 18px;
}



/* =================== Service Notices ================== */
.servicenotesTable
{
    padding: 10px;
}

.servicenotesSide
{
    height:100%;
}

.servicenotesCenter
{
    background-color:#FFFFFF;
    height:100%;
    padding:10px;
}

.servicenotesTitle
{
   font-size: 20px;
   color:#182A53;
   padding-top: 20px;
}

.serviceNotesListTable
{
    width: 100%;
    padding: 10px 0px 10px 0px;
}
.serviceNotesListTable td
{
    padding:10px;
}
.serviceNotesListTable td li
{
    list-style-position:inside;
    list-style-type:square;
    padding-left: 15px;
    padding-top: 5px;
}
.serviceNotesListTitle
{
    background-color:#F2F2F2;
    font-weight: bold;
}
.serviceNotesRouteTitle
{
    font-weight: bold;
}

.serviceNoteItemTable
{
    background-color:#FFFFFF;
    width:95%;
    height:100%;
    padding:10px;
    line-height: 18px;
}

.serviceNoteItemTitle
{
    font-size: 20px;
   line-height: 30px;
    color:#ff9933;
    padding: 20px 0px 0px 0px;
}

.serviceNoteItemSubtitle
{
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0px 0px 0px;
}
.serviceNoteItemPostedDate {
    padding: 10px 0px 5px 0px;
    font-weight: bold;
}
.serviceNoteItemContent {
    /* future - for use on content text */
    padding-left: 0px;
}

.serviceNoteAffectedRoutes {
    padding:30px 0px 0px 0px;
    font-weight: bold;
}

.serviceNoteExpired
{
    font-size: 14px;
    font-weight: bold;
    padding:30px 0px 0px 0px;
}
