/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display:none;
}
.ui-helper-hidden-accessible {
	position:absolute;
	left:-99999999px;
}
.ui-helper-reset {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	line-height:1.3;
	text-decoration:none;
	list-style:none;
}
.ui-helper-clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.ui-helper-clearfix {
	display:inline-block;
}
.ui-widget-shadow {
	margin:-7px 0 0 -7px;
	padding:7px;
	background:#CCC url(../images/bgShadow-01.png) 50% 50% repeat-x;
	opacity:.60;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
	height:1%;
}
.ui-helper-clearfix {
	display:block;
}
/* end clearfix */
.ui-helper-zfix {
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	opacity:0;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor:default !important;
}
/* Overlays */
.ui-widget-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* Component Containers
----------------------------------*/
.ui-widget {
	font:13px Trebuchet MS, Arial, Tahoma;
}
.ui-widget-content {
	background:#464646 url(../images/ui-bgInset.png) 50% bottom repeat-x;
	color:#FFF;
}
.ui-widget-header {
	font:11px Trebuchet MS, Arial, Tahoma;
	background:#333;
	padding:7px;
	color:#FFF;
}
/* Interaction States
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default {
	font:bold 12px Trebuchet MS, Arial, Tahoma;
	padding:5px 5px 5px 20px;
	background:url(../images/grad2.gif) repeat-x top #2B6484;
	color:#EEEEEE;
}
.ui-state-active {
	font:bold 12px Trebuchet MS, Arial, Tahoma;
	padding:5px 5px 5px 20px;
	background:url(../images/grad2-2.gif) repeat-x top #91AE4E;
	color:#FFF;
}
.ui-state-hover  {
	font:bold 12px Trebuchet MS, Arial, Tahoma;
	background:url(../images/grad2-1.gif) repeat-x bottom #5192C3;
	color:#FFF;
}
/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header {
	cursor:pointer;
	position:relative;
	margin-top:1px;
}
.ui-accordion .ui-accordion-li-fix {
	display:inline;
}
.ui-accordion .ui-accordion-header-active {
	border-bottom:0 !important;
}
.ui-accordion .ui-accordion-content {
	padding:1em 2.2em;
	border-top:0;
	margin-top:-2px;
	position:relative;
	top:1px;
	margin-bottom:2px;
	overflow:auto;
	display:none;
	height:450px;
}
.ui-accordion .ui-accordion-content-active {
	display:block;
}