#calendarcontainer {
	width: 180px;
	height: 220px;
	position: absolute;
	/*top: 0;
	left: 1px;*/
	display: none;
	z-index: 1000;
	background-color: #B84D4D;
}
#calendar {
	float:right;
	height:220px;
	width:180px;
	/*margin:13px 2px 0 0;*/
	position:relative;
}
#calendar #close {
	color:#ffffff;
	position:absolute;
	right:9px;
	top:3px;
	width:14px;
	height:12px;
	cursor:pointer;
	cursor:hand;
}
#calendar #close a {
	color:#ffffff;
	width:14px;
	height:12px;
	text-decoration:none;
}
/*#calendar #close a {
	display:inline;
	voice-family: "\"}\""; voice-family:inherit; 
	display:block;
}*/
#calendar #close a:hover {
	color:#ffffff;
	text-decoration:none;
}
#calendartop {
	color: #FFF;
	font-weight: bold;
	/*padding: 3px 0 0 13px;*/
	width: 180px;
	height: 15px;
}
#calendarmid {
	padding: 8px 0 0 0;
	width: 178px;
	height: 184px;
	color: #B84D4D;
	background: #EAE5D0;
	border-left: 1px solid #B84D4D;
	border-right: 1px solid #B84D4D;
}
#calendarmonth {
	width:149px;
	margin:4px auto;
}
#calendarmid table {
	width:151px;
	margin:12px auto;
}
#calendarmid table tr td{
	border-bottom:1px solid #99CCFF;
	color:#C6D1DB;
	font-size:11px;
	text-align:center;
	padding:1px 0 1px 0 !important; 
	padding:0;
	height:18px;
	height:17px !important; 
	height:16px;
}
#calendarmid table tr.head td{
	border-top: 1px solid #B84D4D;
	border-bottom: 1px solid #B84D4D;
	color: Maroon;
	padding: 1px 0 2px 0;
	font-size: 10px;
}
#calendarmid table tr td a{
	font-size:11px;
	display:block;
	height:14px;
	width:20px;
	text-align:center;
}
#calendarmid table tr td a:hover{
	text-decoration:none;
	color:#FFF;
	background-color:#eeeeee;
}
#calendarbot {
	width:180px;
	height:10px;
}
