#calander {
	margin: 0px auto;
}
#calander td {
	background-image: none;
	background-color: transparent;	
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	padding:3px 6px;
}
#calander td.top {
	color: Gray;
	font-weight: bold;
	color:#e52142;
}
#calander td.oc {
	font-weight: bold;
	
}
#calander td.oc a {
	font-weight: bold;
	color:#e52142;
}
#calander td.priv {
	
}
#calander a {
	color:#666;
	font-weight: normal;
}
#calander a:hover {
	text-decoration: none;
	color:#e52142;
}
#calander a.priv {
	text-decoration: none;
	color: #dedede;
}
#calander a.np {
	text-decoration: underline;
	color: Gray;
	font-weight: bold;
}
#calander form {
	margin: 0px;
	padding: 0px;
}
#calander input,select,textarea {
	background-color: white;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}
#calander .current-day{
	border:1px solid #ccc;
	font-weight:bold;
}