.accordionHeader
{
	font-size: 100%;
	background: #8CD3EF;
	padding: 3px;
	border-bottom: 2px solid #CBEAF8;
	cursor: pointer;
	width: 170px;
	background-image: url(../../images/Accordion_BlueGradient.png);
}

.accordionHeaderSelected
{
	font-size: 100%;
	background: #FFC963;
	padding: 3px;
	border-bottom: 2px solid #FF8934;	
	cursor: pointer;
	width: 170px;
	background-image: url(../../images/Accordion_OrangeGradient.png);
}

.accordionContent
{
	background: #E3F4FB;
	width: 176px;
}

.accordionButton
{
	width: 176px;
	border: none;
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}

.accordionButton:hover
{
	color: #333366;
	text-decoration: underline;
}

.accordionButtonContainer
{
	width: 176px;
	border-bottom: 1px solid #8CD3EF;
}

.accordionButtonContainer:hover
{
	background: #E8FFF5;
}

.accordionButtonContainer_Selected
{
	width: 176px;
	border-bottom: 1px solid #8CD3EF;
	background: #FFEECC;
}