/*
 http://colorschemedesigner.com/#0X11TU8U8w0w0
*/
body, div, hr {
    margin: 0; padding: 0; border: 0;
}
body {
    text-align: center;
    background-color: #EEE; /*#FFE6BB;*/
}

a {
    color: blue;
}

a:hover {
    color: red;
}

h1 a {
    color: black;
    text-decoration: none;
}



#allOuter {
    width: 960px;
    margin:0px auto;
    text-align: left;
/*    background-color: #FFF; */
}

#allInner {
/*    border: 1px solid #DDD; */
/*    padding: 0px 20px; */
}

#menuOuter {
    float: right;
    width: 258px;
}

#menuInner {
    position: fixed;
    background-color: #FFF;
    padding: 10px;
    width: 238px;
}

#contentOuter {
    width: 700px;
    float: left;
}

#contentInner {
    margin-right: 10px;

}

#tabs {
    border: 0px;
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: left;
    width: 460px;
    display: block;

    /*background-color: green; */
}

#tabs li {
    float: left;
    display: block;
    margin-right: 10px;
}

#tabs li a {
    display: block;
    padding: 2px 5px;
    /*border: 2px solid #000; */
    background-color: #DDD;
    text-decoration: none;
    font-size: 130%;
}

#tabs li a.active, #tabs li a:hover {
    /*border-bottom: 2px solid #FFF;*/
    background-color: #FFF;
}

#stats {
    border: 0px;
    padding: 0px;
    margin: 0px;
    float: right;
    width: 220px;
    /*background-color: red; */
    text-align: right;
}

#footerOuter {

}

#footerInner {
    text-align: center;
}

#data, .infoText {
    /* border: 2px solid #000; */
    padding: 5px 20px;
    background-color: #FFF;
}


#formats {
    background-color: #FFF;
}

.paginator {
    margin: 5px 0px;
    text-align: center;
}

.wikiRow {
    /*padding: 2px 10px;*/
    margin-bottom: 5px;
    border-bottom: 1px solid #DDD;
}


.wikiRow h2 {
    margin: 0; padding: 0;
    font-size: 120%;
}

.wikiRow p {
    padding: 0px;
    margin: 0px;
}

#searchForm input{
    font-size: 140%;
    padding: 0; margin: 0;
}

#searchForm .button{
    width: 48%;
}

#dateChanger {
    padding-top: 10px;
}

#dateChanger td {
    text-align: right;
}

#dateChanger td.label {
    font-weight: bold;
    text-align: left;
}
#dateChanger a {
    text-decoration: none;
}

#share h2{
    font-size: 120%;
    margin-bottom: 0px;
}
#share ul, #share li {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

.highlight, .current {
    font-weight: bold;
}

.left {
    float: left;
}

.right {
    float: right;
}

.reset {
    clear: both;
    visibility: hidden;
    height: 0px;
}

.small {
    font-size: 80%;
}

.len2 {
    width: 1.7em;
}

.len4 {
    width: 3.5em;
}

.dataGrid {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}
