/* ProgramsCalendar.css */
/* Written By: Brian Bahn */
/* Description: A CSS 2.0 template for screen media.  Based upon Newspaper.css.  
		Used by the ProgramsSchedule.html page only. */
/* Created: 04/04/2005 */
/* Last Modified: 11/16/2011 */


/* Type (Element) Selectors */

	
/* Descendent (Contextual) Selectors */

	#tblPresentationCalendar th 
		{
		margin: 0px; 
		border: 1px solid black; 
		padding: 3px; 
		background-color: gray; 
		color: white; 
		text-align: center; 
		vertical-align: middle; 
		font-size: 1.5em; 
		font-weight: bold; 
		}

	#tblPresentationCalendar tfoot 
		{
		background-color: #d3d3d3; /* lightgrey */
		text-align: center; 
		}
	#tblPresentationCalendar tfoot td 
		{
		border: 1px solid black; 
		padding: 5px; 
		}

	#tblPresentationCalendar tbody td 
		{
		margin: 0; 
		border: 1px solid black; 
		border-bottom: 1px solid gray; 
		padding: 0px; 
		vertical-align: top; 
		background-color: #EEEEEE; /* Gainsboro */
		font-size: 1.25em; 
		text-align: center; 
		cursor: pointer; 
		}
	#tblPresentationCalendar tbody td .date
		{
		width: 20px; 
		float: left; 
		border: none; 
		border-right: 1px solid black; 
		border-bottom: 1px solid black; 
		padding: 3px; 
		background-color: #DCDCDC; /* Gainsboro */
		font-weight: bold; 
		}
	#tblPresentationCalendar tbody td:hover 
		{
		background: Lemonchiffon;
		cursor: pointer;
		}
	#tblPresentationCalendar tbody td.today 
		{
		background: White;
		font-weight: bold; 
		cursor: default;
		}
	#tblPresentationCalendar tbody td.today:hover 
		{
		background: White;
		cursor: inherit;
		}
	#tblPresentationCalendar tbody td div.dayNote 
		{
		border: none; 
		padding: 5px; 
    min-height: 50px; 
    /* clear: both; */
		}
		

/* Class Selectors */
	

/* ID Selectors */

	#tblPresentationCalendar 
		{
		width: 100%; 
		border-collapse: collapse; 
		}

		
/* Pseudo-Class Selectors */


/* Pseudo-Element Selectors */

	
	
/* Child Selectors */
		/* Child Selectors are not supported by IEv6 */

	
/* First Child Selectors */
	
	
	
/* Adjacent Selectors */
	
	
	
/* Attribute Selectors */
	
	
	
/* End of Stylesheet. */
