
/* 

	webB AutoTAb

*/

.webB_AutoTab{
	position:relative;
	left:0px;
	top:0px;
	
	border-width: 0;
	border-style: none;
	border-color: #000000;
	margin:4px;
	/*
	padding-left:10px;
	margin-left:10px;
	*/

	
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif;
	font-size: 11px;

}

.header_AutoTab{
	
	position:relative;
	
	height:26px;
	border-color: #000000;
	border-width: 0;
	border-style: none;
	
	font-family: Tahoma,Arial; font-size: 13px;
	
	cursor:pointer;
}


.botton_AutoTab{
	
	position:relative;
	float:left;
	
	top:0px;
	height:28px;
	padding:4px 8px 4px 8px;
	
	border-style:solid;
	border-top:solid #ff6600 2px;
	border-left:solid #ff6600 2px;
	border-right:solid #ff6600 2px;
	border-bottom:none #ff6600 0px;
	
		
	margin-left:8px;
	
	background: #006699;	
	font: 12px arial;	
	font-weight:bold;
	color: #000000;
	
	cursor:pointer;

}

.botton_AutoTab_Over{
	position:relative;
	float:left;
	top:0px;
	
	height:18px;
	padding:4px 8px 4px 8px;
	border-style:solid;
	border-top:solid #ff6600 2px;
	border-left:solid #ff6600 2px;
	border-right:solid #ff6600 2px;
	border-bottom:none #ff6600 0px;
	
	margin-left:8px;
	
	
	background: #3399cc url("images/module/modStyle2ButtonSelect.png");
	font: 12px arial;	
	font-weight:bold;	
	color: #000000;
	
	z-index:13;

}
.content_AutoTab{
	
	position:relative;
	top:0px;
	border-color: #ff6600;
	border-width: 0;
	margin-bottom:20px;
	border-style: solid;

	min-height:40px;
	min-width:400px;
	/*visibility:hidden;*/
	z-index:12;
	
	
}

.panel_AutoTab{
	position:absolute;
	top:0px;
	
	min-width:242px;
	width:242px;
	min-height:58px;
	max-height:300px;
	border-color: #ff6600;
	border-width: 2;
	border-style: solid;
	padding:12px;
	
	background:#3399cc url("images/bModFrontColor.png");
	overflow: auto;
	visibility:hidden;	
	font-size:11px;
	text-align:center;

}


