#wp-calendar {
}

#wp-calendar table {
	width: 100%;
	background: #adebff;
	border-collapse: collapse;
}

	#wp-calendar table thead th {
		background-color: #0093c3;
		color: #fff;
		font-weight: bold;
	}
	
	#wp-calendar table th, 
	#wp-calendar table td {
		text-align: center;
		vertical-align: middle;
		border: 1px #00afe8 solid;
		padding: 6px 0;
		color: #666;
	}
	
	.pad {
		background: #00afe8;
	}
	
	.pad a {
		display: none;
	}
	
	
	
	
	
	td.ec3_postday a {
		color: #379100;
		font-weight: bold;
		text-decoration: none;
	}
	
	a.eventday {
		color: red !important;
		font-weight: bold !important;
		text-decoration: none !important;
	}
	
	#wp-calendar caption {
		text-align: center;
		padding: 10px 0 5px 0;
	}
	
		#wp-calendar caption a {
			font-size: 16px;
			font-weight: bold;
			text-decoration: none;
			color: #000;
			font-family: georgia, vedana, serif;
		}
		
	table.nav {
		background-color: #00afe8 !important;
		margin: 10px 0 5px 0;
	}
		
	table.nav td {
		padding: 0 !important;
		background-color: #00afe8 !important;
	}
	
	td#prev { text-align: left !important; }
	td#prev a { 
		color: #000;
		text-decoration: none; 
		font-weight: bold;
		}
		
	td#next { text-align: right !important; }
	td#next a { 
		color: #000;
		text-decoration: none; 
		font-weight: bold;
		}

	ul.ec3_events {
		display: none;
	}


/************************************************/
.ec3_schedule {
	background-color: #f1f1f1;
}

	.ec3_schedule td {
		color: #666;
		padding-top: 0;
		padding: 0 10px 10px 10px;
	}
	
	td.ec3_start {
		padding-right: 0!important;
	}
	
		td.ec3_start strong {
			font-weight: bold;
		}
	
	td.ec3_to {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	
	td.ec3_end {
		padding-left: 0 !important; 
	}
