/* @override http://www.sgcatlanta.org/css/events.css */

/* @override http://sgcatlanta.org/css/events.css */

#RightContent			{ position:relative; }

/* @group TABS */
#tabs					{ margin:0; margin-top: -59px; padding:0; list-style:none; position:absolute; right:0; z-index:1000;  }
#tabs li				{ float:left; }
#tabs li a				{ padding:10px; padding-top: 11px; text-decoration:none; display:block; float:left;}
#tabs li.current a		{ background:#e6880d; color:#fff; }
#tabs li a:hover		{ text-decoration:underline; }
/* @end TABS */

#months					{ position:absolute; right:1px; top:55px; padding:4px; border:1px solid; width:175px; z-index:2; }

/* @group VIEWS */
#events-calendar, 
#list-view				{ margin-top:45px; }
#events-calendar table	{ width: 768px; margin-top: -10px; border-right: 1px solid #eee; }
#list-view dt			{ margin-top:25px; margin-bottom:10px; }
#list-view dd span		{ font-size:12px; }
#list-view {color: #666;}
#events-calendar li { font-size: 11px; margin-bottom: 15px;}
/* @end VIEWS */

.month { color:#6f6e7e; font-weight:normal; font-size:16px; font-family: Georgia, serif;}
/* @group PREV/NEXT LIST VIEW */
#list-view ul					{ margin:-10px 0 0; padding:0; list-style:none; display:block; height:17px; }
#list-view li					{ float:left; margin-right:4px; }
#list-view li.month				{ margin-left:5px; font-size:19px; color:#576874; position:relative; top:-4px; }
#list-view li a					{ 
								  display:block; width:16px; height:17px; background:#e6880d; color:#fff; text-align:center; text-decoration:none; 
								  line-height:17px; font-size:13px; vertical-align:middle; font-weight:bold; 
								}
#events-calendar caption		{ 
								  position:relative; text-align:left; margin-bottom:15px; width:213px; font-size:16px; color:#576874; 
								  font-weight:bold; margin-left: -5px; top: -2px;  
								}
#events-calendar caption		{ width: 100%; position:relative; padding-left:50px; margin-bottom:9px; z-index:1;}

#sidebarCalendar caption span,
#events-calendar caption span, 	{ font-size:14px; color:#3e83bd; font-weight:bold; }
#events-calendar td a { color: #e68835; }
#events-calendar caption span	{ color:#6f6e7e; font-weight:normal; font-size:1.2em; }

#sidebarCalendar caption strong,
#events-calendar caption strong	{ color:#576874; font-weight:bold; }

#sidebarCalendar caption a		{ display:block; width:12px; height:12px; background:url(/img/mini_cal_arrows.gif) no-repeat; text-indent:-999em; }
#events-calendar caption a		{ 
								  display:block; width:16px; height:17px; background:#e6880d; color:#fff; text-align:center; text-decoration:none;
								  line-height:16px; font-weight:bold; font-size:13px; margin:2px 0 0 5px;
								}

#sidebarCalendar .currentMonth,	{ position:relative; top:-2px;  }

#sidebarCalendar .prevMonth		{ position:absolute; top:20px; right:10px; margin-top: 2px; }
#events-calendar .prevMonth		{ position:absolute; left:0; }

#sidebarCalendar .nextMonth		{ position:absolute; top:20px; right:-7px; margin-top: 2px; }
#events-calendar .nextMonth		{ position:absolute; left:20px; }

#sidebarCalendar #nmonth		{ background-position:right top; }
#sidebarCalendar #pmonth		{ background-position:left top }

/* @end */

.today { background: #eee; }
.today span {display: none !important;}
