

/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Helvetica,Arial,sans-serif;
	width: 97%;
	float: left;
	position: relative;
	z-index: 1;
	bottom: -1px;
}
.ui-tabs-nav ul {
	/*resets*/margin: 0; margin-left: 0!important; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	margin-right: -1px;
	border-collapse:collapse;

}
.ui-tabs-nav li a {
	/*resets*/margin: 0;
	padding: 0;
	text-align: center;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 10px;
	list-style: none;
	float: left;
	font-weight: bold;
	text-decoration: none;
	color:#000;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	background: #9CCA22;
	border: 1px solid #82A71B;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-bottom:none;
	margin-right: 10px;

}
.ui-tabs-nav li a:hover {
	background: #BFDC70;;
	color: #000;
}
.ui-tabs-nav li.ui-tabs-selected {

}


.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #BFDC70;
	color: #000;
}
.ui-tabs-nav p{
	padding-top: 3px;
	font-size: 12px;
}
.ui-tabs-nav h2{
	font-size: 13px;
	padding: 0;
	margin: 0;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Helvetica,Arial,sans-serif;
	clear:left;
	border: 1px solid #82A71B;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
	font-size: 12px;
	margin-top:0px;
	border-collapse:collapse;
	background: #fcfdfd url(images/fcfdfd_40x100_textures_06_inset_hard_100.png) 0 bottom repeat-x;
	padding: 10px;
	
	overflow: auto;
	
	
	
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

#tabs { margin-left: 16px; margin-right: 16px; }

/*hidden elements*/
.ui-hidden {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.ui-accessible-hidden {
	 position: absolute; left: -99999999px;
}
/*reset styles*/
.ui-reset {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
/*clearfix class*/
.ui-clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.ui-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .ui-clearfix {height: 1%;}
.ui-clearfix {display: block;}
/* End hide from IE-mac */

/* Note: for resizable styles, use the styles listed above in the dialog section */




