html {
    overflow: hidden;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
}
body {
    background: url('/theme/fon.png') white right top no-repeat;
    margin: 0;
    padding: 0;
}
#title {
    height: 30px;
    font-weight: bold;
    font-size: 16px;
    border-bottom: solid 1px #1C94C4;
}
.city {
    height: 23px;
    width: 150px;
    float: left;
    text-align: center;
    background-color: #cdecf8;
    color: #1C94C4;
    padding-top: 5px;
    border: solid 1px white;
}
.city a {
    color: #1C94C4;
    text-decoration: none;
}
.city.selected {
    background-color: #1c94c4;
}
.city.selected a {
    color: white;
}
.sitename {
    padding-top: 5px;
    padding-left: 30px;
    height: 25px;
    float: left;
    color: #1c94c4;
}
#counters {
    height: 20px;
    text-align: center;
}
#menu {
    height: 20px;
    text-align: center;
    border-top: solid 1px #1C94C4;
}
#menu a {
    font-weight: bold;
    color: #1c94c4;
}
#menu a:hover {
    font-weight: bold;
    color: #c77405;
}
#panel {
    width: 300px;
    float: left;
}
#detail {
    display: block;
    overflow: auto;
}
#detail a {
    font-weight: bold;
    color: #1c94c4;
    text-decoration: none;
    font-size: 10px;
}
#detail a:hover {
    font-weight: bold;
    color: #c77405;
    text-decoration: none;
    font-size: 10px;
}
#detail table {
    width: 100%;
    font-size: 11px;
}
#detail table.arrow {
    background-image: url('/images/way.png');
    background-position: top center;
    background-repeat: repeat-y;
}
#toggle {
    background: url('/theme/size-v.png') center center no-repeat #ffffff;
    width: 20px;
    cursor: pointer;
    float: left;
    border-left: solid 1px #1C94C4;
}
#map_wrapper {
    background: url('/theme/mapback.png') repeat;
    float: left;
}
#map {
    width: 100%;
    height: 100%;
}
#select {
    display: none;
    margin-bottom: 20px;
    margin-top: 10px;
}
#service {
    display: none;
    margin-bottom: 20px;
    margin-top: 10px;
}

#buttons {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 2px;
    margin-top: 10px;
    border-bottom: solid 1px #cccccc;
}

.button {
    margin: 2px;
}
.cloud {
    margin: 10px 0 0;
    padding: 0;
}
/* детали */
.d_id {
    font-size: 8px;
    text-align: center;
    color: #808080;
}
.d_object {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}
.d_route {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    color: #C00;
}
.d_time {
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    color: #808080;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: solid 1px #cccccc;
}
.d_error {
    font-size: 12px;
    text-align: center;
    color: #aa0000;
}
/* температура, таблица */
.temptable td, .temptable tr {
    margin: 0;
    padding: 0;
    font-size: 10px;
}
.temptable caption {
    font-size: 11px;
    font-weight: bold;
    color: #808080;
    margin-bottom: 10px;
}
/* реклама */
.rek280_100 {
    height: 100px;
    width: 280px;
    text-align: center;
    border: dotted 1px lightgray;
    margin-top: 10px;
    color: lightgray;
}
