/*
 * jQuery UI CSS Framework @VERSION
 *
 * Copyright 2010, 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; left: -99999999px; }
.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:after { 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:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; }


/* 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 @VERSION

Copyright 2010, 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

To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller&ctl=themeroller&ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=9f2614&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=65160b&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=65160b&fcHover=65160b&iconColorHover=65160b&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=65160b&iconColorActive=65160b&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { background-image: none; }

/* Misc visuals----------------------------------*/

/* Overlays */
/*
jQuery UI Accordion @VERSION

Copyright 2010, 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/Accordion#theming
*/
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.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-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.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; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
jQuery UI Tabs @VERSION

Copyright 2010, 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:2px; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs-panel {clear:both; margin-top:25px;}
#center .ui-tabs-panel { display:block; padding-top:10px; }
#right .ui-tabs .ui-tabs-nav { 
	/*overflow:hidden;*/
	left:10px; top:0; position:absolute;
	z-index:10;
}
.ui-tabs-nav li { 
	list-style: none; 
	float: left; 
	position: relative; 
	top:0; 
	margin:0 .2em 0 0; 
	border-bottom: 0 !important; 
	padding:0; 
	white-space: nowrap; 
	height:28px;
	background: url(../../img/mc-tab-inactive-left.gif) no-repeat left top;
}
.ui-tabs-nav li a { 
	float: left; 
	padding:0 12px; 
	text-decoration: none;
	height:28px; line-height:28px;
	background: url(../../img/mc-tab-inactive-right.gif) no-repeat right top;
	color:#fff;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 0px; }
.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-hide { display: none !important; }

#right .tx-jfmulticontent-pi1 .r { padding:1px; }

/* Interaction states ----------------------------------*/
.ui-state-hover a, .ui-state-hover a:hover { color: #007587; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-tabs-nav .ui-state-hover { 
	background: url(../../img/mc-tab-active-left.gif) no-repeat left top;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited, .ui-tabs-nav .ui-state-hover a { 
	background: url(../../img/mc-tab-active-right.gif) no-repeat right top;
	color:#007587;
}
.ui-widget :active { outline: none; }

/* Different height tabs center ------------------------*/
#center .ui-tabs-nav li {
	height:47px;
	background:url(../../img/center-mc-tab-inactive-left.gif) no-repeat left top;
}
#center .ui-tabs-nav li a {
	height:31px;
	padding:8px 15px;
	background:url(../../img/center-mc-tab-inactive-right.gif) no-repeat right top;
}
#center .ui-state-active, #center .ui-widget-content .ui-state-active, 
#center .ui-widget-header .ui-state-active, #center .ui-tabs-nav .ui-state-hover { 
	background: url(../../img/center-mc-tab-active-left.gif) no-repeat left top;
}
#center .ui-state-active a, #center .ui-state-active a:link, 
#center .ui-state-active a:visited, #center .ui-tabs-nav .ui-state-hover a { 
	background: url(../../img/center-mc-tab-active-right.gif) no-repeat right top;
}

#center .ui-tabs {
	background: url(../../img/bg-tabs-center.gif) repeat-x left 42px;
	padding-left:10px;
}