.TabbedPanels {
	margin: 30px 0 0 0;
	padding: 0px;
	clear: none;
	width: 600px;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.tabBg {
	height: 21px;
	float: left;
	padding: 0px;
	margin: 0;
	background-image: url(../images/fin_det_tab_right.png);
	background-position: top right;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 21px;
	color: #000;
	font-weight: bold;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	text-decoration: none;
}
.tabBgActive {
	height: 21px;
	float: left;
	padding: 0px;
	margin: 0;
	background-image: url(../images/fin_det_tab_right.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 21px;
	color: #000;
	font-weight: bold;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	text-decoration: none;
}

.tabBg span{
	background-image: url(../images/fin_det_tab_left.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 21px;
	padding: 5px 10px 0;
	margin: 0;
}
.tabBgActive span{
	background-image: url(../images/fin_det_tab_left.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 21px;
	padding: 4px 10px 0;
	margin: 0;
}
.TabbedPanelsContentGroup {
	clear: both;
	border: 1px solid #ccc;
	border-to: none;
	margin: 0;
}
.TabbedPanelsContent {
	padding: 10px;
	padding-top: 0;
	background-color: #fff;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #4b4b4b;
	line-height: 18px;
}
.TabbedPanelsContent .subHdrs {
	font-weight: bold;
	color: #000;
	padding: 12px 0 3px;
	margin-bottom: 6px;
	border-bottom: 1px dotted #333;
}
.TabbedPanelsContent .left {
	width: 20%;
	float: left;
	text-align: right;
	font-weight: bold;
}
.TabbedPanelsContent .right {
	width: 75%;
	float: left;
	margin-left: 5px;
}
.TabbedPanelsContent .revName {
	font-weight: bold;
	color: #369;
}
.TabbedPanelsContent .col1 {
	width: 50px;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
}
.TabbedPanelsContent .col2 {
	width: 180px;
	float: left;
	text-align: center;
	border-left: 1px solid #ccc;
}
.TabbedPanelsContent .col3 {
	width: 340px;
	float: left;
	text-align: center;
	border-left: 1px solid #ccc;
}
.col2 .col21, .col2 .col23 {
	width: 25%;
	float: left;
	text-align: center;
	font-size: 10px;
}
.col2 .col22 {
	width: 48%;
	float: left;
	text-align: center;
	font-size: 10px;

}
.col3 .col31, .col3 .col32 {
	width: 30%;
	float: left;
	text-align: center;
	font-size: 10px;

}
.col3 .col33 {
	width: 40%;
	float: left;
	text-align: center;
	font-size: 10px;
}
.TabbedPanelsContent .subHdrs .review {
	width: 65%;
	float: left;
}
.TabbedPanelsContent .subHdrs .writeReview {
	text-align: right;
	font-weight: normal;
	width: 34%;
	float: left;
}
