@charset "UTF-8";
/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	display:block;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	padding-left:0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	margin: 0px 0px 0px 0px;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #cacbcb;
	border-bottom: solid 1px #86b0e0;
	border-top: solid 1px #cacbcb;
	border-right: solid 1px #cacbcb;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width:141px;
	height:27px;
	background-image: url(../images/tab_normal_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: calibri, verdana, arial;
	font-size: 14px;
	font-weight: bold;
	color: #194d84;
	text-decoration: none;
	padding-left:10px;
	padding-top:12px;
	padding-right:0px;
	padding-bottom:0px;
}

.TabbedPanelsTabHover {
	background-color: #ecf4f9;
}

.TabbedPanelsTabSelected {
	background-color: #ffffff;
	width:141px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	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: #86b0e0;
	border-right-color: #86b0e0;
	border-left-color: #86b0e0;
	background-image: url(../images/tab_selected_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 0px #CCC;
	border-bottom: solid 0px #CCC;
	border-top: solid 0px #999;
	border-right: solid 0px #999;
	padding-top:15px;
}

.TabbedPanelsContent {
	padding: 4px;
}

.TabbedPanelsContentVisible {
}

/* Vertical Tabbed Panels */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #ffffff;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #ffffff;
	border-bottom: solid 0px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
