/*
  
  Modified from:
  A grey based theme, inspired by Blinksale and their ColorBurn widget. http://firewheeldesign.com
  AUTHOR: Geoffrey Grosenbach http://nubyonrails.com
  
  ----------------------------------------------------------
  Modified by: Franklin Lyons
  
Colors: 
  dk: 787888
  lt: 4f4f5b
  lter: a8a8a8
  white: ffffff

*/

/* TODO */

.calendar {
  margin-left: auto;
  margin-right:auto;
  color: #232323;
  text-align: center;
  font-family: "verdana", "arial", "lucida console", sans-serif;
  width:90%;
  border-spacing:1px;
}

.calendar table{
table-layout: fixed;
}

.calendar td{
	width:13%;
	
}


.claendar tr{
	height:25%;
}

.calendar .cellText{
	font-size:18px;
	font-weight:bold;
	color:#242424;
}
.calendar .cellText br{
	line-height:12px;
}

.calendar .cellText a{
	font-size:12px;
	font-weight:normal;
	color:#595858;
	font-family:'Verdana','arial',san-serif;
	display:block;
	min-height:20px;
	line-height:13px;
	padding:3px 3px 3px 5px;
	border:1px solid #8b8c8e;
	background-color:#fff;
	margin-top:3px;
	
	
}

.calendar a:hover{
	color:#fff;
	background:url(/images/btn_crimsonGrad_bg.png) repeat-x bottom #bc023d;
	text-decoration:none;
	
}



.calendarHeading{
  margin-left: auto;
  margin-right:auto;
	width:90%;
}
.calendarHeading .prev, .calendarHeading .next{
	width:75px;
	text-align:center;
}

.calendarHeading .prev a, .calendarHeading .next a{
	display:block;
	width:72px;
	height:26px;
	line-height:24px;
	text-align:center;
	font-family:'Trebuchet MS', 'arial', sans-serif;
	font-size:14px;
	color:#fff;
}

.calendarHeading .prev a{
	background: url(/images/btn_prev_bg.png);
}

.calendarHeading .prev a:hover{
	background-position: 0px 27px ;
	text-decoration:none;
}

.calendarHeading .next a{
	background: url(/images/btn_next_bg.png);
}

.calendarHeading .next a:hover{
	background-position: 0px 27px ;
	text-decoration:none;
}

#monthName {
  text-align: center;
  margin:10px;
  font-size:35px;
  line-height:35px;
  border:1px solid #b3b3b3;
  color:#d40346;

}

.dayName th {
  font-size: 18px;
  border-top: 2px solid #4a0118;
  border-bottom: 2px solid #4a0118;
  background-color: #4a0118;
  color:#fff;
  text-align:center;
  padding:5px 10px 5px 10px;
}

.day, .specialDay, .weekendDay {
  padding: 6px;
  border: 2px solid #8b8c8e;
  background-color: #e9e9e9;
  
}

.day:hover, .specialDay:hover{
  border: 2px solid #9b0132; 
  background-color: #fff;
  
}

.activeDay, .activeDay:hover{
	padding: 6px;
	border: 2px solid #242323;
	background-color:#242323;
	color:#e9e9e9;
}

.activeDay a:hover{
}

.activeDay a ,.activeDay .cellText{
	color:#e9e9e9;
}

.otherMonth{
	border:0;
}

.otherMonth {
  visibility:hidden;
}


.specialDay {
  color: #000;
}

.today .cellText{
	
	color: #9b0132;
}


