/* 
	add css for deaf04 event section
	20041011
	
	*pike 
		
		debug, comment me out 	 
	


	
		div 	{ border-style:dotted; border-width:1px; border-color:#FF0000;  }
		span 	{ border-style:dashed; border-width:1px; border-color:#00FF00;  }
		ul 		{ border-style:dashed; border-width:1px; border-color:#0000FF; }
		li 		{ border-style:dashed; border-width:1px; border-color:#FFFF00; }
		img 	{ border-style:dotted; border-width:1px; border-color:#00FFFF; }
		TD		{ border-style:dotted; border-width:1px; border-color:#FF00FF; }
	
		small	{ border-style:dotted; border-width:1px; border-color:#FF00FF; }

	
*/	


/* channel page */
#section-header 	{ height:60px; }
#section-content 	{ height:70%; }

/* the tables */
.events-by-date table tr td			{ color:white; background-color:#9C5F0E;}
.events-by-date table tr td:hover	{ background-color:black; }
.events-by-date a { color:white; text-decoration:none;}
.events-by-date a:visited { color:white; }

.events-by-type .exhibition				{ background-color:#CA492C; color:white; }
.events-by-type .event					{ background-color:#E1A3A0; color:white;}
.events-by-type .conference				{ background-color:#B88B74; color:white;}
.events-by-type .music-performance		{ background-color:#966BAD; color:white;}
.events-by-type .workshop				{ background-color:#BE854C; color:white;}
.events-by-type .allevents				{ background-color:black; color:white;}
.events-by-type a { color:white; }
.events-by-type a:visited { color:white; }




#section-header h2 	{ 
	text-transform:uppercase; font-size:16px; font-weight:bold; color:#7C3520 ;
	padding:0px; border-left:1em solid #7C3520; padding-left:10px;
}
