/* 
================================
Skin styles for DotNetNuke
================================
*/   
body {
font-family: Verdana;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, .contentpane td
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
	padding-left:6px;
}



.grootte12

{
font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	padding-left:6px;
}

.SkinObject
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #1c89bb;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #1c89bb;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #1c89bb;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #1c89bb;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #1c89bb;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #1c89bb;
	padding-left:7px;
}

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #e7e7e7;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.leftpane {
	/*width: 100%;*/
	background-color: transparent;
	padding-left: 3px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	/*width: 100%;*/
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #ee6d19;
}

A:link
{
	text-decoration: none;
	color: #ee6d19;
	
}

A:visited
{
	text-decoration: none;
	color: #ee6d19;
	
}

A:hover
{
	text-decoration: underline;
	color: #ee6d19;
	
}

A:active
{
	text-decoration: none;
	color: #ee6d19;
	
}

