@charset "utf-8";
/* CSS event */

.bg_container{
	background-color:#aeaeae;
}

.events_calendar_heading_month{
	position:absolute;
	left:63px;
	bottom:12px;
	height:40px;
	color:#ffffff;
	letter-spacing:-0.06em;
	z-index:2;
}

.events_calendar_heading_previous, .events_calendar_heading_next{
	position:absolute;
	top:17px;
	width:9px;
	height:17px;
}

.events_calendar_heading_previous{
	left:-30px;
	background-image:url(../../img/sys/previous.png);
}

.events_calendar_heading_previous:active{
	background-image:url(../../img/sys/previous.png);
}

.events_calendar_heading_next{
	right:-30px;
	background-image:url(../../img/sys/next.png);
}

.events_calendar_heading_next:active{
	background-image:url(../../img/sys/next.png);
}

.events_calendar_thismonth, .events_viewas_list, .events_viewas_calendar{
	position:absolute;
	top:16px;
	height:21px;
	font-size:16px;
	letter-spacing:-0.06em;
	background-position:right;
	background-repeat:no-repeat;
	z-index:2;
}

.events_calendar_thismonth{
	right:-258px;
	width:195px;
	background-image:url(../../img/sys/div_up.png);
}

.events_viewas_list{
	right:-399px;
	width:110px;
	background-image:url(../../img/sys/div_down.png);
}

.events_viewas_calendar{
	right:-185px;
	top:14px;
	width:160px;
	background-image:url(../../img/sys/div_down.png);
}

.events_calendar_thismonth a, .events_viewas_list a, .events_viewas_calendar a{
	color:#d6d6d6;
	text-decoration:none;
	font-weight:normal;
}
.event_calendar_content_block{
	padding-bottom:50px;
	background-color:#aeaeae;
}

.event_calendar_container{
	width:100%;
	margin-top:-30px;
	border:#aeaea 1px solid;
}

.event_calendar_day_block{
	background-color:#FFFFFF;
	width:114px;
	height:73px;
	padding-left:4px;
	float:left;
	border:#e8e8e8 1px solid;
	font-size:10px;
	line-height:1.4em;
}

.event_calendar_null_block{
	background-color:#e8e8e8 !important;
}

.calendar_id{
	font-size:14px;
	font-weight:bold;
}

.event_calendar_icon_container{
	position:relative;
	top:56px;
	cursor:pointer;
}

.event_calendar_icon{
	float:right;
	width:15px;
	height:16px;
	margin-right:5px;
	background-position:center;
	background-repeat:no-repeat;
}

.event_listing_block{
	width:100%;
	float:left;
	clear:left;
}

.event_listing_heading_block{
	width:100%;
	height:60px;
	float:left;
	clear:left;
	background-color:#d6d6dc;
	z-index:4;
}

.event_listing_heading{
	position:relative;
	left:33px;
	top:12px;
	height:35px;
	width:360px;
	color:#ffffff;
	font-size:28px;
	letter-spacing:-0.06em;
	overflow:hidden;
	z-index:2;
}
.event_listing_location{
	position:relative;
	left:400px;
	top:-15px;
	height:30px;
	width:250px;
	color:#ffffff;
	font-size:24px;
	letter-spacing:-0.06em;
	overflow:hidden;
	z-index:2;
}

.event_listing_date{
	position:relative;
	right:15px;
	top:5px;
	height:45px;
	width:200px;
	float:right;
	color:#ffffff;
	font-size:20px;
	font-weight:normal;
	text-align:right;
}

.event_listing_details_block{
	width:100%;
	height:65px;
	float:left;
	clear:left;
	background-color:#FFFFFF;
	z-index:4;
}

.event_listing_synopsis{
	position:relative;
	left:33px;
	top:14px;
	height:38px;
	width:375px;
	color:#DBD7CE;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-0.06em;
	overflow:hidden;
	z-index:2;
}

.event_listing_details{
	position:relative;
	left:415px;
	top:16px;
	height:66px;
	width:225px;
	float:left;
	color:#DBD7CE;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	z-index:2;
}
