/* CSS for search panel Document */
@charset "UTF-8";
.TabbedPanels {
	margin-left: 0px;
	padding: 0px;
	float: left;
	clear: both;
	width:575px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 4px 0px 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	border: 0px solid #94B1BF ;
	background: #eeeeee;
	visibility: inherit;
}

.TabbedPanelsTabHover {
	background: #ffffff;
	}

.TabbedPanelsTabSelected {

	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff ;
	background: #ffffff ;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;

}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	background-color: #ffffff ;
	border: 0px solid #94B1BF ;
	text-align:justify;
}

.TabbedPanelsContent {
	padding-top: 10px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 10px;
}
