/* 
    Document   : results
    Created on : October 17, 2007, 10:42 PM
    Author     : Jesse
    Description:
        Purpose of the stylesheet follows.
*/



root { 
    display: block;
}

html {
width: 900;
background-color: #BBF;
}

div#weeks {
float: left;
width: 250px;
height: 600px;
text-align: left;
line-height: 1.5;
}

.data {
display: none;
}

#weeks li {
list-style: none;
}

#weeks a {
text-decoration: none;
}

div#scores {
width: 700px;
}

a.selected {
background-color: #5B5;
}

td.teamname {
width: 200px;
font-size: 14px;
}

td.score {
width: 25px;
padding: 5px 5px;
}

#scores table {
margin-top: 0px;
margin-bottom: 15px;
border-width: 2px;
border-color: #F99;
border-style: solid;
background-color: #5B5;
}
