/* 
================================
Skin styles for DotNetNuke
================================
*/   

#body
{
	background-color: #ECF2F5;

}

td
{
	vertical-align: top;
}

table.content
{

	background-color: transparent;
}

#menu
{
	width: 10px;
	color: #152F55;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	//background-image: url(images/bgMenu.jpg);
	background-repeat: no-repeat;
	background-color: transparent;

	padding-left: 150px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;

}



.pagemaster {	/*2 verticale banden naast site*/
	width: 100%;
	height: 100%;	
	background-color: #F4FEFF;
	
}
.skinmaster {
	height: 100%;
	background-color: #EEEEEE;
	BORDER-RIGHT: #8F9092 1px solid;
	BORDER-TOP: #8F9092 1px solid;
	BORDER-LEFT: #8F9092 1px solid;
	BORDER-BOTTOM: #8F9092 1px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	//background-image: url(images/bgOverOns.jpg);
	background-repeat: no-repeat;
	
}
.skinheader {

}
.skingradient {
	HEIGHT:43px;
	background-image: url(images/bgOverOns.jpg);
	background-repeat: no-repeat;
	color: #FF0000;
}
.controlpanel {
	width: 100%;
	background-color: #DDDDDD;
}

.toppane {
	width: 800px;
	height: 159px;
	background-image: url(images/bgHeader.jpg);
	background-repeat: no-repeat;
	background-color: transparent;

	vertical-align:top;
	text-align:right;
	
}
.leftpane {
	width: 292px;
	height: 100%;

}
.leftcell
{
	min-height:435px;
	_height:435px;
	background-image: url(images/bgLeft.jpg);
	background-repeat: no-repeat;
}
.contentpane 
{
	padding: 6px;
	width: 414px;
	_width: 426px;
	height: 100%;
	min-height:435px;
	color: #152F55;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}


.contentcell
{
	min-height:435px;
	_height:435px;
	background-image: url(images/bgContent.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left top;
}
.rightpane {
	width: 82px;
	height: 100%;
	
}

.rightcell
{
	min-height:435px;
	_height:435px;
	background-image: url(images/bgRight.jpg);
	background-repeat: no-repeat;
}

.bottompane {
	width: 800px;
	height: 100px;
	background-image: url(images/bgFooter.jpg);
	background-repeat: no-repeat;
	background-color: transparent;

}
.MainMenu_MenuContainer {
	background-color: transparent;
	 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: transparent;
	
}
.MainMenu_MenuItem {		/*menuitem*/
	border-left: transparent 0px solid; 
	border-bottom: transparent 1px solid; 
	border-top: transparent 1px solid; 
	border-right: transparent 0px solid;
	cursor: pointer; 
	cursor: hand; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 

	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
	color: #152F55;
}
.MainMenu_MenuIcon {
	background-color: transparent; 
	border-left: transparent 1px solid; 
	border-bottom: transparent 1px solid; 
	border-top: transparent 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {		/*submenu*/
	background-color: #FFFFFF;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#E9E7C8', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {		/*mouse over menuitem*/
	background-color: #6C98B1; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	
}
.MainMenu_MenuArrow {
	border-right: transparent 1px solid; 
	border-bottom: transparent 1px solid; 
	border-top: transparent 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: #6C98B1 none; 
    color: transparent;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal; 
}
.TreeViewMenu {
	width: 175px;
	background-color: #DDDDDD;
	BORDER-RIGHT: #8F9092 1px solid; 
	BORDER-TOP: #8F9092 1px solid; 
	BORDER-LEFT: #8F9092 1px solid; 
	BORDER-BOTTOM: #8F9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_LtGray.jpg);
}

.Head   {		/*header of module*/
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:  normal;
    color: #685C51;
}

#DesignedByEgenics
{
	color: #CCCCCC; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	/*font-weight: bold;*/ 
	font-style: normal;
	text-align: center;
}
