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

.ui-widget-header { border: 1px solid #0b3e6f; background: #0b3e6f url(images/ui-bg_diagonals-thick_15_0b3e6f_40x40.webp) 50% 50% repeat; color: #f6f6f6; font-weight: bold; }
.ui-widget-header a { color: #f6f6f6; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #333333; background: #333333 url(images/ui-bg_dots-small_40_00498f_2x2.webp) 50% 50% repeat; font-weight: bold; color: #ffffff; outline: none; }
.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 #222222; background: #00498f url(images/ui-bg_dots-small_20_333333_2x2.webp) 50% 50% repeat; font-weight: bold; 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 #096ac8; background: #292929 url(images/ui-bg_flat_40_292929_40x100.webp) 50% 50% repeat-x; font-weight: bold; color: #75abff; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #75abff; outline: none; text-decoration: none; }

h1, h3, #tabs ul li.ui-tabs-selected a, #tabs ul li a:hover {
	color: #1D4C7A;
}