/*	Evnts	*/
#EventList
{
	margin-top: 0.5em;
	width: 550px; /*	990-200-200-20-20	*/
}

#EventList td
{
	font-size: 0.75em;
	padding: 0.2em 0.5em;
	background-color: #edf4e0;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	color: Black;
}

#EventList p
{
	font-size: 1em;
}

#EventList table
{
	width: 100%;
}

#EventList .header td
{
	background-color: white;
	border: none;
	font-size: 0.75em;
}

#EventList h1
{
	font-size: 1.2em;
	font-weight: bold;
	border: none;
	padding: 0;
}

#EventList .eventMonth
{
	font-size: 1em;
	background-color: #cbcb30;
}

#EventList .eventDate p
{
	padding: 0;
}

/*	EventFilter	*/

#filterStatus
{
	font-size: 0.75em;
	padding-top: 1em;
}

#filterStatus img
{
	vertical-align: -4px;
	padding-right: 0.5em;
}

.eventFilter
{
  color: Black;
  width: 185px;
	padding: 0 0 1em 15px;
	/*margin-top: 0.5em;*/
	background-color: #cbcb30;
}

.eventFilter ul
{
  list-style: none;
  margin: 0;
  padding: 0.5em 0 0 3px;
	font-size: 11px;
	line-height: 12px;
}

.eventFilter ul li
{
  margin: 0;
  padding: 0;
	display: block;
	list-style-type: none;
	clear: both;
	float: none;
	height: auto;
	overflow: auto;
	margin-bottom: 3px;
}

.eventFilter ul li input
{
  margin: 0;
  padding: 0;
	display: block;
	float: left;
}

.eventFilter ul li label
{
  margin: 0;
  padding: 0;
	display: block;
	margin-left: 0.3em;
	margin-top: 0.2em;
	float: left;
	clear: right;
}

.eventFilter ul li .selected
{
	font-weight: bold;
}

.eventFilter ul li .unSelected
{
	font-weight: normal;
}

