
	body {
		font-size:12px !important;
	}
	
	.list_calendar_buttons {
		float: right;	
	}
	
	
	.column_right_3C, .fc-button-today {
		display: none !important;	
	}
	
	.listview-prev-next-buttons {
		padding: 0px;
		margin: 0px; 
	}
		.listview-prev-next-buttons div, .listview-prev-next-buttons span {
			padding: 0px;
			margin: 0px; 
			white-space:nowrap;	
		}
	
		.list_calendar_buttons span, .search_by_location {
			color: #9A292D;
			text-decoration: underline;
			cursor: pointer;
		}
		.list_calendar_buttons span.selected {
			color: #333;
			text-decoration: none;
			cursor: auto;
		}
		
		.fc-header .fc-state-default span {
			white-space:nowrap;	
		}
	
	#view-calendar-container {
		padding: 10px;
	}
	
	#event-all-listings {
		width: 720px;
		color:#666666;
		font-family:Georgia,"Times New Roman",Times,serif;
		font-size:12px !important;
		}
	#event-all-listings .select {
		padding: 2px;
		background: none repeat scroll 0 0 #F6F6F6;
		border: thin solid #E4E4E4;
	}
		
	#event-all-listings a {
		color: #9A292D;
	/*	font-weight: bold;*/
	}
		
	.event-listing {
		background: none repeat scroll 0 0 #F6F6F6;
		border: thin solid #E4E4E4;
		display: block;
		margin: 10px 0px;
		}
		
		.event-listing-date {
			display: block;
			float: left;
			width: 122px;
			height: 130px;
			margin-right: 20px;
			padding: 10px 0px 0px 10px;
		}
			
			.event-listing-date-inner {
				width: 107px;
				height: 103px;
				background: url(/calendar/images/event_bg.jpg);
				
				border: thin solid #E4E4E4;
				text-align: center;
			}
			
			.event-listing-date-inner-border {
				border: thin solid #E4E4E4;
				padding: 5px;
			}
				
				.event-listing-month {
				 	color: #FFF;
					
					padding-top: 15px;

					font-size: 16px;
				}
				
							
				.event-listing-day {
					font-size: 30px;
					height: 20px;
					padding-top: 2px;
					color: #FFF;
				}
				
				.super {
					font-size: 16px;
					padding: 0px;
					margin: 0px;
				}
				
		.event-listing-title {
			color: #992a30;
			/*font-size: 14px;*/
			
		}
		
		.event-listing-content {
			padding: 10px 0px 0px 10px;
			display: block;
			height: 130px;
		}

	.error_alert {
		color: #992A30;	
	}


     /*       
 #view_calendar_listings {
        width: 720px;
        margin: 0 auto;
		font-size: 14px;
		color: #FFF;
        font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
   }
*/
 .fc-event-title {
	 color: #FFF;
 }

