/*****************************************
******************************************

Accordion Settings

******************************************
		Closed Element
******************************************/
#accordion{
	/*border-right:solid 1px #99A8BF;*/
	border-bottom:solid 1px #b0b5ca;
	
	
}
	#accordion a{
		font-size:11px;
		color:#c8013b;
	}
	#accordion a:hover{
		text-decoration:none;
	}
/* LAYOUT FOR ELEMENTS */
.accordion{
	position:relative;
	left:-2px !important;
	left:0px;
	width:100%;
}
.arrow2{
	position:relative;
	float:left;
	height:29px;
	width:0px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}
.button{
	float:right;
	position:relative;
	left:0px !important;
	left:-4px;
	width:40px !important;
	width:37px;
	padding:8px 0px 0px 0px;
	margin:0px;
	overflow:hidden;
}
.accordionContent{
	position:relative;
	left:0px !important;
	left:-2px;
	margin:0px;
	padding: 8px 20px 0px 10px;
	height:25px;
	overflow:hidden;
	width:auto;
}
.accordionText{
	position:relative;
	color:#666666;	
	padding:10px 0px 0px 0px;
	margin:0px;
	height:auto;
	overflow:hidden;
}
.accordionTitle{
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px;
}
/* STYLE FOR CLOSED ELEMENTS */
	/* Full wrapper for the element */
	.accordionClosed{
		/*background-color:#e8eaf4;*/
		border-top:solid 1px #fcfafa;
		border-left:solid 1px #fcfafa;
		/*border-bottom:solid 1px #99A8BF;*/
		border-right:solid 1px #fcfafa;
	}
	/* the closed arrow */
	.arrowClosed{
		/*border-right:solid 1px #99A8BF;*/
		background-image:url(images/arrow_open2.gif);
		background-repeat:no-repeat;
	}
	/* the closed button button */
	.buttonClosed{
		border-left:solid 1px #fcfafa;
		text-align:center;
	}
		/* link details for the closed button button */
		.buttonClosed a{
			color:#0D3050;
		}
		.buttonClosed a:hover{
			text-decoration:none;
		}
	/* the closed content wrapper (title and text) */
	.accordionContentClosed{
		/*border-left:solid 1px #fcfafa;*/
		
	}
	/* the closed vestion of the element title */
	.accordionTitleClosed {
		font-size:14px;
		color:#0D3050;
		font-weight:bold;
	}
/* STYLE FOR OPENED ELEMENTS */
	/* Full wrapper for the element */
	.accordionOpened{
		background-color:#ffffff;
		border-top:solid 1px #fcfafa;
		border-left:solid 1px #fcfafa;
		border-bottom:solid 1px #fcfafa;
		border-right:solid 1px #fcfafa;
	}
	/* the Opened arrow */
	.arrowOpened{
		/*border-right:solid 1px #99A8BF;*/
		background-image:url(images/arrow_close2.gif);
		background-repeat:no-repeat;
	}
	/* the closed button button */
	.buttonOpened{
		border-left:solid 1px #fcfafa;
		text-align:center;
	}
		/* link details for the closed button button */
		.buttonOpened a{
			color:#0D3050;
		}
		.buttonOpened a:hover{
			text-decoration:none;
		}
	/* the Opened content wrapper (title and text) */
	.accordionContentOpened{
		
		
	}
	/* the Opened vestion of the element title */
	.accordionTitleOpened {
		font-size:14px;
		color:#0D3050;
		font-weight:bold;
	}
@media print{
	.accordionClosed{
		background-color:#FFFFFF;
	}
	.accordionOpened{
		background-color:#FFFFFF;
	}
}
		
