@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);
@import url(editor_content.css);


/* #######################  GENERAL SETTINGS ############################ */
html.body, body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	
}

.contentpaneopen {
	line-height: 21px;
}

/*  Global Formatting */

a:link {color: #c1c1c1; font-weight:bold; text-decoration:none;}
a:visited {color: #c1c1c1; font-weight:bold; text-decoration:none;}
a:hover {color: #0e0e0e;}
img {border: 0 none;}


.clr{clear: both;}

