body {
	background-color: #ffffff;
}

#style2_print {
	padding-top: 15px;
}

#print_logo {
	font-size: 20px;
	
	line-height: 25px;
}

.text_headline {
	color: #000000 !important;
}

.text_subheadline {
	color: #000000 !important;
}

.text_copy {
	color: #000000 !important;
}




#calendar_list_scroller_table {
	
	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;
		}
		

.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 {
	margin-bottom: 15px;
}

	.calendar_list_event_name {
		padding-top: 3px;
	
		clear: both;

		 font-family: Arial, Sans-Serif;
		 font-size: 18px;
		 color: #000000;
		 margin-bottom: 0px;
		 text-transform: uppercase;

		 line-height: 24px;

	 }

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

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

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

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