﻿body {
    font-family:Verdana,Arial,Helvetica,sans-serif;
    }

ol li {
    color:#333333;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    }

div * {
    margin:0;
    padding:0;
    }

div {
    position:relative;
    }

.weatherItems {
    background-color:#fff;
    border:0 solid #fff;
    color:#000;
    font-size:8pt;
    position:relative;
    width:100%;
    }

.weatherItems ul {
    margin-left: 10px;
    }

.weatherItems li {
    list-style-type:none;
    margin-bottom:5px;
    }

.weatherItems a {
    color:#000;
    cursor:pointer;
    font-size:8pt;
    }

.ajaxContainer {
    top:34px;
    z-index: 10;
    overflow: auto;
	height:141px;
	background-color:#FFFFFF;
	display:none;
    }
    
.activityBottom {
    /*background-image:url("images/activity_bottom.png");*/
    background-position:center top;
    background-repeat:no-repeat;
    height:19px;
    width:163px;
    }

#weather {
    background-image:url("images/dropBackground.png");
    height:34px;
    left:0;
    position:absolute;
    width:163px;
    z-index:11;
    }
    
#pnWeather { height: 140px; display: none; }

.box {
    background-position:left top;
    background-repeat:no-repeat;
    height:29px;
   /* padding-top:5px;*/
    text-align:left;
    width:163px;
    }

.box a { padding-left:10px; }

.activityTitle {
    color:#000000;
    float:left;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:8pt;
    padding-left:10px;
    padding-top:4px;
    width:120px;
	z-index:3;
    }

#weatherArrow {
    float:right;
    height:30px;
    position:absolute;
	left:0px;
    width:25px;
	z-index:1;
    }

.activityPickerItem {
    float:left;
    margin-right:12px;
    width:170px;
    }

/* .activityPickerItem div { overflow:hidden !important; } */

#addressContainer {
    clear:both; 
    height:100px; 
    width:255px; 
    /*background-color:#fff; */
    position:absolute; 
    left: 0;
    top:34px;
    z-index: 9;
	font-size:10px;
    }


.ul_level1, .ul_level1 a { color: #c69; font-size: 10pt; padding-top: 3px; }
.ul_level2, .ul_level2 a { color: #cc0; font-size: 9pt; padding-top: 2px; }
.ul_level3, .ul_level3 a { color: #000; font-size: 8pt; padding-top: 1px; }
#locator {
	position: absolute;
	left: 65px;
	top: 29px;
}

#lbWeather {
	position:absolute;
}
