
#cal_container {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px transparent;
	font-family: 'Lucida Grande', Lucida, Geneva, Verdana, Tahoma, Helvetica, Arial, sans-serif;
}

#cal_container a img {
	width: 28px;
	height: 22px;
	margin-right: 10px;
	margin-left: 10px;
	border-style: none;
}

#cal_container a#prev_month
{
	float: left;
}

#cal_container a#next_month
{
	float: right;
}

.calendar {
	display: inline-table;
	float: left;
/*	position: relative; */
	position: static;
	width: 170px;
	background-color: transparent;
	font-size: 8pt;
	text-align: center;
	margin-top: -3px;
	margin-left: 10px;
	margin-right: 10px;
}

.calendar caption, th {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

.calendar tr.head {
	text-align: center;
	font-weight: bold;
}

.calendar tr.row {
}

.calendar td {
	background: url(../images/cal_bg.gif) no-repeat left center;
	width: 14%;
	height: 20px;
}

.calendar td.left {
	background: url(../images/cal_bg_left.gif) no-repeat left center;
}

.calendar td.right {
	background: url(../images/cal_bg_right.gif) no-repeat left center;
}

.calendar .today {
	font-weight: bold;
	font-style: normal;
	color: blue;
/*	border: 1px solid blue; */
}

.calendar .note {
	font-weight: bold;
	text-decoration: underline;
	color: red;
	cursor: help;
}

@media print
{
	#cal_container a#prev_month
	{
		display: none;
	}

	#cal_container a#next_month	
	{
		display: none;
	}
}
