html {
    overflow-y: scroll;
}
body {
    font-family: Helvetica;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

h1{
    font-size: 26px;
}

p,ul,li {
    font-size: 12px;
}

#all {
    width: 300px;
    margin: 0 auto;
    padding: 10px;
//    height: 100%;
}

#all-small {
    width: 180px;
    margin: 0 auto;
    padding: 10px;
//    height: 100%;
}

a {
    color: #006699;
    //color: #333333;
    text-decoration: none;
    border-bottom: 1px solid #006699;
}

a:hover {
    color: #003366;
    //color: #006699;
    //text-decoration: none;
    //border-bottom: 1px solid #003366;
}


a.js {
    color: #006699;
    text-decoration: none;
    border-bottom: 1px dashed #006699;
}

a.js:hover {
    color: #003366;
    text-decoration: none;
    border-bottom: 1px dashed #003366;
}

a.white {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px dashed #FFFFFF;
}

a.white:hover {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px dashed #FFFFFF;
}


#city {
    padding: 10px;
}

#search {
    display: none;
    padding: 0px;
    padding-bottom: 10px;
    top: 10px;
    width: 300px;
//    height: 70px;
    position: absolute;
//    background: #99CCFF;
    border: 1px solid #99CCFF;
    z-index: 100;
}

#city-header {
    padding: 9px;
    padding-bottom: 13px;
    background: #99CCFF;
//    width: 100%;
//    height: 100%;
}

#searchform {
    padding: 10px;
    padding-top: 20px;
    padding-left: 15px;
    clear: both;
}

#q {
//    border: none;
    width: 192px;
    float: left;
}

#searchbtn {
//    border: none;
    margin-left: 4px;
    width: 70px;
}

#thermo {
    margin-top: 150px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    top: 20%;
    position: absolute;
}

#city-list {
    padding: 0px;
}

#game{
    width: 180px;
}

.field{
    width: 20px;
    height: 20px;
    float: left;
    cursor: pointer;
    text-align: center;
    vartical-align: middle;
}

.field:hover{
    background: #CCCCCC;
}

.deleted{
    background: #000000;
}

.deleted:hover {
    background: #000000;
}

.selected {
    background: #CCCCCC;
}

.hidden {
    display: none;
}

#actions{
    width: 180px;
    padding: 5px;
    font-size: 12px;
}

.separator{
    position: relative;
    clear: both;
    padding-top: 20px;
    border: 0px;
    border-bottom: 1px solid #CCCCCC;
    width: 180px;
}

a.img {
    border: 0px;
}

ul {
    padding: 0px;
    margin: 0px;
}

#rules {
    display: none;
    padding: 5px;
}

#rows {
}

#rows div {
    margin-right: 10px;
    float: right;
    width: 40px;
    height: 20px;
    font-size: 20px;
    font-weight: bold;
    background: #000000;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 6px;
}

.pad{
    padding-left: 5px;
    padding-right: 5px;
}

.jsl {
    padding: 0px;
    margin: 0px;
    padding-bottom: 3px;
}

#adt {
    clear: both;
    margin-bottom: 20px;
}

h1{
    margin-bottom: 0px;
}
