/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
#rotate {position:relative;overflow:hidden;height:200px}
#rotate ul {position: relative;top:170px;z-index: 2;background-image:url('../images/anim_title.png');background-repeat:repeat-x;background-position:top}
	.box_anim {clear:both;border:1px solid #9b9b9b;height:202px;z-index:50;width:552px;margin-left:auto;margin-right:auto;margin-bottom:8px;overflow:hidden;}
	.box_anim_container {width:550px;border:1px solid #FFFFFF;height:200px;background-color:#005aa0;overflow:hidden;/*background-image:url('../images/breadcrumbs_button.png');background-repeat:repeat-x;background-position:center*/}


.ui-tabs-nav, .ui-tabs-panel {font-size: 12px;}
.ui-tabs-nav {list-style: none;margin: 0;padding: 0px;}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;clear: both;content: " ";}
.ui-tabs-nav li {margin-top: 0;float: left;display:inline;margin: 0px;  }


.ui-tabs-nav li .titlezone {width:170px;height:32px /* be nice to Opera */}

.ui-tabs-nav a, .ui-tabs-nav a span {display: block;padding: 0px 0px 0px 10px;/*background: url(tab.png) no-repeat;*/}
.ui-tabs-nav a {margin:0px; /* position: relative makes opacity fail for disabled tab in IE */padding-left: 0;
color: #27537a;line-height: 1.2;text-align:left;text-decoration: none;white-space: nowrap; /* required in IE 6 */    
outline: 0; /* prevent dotted border in Firefox */}
.ui-tabs-nav .ui-tabs-selected a {color: #000;font-weight:bold}
.ui-tabs-nav a span {overflow:hidden;width: 170px; /* IE 6 treats width as min-width *//*min-width: 64px;*/height: 19px; /* IE 6 treats height as min-height */min-height: 19px;padding-top: 4px;padding-right: 0;}
*>.ui-tabs-nav a span { /* hide from IE 6 */ width: auto;height: auto;}
.ui-tabs-nav .ui-tabs-selected a span {padding-bottom: 0px;}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {background-position: 100% -150px;}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active { background-position: 100% -100px;}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {background-position: 0 -50px;}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {background-position: 0 0;}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */cursor: text;}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */cursor: pointer;}
.ui-tabs-disabled {opacity:.4;/*filter:alpha(opacity=40);*/}
.ui-tabs-panel {/*border-top: 1px solid #97a5b0;padding: 1em 8px;*/position:absolute;top:0;left:0;background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */}
.ui-tabs-loading em {padding: 0 0 0 0px;background: url(loading.gif) no-repeat 0 50%;}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */display: inline-block;}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */display: inline-block;}

/* .sepanim, .rotate ul span .sepanim, .ui-tabs-nav span .sepanim {padding:0px;height:26px;display:inline;float: left;margin: 0px;margin-top: 5px;width:1px;background-color:#666666; be nice to Opera   } */ 
.titlezone {width:137px;}


/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*
Skin Name: Orman Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: fixed
Image Width: 568
Image Height: 268
Description: A light and green skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom & Orman Clark
Author URI: http://dev7studios.com
*/

.theme-orman.slider-wrapper {
    background:url(../images/slider.png) no-repeat;
    width:550px;
    height:200px;
    margin:3px auto 0 auto;
    padding:0 0 25px 0;
    position:relative;
}

.theme-orman .nivoSlider {
    position:relative;
    width:550px;
    height:200px;
    margin:0;
    background:url(../images/loading.gif) no-repeat 50% 50%;
}
.theme-orman .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    width:550px; /* Make sure your images are the same size */
    height:200px; /* Make sure your images are the same size */
}
.theme-orman .nivoSlider a {
    border:0;
    display:block;
}

.theme-orman .nivo-controlNav {
    position:absolute;
	left:50%;
	bottom:-15px;
    margin-left:-30px; /* Tweak this to center bullets */
}
.theme-orman .nivo-controlNav a {
    display:block;
    width:10px;
    height:10px;
    background:url(../images/bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:7px;
    float:left;
}
.theme-orman .nivo-controlNav a.active {
    background-position:0 -10px;
}

.theme-orman .nivo-directionNav a {
	display:block;
	width:25px;
	height:200px;
	background:url(../images/arrows.png) no-repeat 0% 55%;
	text-indent:-9999px;z-index:350;
	border:0;
    top:0;
}
.theme-orman a.nivo-nextNav {
	background-position:100% 55%;
	right:-8px;
    padding-right:20px;
}
.theme-orman a.nivo-prevNav {
	left:-8px;
    padding-left:20px;
}

.theme-orman .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-orman .nivo-caption a { 
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-orman .nivo-caption a:hover { 
    color:#fff;
}

.theme-orman .ribbon {
   background:url(../images/ribbon.png) no-repeat;
    width:90px;
    height:85px;
    position:absolute;
    top:-3px;
    left:-3px;
    z-index:300;
}
