div#IconPickerContainer {
	position: absolute;
	left: 32px; top: 0;
	display: block;
	max-width: 200px;
	width: 200px;
	height: 146px;
	border: 3px double #333;
	background: #fafafa;
}
div#IconPickerContainer img {
	margin: 5px;
	cursor: pointer;
}
div.ScrollableIconPicker {
	display: block;
	width: 200px; height: 124px;
	overflow: auto;
}
div.IconPickerHeader {
	display: block;
	padding: 2px 5px 2px;
	width: 190px;
	height: 16px;
	font-size: 12px;
	font-weight: bold;
	background: #333;
	color: #fafafa;
}
div.IconPickerHeader a {
	float: right;
	color: red;
}


div#ColorPickerContainer {
	position: absolute;
	left: 16px; top: 0;
	display: block;
	max-width: 220px;
	width: 220px;
	height: 132px;
	border: 3px double #333;
	background: #fafafa;
	z-index: 10000;
}
div.ColorPickerHeader {
	display: block;
	padding: 2px 5px 2px;
	width: 210px;
	height: 16px;
	font-size: 12px;
	font-weight: bold;
	background: #333;
	color: #fafafa;
}
div.ColorPickerHeader a {
	float: right;
	color: red;
}
div.ColorPickerIcon {
	width: 16px; height: 16px;
	display: block;
	float: left;
	background: transparent url(color_palette.png) no-repeat;
	cursor: pointer;
}
div.ColorPicker {
	display: block;
	padding: 5px;
}
div.ColorPicker #IconColor,
div.ColorPicker #Color,
div.ColorPicker #area_color {
	width: 1px; height: 1px;
	border: 0; margin: 0; padding: 0;
	font-size: 0;
	color: transparent;
	background: transparent;
}

div#HideColorPickerContainer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: transparent;
	z-index: 0;
}
