/* PCI - CSS style sheet for the accordion on the profiles page */

/* based on Missing Manual Javascript file - commenting out basic formatting
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
	font: 18px Georgia, "Times New Roman", Times, serif;
} */

#main_content h6 {  /* added specifically for the accordion headings */
	font-size: 100%;
	color: #C0C0C0; /* font colour - silver */
	padding: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	font-style: normal;
	outline: none;
}
#main_content h6.ui-state-active {
	color: #FFFFFF; /* white */
	text-decoration: none;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008080; /* teal */ */
	outline: none;
}

#accordion {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 500px;
}
#accordion  div {
	padding: 0;
	margin: 0;
	border: 1px solid #666;
	border-top: none;
}
#accordion p {
	margin: 0px;
	padding: 10px;
}
#accordion h2  {
	text-decoration: none;
	background: #879D9D;
	padding: 5px 10px 4px;
	border-bottom: 1px solid #666;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	margin: 0;
	cursor: pointer;
}
#accordion h2.ui-state-active {
	background: #036;
}

