/* 
    Document   : league
    Created on : October 16, 2007, 1:37 AM
    Author     : Jesse
    Description:
        Purpose of the stylesheet follows.
*/

/*div#bracketdisplay
{
overflow: scroll;
}*/

table.bracket, table.bracket td, table.bracket th
{
/*table-layout: fixed;*/
border-collapse: collapse;
background-color: #BBBBFF; /*#AEE2FA;*/
border-color: #000000;
border-style: none;
margin-left: auto;
margin-right: auto;
}

table.bracket td
{
padding: 5px;
}

table.bracket td.seed
{
background-color: #BBBBBB;
border-style: solid;
border-color: #262461;
border-right-style: none;
/*border-right-style: solid;*/
/*height: 22px;*/
height: 18px;
font-size: 10px;
padding: 2px;
margin-left: 0px;
margin-right: 0px;
text-align: left;
}
table.bracket td.teamname
{
background-color: #BBBBBB;
border-style: solid;
border-color: #262461;
border-left-style: none;
border-right-style: none;
/*height: 15px;*/
width: 180px; /*120px;*/
/*font-size: 16px;*/
font-size: 10px; /*12px; 6/20 */
text-align: left;
}

table.bracket td.leftteamname
{
background-color: #BBBBBB;
border-style: solid;
border-color: #262461;
/*border-left-style: none;*/
border-right-style: none;
/*height: 15px;*/
width: 198px; /*120px;*/
/*font-size: 16px;*/
font-size: 10px; /*12px; 6/20 */
text-align: left;
}

table.bracket td.score
{
/*background-color: #66DD66;
border-color: green;*/
background-color: #7e4297;
border-color: #262461;
border-style: solid;
border-left-style: none;
color: #FFFFFF;
font-size: 8px; /*10px; 6/20 */
padding: 2px;
margin-left: 0px;
margin-right: 0px;
width: 15px;
}

table.bracket td.emptyscore
{
/*background-color: #BBBBBB;*/
background-color: #7e4297;
border-color: #262461;
border-style: solid;
border-left-style: none;
}

table.bracket td.match
{
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
font-size: 10px;
margin-left: 0px;
margin-right: 0px;
text-align: left;
}

table.bracket td.upperLabel
{
padding-left: 5px;  /* 0px */
padding-right: 0px;
padding-bottom: 0px;
font-size: 10px;
margin-left: 0px;
margin-right: 0px;
text-align: left;
}

table.bracket td.lowerLabel
{
padding-top: 0px;
/*font-size: 12px;*/
font-size: 10px;
width: 150px;
}

table.bracket td.btm
{
border-bottom-style: solid;
border-bottom-color: #262461;
}

table.bracket td.lft
{
border-left-style: solid;
border-left-color: #262461;
}
