/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.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; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 */

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #7F3600; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover { color: #7F3600; text-decoration: underline; }
.ui-state-hover a, .ui-state-hover a:hover { }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {  color: #0c4775; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {  color: #0c4775; text-decoration: none; }
.ui-widget :active { outline: none; }


/* Overlays */
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*!
 * jQuery UI Tabs 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; font-size: 10pt; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 1px 1px 0; border-bottom: 0 !important; padding: 0; width: 130px; height: 50px; background: url(images/tabs.png) 0 0 no-repeat; text-align: center;}
.ui-tabs .ui-tabs-nav li a {text-decoration: none; display: block; height: 24px; padding: 10px; padding-top: 7px;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; background: url(images/tabs.png) 0 -50px no-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; }
.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 { display: block; border-top: 1px solid #0C4775; padding: 1em 0; background: url(images/tabs.png) 0 -100px no-repeat; margin-top: -1px; }
.ui-tabs .ui-tabs-hide { display: none !important; }


a.preview{
	float: left;
	width: 183px;
	border: 1px solid #bae393;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	margin: 16px;
}
a.preview img{
	color: #bae393;
	border: 1px solid;
	width: 167px;
	height: 184px;
}
a.preview span{
	display: block;
	font-size: 11px;
	height: 40px;
	margin: 4px 8px 0 8px;
	text-decoration: none;
	color: #7F3600;
}
a.preview.floatright{
	float: right;
}
.badCaption{
	left: 0;
	position: relative;
	bottom: 24px;
	background: #fff;
	color: #000000;
	padding: 5px;
}
.ui-tabs.ui-widget.ui-widget-content{
	width: 655px;
}
/** not valid **/
.badCaption{
	opacity: .8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}