﻿/* 
================================
Skin styles for DotNetNuke
================================
*/   
body 
{
    background-color: #e1e1e1;
    
}

.pagemaster {
	width: 100%;
	height: 100%;	
	/*background-color: #fefefe;*/
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	/*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; */
}

.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.menupane {
	width: 185px;
	background-color: #5a81c2;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.leftpane
{
    padding-left: 6px;
}

.linkerkolom 
{
    background-color: #5a81c2;
    width: 185px;
    
}
.banner
{
    background-color: #527DC6;
    
}

.contentpane {
	background-color: transparent;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
}
.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:  20px;
   font-weight: normal;
   color: #333333;
}

.normal
{
font-family: Arial;
font-size:16px;
}
