/* Event Detail Table */
.eventstable
{
	width: 100%;
	font-family: Verdana, Arial;
	font-size: 8pt;
	border-top: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
}

/* Event Detail Table Cell */
.cell
{
  font-size:12px;
	border-bottom: solid 1px #FFFFFF;
}

/* Event Detail Table Title Cell */
.titlecell
{
	color: white;
	font-weight: bold;
	background-color: #769E48;
	border-bottom: solid 1px #FFFFFF;
	font-size:12px;
}

/* scroller specific styles */
.content
{
}
.scroller
{
}

.XSEvent_Date
{
  font-family:Arial;
  font-size:12px;
  font-weight:normal;
  color: black;
}


 .XSEvent_Title,  a.XSEvent_Title, a.XSEvent_Title:link, a.XSEvent_Title:hover, a.XSEvent_Title:visited, .XSEvent_Title a,  .XSEvent_Title a:link,  .XSEvent_Title a:visited,  .XSEvent_Title a:hover, .XSEvent_Title a:active
{
  font-family:Arial;
  font-size:12px;
  color: #4F6830;
  font-weight:bold; 
  line-height:150%;
}


