/*
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 silver solid;
	background-color: #fff;
	overflow: hidden;
}
div.divPopupWrapper div.titlebar{
	width: 99%;
	height: 25px;
	padding: 1%;
	background: yellow url(images/footer_bg.jpg) no-repeat;
	border-bottom: 1px black solid;
	text-align: center;
}
div.divPopupWrapper div.titlebar a{
	float: right;
	color: black;	
}
div.divPopupWrapper div.titlebar span.title{
	float: left;
	color: black;
	font-weight: bold;	
}
div.divPopupWrapper div.popup_content{
	padding: 2%;
	color: #000;
	
}

div#content div.errorBox
{
	background: #FFC1C2;
	border: 1px solid #CC0000;
	margin: 10px;
	padding: 20px 1em 20px 3em;
	color: #000;
}
div#content div.alertBox
{
	background-color: #FFFFAA;
	border: 1px solid #FFC700;
	margin: 10px;
	padding: 20px 1em 20px 3em;
	color: #000;
}
div#content div.alertBox a{
	color: #666666;
}