/*
default.css

This file contains css for each html element in the website.
It also contains classes for use by the Rich Text Editor
*/

.template_top
{
	margin-top:20px;	
}

.template_right
{
	
}

.template_left
{
	
}

* {margin:0px;padding:0px;/*font-size:100%;*/font-family:verdana,sans-serif;color:black;text-decoration:none;font-weight:normal;}
ul {list-style-type:none;}
strong {font-weight:bold;}
body {padding:0px;margin:0px;background:url(../images/structure/background_grads.png) top center repeat-y;}

p.clear {display:block;clear:both;padding-bottom:0px;}
a img {border:none;}


div#layoutitemsettings form label#label_content{display:none;}


div#managepagelayout div#layoutform div#layoutadditem div#layoutadditemdescription
{
	display:block;
	float:right;
	height:150px;
	margin:0;
	overflow:hidden;
	padding:3px;
	width:260px;
}