html {
    overflow: -moz-scrollbars-vertical;
}

h1 {
    font-size: 28px;
    color: #000;
}

table th {
    background:#FFFFFF none repeat scroll 0 0;
    border-bottom:1px solid #FFFFFF;
    border-top:4px solid #F0F0F0;
    color:#000;
    font-size:13px;
    font-weight:bold;
    padding:0px;
}

table tr:hover td {
    background:#FFFFFF none repeat scroll 0 0;
}

table td {
    background:#FFFFFF none repeat scroll 0 0;
    border-bottom:1px solid #FFFFFF;
    border-top:1px solid transparent;
    color:#666;
    padding:4px;
}

.fieldWithErrors {
    padding: 2px;
    background-color: red;
    display: table;
}

#errorExplanation {
    width: 480px;
    border: 2px solid #ccc;
    padding: 7px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    background-color: #333;
}

#errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    margin: -7px;
    background-color: #666;
}

#errorExplanation p {
    margin-bottom: 0;
    padding: 5px;
}

#errorExplanation ul li {
    font-size: 12px;
    list-style: square;
}


#content {
    float: left;
    background-color: white;
    border: 3px solid #aaa;
    border-top: none;
    padding: 25px;
    width: 660px;
}



#about {
    padding-left: 75px;
    padding-right: 30px;
}

#getting-started {
    padding-left: 30px;
    padding-right: 30px;
}

#about h3 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
}

#about-content {
    background-color: #ffd;
    border: 1px solid #fc0;
    margin-left: -11px;
}
#about-content table {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 11px;
    border-collapse: collapse;
}
#about-content td {
    padding: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}
#about-content td.name  {color: #555}
#about-content td.value {color: #000}

#about-content.failure {
    background-color: #fcc;
    border: 1px solid #f00;
}
#about-content.failure p {
    margin: 0;
    padding: 10px;
}


#getting-started {
    border-top: 1px solid #ccc;
    padding-top: 15px;
}
#getting-started h1 {
    margin: 0;
    font-size: 20px;
    color:#eee;
}
#getting-started h2 {
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    color: #fdce72;
    margin-top:30px;
}
#getting-started h3 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #eee;
    margin-top:30px;
}
#getting-started ol {
    margin-left: 0;
    padding-left: 30px;
}
#getting-started ul {
    margin-left: 0;
    padding-left: 30px;
    list-style:none;
}
#getting-started li {
    font-size: 14px;
    color: #eee;
    margin-bottom: 25px;
}
#getting-started li h2 {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    color: #fdce72;
}
#getting-started p {
    color: #ddd;
    font-size: 13px;
}

#search {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
}
#search input {
    font-size: 11px;
    margin: 2px;
}
#search-text {width: 170px}

.small-box {
    color:#fdce72;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.small_header {
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.submit-buttons {
    text-align: right;
    margin-top: 10px;
}

#flash-report {
    margin-bottom: 10px;
}


.documentation {
    border-top:1px solid #CCCCCC;
}

.documentation pre {
    color:maroon;
    background-color: #e2ffd2;
    border-right: 2px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

.documentation table {
    width:100%;
    border: 1px;
}

.documentation table tr{
    text-align:center;
}

.documentation h2{
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    color: #fdce72;
    margin-top:30px;
}

#landing_page table .current {
    color:#000;
    font-weight:bold;
}

#landing_page a{
    color: #333;
}

#landing_page a:hover{
    background-color: #ccc;
    color: #333;
    text-decoration: none;
}


.whitebox {
    background:#fff;
    border:1px solid #ccc;
    margin-bottom:5px;
    padding:10px;
}

#bottom_section{
    background:#BCC7D4;
    border:1px solid #ccc;
    padding:0px;
}

#bottom_section table th {
    background:#BCC7D4 none repeat scroll 0 0;
    border-bottom:1px solid #FFFFFF;
    border-top:4px solid #AABCFE;
    color:#003399;
    font-size:13px;
    font-weight:normal;
    padding:0px;
}

#bottom_section table tr:hover td {
    background:#BCC7D4 none repeat scroll 0 0;
}

#bottom_section table td {
    background:#BCC7D4 none repeat scroll 0 0;
    border-bottom:1px solid #BCC7D4;
    border-top:1px solid transparent;
    color:#666;
    padding:4px;
}

#bottom_section table .current {
    color:#000;
    font-weight:bold;
}

.ok_stats{
    color:green;
    font-weight:bold;
}

#report_card table th {
    background:#F0F0F0 none repeat scroll 0 0;
    border-bottom:1px solid #FFFFFF;
    border-top:4px solid #AABCFE;
    color:#003399;
    font-size:13px;
    font-weight:normal;
    padding:0px;
}

#report_card table tr:hover td {
    background:#F0F0F0 none repeat scroll 0 0;
}

#report_card table td {
    background:#F0F0F0 none repeat scroll 0 0;
    border-bottom:1px solid #ccc;
    border-top:1px solid transparent;
    color:#666;
    padding:4px;
    min-width: 20px;
}


#report_card table .current {
    color:#000;
    font-weight:bold;
}
