

body {
/*	background-color:		#eaeee5;*/
	margin:					5px;
}

.iPcat {

	position:				relative;
	float:					left;
	
/*	background-color:		#bbbbbb; */
	background-color:		#ffffff;
	border:					1px #6c759e solid;
	
	margin:					5px 5px 10px 5px;
	padding:				0px;
}

.iPcatLabel {

	position:				absolute;
	
	top:					-9px;
	left:					9px;
	padding:				0px 1px 0px 1px;
	
	font-family:			Arial;
	font-size:				12px;
	
	background-color:		#ffffff;
	color:					#6c759e;
/*	color:					#888888; */
	border:					1px #bbbbbb hidden;
}

.iPpanel {
	position:				relative;
	float:					left;
/*	background-color:		#ffffff; */
/*	border:					1px #ffff00 solid; */

	margin:					5px;
	_margin-right:			2px;
	_margin-left:			3px;
	padding:				5px 5px 0px 5px;
	_padding-bottom:		5px;
}

.iPpaneLabel {
	/*position:				relative;*/
	top:					0%;
	width:					80px;
	white-space:			nowrap;
	text-align:				center;
	font-family:			Arial;
	font-size:				12px;
/*	font-weight:			bold;*/
}

.iPpaneLabelTip {
	border:					1px #aaaa99 solid;
	background-color:		#ffffaa;
	z-index:				9;
	visibility:				hidden;
	position:				absolute;
	width:					200px;
	text-align:				left;
	top:					-20px;
}

.iPpanelSlider {
/*	border:					1px black outset; */
	background-image:		url(images/slider_scale2_s1R.gif);
	width:					80px;
	height:					118px;
}

.sliderKnob {
/*	border:					1px #999999 outset;
	background-color:		#eeeeee;*/
	position:				relative;
	top:					0px;
/*	left:					36px;*/
/*	text-align:				center;*/
	font-size:				80%;
}

.sliderTxt {
	position:				relative;
	top: 					0px;
	left:					20px;
	font-size:				12px;
	text-align:				 right;
	background-color:		#f3f3f3;
	border:					1px #666666 solid;
	padding-left:			2px;
	padding-right:			2px;
/*	filter:					alpha(opacity=70);*/
	opacity:				0.7;
	-moz-opacity:			0.7;
}

.sliderImg {
	position:				relative;
	left:					33px;
}

/*
.chart {
	position:				relative;
	float:					left;
	height:					100px;
/*	width:					300px;*/
/*	filter:					alpha(opacity=40);*/
/*	opacity:				0.4;*/
/*	-moz-opacity:			0.4;*/
/*	border:					1px black solid;*/ 
/*
}

.chartBar {
	position:				relative;
	float:					left;
	top:					0px;
	height:					1px;
	width:					4px;
	font-size:				0px;
	background-color:		#cfdddd;
	margin-right:			1px;
}
*/

#debug{
	display:				none;
	float:					right;
	overflow:				auto;
	border-left:			1px #99aa99 solid;
	padding-left:			2px;

/*
	position:				absolute;
	top:					10px;
	left:					700px;
*/

/*	height:					70px;*/
	height:					100%;
	width:					200px;

	color:					#99aa99;
	font-family:			Arial;
	font-size:				12px;
}


.scArea {
	border:					none;
	width:					150px;
	margin:					10px 0 0 20px;
	font-size:				12px;
	color:					#6c759e;
	text-align:				center;
}
.scArea a {
	text-decoration:		none;
	padding:				0 3px;
	line-height:			1.8em;
	border:					1px solid #9197af;
	background-color:		#fff;
	color:					#6c759e;
}
.scArea a:hover {
	text-decoration:		none;
	border:					1px solid #000;
	background-color:		#6c759e;
	color:					#fff;
}
.scArea a:active, .scArea a:visited{
	outline:				none;
}

.shadowLB1, .shadowLB2, .shadowLB3 {
	position:				absolute;
	border:					solid #aaa;
	border-width:			0 1px 1px 0;
	filter:					alpha(opacity=70);
	opacity:				0.70;
	_width:					expression(this.offsetParent.offsetWidth);
	_height:				expression(this.offsetParent.offsetHeight);
	Qz-index:				-1;
}
/*
.shadowLB1 { top:0px; left:0px; bottom:-2px; right:-2px; border-color:#aaa; }
.shadowLB2 { top:1px; left:1px; bottom:-3px; right:-3px; border-color:#ddd; }
.shadowLB3 { top:2px; left:2px; bottom:-4px; right:-4px; border-color:#fff; }
*/
.shadowLB1 { top:-1px; left:-1px; bottom:-2px; right:-2px; border-color:#ccc; }
.shadowLB2 { top:0px; left:0px; bottom:-3px; right:-3px; border-color:#ddd; }
.shadowLB3 { top:0px; left:0px; bottom:-2px; right:-2px; border-color:#aaa;
	_width:					expression(this.offsetParent.offsetWidth-1);
	_height:				expression(this.offsetParent.offsetHeight-1);
}


.status {
	position:				relative;
	background-color:		#6c759e;
	font-weight:			bold;
	color:					#fff;
	border:					2px solid #333;
	padding:				1em;
	text-align:				center;
	opacity:				.90;
	filter:					alpha(opacity=90);
)

