/*
* jQuery UI CSS Framework
* Copyright (c) 2010 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: 100%; 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:block; }
/* 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%; }

/* Component containers
----------------------------------*/
.ui-widget { font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 12px; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {font-size: 1em; }
.ui-widget-content { /*border: 1px solid #dddddd;*/ color: #333333; }
.ui-widget-content a { color: #333333; }

.ui-widget-header { 
color: #ffffff; 
font-weight: bold; 
}

.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { /*border: 1px solid #cccccc;*/ /*background-color: #CCC;*/ font-weight: bold; color: #FFF; font-style:normal; margin-top:10px; padding-left:0px;}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #3e3e3e;  
	text-decoration: underline;}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { /*border: 1px solid green;*/}
.ui-state-hover a, .ui-state-hover a:hover { text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	font-weight: bold; 
	color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {color: #FFF; font-style:normal; /*background-color: #9a9a9a;*/ background: url(/images/tpl/acr-c.jpg) repeat-y; text-decoration: underline;}
.ui-widget :active { outline: none; }

/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header {cursor: pointer; position: relative; margin-top: 0px; zoom: 1; background: url(/images/tpl/acr.jpg) left top no-repeat;}
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; height:auto !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: 0; height: auto;}
/* IE7-/Win - Fix extra vertical space in lists */
.ui-accordion a { zoom: 1; }
.ui-accordion-icons .ui-accordion-header a { padding: 8px 15px 10px 10px; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content {padding: 5px; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 0px; overflow: auto; display: none; zoom: 1; /*background-color:#9a9a9a;*/ background: url(/images/tpl/acr-c.jpg) repeat-y; color:#FFF; /*border: 1px solid #9a9a9a;*/}
.ui-accordion .ui-accordion-content img { border: 1px solid #b8b8b8;}
.ui-accordion .ui-accordion-content b {display:block; font-weight:normal; font-size:11px; padding-left:10px; padding-bottom:3px;}
.ui-accordion .ui-accordion-content i {font-weight:bold; font-style:normal; font-size:15px; padding-left: 10px; padding-right:4px;}
.ui-accordion .ui-accordion-content-active { display: block;}/* Autocomplete
----------------------------------*/

.arc-t {
	display:block;
	width:100%;
	height:8px;
	line-height:0;
	font-size:1px;
    background: url(/images/tpl/acr-tb.jpg) left top no-repeat;
}

.arc-b {
	display:block;	
	width:100%;
	height:8px;
	line-height:0;
	font-size:1px;
	background: url(/images/tpl/acr-tb.jpg) left bottom no-repeat;
}
