@charset "UTF-8";

.TabbedPanels {
	margin: 0px 0 5px 0;
	padding: 0;
	float: left;
	clear: none;
	width: auto; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
    border-bottem: 1px solid #b1d6ff;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 0px;
	float: left;
	padding: 6px;
	margin: 0 1px 0 0;
	font: 100% sans-serif;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width: auto;
	height: auto;
	text-align: center;
	color: #333;
    background: #ECF5FF;
    border-top: 1px solid #b1d6ff;
    border-left: 1px solid #b1d6ff;
    border-right: 1px solid #b1d6ff;
}

.TabbedPanelsTabSelected {
    background: #99CCFF;
	color: #000;
}

.TabbedPanelsTab a {
	color: #333;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	background-color: #ffffff;
	width: auto;
	padding: 6px;
	margin: 0 2px 0 0;
    border: 1px solid #b1d6ff;
}

.TabbedPanelsContent {
	padding: 0;
	margin: 0;
}

.TabbedPanelsContent table {
margin: 10px auto;
width: 90%;
background-color: #CAE3FF;
}

.TabbedPanelsContent table tr td {
background-color:#ECF5FF;
}

.TabbedPanelsContent table tr td p {
font-size: 100% !important;
}

.TabbedPanelsContent table tr td ol {
font-size: 100% !important;
}