#ews_ue{

}
#bottom-content .ews_ue_title { display:none; }
.ews_ue_title a{
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

#bottom-content div.bottom-box .ews_ue_event_info a 
{
    color:#252525;
}

#bottom-content div.bottom-box .ews_ue_title a{
	color:#fff;
	font-size:12px;
	font-weight:normal;
	height:34px;
	line-height:34px;
	overflow:hidden;
	padding:0 15px 10px 35px;
	text-decoration:none;
}
	.ews_ue_event {
		background:url(../../../images/channel-divider.png) no-repeat top center;
		color:#1e879a;
		height:auto;
		padding:0px;
		width:auto;
	}
	.ews_ue_event_monthday{
		color:#fff;
		float:left;
		font-size:11px;
		padding-right:5px;
	}
	.ews_ue_event_daytime{
		color:#fff;
		display:none;
		float:left;
		font-size:11px;
	}
	
	.ews_ue_event_date {
		background:#d35100;
		color:#fff;
		float:left;
		font-size:12px;
		overflow:hidden;
		padding:1px 5px;
	}

	.ews_ue_event_info{
		clear:both;
		color:#252525;
		font-size:11px;
		padding:1px 5px;
		}
	.ews_ue_event_info div
	{
	    display:none;
	        }
	.ews_ue_event_info div.ews_ue_event_name{ display:block; }
	.ews_ue_event_name a{
		color:#4c4c4c;
		text-decoration:none;
	}
		
		.ews_ue_event_info p{}
		
		.ews_ue_moveevents{ }
			.ews_ue_moveevents a{
				background:url(../../../images/more.jpg) no-repeat;
				display:block;
				position:absolute;
				bottom:1px;
				height:18px;
				left:10px;
				text-align:left;
				text-decoration:none;
				text-indent:-9999px;
				width:66px;
				}
				
/**typo?????*/
.ews_moreinfo
{
   display:block;
}


/* lightbox */
.ews_ue_lightbox {
    background-color: #FFFFFF;
    border: 10px solid #D6D5D3;
    display: none;
    left: 0;
    margin-left: 29%;
    margin-top: 15%;
    padding: 15px;
    position: fixed;
    top: 0;
    width: 40%;
    z-index: 1051;
}
.ews_ue_lightbox_summary {
    color: #B38400;
    font-size: 18px;
}
.ews_ue_lightbox_location {
    color: #666666;
    font-size: 12px;
    font-style: italic;
}
.ews_ue_lightbox_description {
    color: #666666;
    font-size: 11px;
    line-height: 18px;
    margin-top: 15px;
}
.ews_ue_lightboxbackground {
    background-color: #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
}
.ews_ue_lightbox_x {
    background: url("../Default_Images/grid_popup_x.png") no-repeat scroll 10px 5px transparent;
    cursor: pointer;
    height: 23px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    width: 23px;
}