LABEL{
	width: 100px;
	font-weight: bold;
	display: block;
	float: left;
	padding-top: 2px;
}


/*calendar list*/


.date_wrapper  .details{
	margin-left: 190px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	width: 300px;
}

P.title{
	font-weight: bold;	
}

P{
	margin: 5px 0 10px 0;	
}

.single_event_wrapper{
	margin-bottom: 30px;	
}


/*main area */

#body_wrapper{
	margin-bottom: 20px;
}

#main_area_title{
	margin-top: 3px;
	margin-bottom: 10px;
}


.date_wrapper{
	width: 490px;	
	min-height: 200px;
	margin-bottom: 25px;
	border-top: 1px solid #aaa;
	padding-top: 4px;
}

.date_info_wrapper{
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	position: relative;
}

.date_cover{
	margin-bottom: 5px;
	
}

.date_info_wrapper .title_box{
	width: 170px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	background: black;
	opacity: 0.6;
	height: 16px;
	z-index: 10;
}

.date_info_wrapper .title{
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 5px;
	color: white;
	z-index: 20;
	white-space: nowrap;
}

.date_info_wrapper .title SPAN{
	font-weight: bold;
	width: 140px;
	color: white;
	opacity: 1;
}




