
@import "pagelayout.css";
@import "search.css";
@import "menu.css";
@import "breadcrumb.css";
@import "browsebuttons.css";
@import "commandbuttons.css";
@import "commandbuttonpopup.css";
@import "navtree.css";
@import "contentpane.css";
@import "rightpane.css";
@import "footer.css";
@import "text-edit.css";
@import "media-edit.css";
@import "searchresult.css";


body
{
	font-size: small;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

body div#pageframe,
body div#pagefooter,
body textarea
{
	font-size: 1em;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

body a,
body a:link,
body a:visited,
body a:active
{
	font-weight: bold;
	color: #c30185;
	text-decoration: none;
}
body a:hover
{
	text-decoration: underline;
	color: #c30185;
}




/*
	N.B.: standaard dnn stijlen worden overruled door instellingen in
	contentpane.css en rightpane.css
*/
/* ================================
	CSS	STYLES FOR DotNetNuke
   ================================
*/	 

/* style for module	titles */
body .Head,
/* style of	item titles	on edit	and	admin pages	*/
body .SubHead,
/* module title	style used instead of Head for compact rendering by	QuickLinks and Signin modules */
.SubSubHead,
/* text	style used for most	text rendered by modules */
body .Normal,
body .NormalTextBox,
body .NormalRed,
/* text	style used for textboxes in	the	admin and edit pages, for Nav compatibility	*/
body .NormalBold
{
	font-size: inherit;
	font-family: inherit;
}

/* text	style for buttons and link buttons used	in the portal admin	pages */
.CommandButton
{
}

