

/*.accordionHeader
{
    border: 1px solid #d9e1e7;
    color: white;
    background-color:#004B80;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
    margin-top: 1px;
    cursor: pointer;
}
*/
.accordionHeader
{
	background-color:#00aeef;
    color:#fff;
    cursor:default;
    font-size:12px;
    font-weight:normal;
    height:25px;
    line-height:25px;
    margin-bottom:0px;
    text-indent:15px;
    width:100%;
	border-bottom:1px solid #c2d4e1;
}

.accordionHeader_Selected
{
	background:#004a80 url(images/arr_down.gif) no-repeat center right;
	background-color:#004a80;
    color:#fff;
    cursor:default;
    font-size:12px;
    font-weight:bold;
    height:25px;
    line-height:25px;
    
    text-indent:15px;
    width:100%;
	border-bottom:1px solid #c2d4e1;
}

.accordion_Content
{
	background-color:#eaeff3;
	padding:0;
	padding-left:20px;
	color:#666666;
	font-size:11px;
	margin-top:0px;
	line-height:1.2em;
	padding-bottom:5px;
}