#calendar {
	position: absolute;
	border: 1px solid #333;
	display: block;
	background: url(/images/bg_table.jpg);
	z-index: 1000;
}

.calendar_top {
	border: 0px solid #333;
}

.calendar_bottom {
	border: 0px solid #333;	
}

.cell {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 0px;
	font: bold 10px Tahoma;
	color: black;
}

.cell a, .cell a:link, .cell a:active, .cell a:visited {
	color: black;
	text-decoration: none;	
}

.cell a:hover {
	text-decoration: underline;
}

.sel_cell {
	border: 1px solid #333;
	padding: 3px;
	font: bold 10px Tahoma;
	color: red;
}

.sel_cell a, .sel_cell a:link, .sel_cell a:active, .sel_cell a:visited {
	color: red;
	text-decoration: none;	
}

.sel_cell a:hover {
	text-decoration: underline;
}

.cell_day {	
	border: 0px solid #333;
	padding: 3px;
	font: bold 10px Tahoma;
	color: blue;
}

.sel_cell_day {	
	border: 0px solid #333;
	padding: 3px;
	font: bold 10px Tahoma;
	color: red;
}

.list_month {
	font: bold 11px Tahoma;
	color: #333;
	width: 90px;
}

.list_year {
	font: bold 11px Tahoma;
	color: #333;
}

.close {
	border: 0px solid #333;
	font: bold 11px Tahoma;
	color: #333;
	text-decoration: none;
	padding: 3px 5px;
}


