/*
  A red, white, and grey theme.
  
  AUTHOR: Geoffrey Grosenbach http://nubyonrails.com
*/

.calendar {
	width:242px;
	margin: auto;
	font-size:11px;
	padding-bottom: 10px;
}

.calendar .monthScroll span {display:block;margin:0 23px;padding:0;height:30px;line-height:30px;font-size:14px;text-align:center;font-weight:normal;}
.calendar .monthScroll .prev, .calendar .monthScroll .prev:hover, .calendar .monthScroll .next, .calendar .monthScroll .next:hover {display:block;width:26px;height:30px;text-decoration:none;}
.calendar .monthScroll .prev {float:left;background:url('/images/arr_l.gif') left center no-repeat;}
.calendar .monthScroll .next {float:right;background:url('/images/arr_r.gif') right center no-repeat;}
.calendar .monthScroll .prev:hover, .calendar .monthScroll .next:hover {
	background-color:#ffe400;
}


.calendar td, .calendar th {border: solid 1px #fff;padding:0;}
.calendar abbr {text-decoration:none;border:0;}
.calendar thead .dayName th 
{height:20px;text-align:center;line-height:20px;font-size:12px;}

span.monthName {padding:0 5px;}
/*
.calendar thead .dayName {background:url('/images/calendar/top-bg.gif') no-repeat;}
.calendar thead .dayName th {background:url('/images/calendar/top-center.gif') repeat-x;}
.calendar thead .dayName th:first-child {background:url('/images/calendar/top-left.gif') left no-repeat;}
.calendar thead .dayName th:last-child {background:url('/images/calendar/top-right.gif') right no-repeat;}
*/

.calendar tbody td 
{width:35px;height:24px;text-align:center;line-height:24px;color:#3D3D3D;}
.calendar td.otherMonth {color:#C7CFD1;}
.calendar td.specialDay {color:#ffb400; cursor: pointer;}
.calendar td.specialDayEnd {color:#ffb400; cursor: pointer; text-decoration:line-through;}
.calendar td.eventDayIWillGo {color:#3d3d3d;background-color: #ffd200; cursor: pointer;}
.calendar td.eventDayIWas {color:#3d3d3d;background-color: #ffd200; cursor: pointer;text-decoration:line-through;}
.calendar td.today {color:#fff; background-color: #333;}

.monthName th {}
.dayName th {}
.otherMonth, .day, .specialDay {}
.otherMonth {}
.day, .specialDay {}
.specialDay {}
.specialDay a, .specialDay a:visited, .specialDay a:hover {}
.specialDay a:hover {}