/* calender */

*:first-child+html #home #extras {
	position: absolute;
	top: 285px;
}

#extras .calendar {
	border: 2px solid yellow;
}

#extras .calendar, .calendar table {
  border: 1px solid #bdb2bf;
  font-size: 11px;
  color: #ffffff;
  cursor: default;
  font-family: "trebuchet ms",verdana,tahoma,sans-serif;
  background: #0072B6;
	border: 1px solid #9b9c9e;	
	border-radius-topleft: 5px;
	border-radius-bottomleft: 5px;
	border-radius-topright: 5px;
	border-radius-bottomright: 5px;	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#extras .calendar thead tr { 
	background: #0072B6; 
	color: #ffffff;
	text-align: center;
}






#extras .calendar {
	position: relative;
	margin: 0 0 20px 0;
}
#extras .calendar h2 {
	margin: 3px 0 6px 0;
	background-color: #0072B6;
	color: #ffffff;
	text-align: center;
	border: 0px;
}
#extras .calendar table {
	width: 100%;
	line-height: 1.2em;
}
#extras .calendar div.pager {
	clear: none;
	float: right;
	width: 30px;
	margin: 7px 0 0 0;
}
#extras .calendar div.next {
	float: right;
}
#extras .calendar div.pager a img {
	border: 1px solid #fff;
	width: 13px;
	margin: 0;
}
#extras .calendar div.pager a:hover img,
#extras .calendar div.pager a:focus img,
#extras .calendar div.pager a:active img {
	border: 1px solid #9B9C9E;
}
#extras .calendar table {
	clear: both;
	border-top: 1px solid #9B9C9E;
	border-spacing: 0;
	empty-cells: show;
}
#extras .calendar thead th {
	padding: 4px 0;	
}
#extras .calendar thead th abbr {
	border: none;
}
#extras .calendar tbody tr {
	background-color: #EAEEF7;
	color: #000000;
}
#extras .calendar tbody td {
	width: 25px;
	padding: 4px 0;
	text-align: center;
}
#extras .calendar tbody td.on  {
	margin: 2px 0;
	font-weight: bold;
}
#extras .calendar tbody td a {
	display: block;
}
#extras .calendar tbody td.on a {
	color: #C00418;
}

#extras .calendar tbody td.sat,
#extras .calendar tbody td.sun {
	background-color: #FFFDEE;
}
