/*
  A blue based theme, inspired by Blinksale and their ColorBurn widget. http://firewheeldesign.com
  
  AUTHOR: Geoffrey Grosenbach http://nubyonrails.com
  
  Colors: 
    Light Blue: bbccff 
    White: eeddee
    Turq: 003355
    Cream: ffffdd
*/

#calendar {
	margin-bottom: 20px;
	}

table.calendar {
	width: 100%;
	margin-bottom: 0;
	background: #ECECEC;
	}
table.calendar thead th {
	padding: 0;
	border: none;
	color: #FFF;
	background: #5B0048;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	}
table.calendar thead th.month_controls {
	font-size: 110%;
	}
.mini table.calendar thead th.month_controls {
	font-size: 100%;
	}
table.calendar thead th span.previous_month {
	float: left;
	}
table.calendar thead th span.next_month {
	float: right;
	}
table.calendar thead th.month_controls {
	padding: 4px 5px;
	}
table.calendar thead th.month_controls a {
	padding: 2px 5px;
	color: #CCC;
	text-decoration: none !important;
	}
table.calendar thead th.month_controls a:hover {
	background-color: #983C84 !important;
	color: #FFF;
	}
table.calendar thead span.monthName {
	}
table.calendar thead tr.dayName th {
	background-color: transparent;
	color: #5B0048;
	}
table.calendar abbr {
	border: none;
	}



table.calendar td {
	font-size: 92%;
	text-align: left;
	border: none;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding: 4px;
	vertical-align: top;
	width: 14%;
	height: 7em;
	}
.mini table.calendar td {
	text-align: center;
	border-top: none;
	padding: 2px;
	height: auto;
	}


table.calendar td.d_sun {
	border-right: none;
	}
table.calendar td.otherMonth {
	color: #AFAFAF;
	}


.mini table.calendar a.num {
	display: block;
	padding: 3px;
	text-decoration: none !important;
	background-color: #FFAC34;
	color: #FFF;
	font-weight: bold;
	}
.mini table.calendar a.num:hover {
	background-color: #9B4B8A !important;
	color: #FFF;
	}

.max table.calendar span.num {
	text-decoration: none !important;
	color: #333;
	float: right;
	padding: 0;
	margin: 0;
	font-weight: bold;
	}


table.calendar td.today {
	background-color: #9FCAD7;
	}

.mini table.calendar td.today {
	background-color: #00A7DC;
	color: #FFF;
	}
.mini table.calendar td.today a {
	background-color: transparent;
	color: #FFF;
	}


/* Events */
.mini table.calendar span.event_details {
	display: none;
	background-color: #490036;
	padding: 0 3px 1px 3px;
	width: 150px;
	}
.mini table.calendar span.event_details a {
	background-color: #D99FCD;
	}
.mini table.calendar span.event_details span.nub {
	display: block;
	margin: 0;
	width: 100%;
	text-align: center;
	background: transparent url("/images/up_arrow.gif") center 0 no-repeat;
	position: relative;
	top: -3px;
	overflow: hidden;
	height: 3px;
	}
table.calendar span.event_details {
	text-align: left;
	float: left;
	display: block;
	position: relative;
	}
table.calendar span.event_details span.nub {
	display: none;
	}
table.calendar span.event_details a {
	text-decoration: none !important;
	display: block;
	background-color: #FFAC34;
	margin-bottom: 2px;
	padding: 2px 4px;
	font-size: 92%;
	line-height: 1.3;
	color: #000;
	}
table.calendar span.event_details a:hover {
	background-color: #9B4B8A !important;
	color: #FFF;
	}
/*table.calendar .events span {
	background-color: #939393;
	color: #FFF;
	}
table.calendar span.today,
table.calendar .events span.today {
	background-color: #5B0048;
	color: #FFF;
	}*/