@charset "UTF-8";

/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

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

.tppg_group_menu {
margin: 0px;
padding: 1px;
width:675px;
background:#d6d6d6;
overflow:hidden;
}

.tppg_group_tab {
position: relative;
top:0px;
float:left;
padding:0.5em 0;
width:222px;/*225px*/
background:url(tex_01.jpg);
list-style: none;
border: solid 1px #ffffff;
cursor: pointer;
text-align:center;
}

#group_01 {}
#group_02 {margin:0 1px; width:223px;}
#group_03 {}

.TabbedPanelsTabHover {
background:url(tex_02.jpg);
color:#ffffff;
}

.TabbedPanelsTabSelected {
background:url(tex_02.jpg);
color:#ffffff;
}

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

.tppg_tab_content_group {
clear: both;
width:675px;
border: solid 1px #d6d6d6;
border-top: none;
background-color: #ffffff;
}

.tppg_tab_content {
overflow:hidden;
}

.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;
}
