@import "flora.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;
    }
}

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

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
}
.ui-tabs-nav {
    list-style: none;
	list-style-image:none;
    margin: 0px;
    padding: 0px;
	text-align:left;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#intro-tab .ui-tabs-nav a, #intro-tab .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 4px;
    background:transparent url(images/tabs.gif) no-repeat;
	text-align:center;
}
#intro-tab .ui-tabs-nav a {   
    background-position: 100% -34px;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
#intro-tab .ui-tabs-nav .li-last a {   
    background-position: 100% 0%;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    

}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #333333;
	font-size:11px;
}
#intro-tab .ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    background-position: 100% -51px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	
}
#intro-tab .ui-tabs-nav a span {
    height: 17px;
    background-position: 0 0;
    line-height: 17px;
	color:#333333;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#intro-tab .ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 17px;
    background-position: 0 -17px;
    line-height: 17px;
	color:#333333;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.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: #333333;
}
.ui-tabs-panel {
}
/*.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;
}

#intro-tab{
	padding-top:34px;
	padding-right:25px;
	text-align:left;	
}
#intro-tab #content-tab-1,#intro-tab #content-tab-2,#intro-tab #content-tab-3,#intro-tab #content-tab-4,#intro-tab #content-tab-5,#intro-tab #content-tab-6,#intro-tab #content-tab-7{
	clear:both;
	border:1px solid #CDCDCD;
	border-right:none;
	text-align:left;
	height:20px;
	margin-left:4px;
}
.form-search{
	margin:0px; padding:0px;
}
.search-center{
	border:0px;
	float:left;
	width:360px;
}
.button{
	float:right;	
	width:100px;
	height:22px;
	border:0px;
	cursor:pointer;
	margin-top:-1px;
	_margin-top:-1px;
	margin-right:-2px;
	_margin-right:0px;
}
/*.cust_checkbox{
	cursor: pointer;
}
.cust_radio_on{
	background:url(images/radiobox_on.png) no-repeat 0 50%;
}
.cust_radio_off{
	background:url(images/checkbox_off.png) no-repeat 0 50%;
}

.radio span{
	margin-right:5px;
}
.radio label{
	margin-right:18px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.bg-radio{
	background:url(images/radio.gif) no-repeat;
	height:10px;	
}
*/
.radio{
	text-align:left;
	margin-top:8px;
	margin-left:2px;
	clear:both;
}
ul.radio-ul{ 
	list-style:none;
	margin:0px;
	padding:0px;
}
ul.radio-ul li { 
	position: relative; 
	padding-right:20px;
	display:inline;
}
ul.radio-ul li input.radio-search{ 
	position: absolute; 
	left: -9999px; 
}
ul.radio-ul li label { 
	padding-left: 20px; 
	background:url(images/radio.gif) no-repeat scroll 0 -27px; 
	cursor: pointer; 
	font-size:11px;
}

ul.radio-ul li label.checked { 
	background-position: 0 3px; 	
}

