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