div.content {
	
	float:left;
	width:750px;
	min-height:400px;
	height:auto;
	background:url(../images/default/eventscalendar.jpg) top center no-repeat;
	
}

div.events_sponsors {
	
	margin:0px;
	margin-top:10px;
	width:auto;
	padding:5px;
	border:1px solid #F2E1CD;
	float:left;
	background:#FEEEDE;

}

div.main_content {
	
	float:left;
	width:990px;
	height:auto;
		
}

div.subColumnLeft {
	
	width:440px;
	float:left;
	height:auto;
	overflow:hidden;
	
}

div.subColumnRight {

	margin:0px;
	padding:0px;
	width:300px;
	float:left;
	height:auto;
	overflow:hidden;
	
}

div.evens_container {
	
	float:left;
	height:auto;
	margin:0px;
	width:400px;
	margin-left:10px;
	margin-bottom:27px;
	
}

div.events {
	
	float:left;
	height:auto;
	margin:0px;
	width:385px;
	overflow-y:auto;
	overflow-x:hidden;
	text-align:left;
	
}

div.main_events_item {
	
	float:left;
	height:auto;
	margin:0px;
	margin-top:4px;
	margin-bottom:10px;
	border-bottom:1px dotted #BFAC8F;
	padding:0px;
	padding-bottom:15px;
	text-align:center;
		
}

div.main_events_item h1 {
	
	width:380px;
		
}

div.events_title {
	
	margin-top:10px;
	margin-bottom:5px;
	color:#3F2D17;
	
}

div.main_events_item a.all {
	
	color:#222211;
	float:right;
	text-decoration:none;
	margin-right:10px;
		
}

div.main_events_item p {
	
	width:380px;
	margin:0px;
	line-height:180%;
		
}

div.calendar_box {
	
	width:300px;
	float:left;
	height:230px;
	margin-bottom:8px;
	
}

div.calendar_container {
	
	margin-top:0px;
	
}

div.eventCalendar {
	
	margin:0px;
	padding:0px;
	float:left;
	width:400px;
	height:auto;
	
}

table.calendarAjax {
	
	border-collapse: collapse;
	font-size:14px;
	width:300px;
	text-align:center;
	font-family:times;
	
}

table.calendarAjax tr.calendar_header {
	
	width:300px;
	height:25px;
	background:url(../images/default/tr_background.png) bottom center no-repeat;
	
}

table.calendarAjax tr td.today {
	
	cursor:pointer;
	width:30px;
	height:30px;
	background:url(../images/default/today.gif) center no-repeat;
	
}

table.calendarAjax tr td.calendar_over  {
	
	cursor:pointer;
	width:30px;
	height:30px;
	background:url(../images/default/calendar_over.gif) center no-repeat;

	
}
	
table.calendarAjax tr {
	
	height:25px;
	
}

table.calendarAjax tr td.date_has_event  {
	
	cursor:pointer;
	width:30px;
	height:30px;
	background:url(../images/default/date_has_event.gif) center no-repeat;

	
}

table.calendarAjax tr td, table.calendarAjax th td {
	
	padding:5px;
	height:25px;

	
}

div.calendar_month {
	
	padding-top:5px;
	padding-right:5px;
	margin-bottom:5px;
	width:250px;
	height:27px;
	background:url(../images/default/month.jpg) bottom right no-repeat;
	
}

div.calendar_month_inner {
	
	margin-top:3px;
	
}

td.calendarButtonNext {
	
	
	

}

div.left_arrow {
	
	cursor:pointer;
	margin:0px;
	padding:0px;
	width:20px;
	height:24px;
	background:url(../images/default/left_arrow.png) bottom left no-repeat;
	
}

div.left_arrow:hover {
	
	cursor:pointer;
	margin:0px;
	margin-top:4px;	
	padding:0px;
	width:20px;
	height:24px;
	background:url(../images/default/left_arrow.png) bottom left no-repeat;
	
}

div.left_arrow_unactive {
	
	cursor:pointer;
	margin:0px;
	padding:0px;
	width:20px;
	height:24px;
	background:url(../images/default/left_arrow_unactive.png) bottom left no-repeat;
	
}


div.right_arrow {
	
	float:right;
	cursor:pointer;
	margin:0px;
	padding:0px;
	width:20px;
	height:24px;
	background:url(../images/default/right_arrow.png) bottom right no-repeat;
	
}

div.right_arrow:hover {
	
	float:right;
	cursor:pointer;
	margin:0px;
	margin-top:4px;
	padding:0px;
	width:20px;
	height:24px;
	background:url(../images/default/right_arrow.png) bottom right no-repeat;
	
}

div.right_arrow_unactive {
	
	float:right;
	cursor:pointer;
	margin:0px;
	padding:0px;
	width:20px;
	height:24px;
	background:url(../images/default/right_arrow_unactive.png) bottom right no-repeat;
	
}

div.sponsors_box {
	
	float:left;
	width:500px;
	height:120px;
	overflow:hidden;
	
}

div.artists_container {
	
	cursor:pointer;
	overflow:hidden;
	height:105px;
	float:left;
	width:280px;
	
}

div.artists_container p, div.artists_container p strong {

	line-height:180%;
	
}	

div.artists_container p img {

	margin-left:10px;
	float:right;
	border:1px solid #222211;	

}



