﻿/* NEW TABSHEET */
.TabsheetActive
{
	font-family: Arial;
	font-weight: bold;
	background-image: url(../../images/tabsheet/tab_active_d3.gif);
	width: 126px;
	height: 32px;
	background-repeat:no-repeat;
	border: none;
	color:#59453a;
	text-align: left;
	font-size: 11;
	font-weight: bold;
	cursor: pointer;
	text-indent: 13px;
}

.TabsheetInactive
{
	font-family: Arial;
	font-weight: bold;
	width: 126px;
	height: 32px;
	background-image:url(../../images/tabsheet/tab_inactive_d3.gif);
	text-align:left;
	border:none;
	color:#75614f;	
	font-size: 11;
	font-weight: bold;
	cursor: pointer;
	text-indent: 13px;
}

.TabsheetDisabled
{
	font-family: Arial;
	font-weight: bold;
	width: 126px;
	height: 32px;
	background-image:url(../../images/tabsheet/tab_disabled_d3.gif);
	text-align:left;
	border:none;
	color:#7a7a7a;	
	font-size: 11;
	font-weight: bold;
	cursor: default;
	text-indent: 13px;	
}

.TabsheetSpace 
{
	background-image: url(../../images/tabsheet/tab_bg_d3.gif);
	background-repeat: repeat-x;
	height: 32px;
	width: 1px;
	padding:0px;	
}

.TabsheetBG 
{
	background-image: url(../../images/tabsheet/tab_bg_d3.gif);
	background-repeat: repeat-x;
}

.TabsheetCtrl 
{
	z-index: -1; 
	width: 100%; 
	position: absolute; 
	top: 17px; 
	height: 1px;
	background-image: url(../../images/tabsheet/tab_bg_d3.gif);
	background-repeat: repeat-x;
}

.QTab 
{	/*
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	border-right: none;
*/
	padding-left: 6px;
	padding-right: 6px;
	margin: 0px;	
		
	
}

.QTabSelected
{
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: none;

	padding: 6px;
	margin: 0px;
	background-color: #F3E5B9;
}

.QTabHover
{
	/*border-left: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	border-right: none;	*/
	padding-left: 6px;
	padding-right: 6px;
	margin: 0px;
	background-color: #F3E5B9;
}

.QTabContainer
{	
	padding: 0px; 
	margin:0px;
	text-align:right;
	background-color:#E8D7A3;	
}

.QTabContent
{
	padding: 0px;
	margin: 0px;	
}
