/*This sets the styles for the tabs in the resources page*/
	

/*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: Verdana, Arial, sans-serif;
	font-size: 1.1em;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 0px solid #ffffff;
	bottom: 15px;
	margin-left: 8em;
}
.ui-tabs-nav-item {
	/*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: 1px solid #ffffff;
	border-right: none;
}
.ui-tabs-nav-item a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	padding: .5em 1.7em;
	color: #003366;
	background-color: #F0F8FF;
}
.ui-tabs-nav-item a:hover {
	background-color: #b5cefe;
	color: #003366;
}
.ui-tabs-selected {
	border-bottom-color: green;
}
.ui-tabs-selected a, .ui-tabs-selected a:hover {
	font-size: 125%;
	background: #F0F8FF;
	color: #003366;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	clear:left;
	color: #003366;
	padding: 1.5em 1.7em;	
}
	.ui-tabs-panel a{ font: 1.2em 'Geneva', Arial, Helvetica, sans-serif; color:green;}
	.ui-tabs-panel a:hover { color:#990000; background-color:#FFFFCC;}
	.ui-tabs-panel h3 { font-size:2em; border-bottom:2px solid #669900; margin-bottom:10px; color: #a7a9ab;
}
	.ui-tabs-panel .splitl{ float:left; width: 45%; padding:inherit;}
	.ui-tabs-panel .splitr{ float:left; width: 45%; padding:inherit;}

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



