﻿/*UI accordion*/


.ui-accordion {
	/*resets*/margin: 0; padding: 0px; border: 0; outline: 0; line-height: 1.3; text-decoration: none; list-style: none;
			background-color: #ecf1f6;	

}
.ui-accordion-group {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; list-style: none;
}
.ui-accordion-header {
	/*resets*/margin: 0; padding: 0px; outline: 0; line-height: 1.3; text-decoration: none; list-style: none;
	cursor: pointer;
			background-color: #ecf1f6;		
}
.ui-accordion-header a {
	/*resets*/margin: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; list-style: none;
	display: block;
	padding: .5em .5em .5em 1.7em;
	background: url(../images/navigation/sidebar/clear_right_arrow.gif) 5px 11px no-repeat;
	border-bottom:1px dotted #444DA0;	
			background-color: #ecf1f6;		
}
.ui-accordion-header a:hover {
	text-decoration: underline;
	background-color: #d9e4f3;	
}
.ui-accordion-header:hover {
	background-color: #d9e4f3;
	}
.selected .selected, .selected .selected:hover {
	background: url(../images/navigation/sidebar/clear_down_arrow.gif) 5px 11px no-repeat;
	border-bottom:0px;	
	background-color: #d9e4f3;	
}
.selected .selected a, .selected .selected a:hover {
	background: url(../images/navigation/sidebar/clear_down_arrow.gif) 5px 11px no-repeat;
	background-color: #d9e4f3;
	border-bottom:0px;	
	
}
.ui-accordion-content {
}
.ui-accordion-content p {
	padding: 1em 1.7em 0.6em;
}

.event_content
{
	background-color: #d9e4f3;
	padding: 4px 0px 4px 23px;
	border-bottom:1px dotted #444DA0;	
}
