/* Container Styles */


div.containermodule .container_editheader{
	/*clear:both;*/
}

.container_modulewrapper{
	border:1px solid #999999;
	border-top-width:0px;
	/*clear:both;*/
}


a.addmodule{
	display:block;
	background:#dedede;
	/*clear:both;*/
	padding:2px 0;
	float:left;
	width:100%;
	text-align:center;
	text-decoration:none;
	color:blue;
}
a.addmodule:hover{
	display:block;
	background:#333;
	/*clear:both;*/
	float:left;
	width:100%;
	text-align:center;
	text-decoration:none;
	color:white;
}
