/*
## @project: SolidForm Maintenance page w/ ajax contact form
## @filename: green/style.css
## @description: the stylesheet for the green theme
## @author: PlasticBrain Media LLC | plasticbrain.net
*/

/*.ui-widget-header { border: 1px solid #3f7506; background: #3a8104 url(images/ui-bg_highlight-soft_33_3a8104_1x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }*/
.ui-widget-header { border: 1px solid #3f7506; background: #809600 url(images/ui-bg_highlight-soft_33_809600_1x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #45930b; background: #809600; font-weight: normal; color: #ffffff; outline: none; margin-left: 335px; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #45930b; background:url("images/ui-bg_highlight-soft_33_809600_1x100.png") repeat-x scroll 50% 50% #809600; font-weight: normal; color: #ffffff; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #45930b; background:url("images/ui-bg_highlight-soft_33_809600_1x100.png") repeat-x scroll 50% 50% #809600; font-weight: normal; color: #ffffff; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; outline: none; text-decoration: none; }

h1, h3, #tabs ul li.ui-tabs-selected a, #tabs ul li a:hover {
	/*color: #3E8309;*/
	color: #809600;
}

