.calendar_icon {
	background:url(icon.gif);
	background-repeat:no-repeat;
	width:27px;
	height:20px;
	float:left;
	cursor:pointer;
}

.calendar_main_container {
	background:url(bkg.jpg);
	background-repeat:no-repeat;
	height:185px;
	width:220px;
	display:none;
	position:absolute;
	z-index:1000;
}

.calendar_controls_container {
	width:100%;
	height:50px;
}
.calendar_controls_previous_year_IE {
	width:20px;
	height:20px;
	margin-top:10px;
	margin-left:8px;
	padding-top:2px;
	float:left;
	color:white;
	border:1px solid white;
	background-color:silver;
	cursor:pointer;
	font-family:Arial;
	font-size:10px;
	font-weight:900;
	text-transform:uppercase;
}
.calendar_controls_previous_year_FF {
	width:18px;
	height:15px;
	margin-top:10px;
	margin-left:8px;
	padding-top:2px;
	float:left;
	color:white;
	border:1px solid white;
	background-color:silver;
	cursor:pointer;
	font-family:Arial;
	font-size:10px;
	font-weight:900;
	text-transform:uppercase;
}
.calendar_controls_previous_month_IE {
	width:20px;
	height:20px;
	margin-top:10px;
	margin-left:2px;
	padding-top:2px;
	float:left;
	color:white;
	border:1px solid white;
	background-color:silver;
	cursor:pointer;
	font-family:Arial;
	font-size:10px;
	font-weight:900;
	text-transform:uppercase;
}
.calendar_controls_previous_month_FF {
	width:18px;
	height:15px;
	margin-top:10px;
	margin-left:2px;
	padding-top:2px;
	float:left;
	color:white;
	border:1px solid white;
	background-color:silver;
	cursor:pointer;
	font-family:Arial;
	font-size:10px;
	font-weight:900;
	text-transform:uppercase;
}
.calendar_controls_date_info {
	width:98px;
	height:15px;
	margin-top:15px;
	float:left;
	color:white;
	font-family:Arial;
	font-size:10px;
	font-weight:900;
	text-transform:uppercase;
}
.calendar_controls_next_month_IE {
	width:20px;
	height:20px;
	margin-top:10px;
	margin-left:2px;
	padding-top:2px;
	float:left;
	color:white;
	border:1px solid white;
	background-color:silver;
	cursor:pointer;
	font-family:Arial;
	font-size:10px;
	font-weight:900;
	text-transform:uppercase;
}
.calendar_controls_next_month_FF {
	width:18px;
	height:15px;
	margin-top:10px;
	margin-left:2px;
	padding-top:2px;
	float:left;
	color:white;
	border:1px solid white;
	background-color:silver;
	cursor:pointer;
	font-family:Arial;
	font-size:10px;
	font-weight:900;
	text-transform:uppercase;
}
.calendar_controls_next_year_IE {
	width:20px;
	height:20px;
	margin-top:10px;
	margin-left:2px;
	padding-top:2px;
	float:left;
	color:white;
	border:1px solid white;
	background-color:silver;
	cursor:pointer;
	font-family:Arial;
	font-size:10px;
	font-weight:900;
	text-transform:uppercase;
}
.calendar_controls_next_year_FF {
	width:18px;
	height:15px;
	margin-top:10px;
	margin-left:2px;
	padding-top:2px;
	float:left;
	color:white;
	border:1px solid white;
	background-color:silver;
	cursor:pointer;
	font-family:Arial;
	font-size:10px;
	font-weight:900;
	text-transform:uppercase;
}
.calendar_controls_close_button_IE {
	width:18px;
	height:20px;
	margin-top:10px;
	margin-left:2px;
	padding-top:1px;
	float:left;
	color:red;
	border:1px solid white;
	background-color:silver;
	cursor:pointer;
	font-family:Arial;
	font-size:14px;
	font-weight:900;
	text-transform:uppercase;
}
.calendar_controls_close_button_FF {
	width:16px;
	height:15px;
	margin-top:10px;
	margin-left:2px;
	padding-top:2px;
	float:left;
	color:red;
	border:1px solid white;
	background-color:silver;
	cursor:pointer;
	font-family:Arial;
	font-size:10px;
	font-weight:900;
	text-transform:uppercase;
}

.calendar_month_container {
	width:100%;
}
.calendar_month_table {
	clear:both;
}
.calendar_month_cell {
	width:27px;
	height:20px;
	color:white;
	font-family:Arial;
	font-size:10px;
	font-weight:900;
	padding-top:2px;
}