﻿/* CSS Document Specific for Jquery UI Elements */

/* Tabbed Area Control */
.sys_content-area .sys_tabbedarea-control .ui-tabs-nav li.ui-state-hover {}
.sys_content-area .sys_tabbedarea-control .ui-tabs-nav li.ui-tabs-selected {
border-bottom:0 none;
color:#666;
background:#fff;}

.sys_content-area .sys_tabbedarea-control .ui-tabs-nav li.ui-tabs-selected {
}

.sys_content-area .sys_tabbedarea-control .ui-tabs-nav li.ui-tabs-selected a,
.sys_content-area .sys_tabbedarea-control .ui-tabs-nav li.ui-tabs-selected a:hover {
border:1px solid #a0a0a0;
border-bottom:none;
padding:21px 28px 5px 10px;
color:#666;
background:#fff;
}

.sys_content-area .sys_tabbedarea-control .ui-tabs-nav li a, 
.sys_content-area .sys_tabbedarea-control .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... */
.sys_content-area .sys_tabbedarea-control .ui-tabs-panel {}
.sys_content-area .sys_tabbedarea-control .ui-tabs-hide {display: none !important;}



/* Jquery Carousel Styles */

.jcarousel-container {
color:#fff;
background:#4d4d4d;
width:458px;
height:88px;
margin:0 0 10px 0;
padding:10px 35px;
position:relative;
}
	.jcarousel-prev {
	width:35px;
	height:92px;
	position:absolute;
	top:0;
	left:0;
	background:url("/SiteElements/Images/OrangeBullet3.png") 50% 50% no-repeat;
	cursor:pointer;}
	.jcarousel-prev-disabled {opacity:0.2;filter:alpha(opacity=20)}
	
	.jcarousel-next {
	width:35px;
	height:92px;
	position:absolute;
	top:0;
	right:0;
	background:url("/SiteElements/Images/OrangeBullet1.png") 50% 50% no-repeat;
	cursor:pointer;}
	.jcarousel-next-disabled {opacity:0.2;filter:alpha(opacity=20)}
