div#calander_border {
	border: 1px solid silver;
	padding:1px;
	width: 190px;
	margin-bottom: 1em;	
}
table#calander_table {
	width: 190px;
	font-family: verdana;
	padding: 0px;
	border-spacing : 0px;
	border-collapse : collapse;
}

tr.calander_header {
	background-color: #00a5ed;
}
td.calander_date {
	color: white;
	font-weight: bold;
}

table#calander_table td a.calander_nav {
	color: white;
	text-decoration: none;
	background-color: #00a5ed;
}
table#calander_table td a.calander_nav:hover {
	color: black;
	text-decoration: underline;
	background-color: #00a5ed;
}

table#calander_table td {
	text-align: center;
	padding: 2px;
}

td.calander_event_today
{
	border: 1px solid White;
	background-color: #ebebeb;
}

td.calander_event
{
	border: 1px solid white;
	background-color: #ebebeb;
}

td.calander_event a {
	color: #00a5ed;
	text-decoration: none;
}

td.calander_event a:hover {
	color: black;
	text-decoration: underline;
}

td.calander_event_today a {
	color: Red;
	text-decoration: none;
}

td.calander_event_today a:hover {
	color: black;
	text-decoration: underline;
}

td.calander_today
{
	border: 1px solid White;
	background-color: white;
	color: Red;
}

td.calander_plain
{
	border: 1px solid white;
	background-color: white;
	color: Gray;
}