﻿.tabber
{
	height: 31px;
	background-color: #ffffff;
	padding-left: 10px;
	border: solid 1px #ffffff;
	border-bottom-color: #DBDBDB;
	border-bottom-style: solid !important;
	border-bottom-style: none; /*IE6*/
	background-image: none !important;
	background-image: url(../img/piece.gif); /*IE6*/
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 11px;
	font-weight: bold;
}
.tabber .selected-tab
{
	float: left;
	border: solid 1px #DBDBDB;
	border-bottom-color: #f2f2ed;
	margin-right: 3px;
	padding: 9px 15px 8px 15px;
	background-color: #f2f2ed;
}
.tabber .unselected-tab
{
	float: left;
	border: solid 1px #DBDBDB;
	margin-top: 5px;
	margin-right: 3px;
	padding: 6px 15px 6px 15px;
	color: #666666;
	cursor: pointer;
}
.tabber .unselected-tab:hover, .tabber .unselected-tab-hover
{
	float: left;
	border: solid 1px #DBDBDB;
	margin-top: 5px;
	margin-right: 3px;
	padding: 6px 15px 6px 15px;
	color: #cc0000;
	cursor: pointer;
}
.tabsheets
{
	position: relative;
	background-color: #f2f2ed;
	color: #666666;
}
.tabsheets h3
{
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
}
.tabsheets .first-control-label
{
	color: #000000;
	margin-top: 2em;
}
.tabsheets .second-control-label
{
	color: #000000;
	margin-top: 15px;
}
.tabsheets .tabsheet-visible
{
	display: block;
	padding: 10px 10px 10px 10px;
	/*position: absolute;*/
	top: 0px;
	left: 0px;
}
.tabsheets .tabsheet-invisible
{
	display: none;
	padding: 10px 10px 10px 10px;
	/*position: absolute;*/
	top: 0px;
	left: 0px;
}
.tabsheets .tabsheet-footer
{
	padding: 10px 10px 10px 10px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.tabsheet-visible textarea
{
	height: 5em;
	width: 300px;
}
.tabsheet-visible div.input-fields
{
	width: 302px !important;
	width: 306px; /*IE6*/
}