	.calWrap { height: 30em; width: 420px;}
	.calWrap p { margin-top: .35em; }
	
	#monthSelect { margin-left: 1em; }
	#calSelect { margin-bottom: 1em; }
	
	.calendar { width: 11.5em; float: left; }
	
	/*#centerCol { height: 46em; }*/

	.calendar #weekdays { background-color: #ddd; border: 1px solid #ddd; font-family: "Times", Times New Roman, Georgia, serif; font-size: 14px; text-align: center; }
	
	.week { font-family: "Arial", verdana, sans-serif; font-size: 13px; }
	.week td { border: 1px solid #999; padding: 0 5px 0 5px; text-align: center; }
	/*------ colors used to differentiate event locations -----
		b7ccf0 (blue)		
		d5e5ff (lt. blue)		
		ebb7f0 dfd5ff (lt. purples)		
		fdd (pink) 		
		ffd97a (orange) 	
		fff0d5 (lt orange) 	
		d8f0b7 (lt. green)   
		7ad27a (drk. green)   	
		a8d2a8 (green)
		fff67a (lt. yellow) 		
	*/

	.week .event { background-color: #fdd; border: 1px solid #333; font-weight: bold; }
	.week .rfy { background-color: #ffd97a; border: 1px solid #333; font-weight: bold; }
	.week .joco { background-color: #d8f0b7; border: 1px solid #333; font-weight: bold; }
	.week .iul { background-color: #d5e5ff; border: 1px solid #333; font-weight: bold; }
	.week .shs { background-color: #fff67a; border: 1px solid #333; font-weight: bold; }
	.week .dms { background-color: #dfd5ff; border: 1px solid #333; font-weight: bold; }
	
	.week .dmsJoco { background-color: #dfd5ff; border: 1px solid #333; font-weight: bold; }
	
	.week .empty { background: #ffe; border: 1px solid #ccc; }
	
	.eventContent { width: 14.5em; height: 9em; padding-top: 1em; overflow-x: hidden; overflow-y: auto; } 
	
/* ------ the script that is to be applied to dates with court sessions --------
!!!! ---- change the element id to match event content div for that month !!!!

	----- Reach For Youth:
	 class="rfy" onmouseover="document.getElementById('eventContent8').innerHTML = '<h3>AUGUST 19th Teen Court</h3><p><b>Reach For Youth</b><br />3505 N. Washington Blvd Indianapolis</p>' "

	----- Johnson Co. Juvenile Complex:
	 class="joco" onmouseover="document.getElementById('eventContent8').innerHTML = '<h3>AUGUST 25th Teen Court</h3><p><b>Johnson County Juvenile Complex</b><br />1121 Hospital Road, Franklin, IN</p>'
		 
	----- Indianapolis Urban League:
	class="iul" onmouseover="document.getElementById('eventContent8').innerHTML = '<h3>AUGUST 25th Teen Court</h3><p><b>Indianapolis Urban League</b><br />777 Indiana Ave, Indianapolis</p>'"
	
	----- Southport High SChool:
	 class="shs" onmouseover="document.getElementById('eventContent8').innerHTML = '<h3>AUGUST 25th Teen Court</h3><p><b>Southport High School</b><br />971 Banta Road, Indianapolis</p>'"
	 
	----- Decatur Middle School:
	  class="dms" onmouseover="document.getElementById('eventContent8').innerHTML = '<h3>AUGUST 25th Teen Court</h3><p><b>Decatur Middle School Central Office Building</b><br />5275 Kentucky Ave, Indianapolis</p><p>(For DMS students only)</p>'"


