
div.ColorPicker
{
	background-color: white;
	border-color: RGB( 140, 140, 140 ) RGB( 100, 100, 100 ) RGB( 70, 70, 70 ) RGB( 100, 100, 100 );
	border-style: solid;
	border-width: 1px;
	width: 153px;

	padding: 4px;
	position: absolute;
	left: 30px;
	top: 50px;
	background-image: url(images/colorpicker/picker-gradient.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div.ColorPicker div.Swatch
{
	float: left;
	width: 15px;
	height: 15px;
	margin: 1px;
	cursor: pointer;
	border-style: none;
}

div.ColorPicker div.Swatch.Hover
{
	margin: 0;
	border-style: solid;
	border-width: 1px;
}

img.ColorWell
{
	cursor: pointer;
	
}
A.menu_ibox:link
{
    COLOR: #000000;
	text-decoration: none;
}
A.menu_ibox:visited
{
   COLOR: #000000;
	text-decoration: none;
}
A.menu_ibox:hover
{
    COLOR: #000000;
	text-decoration: none;
}
A.menu_ibox:active
{ 
    COLOR: #000000;
	text-decoration: none;
}
