@charset "UTF-8";

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	overflow:hidden;
	width:250px;
	float:left;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
	background:url(../images/AccordionTab_bkgd.gif) top left no-repeat;
	height:45px;
	margin: 0px;
	padding: 2px;
	cursor: default;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.AccordionPanelTab h1{
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	margin: 0px;
	padding: 8px 0px 0px 4px;
	text-align:left;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: auto;
	text-align:left;
	width:240px;
}

.AccordionPanelContent ul{
padding:0px;
margin-top:0px;
}

*html ul, *html ul ul, *html ul ul ul, * html li{
margin:0px;
padding:0px;
}
*:first-child+html .AccordionPanelContent li{
padding:0px;
margin-left:0px;
}

*:first-child+html .AccordionPanelContent ul{
padding:0px;
margin-left:10px;
}

.AccordionPanelContent ul ul{
padding:0px;
}

*:first-child+html .AccordionPanelContent ul ul {
padding:0px;
margin:0px;
}


.AccordionPanelContent li {
margin:0;
text-indent:0;
list-style-image:none;
list-style:none;
list-style-type:none;
padding: 0px;
text-align:left;
border-bottom:1px dotted  #0066CC;

}

/*.AccordionPanelContent li:hover,.AccordionPanelContent li:hover a{
	color:#f9750a;
	background:#e5f2ff;
	cursor:pointer;
}*/


.AccordionPanelContent a,.AccordionPanelContent a:link,.AccordionPanelContent  a:visited {
width:228px;
font-size:12px;
color: #003366;
text-decoration:none;
display:block;
padding:10px 6px 10px 6px;

}
/*IE 7 only*/
*:first-child+html .AccordionPanelContent a, *:first-child+html .AccordionPanelContent a:link, *:first-child+html .AccordionPanelContent  a:visited{
padding:10px 6px 10px 6px;;
width:220px;
margin-left:-10px;
}

.AccordionPanelContent a:hover,.AccordionPanelContent a.selected,.AccordionPanelContent a.selected:link,.AccordionPanelContent a.selected:visited {
font-size:12px;
color:#f9750a;
background:#e5f2ff;
text-decoration:none;
display:block;
padding:10px 6px 10px 6px;
width:228px;
}



/*SUB MANU ============================*/
.AccordionPanelContent li.subnav{

text-indent:0;
list-style-image:none;
list-style:none;
list-style-type:none;
margin-left:0;
width:206px;
border-bottom:1px dotted #EEEEEE;

}

.AccordionPanelContent li.subnav a, .AccordionPanelContent li.subnav a:link, .AccordionPanelContent li.subnav a:visited {
width:206px;
font-size:12px;
/*color:#999999;*/
color:#0066CC;
text-decoration:none;
display:block;
padding:5px 5px 5px 5px;
margin-left:10px;
}


.AccordionPanelContent li.subnav:hover {
	background:none;
	}
.AccordionPanelContent li.subnav:hover a,.AccordionPanelContent li.subnav a:hover{
	/*color:#f9750a;
	background:#e5f2ff;*/
	color:#f9750a;
	cursor:pointer;
	background:none;
}




.AccordionPanelContent li.subsubnav{
margin:0;
padding:0px;
text-indent:0;
width:206px;
border-bottom:none;
}

/*.AccordionPanelContent li.subsubnav:hover ,.AccordionPanelContent li.subsubnav:hover a{
	color:#f9750a;
	background:#e5f2ff;
	cursor:pointer;
}*/
	

.AccordionPanelContent li.subsubnav a:hover{
font-size:12px;
color:#f9750a;
text-decoration:none;
background:none;
}


.AccordionPanelContent li.subsubnav a, .AccordionPanelContent li.subsubnav a:link, .AccordionPanelContent li.subsubnav a:visited {
width:146px;
font-size:12px;
color:#999999;
text-decoration:none;
display:block;
padding:5px;
margin-left:25px;
}

/*IE 7 only*/
*:first-child+html .AccordionPanelContent li.subnav{
width:206px;
margin-left:0px;
}

/*IE 7 only*/
*:first-child+html .AccordionPanelContent li.subsubnav{
width:186px;
margin-left:10px;
}

/*IE 7 only*/
*:first-child+html .AccordionPanelContent li.subsubnav a, *:first-child+html .AccordionPanelContent li.subsubnav a:link, *:first-child+html .AccordionPanelContent li.subsubnav a:visited {
padding:2px;
margin-left:0px;
}

/*IE 7 only*/
*:first-child+html .AccordionPanelContent li.subnav a, *:first-child+html .AccordionPanelContent li.subnav a:link, *:first-child+html .AccordionPanelContent li.subnav a:visited {
padding:2px;
margin-left:0px;
margin:0px;
}



/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #ffffff;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #ffffff;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #ffffff;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #ffffff;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #ffffff;
}
