﻿/* Accordion */
.accordionHeader
{
    border-bottom: 1px solid #434945;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    background:url(/images/content/AccTitle.gif);
    line-height:33px;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: underline;
}

.accordionHeader:hover
{
	background:url(/images/content/AccTitle_Hover.gif);
}

.accordionHeaderSelected
{
    border-bottom: 1px solid #434945;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    background:url(/images/content/AccTitle_Expanded.gif);
    line-height:33px;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background:#2F312E url(/images/template/contentBg.gif) no-repeat scroll 0 0;
    /*border: 1px dashed #2F4F4F;*/
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}