/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6; font-weight: bold; color: #008435; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #008435; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #85E13B; background: #fff; font-weight: bold; color: #85E13B; }
.ui-state-hover a, .ui-state-hover a:hover { color: #85E13B; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #008435; background: #ffffff; font-weight: bold; color: #008435; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #008435; text-decoration: none; }
.ui-widget :active { outline: none; }


.ui-widget-header { background:#008435; border:none;}
.ui-corner-all  {
-moz-border-radius: 0 0 0 0;
}
.ui-widget-content { border:none;
background:#FFF;}
