

#Wheel{
  height: 370px;
  width: 424px;
  text-align: center;
  background-color: #F4F4F2;
}

#Header{
  position: relative;
  color: #000000;
  font: 23px tahoma,arial,helvetica;
  border-top: 1px #FFFFFF solid;
  border-bottom: 1px #AAAAAA solid;
  border-left: 1px #FFFFFF solid;
  padding: 6px 12px 6px;
  background-color: #F4F4F2;
  background: url("./topbg.gif");
}

#ColorInput{
  height: 100%;
  width: 100%;
  font: 13px verdana,arial,helvetica;
  color: #444444;
  font-weight: bold;
  text-align: center;
  background-color: #F4F4F2;
}

#listBox{
  width: 166px;
  font: 11px verdana,arial,helvetica;
  color: #444444;
  background-color: #F4F4F2;
  border: 1px #AAAAAF solid;
}

.rightText{
  color: #666666;
  font: 11px tahoma,arial,helvetica;
  padding: 2px;
}

#palette{

}

.navBox{
	width: auto;
	height: auto;
	padding-top: 8px;
	border: 1px solid;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #9D9DA1;
	border-top-color: #9D9DA1;
	background-color: #FCFCFA;
}

#currentColor{
	border: 1px solid;
	height: 75px;
	width: auto;
  cursor: pointer;cursor: hand;
  background-color:#FFFFFF;
}

.headSmall{
  color: #666666;
  font: 11px tahoma,arial,helvetica;
  margin-top: 2px;
}

.sideHead{
  width: auto;
  color: #777777;
  font: 11px/25px tahoma,arial,helvetica;
  font-weight: bold;
  text-align: center;
  background-color: #E8E8E6;
}

.rgbBox{
	width: 30px;
  color: #444444;
  font: 13px tahoma,arial,helvetica;
  text-align: center;
}

.hexBox{
	width: 54px;
  color: #444444;
  font: 13px tahoma,arial,helvetica;
  text-align: center;
}

.button{
  color: #333333;
  /*background-color: #E4E4DF;
  border: 1px;*/
  font: 11px tahoma,arial,helvetica;
  height: 23px;
  width: 90px;
  margin-top: 4px;
  margin-bottom: 10px;
}

.currentBorder{
	border: 1px solid;
	height: auto;
	width: auto;
	border-left-color: #9D9DA1;
	border-top-color: #9D9DA1;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin: 10px;
}



.swatch{
	padding: 10px;
	width: 90px;
	text-align: center;
}

.color{
	border: 1px solid;
	height: 54px;
	width: 70px;
  cursor: pointer;cursor: hand;
  background-color:#FFFFFF;
}

.border{
	border: 1px solid;
  height: 56px;
	width: 72px;
  margin-left: auto;
  margin-right: auto;
  border-left-color: #9D9DA1;
	border-top-color: #9D9DA1;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.rgb{
	font: 11px tahoma,arial,helvetica;
}

.hex{
	font: 11px tahoma,arial,helvetica;
}

