/** 
{
	font-family: arial;
	font-size: 12px;
}

h2
{
	display:block;
	height: 35px;
	color:#FFFFFF;
	text-decoration:none;
	padding: 0px 10px;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px;
}

h2.events
{
	background:#6E151F url(../images/tma_events_bg.jpg) no-repeat top left;
	line-height: 35px;
	width: 255px;
}*/

ul.events 
{
	/*width: 275px;*/
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
	/*height: 200px;*/
}

ul.events li.events
{
	margin: 0px;
	padding: 0px;
	overflow: visible;
	display: block;
}

ul.events li.events a.header,
ul.events li.events a.header:hover
{
	line-height: 35px;
	display: block;
	line-height: 35px;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	color: #000;
	margin: 0px;
}

ul.events li.events a.header
{
	background: #eee url(../images/tma_events_state_bg.jpg) repeat-x top left;
}

ul.events li.events a.header:hover
{
	background: #eee url(../images/tma_events_state_hover_bg.jpg) repeat-x top left;
}

ul.events li.events ul.items 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow:hidden;
}

ul.events li.events ul.items li.item
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.events li.events ul.items p.time,
ul.events li.events ul.items p.venue
{
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	padding-bottom:2px;
}

ul.events li.events ul.items p.venue 
{
	font-style: italic;
}

ul.events li.events ul.items p.body 
{
	line-height:20px;
}

ul.events li.events ul.items a.link, .ui-accordion-content a
{
	color: #205A82;
	text-decoration: underline;
}

ul.events li.events ul.items p.sponsor
{
	color: #888;
	font-size: 11px;
	padding-top:10px;
}

ul.events li.events ul.items img 
{
	
}

ul.events li.events .separator
{
	height: 20px;
	margin-bottom: 20px;
	border-bottom:#D6D6D6 solid 1px;
}

