﻿/*
* 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%;
}
/*
* 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.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&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=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&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
*/
/* Overlays */
.ui-widget-overlay {
	background: #666666 url(../../img/N3/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(../../img/N3/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
	opacity: .20;
	filter:Alpha(Opacity=20);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	zoom: 1;
}
.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;
}
/* IE7-/Win - Fix extra vertical space in lists */
.ui-accordion a {
	zoom: 1;
}
.ui-accordion-icons .ui-accordion-header a {
}
.ui-accordion .ui-accordion-header .ui-icon {
}
.ui-accordion .ui-accordion-content {
	border-top: 0;
	position: relative;
	overflow: auto;
	display: none;
	zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
	display: block;
}
/* ------ jCarousel ------ */

.jcarousel-skin .jcarousel-container {
	height:198px;
	overflow:hidden;
	background:#fff url(../../img/N3/gallery-carousel-bg.png) repeat-x;
	position:relative;
	padding:0 28px 0 21px;
}
.jcarousel-skin2 .jcarousel-container {
	height:181px;
	width:750px;
	overflow:hidden;
	background:#fff url(../../img/N3/gallery-carousel-bg.png) repeat-x;
	position:relative;
	border:1px solid #dddddd;
	margin:0 0 37px 0;
}
.jcarousel-skin3 .jcarousel-container {
	height:154px;
	width:704px;
	overflow:hidden;
	position:relative;
	margin: 24px 0 0 0;	
}

.jcarousel-skin .jcarousel-clip-horizontal {
	position:relative;
	overflow:hidden;
	height:198px;
	width:100%;
}
.jcarousel-skin2 .jcarousel-clip-horizontal {
	position:relative;
	overflow:hidden;
	height:181px;
	width:696px;
	margin:0 auto;
}

.jcarousel-skin3 .jcarousel-clip-horizontal {
	position:relative;
	overflow:hidden;
	height:154px;
	width:650px;
	margin:0 auto;
}

.jcarousel-skin .jcarousel-item {
	float:left;
	width:141px;
	height:184px;
	padding:14px 12px 0 12px;
	z-index:200;
	position:relative;
	list-style:none;
}
.jcarousel-skin2 .jcarousel-item {
	float:left;
	width:142px;
	height:154px;
	padding:27px 0 0 0;
	z-index:200;
	position:relative;
	list-style:none;
	margin:0 24px 0 0;
}
.jcarousel-skin3 .jcarousel-item {
	float:left;
	width:178px;
	/*width:176px;*/
	height:131px;
	padding:0;
	z-index:200;
	position:relative;
	list-style:none;
	margin:0 24px 0 0;
}


.jcarousel-skin .jcarousel-item.active {
	background:#ddd;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin .jcarousel-next-horizontal {
	width:28px;
	height:198px;
	position:absolute;
	display:block;
	background-image:url(../../img/N3/carousel-arrows.png);
	background-position:100% 0;
	top:0;
	z-index:300;
	right:0;
	cursor:pointer;
}
.jcarousel-skin2 .jcarousel-next-horizontal {
	width:22px;
	height:181px;
	position:absolute;
	display:block;
	background-image:url(../../img/N3/carousel-arrows2.png);
	background-position:100% 76px;
	background-repeat:no-repeat;
	top:0;
	z-index:300;
	right:0;
	cursor:pointer;
}
.jcarousel-skin3 .jcarousel-next-horizontal {
	width:22px;
	height:154px;
	position:absolute;
	display:block;
	background-image:url(../../img/N3/carousel-arrows2.png);
	background-position:100% 60px;
	background-repeat:no-repeat;
	top:0;
	z-index:300;
	right:0;
	cursor:pointer;
}


