



/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0;  text-decoration: none;  list-style: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: .8em;
	
	float: left;
	position: relative;
	z-index: 1;
	/*border-right: 1px solid #d3d3d3;*/
	bottom: -1px;
	width: 301px;
}
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0;  text-decoration: none;  list-style: none;
	float: left;
	/*border: 1px solid #d3d3d3;*/
	border-right: none;
	width: 139px;
	height: 37px;
	
}
.ui-tabs-nav li a {
	/*resets*/margin: 0; padding: 3px 0 0 15px; border: 0; outline: 0;  text-decoration: none;  list-style: none;
	float: left;
	
	font-weight: normal;
	text-decoration: none;
	/*padding: .5em 1.7em;*/
	font-weight: bold;
	color: #555555;
	width: 127px;
	height: 34px;
    display: block;
    line-height: 34px;
	background: #e6e6e6 url(images/bgtab2.jpg) no-repeat 0 50%;
}
.ui-tabs-nav li a:hover {
	background: #e6e6e6 url(images/bgtab2.jpg) no-repeat 0 50%;
	color: #212121;
	
}
.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #ffffff;
	background: url(images/bgtab.jpg) no-repeat;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background-image: url(images/bgtab.jpg);
	color: #222222;
}
.ui-tabs-panel { 
padding: 1.5em 1.7em 1.7em; border: 0; outline: 0; line-height: 1.3; text-decoration: none;  list-style: none;
		clear:left;
	/*border: 1px solid #d3d3d3;*/
	background: #ffffff url(images/bgpanel.jpg) repeat-y -10px;
	color: #222222;
	margin-top: 10;
	margin-left: 0;
	margin-right: 0;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.bottompanel{
	background: url(images/bottompaneltab.jpg) -7px;
	height: 12px;
}

.ui-tabs-panel h5{
  margin:0;
  padding:0;
  margin-bottom:18px;
display: none;
}





