@import "flora-PD.css";

/* 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;
	overflow: hidden;
	
	visibility: hidden;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
#tabs {
margin-top:15px;
display:block;}

.ui-tabs-nav, .ui-tabs-panel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
	width: 650px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.module-header {
	background-image: url(../global-images/horz-main.gif);
	background-repeat: repeat-x;
	height: 43px;
}

.header-h3 {
	background-image: url(../global-images/horz-main-h3.gif);
	background-repeat: no-repeat;
	font-size: 110%;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	height: 43px;

	padding-left: 30px;
	margin-top:0px!important;
	margin-bottom:0px;!important;
}


.ui-tabs-nav li {
	float: left;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -13px;
	margin-left: 2px;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
	float: left; /* fixes dir=ltr problem and other quirks IE */
	padding: 0 12px;
	background-image: url(../global-images/horz-main.gif);
	background-repeat: repeat-x;
	height: 43px;
	
}
.ui-tabs-nav a {
	margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
	padding-left: 0;
	background-position: 100% 0;
	text-decoration: none;
	white-space: nowrap; /* @ IE 6 */
	outline: 0; /* @ Firefox, prevent dotted border after click */
	color: #444444;	
	 
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #fff;
	
}


	
	
	
.ui-tabs-nav .ui-tabs-selected a {
   
   
    z-index: 2;


	
}
.ui-tabs-nav a span {
	
	font-size: 110%;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	height: 43px;
	padding-left: 30px;
	margin-top:0px!important;
	margin-bottom:0px!important;
	color: #444444;
}
.ui-tabs-nav .ui-tabs-selected a span {
color:#990000;
	background-image: url(../global-images/horz-main-h3.gif);
	background-repeat: no-repeat;
	font-size: 110%;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	height: 43px;
	padding-left: 30px;
	margin-top:0px!important;
	margin-bottom:0px!important;

   

}
.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-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
	border: 1px solid #cdcdcd;
	width:650px;
	background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom:15px;

}



.ui-tabs-panel li{

margin-left:40px;
list-style-position:outside;
line-height:1.6em;
	
	
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    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  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

.ui-tabs-panel li br{
padding-left:20px;
margin-left:20px;
display:block;
}

.container_main {
	padding-bottom:30px!important;}
