/* 
    Document   : league
    Created on : October 16, 2007, 1:37 AM
    Author     : Jesse
    Description:
        Purpose of the stylesheet follows.
*/


root { 
    display: block;
}

* {
border: 1px #FF0000;
}

html {
background-color: #BBBBFF;
font-family: Verdana, Geneva, Helvetica, sans-serif;
}

div#head {
text-align: center;
}

body {
background-color: #BBBBFF;
}

label.teamnamelabel {
text-align: right;
width: 200px;
color: red;
margin: 30px;
padding: 10px;
}

label {
padding: 10px;
}

h1 {
}
h2 {
color: #000000;
}
h3 {
color: #000000;
padding: 15px 0 0 0;
margin: 10px 0 0 0;
}
h3.errormsg {
color: red;
font-size: 16px;
}
h4 {
padding: 15px 0 0 0;
margin: 10px 0 0 0;
}
a {
margin: 0 10px;
}

.data {
display: none;
}

table {
background-color: #BBBBBB;
border-color: #000000;
border-width: 5px;
border-style: solid;
margin-left: auto;
margin-right: auto;
}

#scores table {
background-color: #BBBBBB;
border-color: #006000;
border-style: solid;
margin-top: 0px;
margin-bottom: 15px;
border-width: 2px;
}

div#scores {
width: 700px;
}

td.teamresult {
width: 300px;
}

tr.odd {
background-color: #BBBBBB;
}
tr.even {
background-color: #DDDDDD;
}
tr.header {
background-color: #FFFFFF;
}

tr.alta {
text-align: center;
background-color: #DDDDDD;
}

tr.altb {
background-color: #BBBBBB;
}

td {
font-size: 20px;
padding: 5px 10px;
}

td.skillsave {
writing-mode: tb-rl;
}
td.skill {
font-size: 12px;
padding: 5px 5px;
margin: 0px 0px;
width: 40px;
}

table#skillshotstandingstable {
background-color: #FFFFFF;
border-collapse: collapse;
border: 5px solid black;
}
td.playername {
text-align: left;
}
td.score {
border-right: 1px solid black;
}
td.secondhalf {
border-left: 1px dashed black;
}

table#reportedscorestable {
border-collapse: collapse;
}

td.skillshotname {
font-size: 12px;
width: 40px;
padding: 5px 5px;
background-color: #FFFFFF;
}

td#weekofplay {
border-right: 3px solid black;
background-color: #FFFFFF;
}
td.notfirstskillshot {
border-left: 1px solid black;
}
td.firstskillshot {
border-left: 5px solid black;
}
td.teamname {
text-align: left;
margin: 0px;
}
tr.headerrow td {
margin: 0px;
background-color: #FFFFFF;
}
tr.tpaira td {
border-top: 3px solid black;
border-bottom: 0px;
background-color: #BBBBBB;
}
tr.bpaira td {
border-top: 0px;
border-bottom: 3px solid black;
background-color: #BBBBBB;
}
tr.tpairb td {
border-top: 3px solid black;
border-bottom: 0px;
background-color: #DDDDDD;
}
tr.bpairb td {
border-top: 0px;
border-bottom: 3px solid black;
background-color: #DDDDDD;
}


.box {
text-align: center;
margin: 5px;
background-color: #BBBBFF;
border: 0px;
padding: 0px;
}

.box#info {
text-align: center;
height: 450px;
}

form.logindialog {
display: none;
}

form input#submitbuttonold {
background-color: #007200;
}

form input#submitbutton {
background-color: #BBBBBB;
border-color: #000000;
border-width: 5px;
border-style: solid;
padding: 5px;
margin: 10px 0px 0px 0px;
}

input#loginbutton {
border: 1px solid black;
margin: 3px;
}

ul li {
list-style-type: none;
padding: 0px;
margin: 0px;
}