body,ul,li,form{
    font-size: 13px;
    margin: 0;
    padding: 0;
    font-family: verdana;
}

.block_title{
    font-size: 11px;
    font-weight: bold;
}
.block_title select{
    border: 1px solid #cccccc;
    font-size: 12px;
}

.block_title a{
    color: #5279C2;
    font-size: 12px;
}

#weather_container{
   margin: auto;  
   margin-top: 30px;
   width: 96%;  
   min-width: 900px;
}

#weather_container span {
    cursor: pointer
}

.content_wrap {
    position: relative;
    height: 250px;
    padding-left: 240px;
}

.content_wrap .CorrentProperties{

    width: 201px;
    height: 218px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../images/left_card.png');
    background-repeat: no-repeat;
    padding: 10px;
    color: #ffffff;
    font-weight: bold;
}

.content_wrap .CorrentProperties .title{
    width: 200px;
    text-align: center;
    border-bottom: 2px solid #ffffff;

}


.content_wrap .CorrentProperties .title h3{
    margin: 0 0 8px 0px;
}

.content_wrap .CorrentProperties li{
    margin: 12px 5px;
    list-style-type: none;
    font-size: 11px;
}

.content_wrap .CorrentProperties  .pipka {
    position: absolute;
    bottom: 0px;
    right: 0px;
    opacity:0.4;filter:alpha(opacity=40);
        
}

.CurrentWeather {
    padding-top: 18px;
    
}

.CurrentWeather li{
    float: left;
    width: 16%;
    list-style-type: none;
    text-align: center;
    background: url('../images/dots.gif') repeat-y right ;
    padding: 10px 0px;
}
.CurrentWeather li span{
    font-size: 14px;
    
}
.CurrentWeather li span small{
    font-size: 11px;
    
}
.line{
    border: 1px solid #FF7B09;
    margin: 15px 0 ;
}

.tab_switcher{
    height: 32px;
    float: left;
    padding-top: 1px;
    padding-right: 1px;

}

.tab_switcher ul li{
    margin-left: 1px;
    list-style-type: none;
    height: 22px;
    background-image: url(../images/tab_gradient_bg.png);
    float: left;
    padding: 5px;
   
}
.tab_switcher ul li .selected_tab{
    background-color: #000000;
}
.clear_tab {
    background-color: #ffffff;
    color: #000000;
}

#CityGrid {
    width: 100%;
}
#CityGrid  .td_dotted{
    background: url(../images/dots.gif) repeat-y right ;
}
#CityGrid table td a{
    color: #444444;
    font-weight: bold;
    font-size: 11px;
}

#CityGrid ul li table .orange{
    font-size: 14px;
    
}



#CityGrid ul li img{
    vertical-align: middle;
   
}

.ariplan_title td{
    width: 25%;
    font-size: 11px;
   
}

.color1 td{
    background-color: #EFEFEF;
}
.color2 td{
    background-color: #ffffff;
}

.busrows{
    font-size: 12px;
    padding: 4px;
    
}
.busrows a {
    color: #444444;
}
