
@import "pagelayout.css";
@import "homepage.css";
@import "header.css";
@import "menu.css";
@import "navtree.css";
@import "footer.css";
@import "contentpane.css";
@import "rightpane.css";
@import "searchresult.css";
@import "bstorderforms.css";
@import "text-edit.css";

body
{
	font-size: small;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

body div#pageframe,
body div#pagefooter
{
	font-size: 0.9em;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	line-height: 1.6em;
}

body textarea
{
	font-size: 1em;
	font-family: inherit;
}

a:link,
a:visited,
a:active
{
	text-decoration: none;
	color: #ff6131;
}

a:hover
{
	text-decoration: underline;
	color: #ff6131;
}

.tekstlink a:link,
.tekstlink a:visited,
.tekstlink a:active
{
	text-decoration: underline;
	color: #000;
}
.tekstlink a:hover
{
	text-decoration: underline;
	color: #ff6131;
}

a.bulletlink
{
	padding-left: 12px;
	background: url(images/arrow-right.png) left 50% no-repeat;
}


body h1, body h2, body h3
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-weight: bold;
}

body h1
{
	font-size: 1.5em;
	color: #a9a9a9;
}

body h2
{
	font-size: 1.2em;
	color: #a9a9a9;
}

body h3
{
	font-size: 1em;
	color: #737373;
	margin-bottom: -0.8em;
}

body h4
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 1.2;
	color: #a9a9a9;
}


.arrowbullet
{
	background-image:url(/Portals/humatix/Skins/Hx-nl/arrow-bullet.png);
	background-repeat:no-repeat;
	padding-left:16px;
}





/*
	Standard DNN css classes
*/	 

/* style for module	titles */
body *.Head
{
	font-weight: bold;
	font-size: 12px;
}

/* style of	item titles	on edit	and	admin pages	*/
/* module title	style used instead of Head for compact rendering by	QuickLinks and Signin modules */
body *.SubHead,
body *.SubSubHead
{
	font-family:Arial, Tahoma, Verdana, Helvetica;
	font-weight:bold;
	font-size:11px;
	color: rgb(102,102,102);
}

/* text	style used for most	text rendered by modules */
body *.Normal
{
	font-size: 1em;
}

/* text	style used for textboxes in	the	admin and edit pages, for Nav compatibility	*/
body *.NormalTextBox
{
	font-family: inherit;
	font-size: 1em;
	font-weight: normal;
}

body *.NormalRed
{
	color: #ff0000;
	font-size: 1em;
}

body *.NormalBold
{
	font-weight: bold;
	font-size: 1em;
}

/* text	style for buttons and link buttons used	in the portal admin	pages */
.CommandButton
{
	color: #000;
}



/* DNN Menu-Styles */
/* Module Title	Menu = popup menu bij potlood-icon */

/* style voor potlood icon */
.ModuleTitle_MenuContainer 
{
	border-width:0px;
	background-color: Transparent;
}

.ModuleTitle_MenuBar 
{
	cursor:	hand;
	background-color: Transparent;
}

/* style voor afzonderlijk item	in het popupmenu */
.ModuleTitle_MenuItem 
{
	cursor:	hand; 
	color: black; 
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-size: 9pt;	
	font-weight: bold; 
	font-style:	normal;	
	background-color:rgb(26, 180, 227);
	border:solid 0px white;
}

/* style voor icon naast item in het popupmenu */
.ModuleTitle_MenuIcon 
{
	cursor:	hand; 
	text-align:	center;	
	background-color:rgb(26, 180, 227);
	border:solid 0px white;
}

/* style voor ruimte rechts	van	item in	het	popupmenu */
.ModuleTitle_MenuArrow 
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor:	hand; 
	background-color: rgb(26, 180, 227);
	border:solid 0px white;
}


/* style van div waar het popupmenu	in zit */
.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	cursor:	auto; 
	cursor:	hand; 
	background-color: rgb(26, 180, 227);
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135,	Strength=3); 
	border:solid 2px rgb(26, 180, 227);
}

/* zit tussen kop van het popupmenu	en de menuitems	in */
.ModuleTitle_MenuBreak 
{
	height:	0px;
	background-color:rgb(26, 180, 227);
	border:solid 2px rgb(38, 200, 255);
}

.ModuleTitle_MenuItemSel 
{
	cursor:	hand; 
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-size: 9pt;	
	font-weight: bold; 
	font-style:	normal;

	color:#000000;
	background-color: #CC5500;
}

.ModuleTitle_RootMenuArrow 
{
	font-family: webdings; 
	font-size: 10pt; 
	cursor:	hand;
	background-color: Transparent;
}

