/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FFFFFF;
}

.skinmaster {   /*  oude kleur #7994cb   */
	height: 95%;
	width: 975px;
	background-color: #FFFFFF;
	border-right: #e6e4ee 1px solid; 
	border-top: #e6e4ee 0px solid; 
	border-left: #e6e4ee 1px solid; 
	border-bottom: #e6e4ee 0px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}

.sitecontainer {
	width: 939px;
}

.skinheader {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 939px;
	height: 101px;
}

.skingradient {  											/* menubalk image */
	background-image: url(images/menubalk.jpg);
	background-repeat: no-repeat;
	width: 939px;
	height: 23px;
}

.breadcrumb {
	background-color: transparent;
	font-family: Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #ffb08a;
	text-decoration: none;
	vertical-align: top;
}
a:hover.breadcrumb, a:link.breadcrumb, a:visited.breadcrumb  {
	background-color: transparent;
	font-family: Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #ffb08a;
	text-decoration: none;
	vertical-align: top;
}

a:hover.privacy, a:link.privacy, a:visited.privacy {
	background-color: transparent;
	font-family: Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #ffb08a;
	text-decoration: none;
	line-height: 14px;
}

a.login, a:hover.login, a:link.login, a:visited.login, a:active.login {
	font-family: Arial, Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #037e01;
	text-decoration: none;
}

a.home, a:hover.home, a:link.home, a:visited.home {
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #00c1c1;
	text-decoration: none;
	padding-top: 4px;
}
.hometab {
	padding-top: 3px;
}
.toppane {
	background-image: url(images/toppane.jpg);
	background-repeat: no-repeat;
	width: 939px;
	height: 65px;
}
.contentbg {
	width: 939px;
}
.leftpane {
	background-image: url(images/leftpane.jpg);
	background-repeat: no-repeat;
	width: 115px;
	height: 445px;
}

.contentpane {  
	background-color: transparent;
	width: 535px;
	padding-top: 0px;
}
.rightpane {
   width: 290px;		
	padding-left: 0px;
	padding-top: 6px;
}

.bottompane {
	background-color: transparent;
	width: 939px;
	height: 18px;
}

.bottompane a:hover, .bottompane a:visited, .bottompane a:link, .bottompane a:active {
	font-family: Arial, Tahoma;
	font-size: 11px;
	font-weight: none;
	color: white;
	text-decoration: none;
}

.menu_home {
	height: 18px;
	background-color: #037e01;
	font-family: Arial, Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.contentbg {
	font-family: Arial, Tahoma;
	font-weight: normal;
	font-size: 11px;
}

.contentbg td {
	font-family: Arial, Tahoma;
	font-weight: normal;
	font-size: 11px;
}

UL LI   {
	list-style-image: url(images/arrow.gif);
}
OL LI {
	color: #29166f;
}


.MainMenu_MenuContainer {
	background-color: transparent; 
	padding-top: 1px;
	margin-top: 0px;

}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: #29166f;
}
.MainMenu_MenuItem {
	border-left: #29166f 0px solid;
	border-bottom: #29166f 1px solid;
	border-top: #29166f 1px solid;
	border-right: #29166f 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-family: Arial, Tahoma;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	background-color: Transparent;
	background-color: #29166f;
	padding-left: 5px;
	padding-right: 5px;
}
.MainMenu_MenuIcon {
	background-color: #29166f;
	border: none;
	display: none;
}

.MainMenu_SubMenu {
	background-color: #29166f;  
	padding-right: 0px;
	margin-top: 2px;
	margin-left: 1px;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: transparent;
	cursor: pointer;
	cursor: hand;
	color: white;
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding-left: 5px;
	padding-right: 5px;
}
.MainMenu_MenuItemSel td {
	background-color: transparent;
	cursor: pointer;
	cursor: hand;
	color: white;
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #fbb08a;
}
.MainMenu_SubMenu .MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: white;
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px white solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.MainMenu_SubMenu .MainMenu_MenuItemSel {
	background-color: #fbb08a;
	cursor: pointer;
	cursor: hand;
	color: white;
	font-family: Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px white solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
}
.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_RootMenuArrow {
	display: none;
}


.StandardButton {
	height: 20px;
	color: #FFFFFF;
	font-family: Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	border-width : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	cursor: hand;
}

.Head {
   font-family: Arial, Tahoma, Helvetica;
   font-size:  18px;
   font-weight: normal;
 
}


