DIV.BsCalendarPopup {
	visibility: hidden;
	position: absolute;
	width: 150px;
	height: 170px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #999;
	background-color: #fff;
	font-family: 'Lucida Grande',Tahoma,Arial,sans-serif;
	font-size: 10px;
}

DIV.BsCalendarPopup H1 {
	height: 16px;
	padding: 2px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #666;
	color: #fff;
}

DIV.BsCalendarPopup H1 A.bscLink {
	width: 12px;
	height: 12px;
	margin: 0 3px;
	padding: 1px;
	cursor: pointer;
	color: white;
	text-decoration: none;
}

DIV.BsCalendarPopup H1 A.bscLink.bscPrev {
	float: left;
}

DIV.BsCalendarPopup H1 A.bscLink.bscNext {
	float: right;
}

DIV.BsCalendarPopup UL.bscCal {
	clear: both;
	list-style-type: none;
	margin: 0 3px;
	padding: 0;
}

DIV.BsCalendarPopup UL.bscCal LI {
	float: left;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	color: #ccc;
}

DIV.BsCalendarPopup UL.bscCal LI A {
	display: block;
	width: 16px;
	height: 16px;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

DIV.BsCalendarPopup UL.bscCal LI A:hover {
	padding: 1px;
	background-color: #f6f6f6;
	border: 1px solid #ddd;
}

DIV.BsCalendarPopup UL.bscCal LI A.bscSet, DIV.BsCalendarPopup UL.bscCal LI A.bscSet:hover {
	padding: 1px;
	border: 1px solid #f00;
	background-color: #f6f6f6;
	color: #f00;
}

DIV.BsCalendarPopup UL.bscCal.bscCalHead LI {
	width: 16px;
	height: 15px;
	padding: 2px;
	color: #36c;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	cursor: default;
}
