﻿/*Accordion Styles*/
.accordionCont
{
	width:654px;
	padding-top:10px;
}
.accordion_off, .accordion_on
{
	width:100%;
	margin-bottom:1px;
}
.accordionTitleBar
{
	width:100%;
	height:26px;
	position:relative;
	background:#c30234;
	cursor:pointer;
	color:#fff;
}
.accordionTitle
{
	padding:5px 45px 0 8px;
	font-weight:bold;
	font-size:14px;
}
.statusIndicator
{
	position:absolute;
	top:0px;
	right:0px;
	height:26px;
	width:34px;
}
.accordionContentCont
{
	height:0px;
	width:654px;
	overflow:hidden;
	position:relative;
}
.accordionContent
{
	padding:10px 20px;
	position:absolute;
	bottom:0;
	width:610px;
	border-left:solid 2px #55a94f;
	border-right:solid 2px #55a94f;
	border-bottom:solid 2px #55a94f;
	
}
.statusIndicator
{
	
}
.accordion_off .statusIndicator
{
	background:url(../../Images/bcg_indicator.gif) no-repeat;
	background-position:0 -26px;
}
.accordion_on .statusIndicator
{
	background:url(../../Images/bcg_indicator.gif) no-repeat;
	background-position:0 0;
}
.accordion_on .accordionTitleBar
{
	background:#55a94f;
}


.accordionContent ul
{
	margin-left:15px;
}
.accordionContent li.nobullet ul
{
	margin-top:0;
	padding-top:0;
}
.accordionContent li.nobullet
{
	list-style-type:none;
	margin-left:15px;
}