/* @override http://sevensandiego.cpmpreview.com/css/events.css */
/* @group CALENDAR */
#options					{ position:relative; height:80px; }

#content #tabs				{ list-style:none; padding:0; position:absolute; right:20px; height:25px; }
#content #tabs li			{ float:left; }
#tabs li a					{ display:block; line-height:25px; padding:0 10px; font-size:12px; }
#tabs li.current a			{ background:#ae3b2f; color:#fff; text-decoration:none; }
#tabs li.current a:hover	{ text-decoration:underline; }

#months						{ position:absolute; top:55px; right:0; width:125px;}



#events-calendar			{ position:relative; }

#content table.calendar				{ margin-bottom: 25px; border-collapse: collapse; width:100%; }
#content table.calendar caption		{ padding-bottom: 10px; color: #fff; font-size: 1.4em; text-align:left; padding-left:65px;}
#events-calendar caption a					{ 
											  display:block; width:25px; height:25px; background:#ae3b2f; color:#fff; font-size:18px; line-height:18px;
											  text-align:center; text-decoration:none; position:absolute; top:0px;									 
											}
#events-calendar .prevMonth a				{ left:0; }
#events-calendar .nextMonth a				{ left:30px; }											
#content table.calendar th			{ padding: 6px 0; background:#ae3b2f; color:#fff;  font-size: 13px; font-weight: normal; }
#content table.calendar td			{ 
											  width: 68px; height: 68px; padding: 2px; border: 1px solid #fff; border-left: 0;
											  border-top: 0; background:#f4f4f4; color:#55636b; font-size: 10px; vertical-align: top; 
											}
#content table.calendar td.today		{ background:#fff; }		
#content table.calendar td.today span				{ display:none; }									
#content td.today span				{ display:block; font-weight:bold; margin-bottom:5px; }
#content table.calendar td a			{ text-decoration: none; }
#content table.calendar td ul		{ margin: 5px 0 0 5px; padding:0; font-size: 100%; list-style: none; }
#content table.calendar td li		{ margin-bottom: .75em; font-size: 11px; line-height: 1.2; }
#content table.calendar td li a		{ text-decoration: underline; }
#content table.calendar td li a:hover{ text-decoration: none; }

#list-view ul		{ list-style:none; height:25px; margin-bottom:25px; padding:0; }
#list-view li		{ font-size:14px; float:left; margin-right:5px; color:#fff; }
#list-view li.month	{ position:relative; top:4px; }
#list-view li a		{ 
					  display:block; height:25px; width:25px; background:#ae3b2f; color:#fff; text-decoration:none; text-align:center; font-size:24px; 
					  line-height:18px; 
					}
#list-view dt		{ font-size:16px; margin-bottom:4px; margin-top:25px; color:#fff; }					
#list-view dd		{ margin:0; font-size:12px; color:#cdc9c2; }					
#list-view dd.title	{ margin-bottom:4px; margin-top:10px; font-size:14px; }
#list-view dd a		{ font-weight:bold; }
#list-view dd span	{ font-size:11px; }
/* @end */