.picker_layer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-color: #d4d0c8;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	overflow: visible;
	height: auto;
	width: auto;
	z-index:30;
}
.picker_buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#d4d0c8;
	border-style:solid;
	border-color:#666666;
	border-width:1px;
	padding:1px;
	cursor:pointer;
	color:#000000;
}
.cell_color {
	cursor:pointer;
	width:25px;
	height:25px;
}
.color_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.choosed_color_cell{
	border-style:solid; border-color:#000000; border-width:1px;
}
.default_color_btn{
	width:35px; height:35px;
	background-repeat:no-repeat; background-position:center;
}

/*resizable*/
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 10px;
	width: 100%;
	top: -11px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 10px;
	width: 100%;
	bottom: -11px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 10px;
	right: -11px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 10px;
	left: -11px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 8px;
	height: 8px;
	right: -10px;
	bottom: -10px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 8px;
	height: 8px;
	left: -10px;
	bottom: -10px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 8px;
	height: 8px;
	left: -10px;
	top: -10px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 8px;
	height: 8px;
	right: -10px;
	top: -10px;
}
.ui-resizable-handle {
    background: url("../images/imageBoxBorder.png");
    display: block;
    overflow: hidden;
}
.ui-resizable-se,.ui-resizable-ne,.ui-resizable-sw,.ui-resizable-nw{
	background:#ffffff;
    border: 1px solid #000;
}
.resizable-selected .ui-resizable-handle{
	display:block !important;
}
.ui-resizable-helper{
	border:1px dashed #000;
}

.ui-menu.ui-widget.ui-widget-content{
	height:300px;
	overflow-x:hidden;
	overflow-y:scroll;
}