/* EVENTS LISTS */

.lEvent {
	padding: 0 15px 15px 15px;
	border: 1px solid #fff;
	margin-top: 10px;
}

	div.lEvent h2.sTitle a {
		margin-top: 0 !important;
		color: #fff !important;
	}



/* CALENDAR VIEW */
	table.calTable
		{
		margin-top: 20px;
		width: 98%;
		border: 1px solid #e6d9c9;
		border-collapse: collapse;
		}
	
	th.calHeader
		{
		text-align: center;
		background-color: #a1513a;
		padding: 10px 5px;
		border: 1px solid #A1513A;
		}
	
	td.calCell
		{
		border: 1px solid #A1513A;
		height: 100px;
		vertical-align: top;
		color: #A1513A;
		}
	td.calCellBusy
		{
		background-color: #e6d9c9;
		}
	td.calCellFree
		{
		background-color: #e6d9c9;
		}
		
	p.calDate
		{
		padding:0px;
		margin: 0px;
		font-weight: bold;
		}
	
	p.calEvent
		{
			padding-left: 5px;
		}
	

/* EVENT DETAIL */

#eventDetail {
	margin-bottom: 30px;
}