/*
  A simple theme, based on the colours of the Oxford Rag website, and modelled
  on the standard Blue Theme distributed by Geoffrey Grosenbach with his
  calendar_helper plugin
  
  AUTHOR: Jonathan Barrett http://freshmonkey.org

*/

.calendar {
	font:	12px "Courier New", serif;
	width:	300px;
}

.monthName th {
/*	font:	bold 16px "Courier New", serif;
	text-align:	right;
	padding:	5px 0 5px;
	color:	#900;	*/
	display:	none;
}

.dayName th {
  font-size: 12px;
  padding-top: 0.6em;
  padding-bottom: 0.3em;
  color: #7D7A87;
}

.otherMonth, .day, .specialDay {
  padding: 7px;
  font-weight:	bold;
  border-right: 1px solid white;

}

.otherMonth {
  color: #FFF !important;
  background-color: white;
}

.day, .specialDay {
  text-align: center;
  border-bottom: 1px dotted #bbbbbb;
  background-color: #FFF;
  color:	#333;
}
.specialDay {
  background-color: #894D4F;
  color: white;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: white;
  text-decoration: none;
}
.specialDay a:hover {
  color: white;
  background-color: black;
}
.weekendDay {
  color:	#C66;
}

.previous_month,
.next_month	{
}
	.previous_month a,
	.next_month a	{
		display:	block;
		width:	16px;
		height:	16px;
		margin:	auto;
	}
	.previous_month b,
	.next_month	b	{
		display:	none;
	}
	.previous_month a	{
		background:	url('/images/icons/control_rewind_blue.png') no-repeat;
	}
	.next_month a	{
		background:	url('/images/icons/control_fastforward_blue.png') no-repeat;
	}


