
        /*everything in this section should be for the control bar*/
.ews_cal_lightbox_iframe
{
    border: none;
    width: 912px;
    height: 503px;
    padding: 0px;
    margin: 0px;
    scroll: none;
    background-color: transparent;
}
.ews_cal_lightbox
{
    display:none;
    position:fixed;
    border: none; 
    z-index:10051;
    padding:none;
    top: 100px;
    left: 200px;
    margin: auto;
}
.ews_lightbox 
{
    padding:none;
    border:none;
}
.ews_cal_lightboxbackground
{
    display:none;
    position:fixed;
    z-index:10050;
    background-color:#000000;
    height:100%;
    width:100%;
    left:0px;
    top:0px;  
	filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */      
}


.ews_select_providers
{
    width: 100%;
    height: 160px;
    margin-top: 5px;
}  
.ews_calendarblock_advanced
{
    display:none;
}

    
