/* Thumb Calendar */
.sfcalendar{
	margin: 0px;
	width: 180px;
	height: 150px;
	clear: left;
}

.sfcal{
	width: 181px;
	font-family: Verdana, Helvetica, sans-serif;
	border-collapse: collapse;
	table-layout: fixed;
	margin-top: -1px;
}

.cal_holder .sfcal tbody td{
	font-family: Verdana, Helvetica, sans-serif;
}

.sfcal .mr{
	font-size: 11.5px;
	color: #2c3641;
}
.sfcal .mr th{
	padding: 0px 0px 1px;
	height: 18px;
	overflow: hidden;
	text-align: center;
}

.sfcal .wr th{
	font-family: sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	width: 25px;
	margin: 0px;
	padding: 0px;
	height:13px;
}

.sfcal.sfhead{
	width: 180px;
	cursor: default;
}

.sfcal thead .button{
	cursor: pointer;
	font-size: 13.5px;
}

.sfcal .nr td{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #a2a6af;
	padding: 0px;
	color: #2c3641;
	height: 20px;
	margin: 0px;
	cursor: pointer;
	line-height: 12px;
}

.sfcal .nr td .date{
	margin: 1px 1px 2px;
}

/*.sfcal .nr td.hasevent .date{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}*/

.sfcal .nr td .events{
	font-size: 7px;
	line-height: 6px;
	position: relative;
	top: -3px;
	height: 1px;
/* 	height: 4px; */
	/*display: none;
	visibility: hidden;*/
}



/* webkit differences */
.webkit .sfcal .nr td{
	height: 19px;
}
.webkit .sfcal{
	margin-top: -1px;
}

.webkit .cal_holder{
	height: 120px;
}

/* IE diffs */
.msie .sfcal .nr td{
	height: 19px;
}
.msie .cal_holder{
	height: 120px;
}

.msie .cal_holder .sfcal{
	width: 180px;
}


/* make any text selection in the calendar invisible */
.sfcal td div::-moz-selection{
	background: transparent;
}
.sfcal td div::selection{
	background: transparent;
}

.sfcal .nr td.lm, .sfcal .nr td.nm{
	color: #8c9198;
}

.sfcal .nr td.selected{
	background-color: #933;
	color: #fff;
}

.sfcal .nr td.today{
	color: #fff;
	background-color: #339;
}

.sfcal .nr td.today.selected{
	color: #fff;
	background-color: #939;
}

.cal_holder{
	height: 120px;
	width: 180px;
	margin: 0px 0px 6px -1px;
	padding: 0px 0px 0px 1px;
	overflow: hidden;
}

.cal_holder .sfcal{
	position: relative;
}

#sfcal_events{
	position: absolute;
	z-index: 999;
	left: -3000px;
	height: 150px;
	background-color: #ddd;
	display:none;
}

#sfcal_events ul{
	margin: 0px;
	padding: 0px;
	list-style: none outside none;
	height: 130px;
	overflow: auto;
}

#sfcal_events h4{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 11.5px;
	background-color: #777;
	color: transparent;
	height: 18px;
	line-height: 16px;
	border-bottom: 2px solid #fff;
}

#sfcal_events.rounded{
	-moz-box-shadow: 0px 4px 4px #777;
	-webkit-box-shadow: 0px 4px 4px #777;
	-o-box-shadow: 0px 4px 4px #777;
	box-shadow: 0px 4px 4px #777;
}

#sfcal_events.rounded h4{
	color: #fff;
}

#sfcal_events li{
	font-size: 10pt;
	margin: 8px;
	visibility: hidden;
}

#sfcal_events.rounded li{
	visibility: visible;
}

#sfcal_events a{
	text-decoration: none;
}

#sfcal_events .timespan{
	margin-left: 8px;
	font-size: 7pt;
}
/* End Thumb Calendar */
