#rightSidebarContent #calendarWrapper
{
	margin: 0;
	border: 1px #AD1D32;
	border-style:none none solid none;
	height: 173px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color:#CCC;
	overflow:0;
}
#calendarWrapper h3
{
	background-color:#C22038;
	margin:0;
	font-size: 14px;
	line-height:14px;
	padding: 2px 3px 3px 3px;
	color:#FFFFFF;
	overflow: hidden;
	height:15px;
}
#calendarWrapper h3 a {
	font-size:11px;
	line-height:11px;
	font-weight:normal;
	text-decoration:underline;
	color:#FFF;
	padding:0 0 0 10px;
	margin:0 0 3px 0;
}


/*must set the damn width because of IE's faulty box model w/ tables*/
ul.calendar#w150,
ul.calendar#w150 table
{
	width: 150px;
}
ul.calendar#w250,
ul.calendar#w250 table
{
	width: 250px;
}


ul.calendar,
ul.calendar caption,
ul.calendar thead
{
	background: #aaa;
}
ul.calendar
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 165px;
	position: relative;
	font-size: 10px;
	border:0;
	height:auto;
	float:left;
}
ul.calendar li.month
{
	display: block;
	float: left;
	width: 16.6667%;
	height: 20px;
	line-height:14px;
	text-align: center;
	padding:0;
	margin:0;
	border:0;
}
ul.calendar li.month
{
	margin:0;
	padding:0;
}
ul.calendar li.bottom
{
	display: block;
	height: 20px;
	text-align: center;
	margin: 50px 0 0 0;
}
ul.calendar li a.day,
ul.calendar li a.day:visited
{
	text-decoration: none;
	display: block;
	color: #000;
	font-weight: bold;
}
ul.calendar li a.monthlink,
ul.calendar li a.monthlink:visited
{
	text-decoration: none;
	display: block;
	font-weight: bold;
	width: 100%;
	height: 100%;
}
ul.calendar table
{
	font-size: 10px;
	border-collapse: collapse;
	margin:0;
	padding:0;
	width:165px; /*must match UL container*/
}
ul.calendar tbody td
{
	text-align: center;
	background: #fff;
	padding: 0;
	width: 14.2857%;
	height: 14.2857%;
	margin: 0;
	height: 18px;
	line-height:18px;
}
ul.calendar tbody td.blank
{
	background: #CCC;
}
ul.calendar caption
{
	font-weight: bold;
	font-size: 11px;
	height: 13px;
	line-height: 13px;
	overflow: hidden;
	margin:0;
}
ul.calendar thead th
{
	margin:0;
	color: #840;
	font-size: 8px;
	padding: 0 0 1px 0;
	height: 9px;
	line-height: 9px;
	overflow: hidden;
}
ul.calendar thead th,
ul.calendar tbody td
{
	border: 1px #AD1D32;
	border-style: none none solid none;
}
ul.calendar td a, 
ul.calendar td a:visited
{
/*	color: #000;*/
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}
ul.calendar table
{
	visibility: hidden;
	position: absolute;
	top: -99999px;
	left: 0px;
	z-index:2000;
}
ul.calendar li a.monthlink:hover,
ul.calendar li:hover a.monthlink
{
	background: #fff;
}
ul.calendar li.month a.monthlink
{
	color: #000;
}
ul.calendar li.month#showfirst a.monthlink /* wow */
{
	color: #AD1D32;
}
ul.calendar li:hover table,
ul.calendar li.month#showfirst table
{
	visibility: visible;
	top: 15px;
	left: 0px;
}
ul.calendar li.month#showfirst table {
	z-index:1999;
}
ul.calendar li table a:hover
{
	background-color: #DDD;
/*	color:#000;*/
	cursor: default;
	text-decoration: none;
}






/*span.popup {
	position:relative; breaks IE, due to erroneous z-index interpretation 
	display:block;
	color:#fff;
	background-color:#0000FF;
	width:auto;
	height:100%;
}
*/
.popup {
	/*position:relative; breaks IE, due to erroneous z-index interpretation */
	display:block;
	width:auto;
}
table#smallcalendar .popup a.day,
table#smallcalendar .popup a.day:hover {
	background-color:#C22038;
	width: 100%;
	height: 100%;
	color:#FFF;
}
ul#bubble {
	display:none;
	position:absolute;
	width:160px;
	border: 2px solid #C22038;
	/*left: -156px;
	top: 5px; Removed due to IE z-index problems.  Replaced with margins */
	margin: 5px 0 0 -155px;
	padding: 4px;
	list-style: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:14px;
	font-weight:normal;
	text-align:left;
	background-color:#fff;
}
.popup:hover ul#bubble {
	display: block;
	z-index:999;
}
ul#bubble li {
	list-style:none;
	display:block;
	margin:0;
	padding:0;
	background-color:#C22038; /* added to fix in safari */
}
ul#bubble li a {
	margin:0;
	display:block;
	width:auto;
	padding: 2px 6px;
	color: #FFF;
	text-decoration: none;
	border-top: 1px solid #AD1D32;
}
ul#bubble li a:hover {
	background-color: #DF3C54;
	color:#000;
	cursor:pointer;
}


ul#calendarnav {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	right:0;
	line-height:1em;
}
ul#calendarnav li {
	display:block;
	float:left;
	padding:4px 4px;
	margin:0;
	border:1px #C22038;
	border-style: none none solid solid;
}
ul#calendarnav li#title {
	border:0;
	font-style:italic;
	font-weight:bold;
	color:#000;
}



table#fullcalendar {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width:99.9%;
	border-collapse:collapse;
	padding:0;
	margin:0 0 0 1px;
	font-size:13px;
	line-height:1em;
}
table#fullcalendar a.day {
	border: 1px #AD1D32;
	border-style: none none solid solid;
	font-size:10px;
	font-weight:bold;
	color:#000;
	background-color:#fff;
	padding:0 3px 1px;
	display:block;
	float:right;
	position:relative;
}
table#fullcalendar th {
	margin:0;
	padding:3px 0;
	color:#777;
}
table#fullcalendar td {
	height:80px;
	border: 1px #AD1D32;
	border-style: solid;
	vertical-align:top;
	margin:0;
	padding:0;
	width:14.2857%;
/*	width:86.285px;*/
}
table#fullcalendar caption,
table#fullcalendar caption a {
	text-align:left;
	font-weight:bold;
	font-size:16px;
	line-height:25px;
	color:#AD1D32;
	margin:0;
	height:auto;
}
table#fullcalendar ul.events {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
table#fullcalendar ul.events li {
	display:block;
	width:auto;
	list-style:none;
	margin:0 0 1px 0;
	padding:2px;
	font-size:10px;
	line-height:10px;
	cursor:default;
}
table#fullcalendar ul.events li:hover {
}
table#fullcalendar ul.events li a,
table#fullcalendar ul.events li a:visited {
	display:block;
	width:auto;
	font-size:10px;
	font-weight:bold;
	color:#AD1D32;
}
.t1 {background-color:transparent;}
.t2 {background-color:transparent;}
.t3 {background-color:transparent;}
.t4 {background-color:transparent;}
.t5 {background-color:transparent;}
.t6 {background-color:transparent;}

