.basic  {
	font-family: verdana;
	border: 1px solid black;
}
.basic div {
	background-color: #eee;
}

.basic p {
	margin-bottom : 2px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 2px;
}

.basic a{
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;

	/*background:#D0D0D0 url('/scripts/images/arrow_down.jpg') no-repeat right 0px;*/
}
.basic a:hover {
	background-color: white;
}
.basic a.selected{
	color: black;
	/*background-image: url("style/page/BlockHeader.png");*/
	/*background:#D0D0D0 url('/style/page/BlockHeader.png') repeat-x right 0px;*/

}

.accordion {
	
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	background: #e9e7e7 url(/scripts/images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #E3E2E2;
}
.accordion h3.active {
	background-position: right 5px;
	background-color: #D0D0D0;
}
.accordion .paragraphSimulator {
	background:  #eee;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}


