/* 
==============================================================
Skin styles for Proceon - Lesscher BV - http://www.lesscher.nl
==============================================================
*/  

/* Standard Classes to keep the look and feel of 
   the layout throughout the site when changing skins */ 


/* Background Color of Skin */
.pagemaster {
	width: 100%;
	height: 100%;
	background-color:#deece9;
	background-image:url(images/Backgroundtop.gif);
	background-repeat:repeat-x;
	background-position:top;
	vertical-align:top;
}

/* Manages the width of the skin */
.skinmaster {
	width: 100%;
	/*height: 620px;*/
	height: 100%;
	background-color: tranparant;
	background-image:url(images/Backgroundbottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	vertical-align:top;
	border-right: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
}

.skinmasterfixed {
	width: 848px;
	height: 100%;
	background-color: tranparant;
	vertical-align:top;
	border-right: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
}

/* Manages the Control Panel Background Colour */
.ControlPanel {
	background-color: #FFFFFF;
	width: 100%;
    height: 64px;
}

/* Classes of the contentpanes */
.ContentPane  { 
	padding: 3px;
}

.RightPane  { 
	padding: 3px;
}

.TopPane  { 
	padding: 3px;
}

.LeftPane  { 
	padding: 3px;
}

.BottomPane  { 
	padding: 3px;
}

.RandomPane  { 
	width:640px;
	padding:0px;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

/* text style for the selected tab */
.SelectedTab {
	font-weight:bold;
    font-size: 9pt;
    color: #000000;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	font-weight:bold;
    font-size: 9pt;
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:visited  {
	font-weight:bold;
    font-size: 9pt;
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:active   {
	font-weight:bold;
    font-size: 9pt;
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.SelectedTab:hover    {
	font-weight:bold;
    font-size: 9pt;
    color: #007f61;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-weight:normal;
    font-size: 7pt;
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	font-weight:normal;
    font-size: 7pt;
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.OtherTabs:visited  {
	font-weight:normal;
    font-size: 7pt;
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.OtherTabs:active   {
	font-weight:normal;
    font-size: 7pt;
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.OtherTabs:hover    {
	font-weight:normal;
    font-size: 7pt;
    color: #f8991d;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
    
/* GENERAL */
/* style for module titles */
.Head   {
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt; 
	font-weight: bold;
	vertical-align: top;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	color:#007f61;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold; 
}

Body, .Normal, .NormalTextBox, TH, TFOOT, THEAD, TD, SPAN, DIV, A
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 8pt;
   color:#000000;
   font-weight: normal;
}

A:link {
    text-decoration: none;
    color: #007f61;
}
A:visited {
    text-decoration: none;
    color:  #007f61;
}
A:active {
    text-decoration: none;
    color: #007f61;
}
A:hover {
	text-decoration: none;
    color: #f8991d;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
	color:#000000;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration: underline;
    color: #000000;
}
A.CommandButton:visited {
    text-decoration: underline;
    color: #000000;
}
A.CommandButton:active {
    text-decoration: underline;
    color: #000000;
}
A.CommandButton:hover {
    text-decoration: underline;
    color: #007f61;
}       

/* GENERIC */
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size: 12pt;
    color: #000000;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size: 12pt;
    color: #007f61;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size: 10pt;
    color: #007f61;
}
H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size: 10pt;
    color: #f8991d;
}
H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size: 9pt;
    color: #007f61;
}

H6 {
	font-family: Arial, Helvetica, sans-serif;
    font-size:9pt;
    color: #f8991d;
}

/* Solpart Menu Functions */
.MainMenu_MenuContainer {
	background-color: transparant;
	height: 20px;
}

.MainMenu_MenuBar {
	cursor: hand; 
	height: 20px;
	Background-color: transparent;
}

.MainMenu_MenuItem{
	background-color:#6cb1a1;
	color: #000000;
	height: 20px;
	font-family: Arial, Helvetica;
	font-weight:normal;
	font-size: 8pt;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px soid #000000;
	padding-right: 5px;
}

.MainMenu_MenuItemSel {
	background-color:#007f61;
	color: #f8991d;
	height: 20px;
	font-family: Arial, Helvetica;
	font-weight:normal;
	font-size: 8pt;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding-right: 5px;
}

.MyRootMenuItem TD{
	background-color:#007f61;
	color: #ffffff; 
	cursor: hand; 
	height: 30px;
	font-family: Arial, Helvetica;
	font-size: 9pt; 	
	font-weight:bold;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0em 0em;
}

.MyRootMenuActiveItem TD{
	background-color:#007f61;
	color: #f8991d; 
	cursor: hand; 
	height: 30px;
	font-family: Arial, Helvetica;
	font-size: 9pt; 	
	font-weight:bold;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0em 0em;
}

.MyRootMenuSelectedItem TD{
	background-color:#007f61;
	color: #6cb1a1; 
	cursor: hand; 
	height: 30px;
	font-family: Arial, Helvetica;
	font-size: 9pt; 	
	font-weight:bold;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0em 0em;
}

.MainMenu_SubMenu{
	background: transparant;
	z-index: 1000; 
	cursor: hand;
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	filter: none;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	padding: 0em 0em 0em 0em;
}

.MyRootMenuActiveItem TD{
	background-color:#007f61;
	color: #f8991d; 
	cursor: hand; 
	height: 30px;
	font-family: Arial, Helvetica;
	font-size: 9pt; 	
	font-weight:bold;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0em 0em;
}

.Breadcrumb_Rootmenuitem TD{
	background-color:#007f61;
	color: #f8991d; 
	cursor: hand; 
	height: 30px;
	font-family: Arial, Helvetica;
	font-size: 9pt; 	
	font-weight:bold;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0em 0em;
}

.MainMenu_MenuIcon {
	display:none;
}

.MainMenu_MenuBreak {
	border-top: 0px solid #E2EAEC;
	border-bottom: 0px solid #E2EAEC;
}

.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_RootMenuArrow  {
	display: none;
}

/* ================== CSS RadMenu BAR ================== */

.RadMenuBar {width:185px !important;}

.RadMenuRootItem { padding:0px 15px; background:transparant; width:185px !important;}
.RadMenuRootItemClicked  { padding:0px 15px; background-image:url(images/Submenu-hover.gif); background-repeat:no-repeat;}
.RadMenuRootItemExpanded { padding:0px 15px; background-image:url(images/Submenu-hover.gif); background-repeat:no-repeat;}
.RadMenuRootItemFocused  { padding:0px 15px; background-image:url(images/Submenu-hover.gif); background-repeat:no-repeat;}
.RadMenuRootItemSelected { padding:0px 15px; background-image:url(images/Submenu-hover.gif); background-repeat:no-repeat;}

/* voor mouse-over */
.RadMenuRootItem:hover { padding:0px 15px; background-image:url(images/Submenu-hover.gif); background-repeat:no-repeat;}
.RadMenuRootItemClicked:hover  { padding:0px 15px; background-image:url(images/Submenu-hover.gif); background-repeat:no-repeat;}
.RadMenuRootItemExpanded:hover { padding:0px 15px; background-image:url(images/Submenu-hover.gif); background-repeat:no-repeat;}
.RadMenuRootItemFocused:hover  { padding:0px 15px; background-image:url(images/Submenu-hover.gif); background-repeat:no-repeat;}
.RadMenuRootItemSelected:hover { padding:0px 15px; background-image:url(images/Submenu-hover.gif); background-repeat:no-repeat;}

.RadMenuItem { padding:0px 5px; background-color:#6cb1a1;}
.RadMenuItemClicked  { padding:0px 5px; background-color:#6cb1a1;}
.RadMenuItemExpanded { padding:0px 5px; background-color:#6cb1a1;}
.RadMenuItemFocused  { padding:0px 5px; background-color:#6cb1a1;}
.RadMenuItemSelected { padding:0px 5px; background-color:#6cb1a1;}

/* voor mouse-over */
.RadMenuItem:hover { padding:0px 5px; background-color:#007f61;}
.RadMenuItemClicked:hover  { padding:0px 5px; background-color:#007f61;}
.RadMenuItemExpanded:hover { padding:0px 5px; background-color:#007f61;}
.RadMenuItemFocused:hover  { padding:0px 5px; background-color:#007f61;}
.RadMenuItemSelected:hover { padding:0px 5px; background-color:#007f61;}

/* voor de kleurverandering bij een mouse-over */
.RadMenuRootItem:hover .rmText { color:#000000 !important; text-decoration:none;}
.RadMenuRootItemSelected:hover .rmText { color:#000000 !important; text-decoration:none;}
.RadMenuRootItemExpanded:hover .rmText { color:#000000 !important; text-decoration:none;}
.RadMenuRootItemFocused:hover .rmText { color:#000000 !important; text-decoration:none;}
.RadMenuRootItemClicked:hover .rmText { color:#000000 !important; text-decoration:none;}

/* root items */
.rmGroup .rmItem {width: 185px;}

.rmRootGroup .rmLink .rmText { font-size:9pt !important; font-weight:bold; line-height:24px !important; color:#000000 !important; text-decoration:none;}
.rmRootGroup .rmLink .rmText { font-size:9pt !important; font-weight:bold; line-height:24px !important; color:#000000 !important; text-decoration:none;}

.rmRootGroup .RadMenuRootItemSelected .rmGroup .rmLink .rmText { font-weight:bold; color:#ffffff !important; text-decoration:none; }
.rmRootGroup .RadMenuRootItemExpanded .rmGroup .rmLink .rmText { font-weight:bold; color:#ffffff !important; text-decoration:none; }

.rmRootGroup .RadMenuRootItemSelected .rmText { font-weight:bold; color:#ffffff !important; text-decoration:none; }
.rmRootGroup .RadMenuRootItemExpanded .rmText { font-weight:bold; color:#ffffff !important; text-decoration:none; }

/* Sub items */
.rmGroup .rmItem {width: 200px;}

.rmGroup .rmLink .rmText { font-size:9pt !important; line-height:20px !important; color:#000000 !important; text-decoration:none;}
.rmGroup .rmLink .rmText { font-size:9pt !important; line-height:20px !important; color:#000000 !important; text-decoration:none;}

.rmGroup .RadMenuItemSelected .rmText { font-weight:normal; color:#000000 !important; text-decoration:none; }
.rmGroup .RadMenuRootItemExpanded .rmText { font-weight:normal; color:#000000 !important; text-decoration:none; }

/* text style for the breadcrumb */
.Breadcrumb {
	background-color: transparant;
	color: #007f61;
	font-family: Arial, Helvetica;
	font-size: 9pt; 	
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
}

/* hyperlink style for the breadcrumb */
A.Breadcrumb:link {
    text-decoration: none;
    color: #007f61;
	font-weight:bold;
	font-size: 9pt; 	
}

A.Breadcrumb:visited  {
    text-decoration:    none;
    color: #007f61;
	font-weight:bold;
	font-size: 9pt; 	
}

A.Breadcrumb:active   {
    text-decoration:    none;
    color: #0007f61;
	font-weight:bold;
	font-size: 9pt; 	
}

A.Breadcrumb:hover    {
    text-decoration:    none;
    color: #6cb1a1;
	font-size: 9pt; 	
	font-weight:bold;
}

/* End Standard Classes for DotNetNuke */


/* Custom Tags - These create the custom look and feel of the skin */

/* Toppart of skin */
.Toppictures {
	width:100%;
	height:160px;
	background-color:#FFFFFF;
	background-image:url(images/toppictures.jpg);
	background-position:100% 0%;
	background-repeat:no-repeat;
}

.Submenubackground {
	height:100%;
	background-color:#6cb1a1;
	background-image:url(images/mannetje.gif);
	background-position:50% 100%;
	background-repeat:no-repeat;
	vertical-align:top;
}

.Date {
	font-weight:bold;
    font-size: 7pt;
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
