@charset "utf-8";
/* CSS Document */

#rotator {
	color:#000;
	position:relative;
	margin:0; 
	font-size:14px;
	background:url(../images/tab-bg-content.png) left bottom no-repeat transparent;
}

/* Tabs */
ul.ui-tabs-nav, li.ui-tabs-nav-item, li.ui-tabs-nav-item a:link, li.ui-tabs-nav-item a:visited {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	text-decoration:none;
	font-size:16pt;
	list-style:none;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	width:185.25px;
}

ul.ui-tabs-nav {
	bottom:0px;
	left:0;
	z-index:1;
	width:100%;
	background:url(images/uitabsbg.gif) repeat-x bottom right;

}

/* Non-Selected Tabs */
li.ui-tabs-nav-item a:link,
li.ui-tabs-nav-item a:visited {	
	font-size:.8em;
	font-weight:normal;
	color:#999;
	background:url(../images/tab-bg-non-selected.png) repeat-x bottom left; 
	border-left:1px solid #ebd6ca;
	border-right:1px solid #a6806e;
}

/* Hovered Tab */
#rotator .ui-tabs-nav-item a:hover,
#rotator .ui-tabs-nav-item a:active {
	background:url(../images/tab-bg-non-selected.png) repeat-x bottom left;
	color:#333;
}

#rotator .ui-tabs-nav-item a span {
	float:left; 
	padding:15px 15px 0 15px; 
	cursor:pointer;
}

/* Active Tab */
#rotator .ui-tabs-selected a:link,
#rotator .ui-tabs-selected a:visited,
#rotator .ui-tabs-selected a:hover,
#rotator .ui-tabs-selected a:active {
	background:url(../images/tab-bg-selected.png) repeat-x bottom left;
	color:#006699;
}

/* Content Panels */
#rotator .ui-tabs-panel {
	font-family:Arial, Helvetica, sans-serif;
	clear:left;
	color:#0A2C55;
	padding:8px 15px 15px 15px;
	height:135px;
}

#rotator .ui-tabs-hide {
	display:none;
}

#rotator p {
	font-size:12px;
	margin:1.5em 0;
	color:#0A2C55;
	width:320px;
	text-align:justify;
}
#rotator p a {
	text-decoration:underline;
	color:#0A2C55;
	font-size:12px;
}

/* Background Images */
#rotator #fragment-1 {
	background:transparent url(../images/fragment-bg-1.png) no-repeat bottom right;
}

#rotator #fragment-2 {
	background:transparent url(../images/fragment-bg-1.png) no-repeat bottom right;
}

#rotator #fragment-3 {
	background:transparent url(../images/fragment-bg-1.png) no-repeat bottom right;
}