﻿#times ul
{
	list-style:none;
}

#times a
{
	color:#000;
	text-decoration:none;
}
    
#times table
{
	padding:0;
}
    #times td
    {
	    text-align:right;
	    font-size:8pt;
    }

#times .header
{
}

#times .memberWarning
{
    text-align:center;
}

#times .description
{
}
    #times .description .ball
    {
	    display:inline;
    }

#times .warnings
{
    color:#C00;
    font-size:8pt;
    font-family:Arial;
}

#times .dropDowns
{
}
    #times .dropDowns .offline
    {
        color:#aaa;
    }
    #times .dropDowns .closed
    {
        color:#aaa;
    }

#times .times
{
}
    #times .times .ball
    {
	    display:inline;
	    float:right;
    }

    #times .times .timesTable td
    {
        padding:5px;
        border:0;
    }
    #times .times .timesTable td.bubbles
    {
	    width:64px;
    }
    #times .times .timesTable tr.timesRowOdd td
    {
        background-color:#d2ffd7;
        border-bottom:1px solid #b1b1b1;
    }
    #times .times .timesTable tr.timesRowEven td
    {
        border-bottom:1px solid #b1b1b1;
    }
