
/** CALENDAR MODULE **/
#Calendar {
	width: 100%;
	float: left;
	background: #FFFFFF url('../images/calendar_bg.png') repeat-x top;
}
#Calendar *{
	font-family: 'Trebuchet MS';
}

.calendar-row {
	float: left;
	width: 100%;
	clear: both;
}

.calendar-row .cal-day {
	float: left;
	width: 38px;
	text-align: center;
	height: 50px;
	padding: 0px 0;
	border-top: 0px;
}

.day-names {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	color: #5494db;
	height: auto !important;
	width: 34px;
	padding: 5px 2px;
	float: left;
	border: 0;
	text-align: center;
}

.cal-day .month {
	font-size: 8px;
	text-transform: uppercase;
	padding: 0;
	text-align: center;
	width: 100%;
	font-weight: bold;
}

.calendar-row .calendar-day-np {
	float: left;
	width: 38px;
	height: 50px;
	visibility: hidden;
}

.day-number {
	float: left;
	width: 100%;
	padding: 10px 0;
	color: #5494db;
	font-size: 18px;
}

.calendar-row .calendar-day-np .day-number {
	color: #AAA;
}

#Calendar ul.day-number {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	height: 40px;
}

ul.day-number li ul {
	position: absolute;
	padding: 5px;
	list-style: none;
	width: 200px;
	top: 46px;
	left: -90px;
	/* min-height: 100px; */
	border-radius: 0 0 5px 5px;
	background: rgb(30,87,153); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(125,185,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(125,185,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(125,185,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-8 */
	border: 1px solid #2C79CE;
	padding-top: 10px;
	z-index: 9999;
}

ul.day-number > li {
	background: #2C79CE;
	padding: 10px 0 11px;
	height: 29px;
	color: #fff;
}

ul.day-number li ul li {
	float: left;
	width: 98%;
	text-align: left;
	font-size: 14px;
	padding: 5px 1%;
	border-bottom: 1px dotted #fff;
}

ul.day-number li ul li a {
	color: #fff;
	text-decoration: none;
}
ul.day-number li ul li a span{
	color: #accce5;
}
.calendar-nav {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	padding: 15px 0;
	color: #2c79ce;
}

.calendar-nav small {
	clear: both;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.calendar-nav big {
	font-size: 60px;
	line-height: 60px;
	width: 100%;
	clear: both;
	display: block;
	height: 54px;
}

.calendar-nav .cal-prev {
	position: absolute;
	left: 5%;
	height: 55px;
	background: url('../images/cal-prev.png') no-repeat top left;
	top: 20px;
	width: 12px;
	font-size: 0;
	text-decoration: none;
	text-indent: -100px;
}

.calendar-nav .cal-next {
	position: absolute;
	right: 5%;
	height: 55px;
	top: 20px;
	background: #fff;
	width: 12px;
	background: url('../images/cal-next.png') no-repeat top right;
	font-size: 0;
	text-decoration: none;
	text-indent: -100px;
}

.day-names .we {
	font-size: 10px;
}

.we {
	color: #4784C8;
}

.we.small {
	font-size: 12px;
	font-weight: bold;
}

.cal-day .today {
	background: #93bbe8;
	padding: 9px 0;
	border: 1px solid #7fafe4;
	float: left;
	width: 36px;
	height: 30px;
}

/** Calendar ends **/