﻿

/******************************/
/**Styling information specific to individual content pages**/

/* Accordion */
.accordionborder /*------------------------------------------------------- individual style*/
{
    border: 0;
    background-color:#e8e8e8;
    padding: 0;
}


.accordionHeader /*------------------------------------------------------- individual style*/
{
    border-bottom: 1px dashed #CCC;
    color: #a0a0a0;
    background:#e8e8e8 url(bgr_sublink-1.gif) no-repeat left center;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size:14px;
	font-weight: bold;
    padding: 10px 35px;
    margin-top: -0px;
    cursor: pointer;
}

.accordionHeader:hover 
{
    background-color: #e0edff;
}

.accordionHeader b /*------------------------------------------------------- individual style*/
{
    color: #646464;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

#master_content .accordionHeaderSelected
{
    border: 1px solid #f0f0f0;
    color: white;
    background-color: #f0f0f0;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    background-image: none;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent /*------------------------------------------------------- individual style*/
{
    /*background: #e8e8e8 url(bgr_content.gif) repeat-x left top;*/
    background-color: #e8e8e8;
    border: 0px dashed #2F4F4F;
    border-top: none;
    padding: 20px;
    margin-top: -1px;
    overflow:hidden;
    border-bottom: 1px dashed #CCC;
}

.sublink /*------------------------------------------------------- individual style*/
{
    overflow:hidden;
    font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #a0a0a0;
}

.sublink:hover /*------------------------------------------------------- individual style*/
{

}
.sublink a /*------------------------------------------------------- individual style*/
{
    /*color: #6396db;*/
    color: #a0a0a0;
    text-decoration: underline;
}

.sublink a:active,
.sublink a:focus,
.sublink a:hover  /*------------------------------------------------------- individual style*/
{
    text-decoration: underline;
}



/*.sublinkselected ------------------------------------------------------- individual style
{
    background:#f5ffda url(bgr_sublink-2-on.gif) no-repeat left top;
    border: 0;
    border-top: 1px dashed #CCC;
    border-bottom: 1px dashed #CCC;
    padding: 10px 10px 10px 35px;
    margin-bottom: -1px;
    color: #000;
    z-index: 99;
    font-family: Arial, Sans-Serif;
	font-size: 12px;
}*/



