

@charset "utf-8";
/* CSS Document */

/*
	Vertical Accordions
*/

.accordion_toggle {
	display: block;
	height: 24px;
	width: 320px;
	/*background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;*/
	background-color: #FFFFFF;
	/*padding: 0 5px 0 5px;*/
	line-height: 24px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 11px;
	border-bottom: 1px solid #DDDDDD;
	cursor: pointer;
	margin: 0 0 0 0;
}
.ac_tog{
	padding-right:5px;
	padding-left:5px;
}
.accordion_toggle:hover {
	background-color: #EDEDED;
	color: #000000;
}

.accordion_toggle_active {
	/*background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;*/
	color: #000000;
	font-weight: bold;
}

.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	border-bottom: 1px solid #DDDDDD;
	border-left: #DDDDDD solid 1px;
	border-right: #DDDDDD solid 1px;	
	padding: 10px;
}

.datetime {
	font-size: 10px;
	font-style: italic;
	color: #666666;
}
	
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}
/*
.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}
*/
