/*  
 *  
 *  /assets/css/calendar.css 
 *  San Diego Junior Theatre Events Calendar CSS stylesheet
 *  
 *  thrive | arts <http://www.thrivearts.com>
 *  rev 20070906
 *
 */
 
.formlabel {
	text-align: right;
	color: #999;
	white-space: nowrap;
}
.headline, 
.hed {
	color: #663;
	font: 18px "Times New Roman", Georgia, Times, serif;
	text-align: center;
}
			
.subhead, 
.sub {
	color: #000; 
	font: bold 14px "Times New Roman", Georgia, Times, serif;
}

.subred, 
.red {
	font: bold 14px/18px "Times New Roman", Georgia, Times, serif;
	color : #900; 
}

/*  CALENDAR Styles  */

.calendar {
	background: #cccccc;
}

.calhed,
.calnav {
	color: #663; 
	font: bold 7pt/7pt Helvetica, Arial, sans-serif; 
	background: #d6d6c5 url("http://www.juniortheatre.com/60th/assets/css/grad-c55c5b0-d6d6c5.gif") top repeat-x; 
	text-align: center; 
	padding: 3px; 
	border-top: 1px solid #D6D6C5;
	border-right: 1px solid #C5C5B0;
	border-bottom: 1px solid #A3A38B;
	border-left: 1px solid #D6D6C5;}

.calsub {
	color: #663; 
	font: bold 8pt Georgia, "Times New Roman", Times, serif; 
	background: #e5e5e5 url("/assets/css/grad-f5f5f5-e5e5e5.gif") top repeat-x; 
	text-align: center; 
	padding-top: 3px; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #fff #cc9 #996 #eec;
}
.calnull {
	background: #eeeeee url("/assets/css/grad-eee-ccc.gif") bottom repeat-x; 
	height: 86px; 
}

.calday {
	color: #000; 
	font: 10px/12px Arial, Helvetica, sans-serif;
	background: #fff url("/assets/css/grad-fff-eee.gif") bottom repeat-x; 
	padding: 3px; 
	height: 86px; 
}
			
.caltxt {
	color: #000; 
	font: 10px/12px Arial, Helvetica, sans-serif;
}

.days {
	color: #ffffff;
	background-color: #663;
	font: 11px/12px Geneva, Arial, sans-serif;
}		

.dates {
	font: bold 10px/12px Geneva, Arial, sans-serif;
	color: #663;
}		

.TEXT, .txt, p, td, .nav {
	color: #000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.disclaimer, 
.dsc {
	color: #666;
	font: 9px Arial, Helvetica, sans-serif;
}			

.sml {
	font: 9px Arial, Helvetica, sans-serif;
}					

.LINKEVENT {
	font: 10px geneva,arial,sans-serif; 
	text-decoration: none;
}		



