﻿/*
* 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.
*/




/* Component containers
----------------------------------*/
.ui-widget {  
	font-size: 12px; 
}
.ui-widget-content { 
	background-color: #ffffff; 
	color: #333333; 
}
.ui-widget-header {  
	color: #ffffff; 
	font-weight: bold;
}
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { 
	background:#E9ECF1 url(../img/backgrounds/navrowbg.gif) repeat-x; 
	font-weight: bold; 
	color: #53627A; 
	outline: none;
	height:34px; 
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { 
	font-weight: bold; 
	color: #DB9712; 
	outline: none; 
}
.ui-state-active, .ui-widget-content .ui-state-active { 
	outline: none;
	background:#E9ECF1 url(../img/backgrounds/navrowdownbg.jpg) repeat-x;
	color:#54647B;
	font-weight:bold;
	height:34px;
}
