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

.calendar {
  margin: auto;
 border-left: 1px solid #ddd;
 border-bottom: 1px solid #ddd;
}

th.monthName {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  padding: 15px 0 10px 0;

}

tr.dayName {
  font-size: 0.7em;
  padding-top: 0.6em;
  padding-bottom: 0.3em;
  background-color: #303030;
  color: white;
}
tr.dayName th
{
	background: #ddd;
	font-size: 14px;
	color: #909090;
	border-top:1px solid #ddd;
	padding: 10px 0 10px 0;
	text-align: center;
	border-right: 1px solid #ddd !important;
}
.calendar th
{
	background:#efefef url(/images/table-grad.jpg) 0 0 repeat-x !important;
	text-align: center
}
.calendar th, .calendar td
{
	width: 200px;
	padding: 15px 10px 10px 10px;
}
tr.dayName abbr
{
	border-bottom: none
}

.otherMonth, .day, .specialDay {
}

.otherMonth {
  color: #777;
  background: #fafafa
}
.day, .otherMonth, .with_task, .specialDay
{
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	text-align: left
}
.specialDay {
  background-color: #d10a21;
  color: white;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: white;
  text-decoration: none;
  padding: 1em;
}
.specialDay a:hover {
  color: white;
  background-color: black;
}
.today {
	background-color: #0071c0;
}
.today, .today *
{
	color: #fff
}
.with_task {
	background-color: #e2f3ff;
	color: black;
}