body {
    background: #FFF;
    color: #222;
    margin: 0px auto 20px;
    width: 900px;
    font-family: "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Arial, Helvetica, sans-serif;
    letter-spacing: 1.5;
}

.logo {
    text-align: center;
}

a {
    color: #0088CC;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

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

a b {
    color: #0088CC;
}

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

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


form dl {
    margin: 0px;
}

form dt, form label {
    font-size: 12pt;
    color: #222;
}
form dd {
    margin: 0px 0px 10px 0px;
}
input {
    font-size: 14pt;
    padding: 3px 6px;
}
input[type=submit] {
    border: 1px solid #222222;
    font-size: 11pt;
    background: #222222;
    color: #CCC;
    margin-top: 5px;
    padding: 4px 10px;
}
input[type=submit]:hover {
    background: #0088BB;
    color: #FFF;
    border: 1px solid #0088BB;
}
textarea {
    font-size: 14pt;
    padding: 2px;
}

p {
}

form p {
    margin: 0px;
}

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

p.options a {
    color: #CCC;
    background: url(nav.png) #222222;
    height: 28px;
    padding: 10px 20px 8px;
    text-decoration: none;
}
p.options a:hover {
    background: #0088BB;
    color: #FFF;
}

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

.big_form {
    font-size: 16pt;
    color: #222;
}

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

table.predictions {
}

table.groups {
}

table.invitations {
}

tr.odd_row {
    background: #DDD;
}

tr.even_row {
    background: #CCC;
}

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

table.predictions td {
    padding: 6px 12px;
}

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

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

span.me, span.friend {
    margin: 0 5px;
    padding: 5px 10px;
}

.me {
    background: #AAF;
}

.friend {
    background: #AFA;
}

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-weight: normal;
}

h1 {
    font-size: 36pt;
}

h2 {
    margin: 40px 0 10px;
    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%;
}

p.main2 {
    margin: 50px 0;
    font-size: 150%;
    text-align: center;
}

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

.clear {
    clear: both;
}

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

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

body.home a.home_tab,
body.profile a.profile_tab,
body.friends a.friends_tab,
body.comments a.comments_tab,
body.predictions a.predictions_tab,
body.statistics a.statistics_tab,
body.tags a.tags_tab,
body.results a.results_tab,
body.rankings a.rankings_tab,
body.logout a.logout_tab,
body.signup a.signup_tab,
body.login a.login_tab
{
    background: url(nav-selected.png) #222222;
    color: #FFFFFF;
}

div.footer {
    color: #000;
    margin-top: 100px;
    background: #CCC;
    font-size: 80%;
    padding: 10px 20px;
    -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: #CCC;
    width: 700px;
    margin: 50px 100px;
    color: #222;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

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

table.main_stats td.big_num {
    padding: 10px 20px;
    font-size: 250%;
    font-weight: bold;
}

table.stats {
    width: 900px;
}
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: #AFA;
}

tr.disagree {
    background: #FCC;
}

tr.neither {
    background: #DDD;
}

div.toggle {
    margin: 20px;
}

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

.agreement_full {
    background: #9F9;
}

.agreement_majority {
    background: #CFC;
}

.agreement_minority {
    background: #FCC;
}

.agreement_NA {
    background: #DDD;
}



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

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

a.button_link {
    background: #222222;
    color: #CCC;
    padding: 8px 10px 4px;
    text-decoration: none;
}
a.button_link:hover {
    background: #0088BB;
    color: #FFF;
}

.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;
    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: #AFA;
}
.no {
    background: #FCC;
}
.unknown {
    background: #DDD;
}
.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;
}


.event {
    margin: 5px 0;
    padding: 2px 8px;
    border: 1px solid #999;
    background: #FFF;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
.event-description {
    font-weight: 500;
}
.event-datetime {
    float: right;
}
.event-join { border-left: 15px solid #566;}
.event-follow-user { border-left: 15px solid #966;}
.event-prop_approved { border-left: 15px solid #CC9;}
.event-prop_submitted { border-left: 15px solid #CCC;}

.sparklines {
    color: transparent;
    padding: 20px 10px 30px;
}

.inlinepie {
    color: transparent;
}

.stat-nav a {
    display: block;
    float: left;
    margin: 20px 2px 0 0;
    padding: 6px 8px 3px;
    background: #CCC;
    color: #666;
    border-bottom: 1px solid #CCC;
    -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 #222;
    border-left: 1px solid #222;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    padding: 10px 20px;
}
.overall .overall-tab,
.yes .yes-tab,
.no .no-tab,
.unknown .unknown-tab,
.true .true-tab,
.false .false-tab,
.not-revealed .not-revealed-tab,
.comments .comments-tab {
    padding: 9px 8px 0px;
    background: #222;
    color: #FFF;
    border-bottom: 1px solid #222;
}
.tab-section {
    display: block;
    float: left;
    margin: 20px 2px 0 0;
    padding: 6px 5px 3px;
}

.comment {
    margin: 10px 0;
    background: #EEE;
    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;
}

.yes-score {
    color: #393;
}
.no-score {
    color: #F33;
}