.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: Verdana,Arial,sans-serif;
	
	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;
	border-bottom:none;
	margin-right: 2px;
	border-collapse:collapse;
	
}
.ui-tabs-nav li a {
	/*resets*/margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 9px;
	list-style: none;
	float: left;
	font-weight: bold;
	text-decoration: none;
	color:#003366;
	height: 13px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	width: 153px;
	background-image: url(tabs.png);
	background-position: left -24px;
}
.ui-tabs-nav li a:hover {
	background-image: url(tabs.png);
	background-position: left 0px;
	color: #FFF;
}
.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #6eac2c;
	color: #FFF;
}


.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background-image: url(tabs.png);
	background-position: left top;
	color: #ffffff;
}
.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: Verdana,Arial,sans-serif;
	clear:left;
	
	margin-top:-1px;
	border-collapse:collapse;
	padding: 10px;
	border:1px solid #CAE4FF;
	
	
}
#tabs h2 { font-size: 14px; }
#tabs {
	width: 100%;
	
	/*margin:18px 10px 10px;*/
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}




/*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 */



