﻿#colorPicker
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	position: relative;
	float:left;
}
#color
{
	background-color: #FF0000;
	background-image: url(../Images/TruckBuilder/ColorPickerBackground.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 192px;
	left: 0px;
	top: 0px;
	width: 192px;
}
#colorIndic
{
	background-image: url(../Images/TruckBuilder/ColorPicker.gif);
	background-color:Transparent;
	background-repeat:no-repeat;
	height: 11px;
	position: absolute;
	width: 11px;
	
}
#hue
{
	background-image: url(../Images/TruckBuilder/ColorPickerHue.png);
	height: 186px;
	left: 190px;
	position: absolute;
	top: 3px;
	width: 18px;
}
#hueIndic
{
	background-image: url(../Images/TruckBuilder/ColorIndicator.gif);
	background-color:Transparent;
	background-repeat:no-repeat;
	height: 7px;
	position: absolute;
	width: 18px;
}
#colorText
{
	position: absolute;
	height:15px;
	font-size:11px;
	text-align:right;
	top: 215px;
	left: 5px;
	width:100px;
	line-height:15px;
	vertical-align:middle;
}
#colorCurrent
{
	border: 2px solid #999999;
	height: 15px;
	left: 112px;
	position: absolute;
	top: 215px;
	width: 90px;
}
#colorValues
{
	left: 5px;
	position: absolute;
	top: 190px;
	font-size:9px;	
}
#colorValues input
{
	font-size: 9px;
	padding: 1px;
}