/*
  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: 0px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 165px;
	font-size: 11px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.monthName {
	font-weight: normal;
	text-align: left;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9b690d;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 2px;
}

.dayName th {
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #c78815;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

.otherMonth, .day, .specialDay {
	padding: 0px;
	text-align: center;
}

.otherMonth {
	color: #333333;
}

.day, .specialDay {
	text-align: center;
}
.day a, .day a:visited, .day a:hover {
	color: #FF0000;
	text-decoration: none;
	padding: 0px;
}
.day a:hover {
	color: #FFFFFF;
	background-color: #c78815;
}
.specialDay {
	color: #c78815;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
	color: #FF0000;
	text-decoration: none;
	padding: 0px;
}
.specialDay a:hover {
  color: white;
  background-color: black;
}
.weekendDay {
	color: #333333;
}
.today{
	background-color: #E5E5E5;
}

.hide {
    color: white
}

.hideSubCal {
    color: #FFBA42
}
