
table.calendar	{
	color: black;
	background-color: transparent;
	border-color: white;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	font-size: 11px;
	margin: 0px;
	width: 216px;
	padding: 0px;}


table.calendar td a {
		color: white;}

td.calendar	{
        background-color: #7D8776;
		border-color: #9DA796;
		border-style: solid;
		color: white;
		border-width: 0px 1px 1px 0px;
		text-align: center;}

td.calendar_header	{
		font-weight: bold;
		padding: 2px;
		text-align: center;}

td.calendar_weekday	{
		font-weight: bold;
		text-align: center;}

td.previous_month	{
		color: gray;
		text-align: center;}
td.next_month	{
		color: gray;
		text-align: center;}


td.calendar#today	{
        background-color: #990000;
		border-color: #9DA796;
		border-style: solid;
		border-width: 0px 1px 1px 0px;}

.event		{
		background-color: #FFCC00;
		background-position: 4px 0px;
		background-repeat: no-repeat;
		border-color: #9DA796;
		border-style: solid;
		border-width: 0px 1px 1px 0px;
		color: white;
		text-align: center;}

.birthday	{
		background-color: #666666;
		background-position: 4px 0px;
		background-repeat: no-repeat;
		border-color: #9DA796;
		border-style: solid;
		border-width: 0px 1px 1px 0px;
		text-align: center;
		color: white;}

.calendar_weekday {

}