/* 
================================
Skin styles for DotNetNuke
================================
*/   

a {color:#6F6D4E; text-decoration: underline;}
a:link {color:#6F6D4E; text-decoration: underline;}
a:visited {color:#6F6D4E; text-decoration: underline;}
a:hover {color:#6F6D4E; text-decoration: underline;}
a:active {color:#ff0000; text-decoration: underline;}


#body
{
	/*background-color: #ECF2F5;*/
	/*background-color:#FCDCA5;*/
	/*background-color:#B7A187;*/
	/*background-color:#FDF7EE;*/
	background-color:#FFFFFF;

	font-family: Verdana, Arial, Tahoma, Helvetica;
	font-size: 10px;

}

td
{
	vertical-align: top;
}

table.content
{

	background-color: #ffffff;
	font-family: Verdana, Arial, Tahoma, Helvetica;
	font-size: 10px;
}

#login
{
	padding: 22px 70px 0px 0px;
	_padding: 16px 70px 0px 0px;
}

#menu
{
	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: 20px;
	_padding-left: 20px;
	padding-top: 210px;
	_padding-top: 210px;
	padding-right: 5px;
	padding-bottom: 0px;

}



.pagemaster {	/*2 verticale banden naast site*/
	width: 100%;
	height: 100%;	
	background-color: #F4FEFF;
	font-family: Verdana, Arial, Tahoma, Helvetica;
	font-size: 10px;
	
}
.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: 1000px;
	height: 270px;
	background-image: url(images/bgHeader.jpg);
	background-repeat: no-repeat;
	background-color: transparent;

	vertical-align:top;
	text-align:right;
	
}
.leftpane {
	width: 39px;
	height: 100%;

}
.leftcell
{
	/*min-height:450px;*/
	_height:450px;
	background-image: url(images/bgLeft.jpg);
	background-repeat: no-repeat;
}
.contentpane 
{
	padding: 6px;
	width: 555px;
	_width: 588px;
	min-height:350px;
	height: 100%;
	color: #969369;
	font-weight: bold;
	text-align: left;
	font-family: Verdana, Arial, Tahoma, Helvetica;
	font-size: 10px;
	
	padding: 10px 20px 10px 10px;
	_padding: 10px 40px 10px 10px;
}


.contentcell
{
	/*min-height:450px;*/
	_height:450px;
	background-image: url(images/bgContent.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left top;
	font-family: Verdana, Arial, Tahoma, Helvetica;
	font-size: 10px;
}
.rightpane {
	width: 372px;
	height: 100%;
	
}

.rightcell
{
	/*min-height:450px;*/
	_height:450px;
	background-image: url(images/bgRight.jpg);
	background-repeat: no-repeat;
}

.bottompane {
	padding-left: 40px;
	padding-top: 5px;
	color: White;
	width: 960px;
	_width: 1000px;
	height: 36px;
	background-image: url(images/bgFooter.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;

}
.MainMenu_MenuContainer {
	background-color: transparent;
	 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: transparent;
	
}
.MainMenu_MenuItem {		/*menuitem*/
	border-left: #ED7F32 1px solid; 
	border-bottom: #ED7F32 1px solid; 
	border-top: #ED7F32 1px solid; 
	border-right: #ED7F32 1px 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: #FFFFFF;
}
.MainMenu_MenuIcon {
	background-color: #ED7F32; 
	border-left: #ED7F32 1px solid; 
	border-bottom: #ED7F32 1px solid; 
	border-top: #ED7F32 1px solid;
	border-right: #ED7F32 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {		/*submenu*/
	background-color: #ED7F32; 
	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: #ED7F32; 
	cursor: pointer; 
	cursor: hand; 
	color: #6F6D4E; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	
}
.MainMenu_MenuArrow {
	color: #ED7F32;
	border-right: #ED7F32 1px solid; 
	border-bottom: #ED7F32 1px solid; 
	border-top: #ED7F32 1px solid;
	border-left: #ED7F32 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	color:#ff00ff;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: #6C98B1 none; 
    color: #cccccc;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal; 
}
.TreeViewMenu {
	width: 175px;
	background-color: #ffaaaa;
	BORDER-RIGHT: #ffaaaa 1px solid; 
	BORDER-TOP: #ffaaaa 1px solid; 
	BORDER-LEFT: #ffaaaa 1px solid; 
	BORDER-BOTTOM: #ffaaaa 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;
}

.Normal
{
	font-family: Verdana, Arial, Tahoma, Helvetica;
	font-size: 13px;
}

#DesignedByEgenics
{
	color: #CCCCCC; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	/*font-weight: bold;*/ 
	font-style: normal;
	text-align: center;
}

p
{
	color: #333333;
}