body {
    background: url(./heading.png) repeat-x #336666;
    color: #BBFFFF;
    margin: 0px auto 20px;
    width: 900px;
    font-family: "Helvetica Neue", Arial, Helvetica;
    letter-spacing: 1.5;
}

.logo {
    text-align: center;
}

a {
    color: #BBFFFF;
}

a:hover {
    color: #FFFFFF;
}

b {
    font-weight: bold;
    color: #FFFFFF;
}

table {
    background: #0B2020;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

form {
    background: #113333;
    padding: 20px 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
form.plain {
    background: transparent;
    padding: 0;
}

form dl {
    margin: 0px;
}

form dt {
    font-size: 12pt;
}
form dd {
    margin: 0px 0px 10px 0px;
}
input {
    font-size: 14pt;
    padding: 3px 6px;
}
input[type=submit] {
    background: url(button.png) #113333;
    text-shadow: 0px -1px 2px #000000;
    color: #FFFFFF;
    height: 32px;
    padding: 4px 20px;
    border: 1px solid #222222;
    font-size: 11pt;
}
input[type=submit]:hover {
    color: #FFFFFF;
    text-shadow: 0px 0px 5px #BBFFFF;
}
textarea {
    font-size: 14pt;
    padding: 2px;
}

p {
    text-shadow: -1px -1px 2px #113333;
}

form p {
    margin: 0px;
}

p.options {
    font-size: 20pt;
    text-align: center;
    padding: 10px;
    margin: 20px 0;
}

p.options a {
    color: #CCC;
    border: 1px solid #222222;
    background: url(nav.png) #113333;
    height: 28px;
    padding: 6px 20px 10px;
    text-decoration: none;
}
p.options a:hover {
    color: #FFF;
    text-shadow: 0 0 5px #FFF;
}

p.error {
    margin-bottom: 20px;
}
.error {
    color: #F33;
}

.big_form {
    font-size: 16pt;
}

input.big_input {
    font-size: 16pt;
}

table.predictions {
}

table.groups {
}

table.invitations {
}

tr.odd_row {
    background: #113333;
}

tr.even_row {
    background: #194343;
}

table.predictions th {
    font-size: 16pt;
    padding: 3px 10px;
}

table.predictions td {
    padding: 6px 12px;
}
table.predictions td a {
    text-decoration: none;
}

table.rankings th {
    padding: 3px 10px;
    font-size: 80%;
}

table.rankings td {
    padding: 3px 10px;
    font-size: 80%;
}

.me {
    background: #006;
}

.friend {
    background: #060;
}

table.groups th {
    padding: 3px 10px;
    font-size: 80%;
}

table.groups td {
    padding: 3px 10px;
    font-size: 80%;
}

table.invitations td {
    padding: 3px 10px;
    font-size: 80%;
}

h1, h2, h3 {
    font-family: Impact;
    font-weight: normal;
    text-shadow: 0 0 10px #AAAAAA;
}

h1 {
    font-size: 36pt;
}

h2 {
    margin-top: 50px;
    font-size: 28pt;
}

h3 {
    font-size: 20pt;
}

img {
    border: 0px;
}

textarea {
    margin-left: 0px;
}

div.help {
    margin: 20px;
    padding: 10px;
    background: #004;
    border: 1px solid #006;
    font-size: 90%;
    font-style: italic;
    text-align: center;
}

p.main {
    font-size: 150%;
    text-shadow: -1px -1px 2px #113333;
}

p.main2 {
    margin: 50px 0;
    font-size: 150%;
    text-align: center;
    text-shadow: -1px -1px 2px #113333;
}

p.answer {
    font-size: 150%;
    text-align: center;
    border: 1px solid #006;
    background: #004;
    padding: 10px;
}

.clear {
    clear: both;
}

div.taskbar {
    margin: 20px 0 40px;
    padding: 0;
}

div.taskbar a {
    display: block;
    color: #CCC;
    float: left;
    height: 22px;
    padding: 14px 20px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #000000;
    background: url(nav.png) #333333;
    border-right: 1px solid #113333;
}
div.taskbar a:hover {
    color: #FFFFFF;
}
div.taskbar a.first {
    border-left: 1px solid #113333;
}

body.home a.home_tab,
body.profile a.profile_tab,
body.comments a.comments_tab,
body.predictions a.predictions_tab,
body.statistics a.statistics_tab,
body.tags a.tags_tab,
body.logout a.logout_tab,
body.signup a.signup_tab,
body.login a.login_tab
{
    background: url(nav-selected.png) #113333;
    text-shadow: 0px 0px 10px #FFFFFF;
    color: #FFFFFF;
}

div.footer {
    margin-top: 100px;
    background: #113333;
    font-size: 80%;
    padding: 10px 20px;
    border: 1px solid #113333;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.alert {
    float: left;
    width: 150px;
    margin-left: -180px;
    padding: 10px;
    background: #400;
    border: 1px solid #600;
    font-size: 90%;
    font-style: italic;
}

p.warning {
    background: #400;
    padding: 10px;
    border: 1px solid #600;
    font-size: 120%;
}

span.big_num {
    font-weight: bold;
    font-size: 24pt;
}

table.main_stats {
    background: url(./stats.png) no-repeat #222222;
    width: 700px;
    margin: 50px 100px;
    color: #DDDDDD;
    text-shadow: 0px -1px 0px #000000;
    border: 1px solid #000000;
}

table.main_stats td {
    padding: 10px 20px;
    font-size: 110%;
}

table.main_stats td.big_num {
    width: 300px;
    padding: 10px 0;
}

table.stats th {
    font-size: 16pt;
    padding: 3px 10px;
}

table.stats td {
    padding: 6px 12px;
}
table.stats td a {
    text-decoration: none;
}
.percentage {
    text-align: center;
}

tr.agree {
    background: #060;
}

tr.disagree {
    background: #600;
}

tr.neither {
    background: #333;
}

div.toggle {
    margin: 20px;
}

div.toggle a {
    font-size: 90%;
    background: #333;
    text-decoration: none;
    padding: 3px;
}

.agreement_full {
    background: #060;
}

.agreement_majority {
    background: #030;
}

.agreement_minority {
    background: #600;
}

.agreement_NA {
    background: #333;
}

p.legend {
    line-height: 30px;
    background: #0B2020;
    padding: 15px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

span.agreement_full, span.agreement_majority, span.agreement_minority {
    padding: 5px 10px;
}

.button_link {
    background: #113333;
    text-shadow: 0 0 4px #FFF;
    padding: 6px 10px;
    text-decoration: none;
}

.form-help {
    width: 400px;
    margin-left: 40px;
    margin-top: 20px;
    float: left;
    font-size: 18pt;
    line-height: 24pt;
}

.beta-note {
    width: 200px;
    position: absolute;
    top: 0;
    font-family: "Marker Felt";
    font-size: 14pt;
    background: #FFA;
    text-shadow: none;
    color: #000;
    padding: 8px 16px;
    -webkit-box-shadow: 5px 5px 5px #000;
}
.beta-note b {
    color: #333;
}

.account-bar {
    margin-top: 5px;
    float: right;
}


.prediction-box {
    float: left;
    text-align: center;
    margin: 0 10px;
    background: #CCC;
    padding: 15px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.prediction-box-percentage {
    font-weight: bold;
    font-size: 200%;
}
.prediction {
    font-size: 150%;
}
.yes {
    background: #060;
}
.no {
    background: #600;
}
.unknown {
    background: #333;
}
.main3 {
    margin: 50px 0;
    font-size: 150%;
    line-height: 150%;
}


form.search {
    width: 400px;
}
.search-results {
    width: 600px;
    margin: 20px 0;
    font-size: 16pt;
}

.search-results ul {
    list-style: none;
}

.search-results li {
    margin: 0;
    padding: 10px 10px;
    height: 30px;
    -moz-border-radius: 5px ;
    -webkit-border-radius: 5px;
}

.search-results input[type=submit] {
    margin-top: 0;
    float: right;
}
span.follow {
    color: #5A5;
    float: right;
}
table.friends td {
    font-size: 16pt;
    padding: 2px 10px;
}

.sparklines {
    padding: 10px 0 50px;
    color: transparent;
}

.inlinepie {
    color: transparent;
}

.stat-nav a {
    display: block;
    float: left;
    margin: 20px 2px 0 0;
    padding: 7px 8px 4px;
    background: #CCC;
    color: #666;
    border-bottom: 1px solid #CCC;
    text-decoration: none;
    font-size: 10pt;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}
.stat-body {
    border-top: 10px solid #113333;
    border-left: 1px solid #113333;
    border-right: 1px solid #113333;
    border-bottom: 1px solid #113333;
    padding: 10px 20px;
}
.stat-body li {
    font-size: 150%;
}
.overall .overall-tab,
.yes .yes-tab,
.no .no-tab,
.unknown .unknown-tab,
.true .true-tab,
.false .false-tab,
.comments .comments-tab {
    padding: 9px 8px 2px;
    background: #113333;
    color: #FFF;
    border-bottom: 1px solid #113333;
}

.tab-section {
    display: block;
    float: left;
    margin: 20px 2px 0 0;
    padding: 6px 5px 3px;
}

.comment {
    margin: 10px 0;
    background: #194343;
    padding: 5px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.comment .meta {
    font-size: 10pt;
    padding: 10px 0;
    float: left;
    width: 200px;
}
.comment .comment-text {
    float: left;
    width: 600px;
}