#calendar { color: #FFFFFF;}
.cursor_pointer { cursor: pointer;}
#infoCalendar {
	float: right;
	text-align: left;
	width: 200px;
}

#calendar table {
	border-collapse: separate;
	text-align: center;
	overflow: hidden;
	width: 150px;
}

#calendar table th {
	padding: 2px;
	spacing:0px;
	background: #ff6800;
	color: #ffffff;
	font-weight: bold;
}
#calendar table td {
	text-align: center;
	padding: 2px;
}
#calendar table td.select {
	background: #cccccc;
	font-weight: bold;
}
#calendar table td.date {
	background: #ff6800;font-size: 12px;
}
#calendar a {
	text-decoration: none;
	color: #ffffff;
}
#calendar a:hover {
	color: #000000;
}

