body {
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: transparant;
	background-image: none; 
	padding: 0;
	margin: 0;
}
html {
	height: 100%;
}
html>body #PortalContainer {
	height: auto; /*for mozilla*/
}
p {
	font-size: 11px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
a {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
 a.class2 {
	font-size: 11px;
	color: #1A599F;
	text-decoration: none;
}
 a.class2:hover {
	color: #999999;
	text-decoration: none;
}

#SignInContainer {
	float: right;
	width: 200px;
	text-align: right;
	padding: 5px 5px 0 0;
	color: #fff;
}
a.CommandButton:hover {
	font-size: 11px;
}
/* witte login tekst*/
.dnn_dnnLOGIN_hypLogin {
	color: #fff;
}
.login {
	color: #fff;
}
a.login {
	color: #fff;
}
a.login:link {
	color: #fff;
}
a.login:hover {
	color: #fff;
}
a.login:active {
	color: #fff;
}
a.login:visited {
	color: #fff;
}
.seperator {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
   color: #999;
}
/* ================================
    CSS STYLES FOR SOLPARTMENU
   ================================
*/

.MainMenu_MenuContainer {
	background-color: transparent; 
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #666; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	text-align: left;
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #fff; 
	border-left: #fff 1px solid; 
	border-bottom: #fff 1px solid; 
	border-top: #fff 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #fff; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #fff 0px solid; 
	border-left: #fff 0px solid; 
	border-top: #fff 0px solid; 
	border-right: #fff 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #fff 1px solid; 
	border-left: #fff 0px solid; 
	border-top: #fff 1px solid;  
	border-right: #fff 0px solid; 
	background-color: #fff; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	background-color: #fff;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #fff 1px solid; 
	border-bottom: #fff 1px solid; 
	border-top: #fff 0px solid;
	display: none;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}
