/* JS-Enabled CSS */
.gadget-head-buttoms a, .gadget-head-private-status a, .gadget-head-alarm-status a{
	width: 16px;
    height: 12px;
	margin: 5px 2px 0 0;
	display: inline;
	text-indent: -9999em;
    outline: none;
	cursor:default;
}
.gadget-head-buttoms a.remove  {
    float: right;
    background: url(/images/grid/entorno_azul/buttons.png) no-repeat -40px 0; 
}

.gadget-head-buttoms a.edit  {
    float: right;
    background: url(/images/grid/entorno_azul/buttons.png) no-repeat -26px 0;
}

.gadget-head-buttoms a.edit-off  {
    background: url(/images/grid/entorno_azul/buttons.png) no-repeat -54px 0;
}

.gadget-head-buttoms a.collapse  {
    float: right;
    background: url(/images/grid/entorno_azul/buttons.png) -12px 0 no-repeat;
}

.gadget-head-buttoms a.collapse-off  {
    background: url(/images/grid/entorno_azul/buttons.png) 2px 0 no-repeat;
}

.gadget-head-private-status a.private  {
    float: left;
    background: url(/images/grid/entorno_azul/buttons.png) -82px 0 no-repeat;
	margin-right: 0px;
	margin-left: 3px;
}

.gadget-head-private-status a.public {
    float: left;
    background: url(/images/grid/entorno_azul/buttons.png) -68px 0 no-repeat;
	margin-right: 0px;
	margin-left: 3px;
}

.gadget-head-alarm-status a.on, .gadget-head-alarm-status a.public {
    float: left;
    background: url(/images/grid/entorno_azul/buttons.png) -96px 0 no-repeat;
	margin-right: 5px;
	margin-left: 0px;
}

.gadget-head-alarm-status a.off, .gadget-head-alarm-status a.private {
    float: left;
    background: url(/images/grid/entorno_azul/buttons.png) -110px 0 no-repeat;
	margin-right: 5px;
	margin-left: 0px;
}


.widget-placeholder	{ 	border: 2px dashed #999;	}
#zone1 .widget-placeholder	{ 	margin: 30px 35px 0 25px;	}
#zone2 .widget-placeholder 	{ 	margin: 30px 20px 0 20px;	}
#zone3 .widget-placeholder 	{ 	margin: 30px 25px 0 35px; 	}

.edit-box {
    background:#FFFFFF;
	overflow:hidden;
	padding:10px 0;
	margin:1px 5px 0;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow:0 1px 3px #000;
	box-shadow:0 1px 3px #000;
	-webkit-box-shadow:0 1px 3px #000;
}
.edit-box-in {
	overflow:hidden;
	width:295px;
	margin:0 auto;
}
.edit-box input, .edit-box select{
    border:1px solid #CCCCCC;
	clear:right;
	color:#494949;
	margin:4px 0 4px !important;
	padding:0 0 0 2px;
	max-width:120px;
	min-width:75px;
	background:#fff;
	height:19px;
	-moz-border-radius:4px 4px 4px 4px;
	-moz-box-shadow:0 1px 0 #EEEEEE;
}

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

.edit-box label {
    clear:left;
	color:#666;
	float:left;
	font-size:11px;
	margin:5px 8px 3px 3px !important;
	text-align:right;
	width:48%;
}

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

.edit-box .pclist{
	margin-bottom:5px;
}

.edit-box .pclist li{
	color:#797979;
	float:right;
	font-size:10px;
	margin:5px 0 0;
	width:48%;
	font-weight:bold;
}

.edit-box a.save img {
	padding:0;
	margin:10px 0 5px;
	opacity:0.9;
	filter:alpha(opacity=90);
}
.edit-box a.save:hover img {
	opacity:1;
	filter:alpha(opacity=100);
}
