* {
	text-decoration: none;
}
table#calender {
	background: white url(images/adminbg1.jpg) repeat-x;
	border: 1px solid #a1a1a1;
	font-size: 1.2em;
}
table#calender td {
	color: #bfbfbf;
	text-align: center;
}
table#calender td a {
	display: block;
	width: 15px;
	height: 15px;
	padding: 10px;
	background: url(images/adminbg1.jpg) repeat-x 0 -30px;
	color: #bdbdbd;
	border: 1px solid #b1b1b1;
}
table#calender td a:hover {
	background: url(images/adminbg2.jpg) repeat-x;
}
table#calender td a {
	color: #d36714;
	cursor: pointer;
}
table#calender td strong a {
	color: #747474 !important;
}
a.cal {
	color: #e36e57;
}
table#calender th {
	font-weight: bold;
	color: #6c6c6c;
	text-align: center;
}
div.highlight {
	background: black !important;
}