@charset "UTF-8";





.Accordion {

	overflow: hidden;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}



.AccordionPanel {

	margin: 0px;

	padding: 0px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}



.AccordionPanelTab { margin: 0px; padding: 2px; -moz-user-select: none; -khtml-user-select: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #034C7F; font-weight: bold; text-decoration: none; background-image: url(../images/bg-line.gif); background-repeat: repeat-x; background-position: left bottom; height: 18px; 

}





.AccordionPanelContent {

	overflow: auto;

	margin: 0px;

	padding: 10px;



}





.AccordionPanelOpen .AccordionPanelTab {

	background-color: #EEEEEE;

}





.AccordionPanelTabHover {

	color: #555555;

}

.AccordionPanelOpen .AccordionPanelTabHover {

	color: #555555;

}





.AccordionFocused .AccordionPanelTab {

	background-color: #F5F9FA;

}





.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {

	background-color: #FFFFFF;

}

