body 
{
    background: #FFFFFF;
    color: #000000;
    font-family: Arial, Verdana, Helvectica, sans-serif;
    font-size: 8pt;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

a
{
    text-decoration: none;
}

td 
{
    font-family: Arial, Verdana, Helvectica, sans-serif;
    font-size: 9pt;
}

.draggable
{
    position: relative;
    z-index: 1;
}

.button
{
    background: url('/images/button.background.gif');
    color: #FFFFFF;
    white-space: nowrap;
    border-left: 1px #99C0F0 solid;
    border-top: 1px #99C0F0 solid;
    border-bottom: 1px #002040 solid;
    border-right: 1px #002040 solid;
    font-size: 7pt;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
    cursor: hand;
}

.redbutton
{
    background: #990000;
    color: #FFFFFF;
    white-space: nowrap;
    border-left: 1px #F099C0 solid;
    border-top: 1px #F099C0 solid;
    border-bottom: 1px #400020 solid;
    border-right: 1px #400020 solid;
    font-size: 7pt;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
    cursor: hand;
}

.hofbutton
{
    background: url('/images/button.background.gif');
    color: #FFFFFF;
    white-space: nowrap;
    border-left: 1px #99C0F0 solid;
    border-top: 1px #99C0F0 solid;
    border-bottom: 1px #002040 solid;
    border-right: 1px #002040 solid;
    font-size: 9pt;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
    cursor: hand;
}

.largebutton
{
    background: url('/images/button.background.gif');
    color: #FFFFFF;
    white-space: nowrap;
    border-left: 1px #99C0F0 solid;
    border-top: 1px #99C0F0 solid;
    border-bottom: 1px #002040 solid;
    border-right: 1px #002040 solid;
    font-size: 11pt;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
    cursor: hand;
}

.midbutton
{
    background: url('/images/button.background.gif');
    color: #FFFFFF;
    white-space: nowrap;
    border-left: 1px #99C0F0 solid;
    border-top: 1px #99C0F0 solid;
    border-bottom: 1px #002040 solid;
    border-right: 1px #002040 solid;
    font-size: 9pt;
    font-weight: bold;
    padding: 5px;
    cursor: pointer;
    cursor: hand;
}

.fwbutton
{
    background: url('/images/button.background.gif');
    color: #FFFFFF;
    white-space: nowrap;
    border-left: 1px #99C0F0 solid;
    border-top: 1px #99C0F0 solid;
    border-bottom: 1px #002040 solid;
    border-right: 1px #002040 solid;
    font-size: 6pt;
    font-weight: bold;
    padding: 5px;
    width: 100px;
    cursor: pointer;
    cursor: hand;
}

.smallerbutton
{
    background: url(/images/button.background.gif);
    color: #FFFFFF;
    white-space: nowrap;
    border-left: 1px #99C0F0 solid;
    border-top: 1px #99C0F0 solid;
    border-bottom: 1px #002040 solid;
    border-right: 1px #002040 solid;
    font-size: 6pt;
    padding: 5px;
    cursor: pointer;
    cursor: hand;
}

.bitsmallerbutton
{
    background: url(/images/button.background.gif);
    color: #FFFFFF;
    white-space: nowrap;
    border-left: 1px #99C0F0 solid;
    border-top: 1px #99C0F0 solid;
    border-bottom: 1px #002040 solid;
    border-right: 1px #002040 solid;
    font-size: 7pt;
    padding: 5px;
    cursor: pointer;
    cursor: hand;
}

td.smallertext
{
    font-size: 7pt;
}

div.mainpageblurb
{
    position: relative;
    font-size: 11pt;
    left: 15%;
    width: 70%;
    padding: 3px;
    border: 1px solid #000000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;   
}

a.star_class_off
{
    background: url(/images/star_off.gif) no-repeat;
    width: 12px;
    height: 12px;
    float: left;
    text-decoration: none;
}

a.star_class_on
{
    background: url(/images/star_on.gif) no-repeat;
    width: 12px;
    height: 12px;
    float: left;
    text-decoration: none;
}

div.stars
{
    width: 100%;
}

div.stars_message
{
    color: #00FF00;
    font-size: 8pt;
    text-align: center;
}

.stoppedcol
{
    color: #888888;
}

div.ratingbar
{
    background: #FF0000;
    height: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -moz-box-shadow: 2px 2px 3px #000000;
    -webkit-box-shadow: 2px 2px 3px #000000;
    box-shadow: 2px 2px 3px #000000;
    filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=2px, OffY=2px, Color='#000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2px, OffY=2px, Color='#000000')";
}

div.car
{
    background: #FF0000;
    height: 6px;
    width: 6px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    z-index: 10;
}

.roundborder
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

div.smalldot
{
    background: #FF0000;
    height: 4px;
    width: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

div.light
{
    background: #FF0000;
    height: 50px;
    width: 50px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    z-index: 3;
}

.fixedsizehugefont
{
    font-size: 14pt;    
}

.fixedsizevlargefont
{
    font-size: 12pt;    
}

.fixedsize11font
{
    font-size: 11pt;    
}

.fixedsizelargefont
{
    font-size: 10pt;    
}

.fixedsizebasefont
{
    font-size: 8pt;    
}

.fixedsizesmallfont
{
    font-size: 7pt;    
}

.fixedsizetinyfont
{
    font-size: 6pt;    
}


.lbseasonname
{
    text-align: center;
}

td.lbracedate
{
    text-align: center;
}

td.seasontitle_index
{
    font-size: 14pt;
    text-align: center;
    white-space: nowrap;
}

div.seasontitle
{
    font-size: 12pt;
    text-align: center;
    white-space: nowrap;
}

.largetext
{
    font-size: 12pt;
}

.center
{
    text-align: center;
}

.textleft
{
    text-align: left;
}

.textright
{
    text-align: right;
}

div.seasonbox
{
    float: left;
    border: 1px solid #000000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;   
    white-space: nowrap;
}

input.text, textarea, select
{
  background: #E0E0E0;
  border-bottom: 1px #C0C0C0 solid;
  border-right: 1px #C0C0C0 solid;
  border-top: 1px #202020 solid;
  border-left: 1px #202020 solid;
}

.bold
{
  font-weight: bold;
}

.whitetext
{
    color: #FFFFFF;
}

.yellowtext
{
    color: #FFFF00;
}

div.loginbox
{
    border: 1px solid #000000;
    background: #7D7B7C;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;   
    white-space: nowrap;
    margin-bottom: 5px;
}

div.accountdiv
{
    //border: 1px solid #000000;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;   
    white-space: nowrap;
    margin-bottom: 5px;
}

table.accountdiv
{
    float: center;
    border: 1px solid #FFFFFF;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;   
    white-space: nowrap;
    margin-bottom: 5px;
}

table.racestats
{
    float: center;
    border: 1px solid #000000;
    background: #FFFFFF;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;   
    margin-bottom: 5px;
}


tr.hof
{
    border: 1px solid #000000;
}

span.expandableheader
{
    cursor: pointer;
    cursor: hand;
}

.pointable
{
    cursor: pointer;
    cursor: hand;
}

.cross
{
    cursor: move;
}

.cursorleft
{
    cursor: url(/images/cursor_left.png), url(/images/cursor_left.ico), default;
}

.cursorright
{
    cursor: url(/images/cursor_right.png), url(/images/cursor_right.ico),default;
}


.oneline
{
    white-space: nowrap;
}

.spaceswrap
{
    white-space: normal;
}

.justified
{
    text-align: justify; 
    text-justify: auto;
}

.hideunder
{
    overflow: hidden;
}

a.nohi
{
     color: #000000;
}

.linkable
{
    padding: 0px;
    width: 32px;
    height: 26px;
}

table.searchresults
{
    border-collapse: collapse;
}

td.searchresultsheader
{
    padding: 0px;
}

table.searchresults td
{
    border: 1px #000000 solid;
}

div.searchresultsheader
{
    background: #7D7B7C;
    padding: 2px;
    cursor: e-resize;
}

.noborder
{
    border: 1px solid #7D7B7C;
}

.redtext
{
    color: #FF0000;
}

.greentext
{
    color: #00FF00;
}

.purpletext
{
    color: #FF00FF;
}

.redborder
{
    border: 1px solid #ff0000;
    z-Index: 10;
}

.blackborder
{
    border: 1px solid #000000;
    z-Index: 5;
}

table.fantasy
{
    border-collapse: collapse;
}

table.fantasy tr
{
    border: 1px #000000 solid;
}

table.fantasy td
{
    border: 1px #000000 solid;
}

.event_class_1
{
}

.event_class_2
{
}

.event_class_3
{
}

.event_class_4
{
}

.event_class_5
{
}

.event_class_6
{
}

.event_class_7
{
}

.event_class_8
{
}

.event_class_9
{
}

.event_class_10
{
}

.event_class_11
{
}

.event_class_12
{
}

.event_class_13
{
}

.event_class_14
{
}

.event_class_15
{
}

.event_class_16
{
}

.event_class_17
{
}

.event_class_18
{
}

.event_class_19
{
}

.event_class_20
{
}

.event_class_21
{
}

.event_class_22
{
}

.event_class_23
{
}

.event_class_24
{
}

.event_class_25
{
}

.event_class_26
{
}

.event_class_27
{
}

.event_class_28
{
}

.event_class_29
{
}

.event_class_30
{
}

.event_class_31
{
}

.event_class_32
{
}

.event_class_33
{
}

.event_class_34
{
}

.event_class_35
{
}

.event_class_36
{
}

.event_class_37
{
}

.event_class_38
{
}

.event_class_39
{
}

.event_class_40
{
}

.lightgreyover tr:hover
{
    background: #dddddd;
}

td.fsbf
{
    font-size: 8pt;    
}

