@charset"UTF-8";/*SpryAccordion.css-version0.4-SpryPre-Release1.6.1*//*Copyright(c)2006.AdobeSystemsIncorporated.Allrightsreserved.*//*ThisistheselectorforthemainAccordioncontainer.Forourdefaultstyle,*wedrawbordersontheleft,right,andbottom.ThetopborderoftheAccordion*willberenderedbythefirstAccordionPanelTabwhichnevermoves.**IfyouwanttoconstrainthewidthoftheAccordionwidget,setawidthon*theAccordioncontainer.Bydefault,ouraccordionexpandshorizontallytofill*upavailablespace.**Thenameoftheclass("Accordion")usedinthisselectorisnotnecessary*tomakethewidgetfunction.Youcanuseanyclassnameyouwanttostylethe*Accordioncontainer.*/.Accordion{border:none;overflow:hidden;margin:0auto;width:100%;}/*ThisistheselectorfortheAccordionPanelcontainerwhichhousesthe*paneltabandapanelcontentarea.Itdoesn'trendervisually,butwe*makesurethatithaszeromarginandpadding.**Thenameoftheclass("AccordionPanel")usedinthisselectorisnotnecessary*tomakethewidgetfunction.Youcanuseanyclassnameyouwanttostylean*accordionpanelcontainer.*/.AccordionPanel{margin:0px;padding:0px;}/*ThisistheselectorfortheAccordionPanelTab.Thiscontainerhouses*thetitleforthepanel.Thisisalsothecontainerthattheuserclicks*ontoopenaspecificpanel.**Thenameoftheclass("AccordionPanelTab")usedinthisselectorisnotnecessary*tomakethewidgetfunction.Youcanuseanyclassnameyouwanttostylean*accordionpaneltabcontainer.**NOTE:*Thisruleuses-moz-user-selectand-khtml-user-selectpropertiestopreventthe*userfromselectingthetextintheAccordionPanelTab.Theseareproprietarybrowser*propertiesthatonlyworkinMozillabasedbrowsers(likeFireFox)andKHTMLbased*browsers(likeSafari),sotheywillnotpassW3Cvalidation.Ifyouwantyourdocumentsto*validate,anddon'tcareiftheusercanselectthetextwithinanAccordionPanelTab,*youcansafelyremovethosepropertieswithoutaffectingthefunctionalityofthewidget.*/.AccordionPanelTab{/*background-color:#fffffc;*//*background-color:#ffdbdb;*/background-color:#ffffff;border:none;margin:0px;padding:2px5px2px20px;font-size:150%;font-weight:bold;cursor:pointer;-moz-user-select:none;-khtml-user-select:none;}.AccordionPanelTab2{background:#dbd0e6;color:#555555;border:none;margin:0px;padding:2px5px2px20px;font-size:150%;font-weight:bold;-moz-user-select:none;-khtml-user-select:none;}.AccordionPanelTab3{background:#dbd0e6;color:#555555;border:none;margin:0px;padding:2px5px2px20px;font-size:150%;font-weight:bold;cursor:pointer;-moz-user-select:none;-khtml-user-select:none;}#noww{color:#555555;}/*ThisistheselectorforaPanel'sContentarea.It'simportanttonotethat*youshouldneverputanypaddingonthepanel'scontentareaifyouplanto*usetheAccordionspanelanimations.Placinganon-zeropaddingonthecontent*areacancausetheaccordiontoabruptlygrowinheightwhilethepanelsanimate.**AnyonewhostylesanAccordion*MUST*specifyaheightontheAccordionPanel*Contentcontainer.**Thenameoftheclass("AccordionPanelContent")usedinthisselectorisnotnecessary*tomakethewidgetfunction.Youcanuseanyclassnameyouwanttostylean*accordionpanelcontentcontainer.*/.AccordionPanelContent{overflow:hidden;margin:0px;padding:0px0px0px15px;height:100px;line-height:160%;font-size:120%;}.AccordionPanelContent#time{float:right;}/*Thisisanexampleofhowtochangetheappearanceofthepaneltabthatis*currentlyopen.Theclass"AccordionPanelOpen"isprogramaticallyaddedandremoved*frompanelsastheuserclicksonthetabswithintheAccordion.*/.AccordionPanelOpen.AccordionPanelTab{background:#dbd0e6;}/*Thisisanexampleofhowtochangetheappearanceofthepaneltabasthe*mousehoversoverit.Theclass"AccordionPanelTabHover"isprogramaticallyadded*andremovedfrompaneltabcontainersasthemouseentersandexitsthetabcontainer.*/.AccordionPanelTabHover{color:#c3d825;}.AccordionPanelOpen.AccordionPanelTabHover{color:#005243;}/*Thisisanexampleofhowtochangetheappearanceofallthepaneltabswhenthe*Accordionhasfocus.The"AccordionFocused"classisprogramaticallyaddedandremoved*whenevertheAccordiongainsorloseskeyboardfocus.*/.AccordionFocused.AccordionPanelTab{/*background-color:#674196;*/background-color:#d6ffd6;}/*Thisisanexampleofhowtochangetheappearanceofthepaneltabthatis*currentlyopenwhentheAccordionhasfocus.*/.AccordionFocused.AccordionPanelOpen.AccordionPanelTab{background-color:#d7cf3a;}