div.calendar_wrapper {
	display:inline;
	position:relative;
	}

div.calendar_wrapper img {
	margin-bottom:-4px;
	cursor:pointer;
	}
	
a.calendar_popup_link_today {
	padding-left:3px;
	cursor:pointer;
	}

div.calendar_container {
	position:absolute;
	z-index:3;
	background-color:#fff;
	border:1px solid #bbb;
	padding:1px;
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
	border-radius:2px;
	}	

div.calendar_container table {
	font-size:.95em;
	position:relative;
	}

div.calendar_container table tr th,
div.calendar_container table tr td {
	padding:1px !important;
	}

div.calendar_container table tr th a,
div.calendar_container table tr.week td a {
	display:block;
	cursor:pointer;
	}

div.calendar_container table tr th {
	text-align:center;
	font-weight:bold;
	background-color:#f3f3f3;
	border-bottom:1px solid #ddd;
	color:#444;
	}

div.calendar_container table tr th a {
	color:#444;
	}

div.calendar_container table tr.days td {
	color:#444;
	text-align:center;
	width:22px;
	font-weight:bold;
	}

div.calendar_container table tr.week td {
	text-align:center;
	padding:1px;
	}

div.calendar_container table tr.week td a {
	color:#555;
	background-color:#e6e6e6;
	border:1px solid #d3d3d3;
	padding:1px 3px;
	-moz-border-radius:1px;
	-webkit-border-radius: 1px;
	border-radius:1px;
	}

div.calendar_container table tr.week td a:hover {
	background-color:#e1e1e1;
	border:1px solid #999;
	color:#333;
	text-decoration:none;
	}

div.calendar_container table tr.week td.today a {
	background-color:#fbf9ee;
	border:1px solid #fcefa1;
	}

div.calendar_container table tr.week td.selected a {
	background-color:#fff;
	border:1px solid #aaa;
	color:#212121;
	}