.Accordion_LightHeaderSelected{
	text-align: left;
	padding:1px 5px;
	margin-top:0px;
	background:#D7D7D7 url(images/HeaderGradient.png) repeat-x 0 top;
	border-top:0px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	height: 58px;
	color:#EB8F00;
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
}

.Accordion_LightHeader{
	text-align: left;
	padding:1px 5px;
	margin-top:0px;
	background: #D7D7D7 url(images/HeaderGradient.png) repeat-x 0 top;
	border:1px solid #CCCCCC;
	height: 58px;
	border-top:0 none;
	color:#EB8F00;
	font-weight:bold;
	font-family:Arial,Helvetica,sans-serif;
}

.Accordion_LightContent{
	text-align: left;
	margin-bottom:0px;
	margin-top:0px;
	padding:5px;
	padding-top:0px;
	background:#D7D7D7;
	border-top:0 none;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	color:#333333;
}


.Accordion_PreviewSeparator {
  border: 2px;
  color: #eee;
  background-color: #eee;
  height: 2px;
}

.Accordion_PreviewPane {
}

.Accordion_PreviewPaneTitle {
    font-size:18pt;
    text-decoration: underline;
}

.Accordion_PreviewPaneContent {
}
