@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;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	/*min-height: 300px;*/
		
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	display:block;
	float: left;
	width:111px;
	height:27px;
	background-image:url(../img/tg/c.jpg);
	background-repeat:no-repeat;
	padding:6px 0;
	margin:0px 1px 0px 0px;
	list-style: none;
	font: bold 10pt sans-serif;
	text-align:center;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
.TabbedPanelsTab1 {
	position: relative;
	top: 1px;
	display:block;
	float: left;
	width:111px;
	height:27px;
	background-image:url(../img/tg/c.jpg);
	background-repeat:no-repeat;
	padding:6px 0;
	margin:0px 1px 0px 0px;
	list-style: none;
	font: bold 9pt sans-serif;
	text-align:center;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
.TabbedPanelsTabHover{
	background-image:url(../img/tg/c_o.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.TabbedPanelsTabSelected {
	background-image:url(../img/tg/c_o.jpg);
	background-repeat:no-repeat;
}


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

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	/*border-bottom: solid 2px #CCC;
	border-top: solid 1px #999;*/
	border-right: solid 1px #ccc;
	background-color: #fff;
}


.TabbedPanelsContent {
	padding: 4px;
	line-height:1.4em;
	font-size:10pt;
}
.TabbedPanelsContent table {
	font-size:10pt;
}
.TabbedPanelsContentVisible {
}


.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	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: #EEE;
	border-bottom: solid 1px #999;
}

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