.calendar_list_event_date {
	height: 20px;

	margin-bottom: 11px;
}


.calendar_list_event_date_box {
	height: 19px;
	width: 23px;
	
	float: left;
	
	background-image: url(images/calendar_date.gif);
	background-repeat: no-repeat;
}

	.calendar_list_event_date_box_text {
		width: 19px;
		
		padding-top: 3px;
		
		text-align: center;
		
		color: #ffffff;
	}

	.calendar_list_date_text {

		float: left;

		padding-top: 3px;
		
		margin-left: 5px;
	}


.calendar_list_event_name {
    font-family: Arial, Sans-Serif;
    font-size: 18px;
    color: #57585b;
    margin-bottom: 19px;
    text-transform: uppercase;
    
    line-height: 24px;


}

.calendar_list_event_location {
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    line-height: 20px;
    color: #737a7f;
}

.calendar_list_event_contact {
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    line-height: 20px;
    color: #737a7f;
    margin-bottom: 12px;
}

.calendar_list_event_website {
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    line-height: 20px;
    color: #737a7f;
}

.calendar_list_event_description {
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    line-height: 20px;
    color: #737a7f;
    margin-bottom: 24px;
}

/*
#calendar_prev {
    width: 116px;
    height: 21px;

    margin-right: 4px;
    float: left;
}

#calendar_list_prev_text {
    color: #ffffff;
    font-size: 13px;
    padding-left: 34px;
    padding-top: 2px;
}

#calendar_curr {
    width: 116px;
    height: 21px;
    font-size: 14px;
    float: left;
    color: #57585b;
    padding-left: 74px;
    padding-top: 3px;
    
    
}

#calendar_next {
    background-image: url(images/next_month.jpg);
    width: 116px;
    height: 21px;

    margin-left: 4px;
    float: left;
}

#calendar_list_next_text {
    color: #ffffff;
    font-size: 13px;
    padding-left: 34px;
    padding-top: 2px;
}

#calendar_list_scroller {
height: 42px;
}

*/

#calendar_list_scroller_table {
	width: 100%;
	
	border: collapse;
	
	margin-bottom: 15px;
}

	#calendar_list_scroller_table_left {
		width: 30%;
	}
	
		#calendar_list_scroller_arrow_left {
			background-image: url(images/arrow_left.gif);
			background-repeat: no-repeat;
			background-position: 0% 50%;
			
			padding-left: 7px;
			
			margin-left: 15px;
		}
	
	#calendar_list_scroller_table_mid {
		width: 40%;

		font-size: 14px;
		color: #57585b;

		text-align: center;
	}
	
	#calendar_list_scroller_table_right {
		width: 30%;
		
		text-align: right;
	}
	
		#calendar_list_scroller_arrow_right {
			background-image: url(images/arrow_right.gif);
			background-repeat: no-repeat;
			background-position: 100% 50%;
			
			padding-right: 7px;
			
			margin-right: 15px;
		}