﻿/*
 * jQuery UI screen structure and presentation
 * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
 * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
 * Visit ThemeRoller.com
*/

/*
 * Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size.
 * As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px.
 * body {font-size: 62.5%;}
*/

/*UI tabs*/
#tabs {
display:inline;
float:left; /* right */
padding-right:0; /* 1%; */
padding-top:0px; /* 20px */
padding-bottom:0px;
margin-bottom:0px;
border-bottom:0px;
width:100%; /* 98% */ /* 46% */
	/* border: #80b3ad 1px solid; */
}
.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: 0px;
}
.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: 1px solid #88C9C2;
	margin-right: -1px;
	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: 12px;
	list-style: none;
	float: left;
	font-weight: normal;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.ui-tabs-nav li a:hover {
	background: #79c9ec 0 50% repeat-x;
	color: #026890;
}
.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #88C9C2;
}


.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #88C9C2 0 50% repeat-x;
	color: #000066;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.1; text-decoration: none; font-size: 100%; list-style: none;
	color:#333333;
font-family:Lucida Sans Unicode;
font-size:10pt;
	clear:left;
	/* margin-top:-1px; */
	border-collapse:collapse;
	/* height:200px; */
	/* overflow:auto; */
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	border-color: #88C9C2;
	border-style: solid;
	border-width: 1px;
}
.ui-tabs-panel h2 {
	font-size: large;
	font-family: Verdana;
	color: rgb(0, 0, 102);
	/* margin-bottom: -10px; */
	/* padding-top: 5px; */
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

/* Note: for resizable styles, use the styles listed above in the dialog section */