.jcarousel-skin .jcarousel-next-disabled-horizontal, .jcarousel-skin .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position:100% 100%;
}
.jcarousel-skin2 .jcarousel-next-disabled-horizontal, .jcarousel-skin2 .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin2 .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-image:url(../../img/N3/carousel-arrows2-hover.png);
}
.jcarousel-skin3 .jcarousel-next-disabled-horizontal, .jcarousel-skin2 .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin2 .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-image:url(../../img/N3/carousel-arrows2-hover.png);
}
.jcarousel-skin .jcarousel-prev-horizontal {
	width:28px;
	height:198px;
	position:absolute;
	display:block;
	background-image:url(../../img/N3/carousel-arrows.png);
	background-position:0 0;
	top:0;
	z-index:300;
	left:0;
	cursor:pointer;
}
.jcarousel-skin2 .jcarousel-prev-horizontal {
	width:22px;
	height:181px;
	position:absolute;
	display:block;
	background-image:url(../../img/N3/carousel-arrows2.png);
	background-position:0 76px;
	background-repeat:no-repeat;
	top:0;
	z-index:300;
	left:0;
	cursor:pointer;
}
.jcarousel-skin3 .jcarousel-prev-horizontal {
	width:22px;
	height:154px;
	position:absolute;
	display:block;
	background-image:url(../../img/N3/carousel-arrows2.png);
	background-position:0 60px;
	background-repeat:no-repeat;
	top:0;
	z-index:300;
	left:0;
	cursor:pointer;
}
.jcarousel-skin .jcarousel-prev-disabled-horizontal, .jcarousel-skin .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background-position:0 100%;
}
.jcarousel-skin2 .jcarousel-prev-disabled-horizontal, .jcarousel-skin2 .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin2 .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background-image:url(../../img/N3/carousel-arrows2-hover.png);
}
.jcarousel-skin3 .jcarousel-prev-disabled-horizontal, .jcarousel-skin2 .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin2 .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background-image:url(../../img/N3/carousel-arrows2-hover.png);
}
.gallery .carousel ul li.active {
	background:#ddd;
}
.gallery .carousel ul li .text {
	padding:4px;
	color:#636363;
}
.gallery .carousel ul li a {
}
.gallery .carousel ul li a img {
	border:1px solid #8f8d8d;
}
/* ----- tables ----- */

table.tablesorter {
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
}
table.tablesorter thead tr .header {
	cursor: pointer;
}
table.tablesorter tbody td {
}
table.tablesorter tbody tr.odd td {
}
table.tablesorter thead tr .headerSortUp {
	background-position:100% -120px!important;
}
table.tablesorter thead tr .headerSortDown {
	background-position:100% -80px!important;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
}
/* ----- jScrollPane ----- */


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background:url(../../img/N3/scroll-track.gif) repeat-y;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background:url(../../img/N3/scroll-drag-center.gif) repeat-y;
	height:42px
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width:15px;
	height:6px;
	background:url(../../img/N3/scroll-drag-corners.png) no-repeat;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width:15px;
	height:6px;
	background:url(../../img/N3/scroll-drag-corners.png) no-repeat 0 -6px;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(../../img/N3/scroll-arrows.png) no-repeat;
	height:16px;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(../../img/N3/scroll-arrows.png) no-repeat 0 100%;
	height:16px;
}
a.jScrollArrowUp.jScrollActiveArrowButton, a.jScrollArrowUp:hover {
	background-position:100% 0;
}
a.jScrollArrowDown.jScrollActiveArrowButton, a.jScrollArrowDown:hover {
	background-position:100% 100%;
}
/* Tabs
----------------------------------*/
.ui-tabs {
	position: relative;
	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 {
}
.ui-tabs .ui-tabs-nav li {
	position: relative;
}
.ui-tabs .ui-tabs-nav li a {
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
}
.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 {
	background-position:100% 0;
	text-transform:uppercase;
	color:#666666;
	font-size:10px;
	text-decoration:none
	cursor: text;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a span, .ui-tabs .ui-tabs-nav li.ui-state-disabled a span, .ui-tabs .ui-tabs-nav li.ui-state-processing a span{
	text-decoration:none;
	position:relative;
}
.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;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
ul.tab-menu {
	list-style:none;
	margin:0;
	height:30px;
	overflow:hidden;
	position:relative;
	top:1px;
	color:#666666;
}
ul.tab-menu li {
	float:left;
}
ul.tab-menu li a {
	display:block;
	float:left;
	background:url(../../img/N3/tabs-btn.png) no-repeat;
	width:129px;
	padding:0 0 0 5px;
	height:30px;
	text-decoration:none;
}
ul.tab-menu li a span{
	text-decoration:underline;
}
ul.tab-menu li a:hover span{
	text-decoration:none;
}
ul.tab-menu li a img{
	vertical-align:middle;
	margin:0 4px 0 0
}

