/*
  Events Calendar Extended CSS
*/
/** Filled **/
table#index
{
	background-color: #00dd00;
}
table#index td
{
	background-color: #ddffdd;
}
table#events
{
	background-color: #00dd00;
}
table#events td
{
	background-color: #ddffdd;
}
table#events th
{
	background-color: #88ff88;
}

/** Grid **/
/*
table#events
{
	border-spacing: 0px;
	border: 1px solid #000000;
}
table#events td, table#events th
{
	padding: 2px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
*/
