@charset "utf-8";



.breadcrumb {
  margin:1em 0px;
}
/* CSS Document */
.tabs li {
  display:inline;
  list-style-type:none;
  margin-left:0px;
  padding-left:0px;
}

.ui-tabs-hide {
  display:none;
}
ul.tabs {
  margin-left:0px;
  paddin-left:0px;
  margin-bottom:0px;
}
.ui-tabs-panel{ 
  border: 1px solid #CCCCCC;
  padding: 12px 12px 0 12px;
  padding:1em;
}
.tabs span,
.tabs a {
	float: left;
	padding:0px 10px 0 10px;
	margin: 0 3px 0 0;
	line-height:24px;
	width: auto;
	font-size: 11px;
	font-weight: bold;
	color: #008CBC;
	text-decoration: none;

}
.tabs span,
.tabs a {
	background: url(../images/tabGrey.jpg) repeat-x top left;
}
.tabs .ui-tabs-selected span,
.tabs .ui-tabs-selected a,
.tabs a.sel {
	background: url(../images/tabOrange.jpg) repeat-x top left;
	color: #FFFFFF;
	cursor: default;
}
.tabs a.search {
	color: #FE6D0C;
}



.textLink {
	float: right;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	padding-top: 7px;
}
.textLink a {
	color: #FE6D0C;
	display: inline;
	padding: 0 0 0 0;
	margin: 0 7px 0 0;
	height: auto;
	text-decoration: underline;
	cursor: pointer;
}
.textLink a:hover {
	text-decoration: none;
}
