table.scoreBoard{
border-collapse:collapse;
margin-bottom:10px;
border-top:#bcd2e6 1px solid;
border-right:#bcd2e6 1px solid;
background-color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
width:100%;
}
table.scoreBoard th{
padding:3px;
color:#FFFFFF;
background: #3f63ac;
font-size:1em;
font-weight:bold;

}
table.scoreBoard tr.headerRow{
color:#3f63ac;
background-color:#ebf1f7;
}
table.scoreBoard td{
padding:3px;

line-height:16px;
border-bottom:#bcd2e6 1px solid;
border-left:#bcd2e6 1px solid;
}
table.scoreBoard tr.r1{
background-color:#FFFFFF;
}
table.scoreBoard tr.r2{
background-color:#FFFFFF;
}

div.plus{
display:block;
padding:0px;
margin:0px;
width:13px;
height:13px;
background-image:url(../images/switchsign.gif);
background-repeat:no-repeat;
background-position:0px 0px;
cursor:hand;
cursor:pointer;
}
div.minus{
display:block;
padding:0px;
margin:0px;
width:13px;
height:13px;
background-image:url(../images/switchsign.gif);
background-repeat:none;
background-position:0px -13px;
cursor:hand;
cursor:pointer;
}

