/* --- */
/* ----- */
/* --------- File created by Eugen Borcan ------------------------------------------ */
/* --------- DO NOT MODIFY THIS FILE UNDER ANY CIRCUMSTANCES ------------------------------------------ */
/* --------- DO NOT MODIFY THIS FILE UNDER ANY CIRCUMSTANCES ------------------------------------------ */
/* --------- DO NOT MODIFY THIS FILE UNDER ANY CIRCUMSTANCES ------------------------------------------ */
/* ----- */
/* --- */



@charset "UTF-8";


.Accordion {
	overflow: hidden;
	width: 100%;
	}
	
#Accordion1 {
	outline: none;
	-moz-outline-style: none;
	}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
	}


.AccordionPanelTab {
	margin: 0px;
	cursor: pointer;
	font-family:"Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: bold;
	padding-right: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	-moz-user-select: none;
	-khtml-user-select: none;
	}




.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	}

/*.AccordionPanelOpen .AccordionPanelTab {
	background-color: #ffffff;
	}
*/




/*	 This will change the color of the tab background to white - it doesn't matter if the spry widget is selected or not   */
/*.AccordionPanelTabHover {
	background-color: #ffffff;
	}
*/
/*	 This will change the color of the tab background to white - when one of them is opened   */
/*.AccordionFocused .AccordionPanelTabHover {
	background-color: #ffffff;
	}
*/
/*	 This will change the color of the tab text when the spry widget is not selected   */
/*.AccordionPanelOpen .AccordionPanelTabHover {
	background-color: #ffffff;
	}
*/





/*	 This will change the bgcolor of all the tabs when you select the spry widget   */
/*.AccordionFocused .AccordionPanelTab {
	background-color: #ffffff;
	}
*/


/*	 This will change the bgcolor of the tab that is opened and the spry widget is selected   */
/*.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #ffffff;
	}
*/


/*	 This is the padding on the content ... do not put it on the actual "AccordionPanelContent", because will give a visual effect glitch   */
#Accordion1 .AccordionPanel .AccordionPanelContent .paddingAccordionPanelContent {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 7px;
	margin: 0px;
}
