﻿#acc-container {
	font-size: 1em;
	font-family: "Open Sans", sans-serif;
	background: #ffffff;
	padding: 0px 0px 0px 0px;
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.acc-header {
	font-size: 1em;
	font-family: "Open Sans", sans-serif;
	font-weight:normal;
	background: #ebebeb;
	border-bottom: 1px solid #F5F5F5;
	margin: 0px 0 0 0;
	padding: 7px 20px;
	cursor: pointer;
	color: #555;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.acc-active-header {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background: url(images/active-header.png) #0099CB;
	background-repeat: no-repeat;
	background-position: 99% 50%;
	color:#FFF;
}

.acc-active-header:hover {
	background: url(images/active-header.png) #0099CB;
	background-repeat: no-repeat;
	background-position: 99% 50%;
}

.acc-inactive-header {
	background: url(images/inactive-header.png) #FFF;
	background-repeat: no-repeat;
	background-position: 99% 50%;
}

.acc-inactive-header:hover {
	background: url(images/inactive-header.png) #f0f0f0;
	background-repeat: no-repeat;
	background-position: 99% 50%;
	color:#0099CB;
}

.acc-content {
	font-family: "Open Sans", sans-serif;
	font-size:1em;
	padding: 20px;
	background: #ffffff;
	border-bottom: 1px solid #F5F5F5;	
	border-top: 0;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}


/* Accordion Toolbar */
.acc-toolbar {
	border-bottom:2px solid #f5f5f5;
	font-size: 0.9em;
	text-align:right;
}

@media print {
	.acc-toolbar { display: none; }
}

.acc-expand-toggle {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	padding:8px 40px 8px 10px;
	display:inline-block;
	background: url('/style library/pho accordion/images/acc-expand.png') no-repeat;
	background-position: 87% 50%;
	cursor:pointer;
}

.acc-collapse-toggle {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	padding:8px 40px 8px 10px;
	display:inline-block;
	background: url('/style library/pho accordion/images/acc-collapse.png') no-repeat;
	background-position: 87% 50%;
	cursor:pointer;
}


.acc-expand-toggle:hover {
	background-color: #f0f0f0;
}

.acc-collapse-toggle:hover {
	background-color: #f0f0f0;
}
