.TabbedPanels {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	clear: both;
	margin:0 auto;
	width: 980px;
	-moz-border-radius-bottomright: 4px;-webkit-border-bottom-right-radius: 4px;border-bottom-right-radius: 4px;-moz-border-radius-bottomleft: 4px;-webkit-border-bottom-left-radius: 4px;border-bottom-left-radius: 4px;
	overflow:hidden;
	
	
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: -1px;
	float: left;
	padding: 6px 15px;
	margin: 0px 2px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	background:#777777;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color:#fff;
	-webkit-outline: 0px;-moz-outline: 0px;outline: 0px;
	-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
 border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
}

.TabbedPanelsTabHover {
	
}

.TabbedPanelsTabSelected {
	
	background: #f3a801;
}

.TabbedPanelsTab a {
	color: #fff;
	text-decoration: none;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	
}

.TabbedPanelsContentGroup {
	clear: both;
	border: solid 1px #999;
		-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
overflow:hidden;
width:978px;
color: #FFFFFF;
	
}

.TabbedPanelsContent2 {
	overflow: hidden;
	padding: 0px;
	min-height:150px;
	line-height:24px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	background:#444;

}
.TabbedPanelsContent ul
{
	list-style:none !important;
}
.TabbedPanelsContent ul li
{
	list-style:square;
	margin-left:20px;
}
.TabbedPanelsContent p
{
	margin:5px;
}
.TabbedPanelsContent table tbody
{
	border:1px solid #ccc;
	
}
.TabbedPanelsContent table tbody tr
{
	
	height:30px;
	line-height:30px;
}
.TabbedPanelsContent table tbody tr th
{
	text-align:left;
	width:200px;
}
.TabbedPanelsContent table tbody tr td
{
	text-align:left;
}


.TabbedPanelsContentVisible {
}

.VTabbedPanels {
	overflow: hidden;
	zoom: 1;
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	
	position: relative;
	border-top: solid 1px #97c7db;
	border-right: solid 1px #97c7db;
	border-left: solid 1px #97c7db;
	border-bottom: solid 1px #97c7db;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #97c7db;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

/* Styles for Printing */
@media print {
.TabbedPanels {
	overflow: visible !important;
}
.TabbedPanelsContentGroup {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}
.TabbedPanelsContent {
	overflow: visible !important;
	display: block !important;
	clear:both !important;
}
.TabbedPanelsTab {
	 overflow: visible !important;
	 display: block !important;
	 clear:both !important;
}
}
.rating
{
	float:right;
}
.rating img
{
	width:200px;
}