@charset "utf-8";
/* CSS Document */
#colors {
	position: relative;
	width: 800px;
	height: 400px;
	background-color: #fff;
	padding: 20px;
	margin: 20px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #444;
	
	-moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; -khtml-border-top-left-radius: 10px; border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; -khtml-border-top-right-radius: 10px; border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; -khtml-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; -khtml-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px;
}
#svgload {
	background-color: #fff;
	position: relative;
	top: 40px;
}
#svggrid {
	position: absolute;
	left: 20px;
	top: 20px;	
}
#twzgrid {
	position: absolute;
	left: 20px;
	top: 340px;	
}

#twzgrid .grid_line {
	display: inline-block;
	width: 78px;
	height: 22px;
	margin: 0;
	padding: 0;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666;
	/*background-color: #090;*/
}

#twzgrid .h_grid_line {
	position: absolute;
	top: 10px;
	left: 0;
	
	width: 800px;

	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666;
	/*background-color: #909;*/
}

#twzgrid .v_grid_line {
	position: absolute;
	top: -48px;
	left: 0;
	height: 120px;
	
	width: 800px;

	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666;
	/*background-color: #909;*/
}


#labels .llabel {
	font-size: 16px;
}



#c_comp1_slider .ui-slider-range { background: #444444; }
#c_comp1_slider .ui-slider-handle { border-color: #999999; }

#c_comp1_slider {

		width: 100px;
		margin: 0;

}

#twuLL {
	left: 20px;
	top: 20px;
}
#twuL {
	left: 150px;
	top: 20px;
}
#twzLL {
	left: 220px;
	top: 20px;
}
#twzL {
	left: 360px;
	top: 20px;
}

#twL100 {
	left: 5px;
	top: 363px;
	background-color: #FFFFFF;
}
#twL50 {
	left: 410px;
	top: 363px;
}
#twL0 {
	left: 812px;
	top: 363px;
}


