.year {
	color: #D90000;
	font-size: 65px;
	line-height: normal;
	display: block;
	width: 100%;
	margin: auto;
}

.relative {
	position: relative;
}

.month {
	margin-top: 12px;
}

.months ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.months ul li a {
	float: left;
	margin: -1px;
	padding: 0px 15px 0px 0px;
	color: #888888;
	text-decoration: none;
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
}

.months ul li a:hover,.months ul li a.active {
	color: #D90000;
}

table {
	border-collapse: collapse;
}

table td {
	border: 1px solid #A3A3A3;
	width: 80px;
	height: 80px;
	/* http://www.colorzilla.com/gradient-editor/ */
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(221,221,221) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(221,221,221))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(221,221,221) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(221,221,221) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(221,221,221) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(255,255,255) 0%,rgb(221,221,221) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-8 */
}

table td.today {
	border: 2px solid #D90000;
	width: 80px;
	height: 80px;
}

table td.padding {
	border: none;
	background: none;
}

table td:hover {
	background: #DFDFDF;
	cursor: pointer;
}

table th {
	font-weight: normal;
	color: #A8A8A8;
}

table td .day {
	position: absolute;
	color: #8C8C8C;
	bottom: -40px;
	right: 5px;
	font-weight: bold;
	font-size: 24.3pt;
}

table td .events {
	position: relative;
	width: 79px;
	height: 0px;
	margin: -39px 0px 0px;
	padding: 0px;
}

table td .events li {
	width: 10px;
	height: 10px;
	float: left; /*background: #000;
	*/
/*+border-radius: 10px;
	*/
margin-left: 6px;
	overflow: hidden;
	text-indent: -3000px;
}

table td:hover .events {
	position: absolute;
	left: 582px;
	top: 66px;
	width: 442px;
	list-style: none;
	margin: 0px;
	padding: 11px 0px 0px;
}

table td:hover .events li {
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	border-bottom: 1px solid #D6D6D6;
	padding-left: 41px;
	text-indent: 0;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));

	background: -webkit-linear-gradient(top, #faa51a, #f47a20);
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
	background: -o-linear-gradient(top, #faa51a, #f47a20);
	background: -ms-linear-gradient(top, #faa51a, #f47a20);
	background: linear-gradient(top, #faa51a, #f47a20);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	width: 200px;
}

table td:hover .events li:first-child {
	border-top: 1px solid #D6D6D6;
}

table td .daytitle {
	display: none;
}

table td:hover .daytitle {
	position: absolute;
	left: 582px;
	top: 21px;
	width: 442px;
	list-style: none;
	margin: 0px 0px 0px 16px;
	padding: 0px;
	color: #D90000;
	font-size: 25px;
	display: block;
	font-weight: bold;
}

.clear {
	clear: both;
}

.climb_done {
	color: green;
	background: green;
}

.climb_not_done {
	color: red;
	background: red;
}
