@charset "UTF-8";
/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
/* Accordion container. */
.Accordion {
	border:0;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 1em;
	overflow: hidden;
	padding: 0;
}
/* Container which houses the panel Tab and Content area. */
.AccordionPanel {
	margin: 0;
	padding: 0;
}
/* Tab Container that the user clicks on to open a specific panel. */
.AccordionPanelTab {
	background:url(../images/accordion_off_488.gif);
	color:#999;
	cursor: pointer;
	font-size: 1em;
	height:30px;
	line-height:25px;
	margin: 0;
	padding:0 0 0 30px;
}
/* Content Container. */
.AccordionPanelContent {
	border: 0;
	background:url(../images/accordionBG.png) no-repeat;
	font-size: 1em;
	height: 250px;
	overflow:scroll;
	text-align:left;
}
/* Content h2. */
.AccordionPanelContent h2 {
	border:0;
	font-size: 1.1em;
	font-weight:bold;
	padding: 20px 20px 0 20px;
	text-align:left;
	margin:0;
}
/* Content h3. */
.AccordionPanelContent h3 {
	border:0;
	font-size: 1em;
	font-weight:bold;
	padding: 0 20px 0 20px;
	text-align:left;
	margin:0;
}
/* Content p. */
.AccordionPanelContent p {
	font-size: 1em;
	padding: 0 20px 0 20px;
	text-align:left;
	margin:0;
	width:90%;
}
/* Content table. */
.AccordionPanelContent table {
	padding: 0 20px 0 20px;
	margin:10px;
	width:90%;
}
/* Content table cell. */
.AccordionPanelContent table tr td {
	border-bottom:#666 dashed thin;
}
/* Content ul li. */
.AccordionPanelContent ul li {
	font-size: 1em;
	text-align:left;
	margin:0;
	width:100%;
}
/* Tab that is currently open. */
.AccordionPanelOpen .AccordionPanelTab {
	background:url(../images/accordion_on_488.gif);
	color:#780665;
	cursor: pointer;
	font-size: 1em;
	font-weight:bold;
	height:30px;
	line-height:25px;
	margin: 0px;
	padding:0 0 0 30px;
}
/* Tab as the mouse hovers over it. */
.AccordionPanelOpen .AccordionPanelTabHover {
	background:url(../images/accordion_on_488.gif);
	color:#06C;
	cursor: pointer;
	font-size: 1em;
	font-weight:bold;
	height:30px;
	margin: 0px;
	padding:0 0 0 30px;
	line-height:25px;
}
/* Tab when the Accordion has focus. */
.AccordionPanelOpen .AccordionFocused .AccordionPanelTab {
	background:url(../images/accordion_on_488.gif);
	color:#780665;
	cursor: pointer;
	font-size: 1em;
	font-weight:bold;
	height:30px;
	margin: 0px;
	padding:0 0 0 30px;
	line-height:25px;
}
/* Tabs when the Accordion has focus and is open. */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background:url(../images/accordion_on_488.gif);
	color:#780665;
	cursor: pointer;
	font-size: 1em;
	font-weight:bold;
	height:30px;
	margin: 0px;
	padding:0 0 0 30px;
	line-height:25px;
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* Content Area - The links inside the Accordion Panel menu */
.menulist {
	list-style-type: none;
	margin: 0 0 12px 0 !important;
	padding: 4px 12px 4px 16px !important;
}
.menulist li {
	margin: 0 0 4px 0;
}
.menulist a:link {
	background-image: url(img/dj_linkgradient.jpg);
	background-position: 0;
	background-repeat: no-repeat;
	border: 1px solid #999999;
	color:#000000 !important;
	display: block;
	padding: 3px 6px;
	text-decoration: none;
}
.menulist a:hover {
	background: #ffffff;
	border: 1px solid #999999;
	color: #476f35 !important;
	font-weight:bold;
	padding: 3px 6px;
	text-decoration: none;
}
.menulist a:active {
	background: #ffffff;
	border: 1px solid #999999;
	color: #476f35 !important;
	font-weight:bold;
	padding: 3px 6px;
	text-decoration: none;
}
.menulist a:visited {
	background-image: url(img/dj_linkgradient.jpg);
	background-position: 0;
	background-repeat: no-repeat;
	border: 1px solid #999999;
	color:#000000 !important;
	display: block;
	padding: 3px 6px;
	text-decoration: none;
}
