/* 
==============================================================================
Skin styles for ODS Metering Systems - DNN Skinfactory - www.dnnskinfactory.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:#FFFFFF;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-position:50% 0%;
	vertical-align:top;
}

.skinmasterleftshadow { width:9px; height:100%; background-image:url(images/shadow-left.png); background-position:top; background-repeat:no-repeat; }
.skinmasterrightshadow { width:9px; height:100%; background-image:url(images/shadow-right.png); background-position:top; background-repeat:no-repeat; }

/* Manages the width of the skin */
.skinmaster {
	width: 1030px;
	height:100%;
	background-color:#FFFFFF;
	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: 10px;
	margin:0px;
}

.LeftPane  { 
	padding: 10px;
	margin:0px;
}

.RightPane  { 
	padding: 10px;
	margin:0px;
}

.TopPane  { 
	padding: 10px;
	margin:0px;
}

.BottomPane  { 
	padding: 10px;
	margin:0px;
}

.BannerPane {
	width:1030px;
	height:175px;
	padding:0px;
	margin:0px;
	vertical-align:top;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

/* text style for the selected tab */
.SelectedTab {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
    font-size: 4px;
    color: #FFFFFF;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	font-weight:normal;
    font-size: 4px;
    color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:visited  {
	font-weight:normal;
    font-size: 4px;
    color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:active   {
	font-weight:normal;
    font-size: 4px;
    color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:hover    {
	font-weight:normal;
    font-size: 4px;
    color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight:normal;
    font-size: 10px;
    color: #999999;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	font-weight:bold;
    font-size: 11px;
    color: #999999;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.OtherTabs:visited  {
	font-weight:bold;
    font-size: 11px;
    color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.OtherTabs:active   {
	font-weight:bold;
    font-size: 11px;
    color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.OtherTabs:hover    {
	font-weight:bold;
    font-size: 11px;
    color: #999999;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}
    
/* GENERAL */
/* style for module titles */
.Head   {  /* deze vervangen door ander font! */
	color: #0022aa; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px; 
	font-weight: normal;
	vertical-align: top;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	color:#0022aa;
	font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    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: 11px;
    font-weight: bold; 
}

#Body {height:100%;}

Body, .Normal, .NormalTextBox, TH, TFOOT, THEAD, TD, SPAN, DIV, A, blockquote, P
{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 13px;
	font-weight: normal;
	line-height:150%;
	margin:0;
	padding-bottom:0px;
}

A:link {
	color:#0022aa; text-decoration:underline;
}
A:visited {
    color:#0022aa; text-decoration:underline;
}
A:active {
    color:#0022aa; text-decoration:underline;
}
A:hover {
	color:#000000; text-decoration: underline;
}

blockquote {
	margin:0;
	padding:0;
	padding-left:0px;
}

UL   {
	line-height:150%;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-left:0px;
	padding:0px;
}

UL LI   {
	line-height:150%;
	margin-left:15px;
	padding:0px;
}

UL LI LI    {
	line-height:150%;
	margin-left:25px;
	list-style-type:circle;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 10px;
    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: #0022aa;
}       

/* GENERIC */
H1 { 
	font-family:Arial, Helvetica, sans-serif;
    font-size: 24px;
	font-weight:normal;
    color: #0022aa;
	line-height:150%;
	margin:0;
	padding-bottom:10px;
	padding-top:0;
}
H2 {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 18px;
	font-weight:bold;
    color: #0022aa;
	line-height:150%;
	margin:0;
	padding-bottom:0;
	padding-top:0;
}
H3 {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 18px;
	font-weight:bold;
    color: #cd1717;
	line-height:150%;
	margin:0;
	padding-bottom:0;
	padding-top:0;
}
H4 {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight:bold;
    color: #0022aa;
	line-height:150%;
	margin:0;
	padding-bottom:0;
	padding-top:0;
}
H5 {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight:bold;
    color: #cd1717;
	line-height:150%;
	margin:0;
	padding-bottom:0;
	padding-top:0;
}

H6 {
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
	font-weight:normal;
    color: #0022aa;
	line-height:150%;
	margin:0;
	padding-bottom:0;
	padding-top:0;
}

/* Solpart Menu Functions */
.MainMenu_MenuContainer {
	background-color: transparant;
	height: 20px;
}

.MainMenu_MenuBar {
	cursor: hand; 
	height: 20px;
	Background-color: transparent;
}

.MainMenu_MenuItem{
	width:150px;
	background-color:transparant;
	color: #FFFFFF;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 10px;
	border-top: 0px solid #fafafa;
	border-bottom: 0px solid #eaeaea;
	border-left: 0px solid #fafafa;
	border-right: 0px solid #eaeaea;
	margin:0px;
}

.MainMenu_MenuItemSel {
	width:150px;
	background-color:transparant;
	background-image:url(images/submenu.gif);
	background-position:left;
	background-repeat:no-repeat;
	color: #000000;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 10px;
	border-top: 0px solid #fafafa;
	border-bottom: 0px solid #eaeaea;
	border-left: 0px solid #fafafa;
	border-right: 0px solid #eaeaea;
	margin:0px;
}

.MyRootMenuItem TD{
	width:146px;
	_width:150px;
	background-color:transparant;
	background-image:url(images/menuback.gif);
	background-position:center;
	background-repeat:no-repeat;
	color: #000000; 
	cursor: hand; 
	height: 85px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px; 	
	font-weight:bold;
	text-align:center;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding:40px 0px 0px 0px;
	padding-right:5px;;
}

.MyRootMenuActiveItem TD{
	width:146px;
	_width:150px;
	background-color:transparant;
	background-image:url(images/menuback-selected.gif);
	background-position:center;
	background-repeat:no-repeat;
	color: #000000; 
	cursor: hand; 
	height: 85px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px; 	
	font-weight:bold;
	text-align:center;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding:40px 0px 0px 0px;
	padding-right:5px;;
}

.MyRootMenuSelectedItem TD{
	width:146px;
	_width:150px;
	background-color:transparant;
	background-image:url(images/menuback-selected.gif);
	background-position:center;
	background-repeat:no-repeat;
	color: #000000; 
	cursor: hand; 
	height: 85px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px; 	
	font-weight:bold;
	text-align:center;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding:40px 0px 0px 0px;
	padding-right:5px;;
}

.MainMenu_SubMenu{
	width:144px;
	height:170px;
	background: #999999;
	z-index: 3000; 
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight:normal !important;
	filter: none;
	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{
	width:146px;
	_width:150px;
	background-color:transparant;
	background-image:url(images/menuback-selected.gif);
	background-position:center;
	background-repeat:no-repeat;
	color: #000000; 
	cursor: hand; 
	height: 85px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px; 	
	font-weight:bold;
	text-align:center;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding:40px 0px 0px 0px;
	padding-right:5px;;
}

.Breadcrumb_Rootmenuitem TD{
	width:146px;
	_width:150px;
	background-color:transparant;
	background-image:url(images/menuback-selected.gif);
	background-position:center;
	background-repeat:no-repeat;
	color: #000000; 
	cursor: hand; 
	height: 85px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px; 	
	font-weight:bold;
	text-align:center;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding:40px 0px 0px 0px;
	padding-right:5px;;
}

.MainMenu_MenuIcon {
	display:none;
}

.MainMenu_MenuBreak {
	border-top: 0px solid #46BABB;
	border-bottom: 0px solid #46BABB;
}

.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_RootMenuArrow  {
	display: none;
}

/* End Standard Classes for DotNetNuke */


/* Custom Tags - These create the custom look and feel of the skin */

#Login { text-align:right; }

/*
================================
hidden login control
================================
*/

a.logincontrol
{
	width: 32px;
	height: 32px;
	color: #FFFFFF;
	background-image: url(images/lock.gif);
	background-position:-32px;
	background-repeat: no-repeat;
	background-color: Transparent;
	display:block;
}

a.logincontrol:hover
{
	background-position:0px; color:#FFFFFF;
}

.Headerbackground { height:116px; background-image:url(images/headerbackgroundrepeat.gif); background-repeat:repeat-x; }

#Menu
{
	width:900px;
	height:105px;
	position: absolute;
	margin-top: 35px;
	margin-left:270px;
	z-index: 15;
	text-decoration:none;
	overflow:auto;
	vertical-align:top;
}

.Menutable {
	width:100%;
	height:85px;
	background-image:url(images/menu-right.gif);
	background-position:751px 0px;
	background-repeat:no-repeat;
}

.Panes { padding:0px 25px; vertical-align:top; }

.Footer {height:32px; padding-top:10px; text-align:center; background-image:url(images/grijzelijn.gif); background-position:center top; background-repeat:no-repeat; color:#999999; font-size:10px; }

.kop {  
	color: #002479; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: normal;
	vertical-align: top;
}

.kopgroot {  
	color: #002479; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px; 
	font-weight: bold;
	vertical-align: top;
}

.kopklein {  
	color: #002479; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: bold;
	vertical-align: top;
}