/**
 * The widget style.
 **/
div.ColorPicker {
	/*display: none;
	
	float: inherit;
	
	position: absolute;*/
	
	float: left;
	
	background-color: #ffffff;
	
	/*visibility: hidden;*/
}

div.ColorPicker table {
	border-collapse: collapse;
	
	border: 1px solid #000000;
}

div.ColorPicker table td.info {
	border: 1px solid #000000;
	
	font-weight: bold;
}

div.ColorPicker table td.info input {
	width: 65px;
}

div.ColorPicker table td a {
	display: block;
	
	margin: 0;
	padding: 0;
	
	width: 10px;
	height: 10px;
}

div.ColorPicker table td a:hover {
	text-decoration: none;
}