@charset "UTF-8";

.TabbedPanels {
	float: left;
	width: 540px;
	 /* 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;
	font-size:16px;
	font-weight:bold;
	padding: 4px 10px 20px 10px;
	margin: 0px 30px 0px 0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
.TabbedPanelsTabSelected {
	background:url(../images/tabimg.png) no-repeat center bottom;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.p_details{
	padding:0 5px;
	margin-top:8px;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-top:1px solid #757575;
	height: 130px;
	overflow:auto;
}
