

table.fullcalendar {
	background-color: #006600;
	table-layout:fixed;
	border-collapse:collapse;
	width:100%;
}

table.fullcalendar td.month_name {
	text-align:center;
	vertical-align:middle;
	color: #FFFF00;
}

table.fullcalendar tr.days-names td {
	height:1.4em;
	text-align:center;
	vertical-align:middle;
	color: #FFFF00;
}

table.eme-calendar-table a.prev-month {
	float:left;
	text-decoration:none;
	color: #FF0000;
	font-size: 10px;
}

table.eme-calendar-table a.next-month {
	float:right;
	text-decoration:none;
	color: #FF0000;
	font-size: 10px;
}

table.fullcalendar a.prev-month {
	float:left;
	padding-left:.7em;
	text-decoration:none;
	color: #FFFF00;
}
table.fullcalendar a.next-month {
	float:right;
	padding-right:.7em;
	text-decoration:none;
	color: #FFFF00;
}

#content table.fullcalendar td {
	border:1px solid #FFFF00;
}

table.fullcalendar td.month_name {
	text-align:center;
	vertical-align:middle;
	line-height: 20px;
}

table.eme-calendar-table td.eventful a, table.eme-calendar-table td.eventful-today a, table.eme-calendar-table td.eventful-post a, table.eme-calendar-table td.eventful-pre a {
  	font-weight: normal;
  	color: #FF0000;
  	font-size: 11px;
  	text-decoration: none;
}

table.fullcalendar td.eventful a, table.fullcalendar td.eventful-today a, table.fullcalendar td.eventful-post a, table.fullcalendar td.eventful-pre a, table.fullcalendar td.eventless {
  	font-weight: normal;
  	color: #FFFF00;
  	font-size: 11px;
  	text-decoration: none;
}

table.fullcalendar td.eventless-pre, table.fullcalendar td.eventless-post {
  	font-weight: normal;
  	color: #FFFFFF;
  	font-size: 11px;
  	text-decoration: none;
}

table.fullcalendar td.eventless-today, table.fullcalendar td.eventful-today {
	background-color: #FF0000;
}

table.fullcalendar ul {
	margin:3px 0 0 5px;
}

table.fullcalendar ul li {
	margin:3px 0 3px 0;
	font-size:.7em;
	line-height:normal;
}