/*
please dont change the class values! theses are used in a lot of eCMS frontend modules for positioning

*/


.floatLeft{
	float: left;	
}
.floatRight{
	float: right;	
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.clearBoth{
	clear: both;
}

.marginBottom40{
	margin-bottom: 40px;
}
.marginLeft15{
	margin-left: 15px;
}


.draggable{
	cursor: move;
}
div.divPopupWrapper{
	border:2px black solid;
	background-color: #fff;
}
div.divPopupWrapper div.titlebar{
	width: 100%;
	height: 25px;
	padding-top: 3px;
	background-color: #000000;
	border-bottom: 1px black solid;
	text-align: center;
}
div.divPopupWrapper div.titlebar a{
	float: right;
	color: white;	
}
div.divPopupWrapper div.titlebar span.title{
	float: left;
	color: white;
	font-weight: bold;	
}
div.divPopupWrapper div.popup_content{
	padding: 2%;
	
}

div#content div.errorBox
{
	background: #FFC1C2;
	border: 1px solid #CC0000;
	margin: 10px;
	padding: 20px 1em 20px 3em;
}
div#content div.alertBox
{
	background-color: #CFEBF7;
	border: 1px solid #2580B2;
	margin: 10px;
	padding: 20px 1em 20px 3em;
}