/* Thumb Calendar */
.sfcalendar{
	margin: 2px;
	width: 175px;
}

.sfcal{
	font-family: sans-serif;
	border-collapse: collapse;
	table-layout: fixed;
	border: 1px solid #a2a6af;
	margin-top: -1px;
}

.sfcal .mr{
	font-size: 9pt;
	color: #2c3641;
}
.sfcal .mr th{
	padding: 1px 0px;
}

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

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

.sfcal thead .button{
	cursor: pointer;
	font-size: 10pt;
}

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

.sfcal .nr td .date{
	margin-top: 6px;
}

.sfcal .nr td .events{
	font-size: 4pt;
	height: 4px;
	
}

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

.webkit #cal_holder{
	height: 144px;
}

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


/* 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: 143px;
	width: 175px;
	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;
	min-height: 160px;
	background-color: #ddd;
	display:none;
}

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

#sfcal_events h4{
	margin: 0px;
	padding: 5px 0px 7px;
	text-align: center;
	font-size: 11pt;
	background-color: #777;
	color: transparent;
}

#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;
}

.sfcalendar.flash{
	margin: 2px;
	width: 180px;
	background-color: #f00;
}
/* End Thumb Calendar */

