﻿/* SA=SPECIAL_ALLEY */
TABLE.SA 
{ 
    border: 0;
    width: 171px; 
    margin-bottom: 12px;
}
TD.SA 
{
    border-right: #006666 1px solid;
    border-left: #006666 1px solid;
    border-bottom: #006666 1px solid;
    vertical-align: top;
    text-align: center;
    padding: 3px;
    font-size: 10px;
    font-weight: normal;
    font-family: Arial, Helvetica, Sans-Serif;
}
.SA_TITLE 
{
    border: #006666 1px solid;
    height: 24px;
    vertical-align: middle;
    text-align: center;
    background-color: #ccffcc;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, Sans-Serif;
}
.SA_INACTIVE_STEP 
{
    margin-bottom:4px;
    width: 160px;
}
.SA_ACTIVE_STEP 
{
    margin-bottom:4px;
    width: 160px;
    background-color: #ffffcc;
}

