@charset "UTF-8";
.TabbedPanels {
	float: left;
	clear: none;
	width: 585px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	background-image: url(../images/casesBottom.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
	background-position: bottom;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	background-image: url(../images/titleCases.jpg);
	background-repeat: no-repeat;
	height: 27px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 116px;
	background-position: 10px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	list-style: none;
	cursor: pointer;
	font-size: 13px;
	line-height: 25px;
	background-image: url(../images/casesTab.jpg);
	height: 25px;
	width: 94px;
	margin-right: 2px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bddbe0;
	margin-top: 2px;
}
.TabbedPanelsTabHover {
	background-image: url(../images/casesTabOver.jpg);
	text-decoration: underline;
}
.TabbedPanelsTabSelected {
	background-image: url(../images/casesTabSelected.jpg);
	color: #458dd6;
	text-decoration: none;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	background-image: url(../images/casesBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #bddbe0;
	border-right-color: #bddbe0;
	border-left-color: #bddbe0;
	background-color: #e1f6ff;
	float: left;
	width: 585px;
}
.TabbedPanelsContent {
	padding: 4px;
	float: left;
}
.TabbedPanelsContent a {
	color: #0082f0;
	display: block;
	margin-top: 3px;
}
.TabbedPanelsContent li {
	float: left;
	width: 180px;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
}
.TabbedPanelsContent a:hover {
	color: #06F;
	text-decoration: none;
}
.TabbedPanelsContentVisible {
}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #bddbe0;
	border-right-color: #bddbe0;
	border-left-color: #bddbe0;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
