/* newbase.css
 * A part of Seltec/NoSports SLRS - SimpleLiveResultsSuite
 * (c) 2006-2007 by NoSports (M.Eipeldauer, Alexander Kokesch),
 *                  ALGE-TIMING Pflanzl &
 *          Seltec GmbH
 *
 *
 */

body
{
    background-color: rgb(255,255,255);
    font-family: "Arial";
    font-weight: normal;
    font-size: 10pt;
    color: rgb(0, 0, 0);
    margin: 0px;
}
.headline
{
    background-color: rgb(250, 250, 250);
    padding: 5px;
}
.competition
{
    font-size: 12pt;
    font-weight: bold;
}
.event
{
    font-size: 11pt;
    font-weight: bold;
}
.actualtime
{
    font-size: 10pt;
    font-weight: normal;
    width: 60px;
}
.bottomline
{
    border-bottom: 1px solid rgb(220, 220, 220);
}
.startlist
{
    background-color: rgb(250, 250, 250);
    border-right: 1px solid rgb(220, 220, 220);
    border-bottom: 1px solid rgb(220, 220, 220);
    overflow: hidden;
    padding-left: 5px;
}
.resultlist
{
    background-color: rgb(250, 250, 250);
    border-right: 1px solid rgb(220, 220, 220);
    border-bottom: 1px solid rgb(220, 220, 220);
    overflow: hidden;
    padding-left: 5px;
}
.header
{
    font-size: 10pt;
    font-weight: bold;
    background-color: rgb(230, 230, 230);
}
.data
{
    font-size: 10pt;
    font-weight: normal;
}
.footer
{
    font-size: 8pt;
    font-weight: normal;
}
td.menuline
{
    width: 60px;
    padding-left: 10px;
}
.menu
{
    font-size: 10pt;
    font-weight: normal;
    color: rgb(150, 150, 255);
    text-decoration: none;
}
