table.event-calendar
{
	border:1px solid #888888;
	width:300px;
	margin:0 auto;
	border-collapse:collapse;
	text-align:left;
	table-layout:auto;
}

table.event-calendar td.date-event
{
	border:1px solid #888888;
	width:38px;
	background-color:#333333;
	color:white;
}

table.event-calendar td
{
	border:1px dotted #aaaaaa;
}

table.event-calendar td.off-event
{
  background-color:#ff7f50;
}

table.event-calendar td.practice-event
{
  background-color:#d5f6ff;
}

div.holiday-description-event
,div.description-event
,div.date-event
,div.holiday-event
{
	font-size:90%;
	margin:0;
	padding:0;
}

table.event-calendar #sunday-event
{
 background-color:#dd0000;
}
table.event-calendar #saturday-event
{
 background-color:#0000dd;
}

div.next-month table.event-calendar
,div.this-month table.event-calendar
,div.prev-month table.event-calendar
{
	width:190px;
}


