

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: sans-serif/*{ffDefault}*/; font-size: 12px/*{fsDefault}*/; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family:sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { background:#EEE; color: #333/*{fcContent}*/; }
.ui-widget-content a { color: #FFF/*{fcContent}*/; }
.ui-widget-header { background:#FFF; color: #FFF/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #FFF/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { background:url(images/header-bg.png) repeat-x; font-weight: normal/*{fwDefault}*/; color: #FFF/*{fcDefault}*/; outline: none; border-bottom:1px solid #FFF; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #FFF/*{fcDefault}*/; text-decoration: none; outline: none;  border-bottom:1px solid #FFF; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { font-weight: normal/*{fwDefault}*/; color: #FFF/*{fcHover}*/; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #FFF/*{fcHover}*/; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { font-weight: normal/*{fwDefault}*/; color: #FFF/*{fcActive}*/; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #FFF/*{fcActive}*/; outline: none; text-decoration: none; background:url(images/header-bg.png) repeat-x; }