﻿@charset "UTF-8";
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: right;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	background-color:#f9f9f9
}
.TabbedPanelsTabGroup {
    margin: 0px;
    padding: 0px;
    background-color: #ddd !important;
    height: 38px !important;
}
.TabbedPanelsTab {
    position: relative;
    float: right !important;
    padding: 12px 0px !important;
    background-color: #337ab7;
    list-style: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 33.3%;
    text-align: center;
    min-height: initial !important;
    border-bottom: 0 !important;
    font-family: 'Conv_Bold';
}
.TabbedPanelsTabSelected {
	background-color: #f9f9f9;
	color: #014AD4;
}
.TabbedPanelsTab a {
	color: #fff;
	text-decoration: none;
		font-family: 'Conv_Bold';

}
.TabbedPanelsContentGroup {
	clear: both;
}
.TabbedPanelsContent {
	padding: 14px;
	text-align: right;
}
