/*
* 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.

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;
	font-size: 98%;
	list-style: none;
}
.ui-helper-clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ui-helper-clearfix
{
	display: inline-block;
}
/*required comment for clearfix to work in Opera \*/
* HTML .ui-helper-clearfix
{
	height: 1%;
}
.ui-helper-clearfix
{
	display: inherit;
}
/*end clearfix*/
.ui-helper-zfix
{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}
/*Interaction Cues
----------------------------------*/
.ui-state-disabled
{
	cursor: default !important;
}
/*Icons
----------------------------------
states and images*/
.ui-icon
{
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
/*Misc visuals
----------------------------------
Overlays*/
.ui-widget-overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*
* 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/?ctl=themeroller

Component containers
----------------------------------*/
.ui-widget
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	width: 953px;
	/*[empty]min-height:;*/
}
.ui-widget INPUT, .ui-widget SELECT, .ui-widget TEXTAREA, .ui-widget BUTTON
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}
.ui-widget-content
{
	border: 0px solid #C3986D;
	background: #FFFFFF url(images/ui-bg_glass_75_ffffff_1x400.png) repeat-x 50% 50%;
	color: #222222;
}
.ui-widget-content A
{
	color: #222222;
}
.ui-widget-header
{
	border: 0px solid #AAAAAA;
	color: #222222;
	font-weight: bold;
	background-color: #C3986D;
	margin: -5px -3px 0px;
}
.ui-widget-header A
{
	color: #222222;
}
/*Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default
{
	border: 1px solid #C3986D;
	background: none;
	font-weight: normal;
	outline: none;
}
.ui-state-default A, .ui-state-default A:link, .ui-state-default A:visited
{
	color: #FBEEC9;
	text-decoration: none;
	outline: none;
	font-weight: bold;
	margin: 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	/*[empty]background-color:;*/
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus
{
	border: 0px solid #999999;
	background: #C3986D repeat-x 50% 50%;
	font-weight: normal;
	color: #212121;
	outline: none;
}
.ui-state-hover A, .ui-state-hover A:hover
{
	color: #212121;
	text-decoration: none;
	outline: none;
}
.ui-state-active, .ui-widget-content .ui-state-active
{
	border: 1px solid #C3986D;
	background: #FFFFFF url(images/body-bg.png) repeat-x;
	font-weight: normal;
	color: #212121;
	outline: none;
}
.ui-state-active A, .ui-state-active A:link, .ui-state-active A:visited
{
	color: #212121;
	outline: none;
	text-decoration: none;
}
/*Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight
{
	border: 1px solid #FCEFA1;
	background: #FBF9EE url(images/ui-bg_glass_55_fbf9ee_1x400.png) repeat-x 50% 50%;
	color: #363636;
}
.ui-state-highlight A, .ui-widget-content .ui-state-highlight A
{
	color: #363636;
}
.ui-state-error, .ui-widget-content .ui-state-error
{
	border: 1px solid #CD0A0A;
	background: #FEF1EC url(images/ui-bg_inset-soft_95_fef1ec_1x100.png) repeat-x 50% bottom;
	color: #CD0A0A;
}
.ui-state-error A, .ui-widget-content .ui-state-error A
{
	color: #CD0A0A;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text
{
	color: #CD0A0A;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled
{
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary
{
	font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary
{
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}
/*Misc visuals
----------------------------------
Corner radius*/
.ui-corner-tl
{
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
}
.ui-corner-tr
{
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
}
.ui-corner-bl
{
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.ui-corner-br
{
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.ui-corner-top
{
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
}
.ui-corner-bottom
{
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.ui-corner-right
{
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}
.ui-corner-left
{
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.ui-corner-all
{
}
/*Overlays*/
.ui-widget-overlay
{
	background: #AAAAAA url(images/ui-bg_flat_0_aaaaaa_40x100.png) repeat-x 50% 50%;
	opacity: .30;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow
{
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #AAAAAA url(images/ui-bg_flat_0_aaaaaa_40x100.png) repeat-x 50% 50%;
	opacity: .30;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
/*Resizable
----------------------------------*/
.ui-resizable
{
	position: relative;
}
.ui-resizable-handle
{
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle
{
	display: none;
}
.ui-resizable-n
{
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0px;
}
.ui-resizable-s
{
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0px;
}
.ui-resizable-e
{
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0px;
	height: 100%;
}
.ui-resizable-w
{
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0px;
	height: 100%;
}
.ui-resizable-se
{
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw
{
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw
{
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne
{
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*Tabs
----------------------------------*/
.ui-tabs
{
	padding: 0.2em;
	zoom: 1;
}
.ui-tabs .ui-tabs-nav
{
	list-style: none;
	position: relative;
	padding: 0.2em 0.2em 0 0.1em;
}
.ui-tabs .ui-tabs-nav LI
{
	position: relative;
	float: left;
	border-bottom-width: 0 !important;
	margin: 0 0.2em -1px 0;
	padding: 0;
	background-color: #A5644E;
}
.ui-tabs .ui-tabs-nav LI A
{
	float: left;
	text-decoration: none;
	padding: 0.5em 1em;
}
.ui-tabs .ui-tabs-nav LI.ui-tabs-selected
{
	padding-bottom: 0;
	border-bottom-width: 0;
	margin: 0px 0px 0px -0.1em;
	outline: 0px solid #C3986D;
	background: #FFFFFF url(images/ui-bg_glass_75_ffffff_1x400.png) repeat;
}
.ui-tabs .ui-tabs-nav LI.ui-tabs-selected A, .ui-tabs .ui-tabs-nav LI.ui-state-disabled A, .ui-tabs .ui-tabs-nav LI.ui-state-processing A
{
	cursor: text;
	font-weight: bold;
}
.ui-tabs .ui-tabs-nav LI A, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav LI.ui-tabs-selected A
{
	cursor: pointer;
}
/*first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere...*/
.ui-tabs .ui-tabs-panel
{
	padding: 1em 1.4em;
	display: block;
	border-width: 0;
	background: none;
}
.ui-tabs .ui-tabs-hide
{
	display: none !important;
}
.ui-tabs .ui-tabs-nav LI A, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav LI
{
}
