body {
    color: #333;
    font-size: 11px;
    padding: 20px 0 40px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-family: Georgia, serif;
    font-weight: normal;
    text-align: center;
}

h2 {
    padding: 20px 0 0;
    text-align: center;
}

h3 {
    padding: 0px;
    margin: 0px 10px;
    text-align: left;
    font-size: 15px;
}

h4 {
    padding: 0px;
    margin: 0px 10px;
    text-align: left;
    font-size: 12px;
    color: gray;
}

h5 {
    padding: 0px;
    margin: 0px 30px;
    text-align: left;
    font-size: 15px;
}

p {
    border: 1px solid #666;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
}

table.match-nav {
    border: 1px solid #666;
    width: 100%;
    background: white;
}

table.match-nav th {
    border: 1px solid #666;
    width: 100%;
    background: #333;
    color: white;
    padding: 5px;
}

table.match-nav td {
    padding: 5px;
    border-top: 1px solid;
}

table.match-nav td.score {
    text-align: center;
    white-space: nowrap;
}

table.match-nav tr.match:hover {
    background: yellow;
    cursor: pointer;
}

ul {
    border: 1px solid #666;
    padding: 10px 0;
    list-style: none;
}

li {
    margin-left:2px;
}

/*tab stuff*/

.tabfiller {
    width: 488px;
    height: 27px;
    border-bottom: solid 1px #333;
    float:left;
    margin-bottom: -1px;
}

.tab {
    overflow: hidden;
    padding: 0;
    text-align: center;
    float:left;
    width: 15%;
    font-weight: bold;
    height: 22px;
    padding-top: 5px;
}

.tab:hover {
}

.unselectedtab {
    border-bottom: solid 1px #333;
    margin-bottom: -1px;
    cursor:pointer;
}

/*end of tab stuff*/

.spinner {
    background: #999;
}

.scoreboard {
    width: 90%;
    margin: 10px 10px 10px 30px;
}

.scoreboard td{
    border: 1px solid;
    padding: 5px;
    text-align:left;
}

.scoreboard td.numeric{
    text-align: right;
}

#player-throwing-desc {
    width: 90%;
    text-align: left;
    margin-left: 30px;
    display:none;
}

.livestats {
    width: 90%;
    margin: 10px 10px 10px 30px;
}

.livestats th{
    border: 1px solid;
    padding: 5px;
    width: 33%;
    text-align: center;
}

.livestats td{
    border: 1px solid;
    padding: 5px;
    width: 33%;
    text-align: center;
}

.form {
    width: 90%;
    margin: 10px 10px 10px 30px;
}

.form td{
    border: 1px solid;
    padding: 5px;
    width: 33%;
    text-align: center;
}

.head-to-head th{
    border: 1px solid;
    padding: 5px;
    width: 20%;
    text-align: center;
}

.head-to-head  {
    width: 90%;
    margin: 10px 10px 10px 30px;
}

.head-to-head td{
    border: 1px solid;
    padding: 5px;
    width: 20%;
    text-align: center;
}

#more-head-to-head {
    margin-top: -8px;
}

.all-matches {
    width: 90%;
    margin: 10px 10px 10px 30px;
}

.all-matches td {
    border: 1px solid;
    padding: 5px;
    width: 20%;
    text-align: center;
}

.all-matches td {
    border: 0px;
    padding: 5px;
    width: 30%;
}

td.all-matches-status  {
    border: 1px;
    padding: 5px;
    width: 10%;
    text-align: left;
}

.form th{
    border: 1px solid;
    padding: 5px;
    width: 33%;
    text-align: center;
}

table th.header {
    background: #333;
    color: white;
    padding: 5px 10px;
    text-align: left;
    border: 1px solid #333;
}

#main {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
}

#all-matches{
    border: 1px solid #333;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
}

.form-desc {
    width: 90%;
    text-align: right;
}

#all-matches-desc{
    width: 90%;
    text-align: right;
}

