

/* Layout helpers
----------------------------------*/

.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 18px;; text-decoration: none; font-size: 100%; list-style: none; }


/* required comment for clearfix to work in Opera \*/















/* Component containers
----------------------------------*/
.ui-widget { font-family: Arial, Tahoma, Verdana, Arial, sans-serif; font-size: 12px; }


.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }




/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 10% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 10% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 10% 50% repeat-x; font-weight: bold; color:#00689F; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #333333;
	text-decoration: none;
}


















.ui-accordion .ui-accordion-header a { display: block; font-size: 12px; padding: .5em .5em .5em .7em; }
.accordionspan
{
    display: block; font-size: 12px; padding: .5em .5em .5em .7em; 
    font-family: Arial, Helvetica, sans-serif, Calibri, Tahoma;
}

.ui-accordion .ui-accordion-content { padding: 1.1em 1.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 5px; line-height:22px; height: 92px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }



