/* JS-Enabled CSS */

.widget-head a.remove  {
    float: right;
    display: inline;
    background: url(img/buttons.gif) no-repeat -24px 0;
    width: 14px;
    height: 14px;
    margin: 8px 4px 8px 0;
    text-indent: -9999em;
    outline: none;
}

.widget-head a.edit  {
    float: right;
    display: inline;
    background: url(img/buttons.gif) no-repeat;
    width: 24px;
    height: 14px;
    text-indent: -9999em;
    margin: 8px 4px 8px 4px;
    outline: none;
}
.widget-head div.colorSelector{
    float: left;
    display: inline;
    text-indent: -9999em;
    margin: 8px 4px 8px 4px;
    outline: none;
}
.widget-head div.colorSelector div{
	background: url("select.png") repeat scroll center center transparent;
	width: 15px;
	height: 15px;
	left: 3px;
	top: 3px;
	cursor: pointer;
}
.widget-head div.spm_wf_table_helper{
	background: url("table_edit.png") repeat scroll center center transparent;
	width: 15px;
	height: 15px;
	left: 3px;
	top: 3px;
    float: left;
    display: inline;
    text-indent: -9999em;
    margin: 8px 4px 8px 4px;
    outline: none;
	cursor: pointer;
}

.widget-head a.collapse  {
    float: left;
    display: inline;
    background: url(img/buttons.gif) no-repeat -52px 0;
    width: 14px;
    height: 14px;
    text-indent: -9999em;
    margin: 8px 0 8px 4px;
    outline: none;
}

.widget-head a.help  {
    float: right;
    display: inline;
    background: url(img/buttons.gif) no-repeat -121px 0;
    width: 14px;
    height: 14px;
    text-indent: -9999em;
    margin: 8px 4px;
    outline: none;
}

.widget-placeholder { 
	border: 2px dashed #999;
	margin: 30px 20px 0 20px; 
}

.edit-box {
/*
    background: #333 url(img/widget-content-bg.png) repeat-x;
*/
	overflow: hidden;
    margin-bottom: 2px;
    padding: 10px 0;
}

.edit-box li.item {
    padding: 10px 0;
    overflow: hidden;
    float: left;
    width: 100%;
    clear: both;
}


.edit-box label {
/*
    color: #FFF;
*/
	float: left;
    width: 30%;
    padding: 0 0 0 10px;
}

.edit-box ul.colors li {
    width: 20px;
    height: 20px;
    border: 1px solid #EEE;
    float: left;
    display: inline;
    margin: 0 5px 0 0;
    cursor: pointer;
}

.widget {
	border: 1px dashed #AAAAAA;
}
div.tablayout {
	float: left;
}
div.layout {
	border: 1px dashed #AAAAAA;
}
div.layout-edit-box {
	border: 1px solid #AAAAAA;
}


.layout-head a.remove  {
    float: right;
    display: inline;
    background: url(img/buttons.gif) no-repeat -24px 0;
    width: 14px;
    height: 14px;
    margin: 8px 4px 8px 0;
    text-indent: -9999em;
    outline: none;
}

.layout-head a.edit  {
    float: right;
    display: inline;
    background: url(img/buttons.gif) no-repeat;
    width: 24px;
    height: 14px;
    text-indent: -9999em;
    margin: 8px 4px 8px 4px;
    outline: none;
}

.layout-head a.collapse  {
    float: left;
    display: inline;
    background: url(img/buttons.gif) no-repeat -52px 0;
    width: 14px;
    height: 14px;
    text-indent: -9999em;
    margin: 8px 0 8px 4px;
    outline: none;
}

.layout-head a.help  {
    float: right;
    display: inline;
    background: url(img/buttons.gif) no-repeat -121px 0;
    width: 14px;
    height: 14px;
    text-indent: -9999em;
    margin: 8px 0 8px 4px;
    outline: none;
}

.layout {
    margin: 30px 20px 0 20px;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.layout .layout-head {
    color: #000;
    overflow: hidden;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.layout .layout-content {
    padding: 0 5px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    line-height: 1.2em;
    overflow: hidden;
}
