div.upcommingPrsnt_container{
    position:relative;
}
li.locationTab{
    position:relative;
    float:right;
    list-style-type:none;
    width:60px;
    height:25px;
    font-weight:bold;
    padding-top:4px;
    font-size:12px;
    color:gray;
}
li.locationTab:hover{
    font-weight:bold;
    color:gray;
}
#upcommingPrsnt li{
    list-style-type:none;
    text-align:right;
    font-size:13px;
    height:20px!important;
    height:19px;
    background:#eeeeee;
    position:relative;
    margin-top:1px;
}
#upcommingPrsnt li div.prsntBtn{
    background:transparent url(imgs/open.jpg);
    height:20px;
    width:40px;
    position:absolute;
    left:0px;
    top:0;
    cursor:pointer   
}
div#upcommingPrsnt{
    position:absolute;
    top:-4px;
    right:0;
}
#upcommingPrsnt.scroll{
    overflow-y:scroll;
    overflow-x:hidden;
}
div#upcommingPrsnt li.hover{
    background-color:#41466f;
    color:white;
    cursor:pointer;
}
ul.upcommingPrsnt{
    width:100%;
    padding-top:0px;
    /*float:right;*/
    /*text-align:right;*/
    position:absolute;
    right:0;
    top:0;
}

ul#locationsTabs{
    position:absolute;
    top:-27px;
    right:108px;
    /*_right:90px;*//*ie6 hack*/
    color:#737373;
    width:241px;
}

ul#locationsTabs li{
    cursor:pointer;
    background:transparent url(imgs/selected.jpg) no-repeat;
    color:white;
}
ul#locationsTabs li.active{
    background:transparent url(imgs/not_selected.jpg) no-repeat;
    font-weight:bold;
    color:#3e3e45;

}
#upcommingDate
{
    height:27px;
    padding-right:6px;
    width:100px;
    font-family:Arial;
    font-weight:bold;
    color:gray;
    font-size:13px;
    background:transparent url("imgs/cal.png") left top no-repeat;
    border:none;
    padding-top:3px;
    position:absolute;
    left:88px;
}

span#vipFilterCont label
{
    padding-right:10px;
    font-size:12px;
    position:absolute;
    left:2px;
    width:65px;
    top:9px;
}

div.dateSelect{
    position:absolute;
    top:-65px;
    left:30px;
}

*html div.dateSelect{
	left:-150px;
}

#vipFilter
{
    position:absolute;
    top:8px;
}
