/* Screen stylesheet for SE - Sites */
/* http://www.studioemma.com */
/* Last update by Klaus De Buysser on  03/04/2008 */


/*@import url('cms/base.css?v1.0');*/


input.inputText,input.inputPassword{
		padding: 2px 0px;
		width: 400px;
	}
	
/*
Global elements
----------------------------
*/

body{
	background-color:#fff;
}


#wrapper{
	width:1000px;
	margin:0px auto 0px auto;
	padding: 13px 0px;
	font-size: 0.95em;
}



/*
Page sections
----------------------------
*/


/* General layout classes*/

	/* Paragraph */
	
	/*p{
		line-height: 145%;
	}*/

	/* Links
	*/
	/*a,a:link,a:active,a:visited{
		text-decoration: underline;
		color:#0b84b9;
	}
	a:hover{
		text-decoration: underline;
	}*/

	
	/*Header titles*/
	/*
	h1{
		font-size: 1.5em;
	}
	h2{
		font-size: 1.3em;
		font-weight: bold;
		padding: 3px 0px;
		margin-bottom: 15px;
	
	}
 	h4{
		font-size: 1.1em;
		padding: 3px 0px;
	}*/
	
	







#body{
	background:#fff url(../media/images/cms/bg_general.jpg) repeat-x 0px -90px ;
}

#myDropTable td {
	border:dotted 1px silver;
	height:190px;
	width:190px;
}
.elementFloat {
	border: solid 1px silver;
	float:left;
	margin-left: 0px;
	margin-top: 0px;
}
div.element_contents {
	
}
div.element_header {
	height:30px;
	background-color:gray;
	color:white;
	line-height:30px;
}

div.element_type_imageAndTitle {
	background-color:#0066CC;
	color:white;
	font-weight:bold;
}

body {
    font-size: 11px;
}
.dd-ct {
    position:absolute;
    border: 1px solid silver;
    width: 180px;
    height: 180px;
    top: 32px;
    background-color: #ffffc0;
}
#dd1-ct {
    left: 64px;
}
#dd2-ct {
    left: 256px;
}
.dd-item {
    height: 18px;
    border: 1px solid #a0a0a0;
    background-color: #c4d0ff;
    vertical-align: middle;
    cursor: move;
    padding: 2px;
    z-index: 1000;
}
.dd-ct .dd-item {
    margin: 2px;
}
.dd-proxy {
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
}
.dd-over {
    background-color: #ffff60;
}



