﻿/**
 * Version of Styles to support muliple accordions on a single page
 * @param type $name description
 * @return description
 * @deprecated reason
 */

#options {width:644px; margin:20px auto; text-align:right; color:#9ac1c9}
#options a {text-decoration:none; color:#9ac1c9}
#options a:hover {color:#033}

.tiny-accordion { width: 644px; list-style:none; color:#033; /*margin:0 auto 40px*/ margin-left: 0; padding: 0; }
.tiny-accordion h3 {
	width: 630px; 
	border: 1px solid #9ac1c9; 
	padding: 4px 6px 2px; 
	margin-top: 5px; 
	cursor:pointer; 
	background:url("/admin/code/js/TinyAccordion/images/header.gif"); /* 31px tall */
	background-repeat: repeat-x;
	background-color: #d9dee0;  /* bgc by Will, matches the bottom of the image */
/*	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;*/
/*	font-weight: bold; */
	color: black;
}
.tiny-accordion h3:hover {background:url("/admin/code/js/TinyAccordion/images/header_over.gif"); background-repeat: repeat-x; background-color: #c9d3d6;} /* bgc by Will */
.tiny-accordion h3 img {
	margin-top: 4px;
	margin-bottom: 0;
}

.tiny-accordion .acc-section {overflow:hidden; background:#fff; background-color: #ffd; }
.tiny-accordion .acc-content {width:622px; padding: 5px 10px; border:1px solid #9ac1c9; border-top:none; background:#fff; 
	background-color: #f8fff8; 
	background-color: #FAF7D6; 
}

#nested {width:545px; list-style:none; color:#033; margin-bottom:15px}
#nested h3 {width:541px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url("/admin/code/js/TinyAccordion/images/header.gif")}
#nested h3:hover {background:url("/admin/code/js/TinyAccordion/images/header_over.gif")}
#nested .acc-section {overflow:hidden; background:#fff}
#nested .acc-content {width:553px; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#fff}
#nested .acc-selected {background:url("/admin/code/js/TinyAccordion/images/header_over.gif")}

/* by Will */
/*.tiny-accordion ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tiny-accordion ul li {
	margin: 0;
}
*/