/* @override 
	http://christchurchumc/css/events.css
	http://zion.dev/css/events.css
*/

#content table			{ width:100%; } 
#content caption		{ 
						  font-size:1.6em; color:#d1be9a; width:100%; margin-bottom:1em;
						  padding:7px 0; font-weight:bold;
						}						
caption span			{ font-size:1.9em; color:#e56142; font-weight:normal; margin:0 25px; }
#content table th		{ background:#d1be9a; line-height:30px; font-size:1.4em; color:#211b10; }
#content table td		{ 
						  width:68px; height:68px; padding:4px; background:#eee7d9; 
						  border-right:1px solid #fff; border-bottom:1px solid #fff; font-size:11px;
						}
#content td ul			{ padding:0; list-style:none; }

#content #options		{
	position: relative; height: 50px;
}

.hidden					{ display:none; }

