@CHARSET "UTF-8";

.ui-vertical-draglets,.ui-horizontal-draglets { /* background: #aaa;*/
	float: left;
	border: 0px solid transparent;
}

.ui-horizontal-draglets {
	background: url("../images/gridwizard/dashbg.gif") repeat-x scroll 3px 4px;
	cursor: row-resize;
	margin-top: -3px;
	height: 3px;
	padding: 1px;
}

.ui-vertical-draglets {
	width: 3px;
	margin-left: -3px;
	cursor: col-resize;
	
	background: url("../images/gridwizard/dashbg.gif") repeat-y scroll 4px 3px;
	padding: 1px;
}

.ui-layout-draglets {
	
}

.ui-vertical-draglets.ui-draglet-inuse {
	background-color: #8f8;
}

.ui-horizontal-draglets.ui-draglet-inuse {
	background-color: #8f8;
}

.ui-container-drag {
	background-color: #efffef;
	opacity: 0.7;
}

.ui-zone {
	border: 0px solid #888;
}

*+html .ui-zone {
	border: 0px solid #888;
}

.ui-zone-fill {
	border: 2px solid #83bdff;
	margin-left: -1px;
	margin-top: -1px;
}

.wiz-container table { /* background-color: #efefef; */
	border: none;
	border-collapse: collapse;
}

*+html .wiz-grid {
	zoom:1;
	display: inline;
}

.ui-tableHsizes,.ui-tableWsizes {
	border-collapse: collapse;
}

.ui-tableHsizes>tbody>tr>td {
	background: url("../images/gridwizard/sizesH.gif") no-repeat top left;
	color: #888;
	padding-left: 5px;
}

.ui-tableHsizes>tbody>tr>td>div {
	padding-left: 8px;
	background: url("../images/gridwizard/sizesH.gif") no-repeat bottom left;
}

.ui-tableWsizes>td {
	background: url("../images/gridwizard/sizesW.gif") no-repeat top left;
}

.ui-tableWsizes>td>div {
	padding-top: 4px;
	color: #888;
	background: url("../images/gridwizard/sizesW.gif") no-repeat top right;
}

.ui-zone-button {
	background: #b9b9b9;
	padding: 1px;
	display: block;
	color: #fff;
	width: 16px;
	height: 16px;
	text-align: center;
	cursor: pointer;
}

.ui-zone>.ui-zone-button {
	display: none;
}

.ui-zone.selected {
	background: #E6EFF8 url(../images/smartppc6/table-row-bg-fade2.png) repeat-x scroll 0 0;
}

.ui-zone.selected>.ui-zone-button {
	display: block;
}

/*
.ui-zone-button.left {
	margin-left: -4px;
	margin-top: -8px;
}

.ui-zone-button.bottom {
	margin-right: -8px;
	margin-top: -4px;
}

.ui-zone-button.right {
	margin-right: -16px;
	margin-top: -8px;
	margin-left: -0px; 
}

.ui-zone-button.top {
	margin-top: -4px;
	margin-left: -8px;
}
*/
.ui-zone-button.split {
	width: 30px;
	text-align: center;
	color: #fff;
	margin-top: -16px;
	margin-left: -8px;
}

.ui-button-hover {
	background-color: #880000;
}

.ui-dropped {
	border: 1px solid #dedede;
	padding: 5px;
	background: #e5f8c9 url("../images/smartppc6/bg-fade-top1.png") repeat-x top left;
}

.ui-channel-closeBtn {
	width: 10px;
	height: 10px;
	background: #800;
	color: #fff;
	cursor: pointer;
	line-height: 6px;
}

.ui-channel {
	
}

.ui-foreignChannel {
	padding: 5px;
	background: #e6eff8 url("../images/smartppc6/table-row-bg-fade2.png") repeat-x 0 0;
	border: 1px solid #b9b9b9;
	margin-bottom: 2px;
	overflow: hidden;
	cursor: 'move';
	float:left;
	width: 200px;
}

.ui-foreignChannel>div.size {
	font-size: 10px;
	font-weight: normal;
}

.ui-foreignChannel>div.slot2 {
	font-size: 10px;
	font-weight: normal;
}

.ui-foreignChannel>div.slot {
	float: right;
}

.ui-dragChannel {
	background: #e5f8c9 url("../images/smartppc6/bg-fade-top1.png") repeat-x top left;
	border: 1px solid #dedede;
	z-index: 20000;
}

.ui-dropZone {
	background-color: #f6fbef;
}

#channels_list {
	width: 200px;
}


.ui-dragChannel .slot, .ui-dragChannel .size, .ui-dragChannel .slot2, .ui-dragChannel .title,  .ui-dragChannel.search-channel div.n {
	display: none;
}

.ui-channel { 
	/* background:#F6F3F0 url(../images/smartppc6/table-row-bg-fade.png) repeat-x scroll 0 100%; */
	/* border-color:#EEEDEB #DAD6D2 #DAD6D2 #EEEDEB; */
	border: solid 1px #b9b9b9;
	overflow: hidden;
	background: #fdfdfd;
}

.ui-channel div.n {
	color: #b9b9b9;
	font-size: 9px;
	padding-left: 3px;
}

.ui-channel div.title {
	padding-left: 3px;
}

.ui-channel.search-channel > div.n, .ui-channel.search-channel > div.title {
	display: none;
}

.ui-channel.active  {
	background-color:#E6EFF8;
}

.ui-channel.active div.n {
	color: #000;
}


.ui-channel.search-channel {
	background: url("../images/smartppc6/search_type_bg.png") 5px 5px no-repeat;
} 

.ui-channel.search-channel.active {
	background: #E6EFF8 url("../images/smartppc6/search_type_bg.png") 5px 5px no-repeat;
} 
