/* #Blocks and region
================================================== */
#header{
	margin-top: 15px;
}
#header ul,
#header input{
	margin-bottom: 10px;
}
#header input{
	color: #949da0;
}

/* #Other
================================================== */
img.min,
img.thumbnail,
img.medium,
img.large{
	cursor: pointer;	
}
#popup{
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(166,166,166,0.7);
}
#popup .inner{
	display: block;
	position: absolute;
	z-index: 101;
	top: 0px;
	padding: 4px;
	background: #fff;
	width: 100%;
}

.send{
	text-decoration: underline;
}
.send:hover{
	cursor: pointer;
	color: black;
}

.resizable{
	position: relative;
}
.ui-resizable-se{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.drop-block{
	display: block;
	vertical-align: top;
	width: 100%;
	height: 100px;
	border: 1px solid #d6dcdf;
	font-size: 11px;
	padding: 0px 4px 0px 4px;
	border-radius: 3px 3px 3px 3px; 
	-webkit-border-radius: 3px 3px 3px 3px; 
	-moz-border-radius: 3px 3px 3px 3px;  
	-khtml-border-radius: 3px 3px 3px 3px;
	background: #fefff1;
	outline: none;
}
.drop-block:hover{
	box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
    border: 1px solid #fff;
}
.drop-block.table{
	width: auto;
	display: table-cell;
}
.drop-block.auto{
	display: inline-block;
	width: auto;
	height: auto;
	min-height: 20px;
	min-width: 210px;
}
.dropHere{
	background: #fff300;
}

/* #Admin
================================================== */
.hidden{
	display: none;
}
