﻿/* Accordion Left Menu*/
.accordionHeader
{
	border: 1px solid #FFFFFF;
	border-left-color:#C71830;
	border-left-width:0px;
	color: white;
	background-color: #C71830;
	font-family: Helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 1px;
	margin-top: 0px;
	height: 17px;
	cursor: pointer;
	width:152px;
}


.left_menu_item_spacer 
{
    margin-bottom:5px;
}


.accordionHeaderSelected
{
	border: 1px solid #FFFFFF;
	border-left-width:0px;
	color: white;
	background-color: #6F7C85;
	font-family: Helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 1px;
	margin-top: 0px;
	height: 17px;
	cursor: pointer;
	width:152px;
}



.accordionContent
{
	background-color: #FFFFFF;
	border-left-color:#C71830;
	border-left-width:0px;
	border-top: none;
	line-height: 4.5mm;
	background-color: white;
}

.accordionLink
{
    color:#FFFFFF !important;
	background-color: #C71830;
	text-decoration:none;
	height:17px;
	width:150px;
}




.accordionLink:hover
{
    color:#FFFFFF;
    text-decoration:underline;
}

.noAccodionContent
{
	height:0px;

}

.noAccodionContentLast
{
	border-color:#C71830;
	height:0px;
	border: 0px;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 0px;
	height: 0px;
	line-height: 4.5mm;
}

.accordionContent a
{
    text-decoration:none;
}


.accordionHeaderSelected .accordionLink 
{
    color:#FFFFFF !important;
	background-color: #6F7C85 !important;
	text-decoration:none;
	width:150px;
}

/* END Accordion Left Menu*/

