/* 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
{
	border-bottom: solid 1px #FFFFFF;
}

/* Event Detail Table Title Cell */
.titlecell
{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #3366FF;
	border-bottom: solid 1px #FFFFFF;
}

/* scroller specific styles */
.content
{
}
.scroller
{
}
