@charset "UTF-8";

.TabbedPanels {
	margin: auto;
	padding: 0px;
	clear: none;
	width: 960px; /* 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;
	padding: 6px 16px;
	margin: 0px 1px 0px 0px;
	font: normal 1.0em sans-serif;
	background-color: #EBF3FB;
	list-style: none;
	border-left: solid 1px #EBF3FB;
	border-bottom: solid 1px #EBF3FB;
	border-top: solid 1px #EBF3FB;
	border-right: solid 1px #EBF3FB;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabHover {
	background-color: #EBF3FB;
	text-decoration: underline;
}
.TabbedPanelsTabSelected {
	background-color: #fff;
	border-bottom: 1px solid #EBF3FB;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #EBF3FB;
	border-bottom: solid 1px #EBF3FB;
	border-top: solid 1px #EBF3FB;
	border-right: solid 1px #EBF3FB;
	background-color: #fff;
	width: 960px;
	font: normal 1.0em sans-serif;
}

.TabbedPanelsContentGroup a{
font: normal 8pt verdana;
color: #07519A;
text-decoration:none;
padding: 2px;
}

.TabbedPanelsContentGroup a:hover{
text-decoration: underline;
}


.TabbedPanelsContentGroup2 {
	clear: both;
	border-left: solid 1px #EBF3FB;
	border-bottom: solid 1px #EBF3FB;
	border-top: solid 1px #EBF3FB;
	border-right: solid 1px #EBF3FB;
	background-color: #EBF3FB;
	width: 960px;
	margin-bottom: 1px;
	margin-top: 1px;
}

.TabbedPanelsContentGroup2 a {font-family: Verdana, Arial, "Times New Roman"; font-size: 9pt; font-weight: normal; text-decoration: none; color: #07519A; }
.TabbedPanelsContentGroup2 a:hover {text-decoration: underline;}


.TabbedPanelsContent {
	padding: 4px 1px 4px 4px;
	font: normal 1.0em sans-serif;
}

.TabbedPanelsContentVisible {
}