@charset "UTF-8";
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
.TabbedPanels {
	margin: 0;
	padding: 0px;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	text-decoration: none;
	background: url(none);
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0 0 0 10px;
	list-style: none;	

}
.TabbedPanelsTab {
	position: relative;
	top: 2px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 3px;
	font: normal 12px "Trebuchet MS";
	list-style: none;
	border-left: 1px solid #FAFAFA;
	border-bottom: 2px solid #ccc;
	border-top: 1px solid #FAFAFA;
	border-right: 1px solid #FAFAFA;
	-webkit-border-top-left-radius:12px;
	-webkit-border-top-right-radius:12px;
	-khtml-border-radius-topleft:12px;
	-khtml-border-radius-topright:12px;
	-moz-border-radius-topleft:12px;
	-moz-border-radius-topright:12px;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background: url(../images/TabBack_10x60.gif) repeat-x 0px -4px;
	outline: none !important;
	color: #666 !important;
	text-indent:0 !important;
}
.TabbedPanelsTabHover {
	background-position: 0 2px;
	color:#999 !important;
}
.TabbedPanelsTabSelected {
	top: 1px;
	color: #09466C !important;
	background: url(../images/TabBack_10x60.gif) repeat-x 0px 0px;
	border-color: silver silver #e8e8e8;
	z-index: 10;
	font-size: 14px;
}
.TabbedPanelsTab a {
	color: #fafafa;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:2px solid silver;
	border-top-width:1px;
}
.TabbedPanelsContent {
	padding: 0 4px 4px 4px;
}
.TabbedPanelsContent ul {
	margin: 0px 0 18px;
}
.TabbedPanelsContent li {
	background:transparent url(../images/Bullet.png) no-repeat scroll 0 4px;
	font-size-adjust:none;
	font-stretch:normal;
	list-style: none outside;
	text-indent: 13px;
	margin: 0 0 5px 0;
}
.TabbedPanelsContent h2, h3, h4, h5 {
	font-family:"Trebuchet MS";
	line-height:13px;
	margin:15px 15px 10px;
}
.TabbedPanelsContent h1{
	border-bottom: 1px solid #ccc;
	margin: 10px;
	font-size:1.5em;
	font-family: "Trebuchet MS";
	line-height:0;
}
.TabbedPanelsContent h4, h5 {
	line-height:normal;
}
.TabbedPanelsContent p {
	-x-system-font:none;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:15px;
	text-decoration:none;
	padding: 0 15px;
}
.TabbedPanelsContent a {
	color: #09466C;
	font-weight:normal;
}
.TabbedPanelsContent a:hover {
	font-weight: bold;
}

.TabbedPanelsContent h4,
.TabbedPanelsContent h5 {
	margin-left:15px !important;
}
.TabbedPanelsContent table {
	margin: 0;
	width:88%;
}
.TabbedPanelsContent table img {
	border:2px solid #09466C;
}
.TabbedPanelsContent table p {
	font-size:1.1em;
}
/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}