html, body {
    background-color: #fff;
    font-size: 10pt;
}

body, div, p, a, td, th, li, big, small {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
}

p {
    word-wrap: break-word;
    white-space: normal;
}

A:href    { text-decoration: none; }
A:visited { color: #0010FF; text-decoration: none; }
A:link    { color: #0010FF; text-decoration: none; }
A:hover   { color: #FF9900; text-decoration: underline; }
HR        { border: 1 solid #A7A7A7 }
INPUT     { border: 1 solid #A7A7A7 }
big       { font-size: 12pt; }
img { border:0 }


a.self {
    font-weight: bold;
}

td.fill a, th.fill a {
    display: block;
}

h3 {
    margin: 0;
    font-size: 10pt;
}

ul {
    padding-left: 0px; 
    margin-left: 5px;
    margin-top: 0px; 
    margin-bottom: 15px;
    list-style-image: url("images/bullet.gif"); 
    list-style-position: inside; 
}

li {
    margin-left: 0;
}

li.inner {
    margin-left: 10px;
}

ul.blue, li.blue {
    list-style-image: url("images/dot-blue.gif");
}

ul.square, li.square {
    list-style-image: url("images/square.gif");
}

th {
    background-color: #06c;
    color: white;
    font-weight: bold;
}

th a:link, th a:visited {
    color: white;
}

th.low {
    font-weight: normal;
}

th.thin, td.thin {
    width: 1%;
}

td {
    white-space: nowrap;
}

h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 12pt;
    font-weight: bold;
}

h2.title {
    display: block;
    background-color: #06c;
    color: #fff;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
    margin: -6px -6px 4px -6px;
}

.box {
    border: 1px solid #ccc;
    margin: 0px;
    padding: 5px;
}

.menu {
    float: left;
    width: 200px;
}

.main {
    float: right;
    width: 710px;
}

.wide {
    width: 950px;
}

a abbr {
    border-bottom: 0;
    cursor: help;
}

/* Sort tables */
table.sortable {
    margin-bottom: 2em;
    border-collapse: collapse; 
}

.sortable th, .sortable td {
    white-space: nowrap;
    text-align: center;
}

.sortable th a, .sortable td a {
    display: block
}

.sortable .aligned {
    text-align: left;
}

.sortable .keyed {
    font-weight: bold;
}

.sortable tr th {
    padding: 2px 5px 2px 5px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.sortable tr td {
    border-right: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 1px 3px 1px 3px;
}

.sortable tbody tr td:first-child {
    border-left: 1px dotted #ccc;
}

.sortable tr th.sortkey a:link {
    color: #badc52;
}

.sortable tr td.sortkey {
    background-color: #badc52;
    border: 1px solid #fff;
}

.sortable tr td.sortkey a:link {
    color: black;
}

.sortable tr:hover {
    background-color: #ddd;
    border-collapse: separate;
    padding: 0;
    margin: 0;
}

.sortable tr:hover td {
    border: 1px solid #fff;
    border-left: 0;
}

.sortable tr:hover td.sortkey {
    background-color: #ace;
}

.sortable tfoot tr:first-child {
    border-top: 1px solid black;
}

.sortable tfoot td {
    font-weight: bold;
}

.sortable tfoot td.keyed {
    color: #f90;
}

/* Scores */
.win {
    font-weight: bold;
    color: #0d0;
}

.loss {
    font-weight: bold;
    color: #f00;
}

.tie {
    font-weight: bold;
    color: #f0f;
}

/* Column pairs */
table.sideways {
}

.sideways th {
    padding: 5px;
    text-align: center;
}

.sideways td {
    padding: 5px 5px 5px 5px;
}

.sideways .right {
    text-align: right;
    padding-right: 0;
}

.sideways .left {
    text-align: left;
    padding-left: 0;
}
