.farbtastic {
  position: relative;
}
.farbtastic * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
  width: 195px;
  height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px;
}
.farbtastic .wheel {
  background: url(../images/admin/wheel.png) no-repeat;
  width: 195px;
  height: 195px;
}
.farbtastic .overlay {
  background: url(../images/admin/mask.png) no-repeat;
}
.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden;
  background: url(../images/admin/marker.png) no-repeat;
}
.cCpicker{
	padding:2px 6px 0;
	border:1px solid #000;
	cursor:pointer;
	display:inline;
}
.cpicker{
	display:none;
}
#fullPanel{
	width:100%;
	height:60px;
	background:#f7f7f7;
	color:#000;
	font-family:Verdana !important;
}
#fullPanel ul{
	list-style: none;
	margin:0px;
	padding:10px 0 0 10px;
}
#fullPanel li{
	display:inline;
}
#fullPanel li a{
	padding:5px;
	background:#f0f0f0;
	border:1px solid #dedede;
}
#fullScreen{
	top:0px;left:0px;
	width:100%;
	height:100%;
	position:absolute;
}
#myPage{
	padding:0;
	width:100%;
	height:100%;
	float:right;
	overflow:scroll-x;
}
.sidebarpaneltd{
	background:#f7f7f7;
	color:#000;
}
#sidebarpanel{
	padding:0px;
	font-size:12px;
	width:220px;
	float:left;
	background:#f7f7f7;
	color:#000;
	position:absolute;
	z-index:5000;
	border-right:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
}
#sidebarpanel a,#fullPanel a{
	color:#000;
}
#sidebarpanel input{
	width:50px;
}
#sidebarpanelhide{
	margin:5px 5px 5px auto;
	padding:2px 3px 2px 15px;
	width:80px;
	background:#ededed url(../images/admin/e_arrow_d.jpg) 2px center no-repeat;
	color:#000;
	border:1px solid #dedede;
	display:block;
}
#sidebarpanel ul.accordion{
	width:220px;
	float:left;
}
#sidebarpanel ul.accordion,#sidebarpanel ul.accordion ul {
	margin:0px;
	padding:0px;
}
#sidebarpanel ul.accordion .head{
	text-align:left;
	padding:5px;
	color:#808080;
	font-weight:bold;
	background:url(../images/admin/e_tab_head.jpg) repeat-x;
	cursor:pointer;
}
#sidebarpanel .accordion ul li{
	text-align:center;
}
.oo-class{
	cursor:pointer;
	border:2px dotted #ff0000;
}
.wLoading{
	background:#000 url(../images/admin/ajax-loader.gif) center center  no-repeat;
}
