.tabSet_normal
{
	margin: 0px;
}


/* Tabset - Normal */
.tabSet_normal .tabTitle
{
	display: none;
}
.tabSet_normal .tabBody_selected, .tabSet_full .tabBody_selected, .tabSet_full .tabBody_hidden
{
	display: block;
	background-color: #ccc;
	margin: 0px;
	padding: 8px 25px 25px 25px;
}
.tabSet_normal .tabBody_hidden
{
	display: none;
}


/* Tabset - Unfolded */

/* Tabset - Navigation */
.navigationUL
{
	height: 26px;
	background-image: url(/graphics/gui/tabs/dark/inactive.png); 
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: inherit;
	padding: 0px;
	margin: 0px;
	position: relative;
}

.navigationUL li
{
	display: inline;
}



/* Tabset - Navigation - Normal */
.tabButton_normal
{
	float: left;
	color: white;
	text-decoration: none;
	cursor: hand;
}

.tabButton_normal .tabButton_L
{
	margin-left: 1px;
	width: 10px;
	height: 25px;
	float: left;
}
.tabButton_normal .tabButton_C
{
	height: 25px;
	float: left;
	padding-top: 3px;
	line-height: 25px;
	color: white;
	font-family: Helvetica, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
}
.tabButton_normal .tabButton_C:hover
{
	color: #ddd;
}
.tabButton_normal .tabButton_R
{
	width: 10px;
	height: 25px;
	float: left;
}


/* Tabset - Navigation - Selected */
.tabButton_selected
{
	text-decoration: none;

}
.tabButton_selected:hover
{
	color: red;
}

.tabButton_selected .tabButton_L
{
	margin-left: 1px;
	width: 10px;
	height: 25px;
	background-image: url(../graphics/gui/tabs/dark/active_west.png);
	float: left;
}
.tabButton_selected .tabButton_C
{
	height: 25px;
	background-image: url(../graphics/gui/tabs/dark/active_central.png);
	float: left;
	vertical-align: text-bottom;
	line-height: 25px;
	color: white;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
}
.tabButton_selected .tabButton_R
{
	width: 10px;
	height: 25px;
	background-image: url(../graphics/gui/tabs/dark/active_east.png);
	float: left;
}


.tabTitle
{
	display: block;
	font-size: 1.1em;
	background-color: #eee;
	background-image: url(../Graphics/gui/parts/header_background.png);
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #666;
	padding: 10px;
	margin: 0px;
}



/* Example Sitemap Tabset */
#sitemap_Tabset .tabBody_selected
{
	background-color: transparent;
	height: 500px;
	overflow: auto;
	position: relative;
	margin-right: -18px;
}