.calendar {
  margin: auto;
}

.monthName th {
  font-weight: normal;
  text-align: right;
  padding-top: 1em;
  padding-bottom: 0.7em;
}

.monthName {
	padding-top: 1em;
	padding-bottom: 1em;
}

.dayName th {
  font-size: 0.7em;
  padding-top: 0.6em;
  padding-bottom: 0.3em;
  background-color: #303030;
  color: white;
  width: 42px;
}

.otherMonth, .day, .specialDay {
  padding: 1em 1em;
  border-right: 1px solid white;
}

.otherMonth {
  color: #ccc;
  background-color: white;
  padding-left: 0.1em;
text-align: center;
}

.day, .specialDay {
  text-align: center;
  border-bottom: 1px dotted #bbbbbb;
  background-color: #bbccff;
}
.specialDay {
  color: white;
}
.specialDay a, .specialDay a:visited, .specialDay a:hover {
  color: white;
  text-decoration: none;
  padding: 0.1em;
}
.specialDay a:hover, .day a:hover, .weekendDay a:hover {
  color: white;
  background-color: black;
}
.weekendDay {
  background-color: #ffffdd;
}
.today{
	background-color: #4682b4;
}

.specialDay {
  background-color: red;
}

#tabs ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#tabs li {
	float: left;
	border: 1px solid;
	border-bottom-width: 0;
	margin: 0 0.5em 0 0;
	line-height: 24px;
}

#tabs a {
	display: block;
	padding: 0 1em;
}

#tabs #selected {
	position: relative;
	top: 1px;
	background: white;
}

#tabs_content {
	border: 1px solid;
	clear: both;
}
