/* 
=================================================================
Skin styles for HetGaljoen - 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:#acdcf5;
	vertical-align:top;
}

/* Manages the width of the skin */
.skinmaster {
	width: 800px;
	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: 3px;
}

.RightPane  { 
	padding: 3px;
}

.TopPane  { 
	padding: 3px;
}

.LeftPane  { 
	padding: 3px;
}

.BottomPane  { 
	padding: 3px;
}

.AddressPane  { 
	width:203px;
	padding:0px;
}

.ClockPane  { 
}

.HitcounterPane  { 
}

/* 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:bold;
    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:bold;
    font-size: 7pt;
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.OtherTabs:visited  {
	font-weight:bold;
    font-size: 7pt;
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.OtherTabs:active   {
	font-weight:bold;
    font-size: 7pt;
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.OtherTabs:hover    {
	font-weight:bold;
    font-size: 7pt;
    color: #c0e4f7;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
    
/* GENERAL */
/* style for module titles */
.Head   {
	color: #931930; 
	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:#000066;
	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: 10pt;
   color:#000066;
   font-weight: normal;
}

A:link {
    text-decoration: underline;
    color: #931930;
}
A:visited {
    text-decoration: underline;
    color:  #931930;
}
A:active {
    text-decoration: underline;
    color: #931930;
}
A:hover {
	text-decoration: underline;
    color: #000066;
}

/* 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: #931930;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size: 12pt;
    color: #000066;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size: 10pt;
    color: #931930;
}
H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size: 10pt;
    color: #000066;
}
H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size: 9pt;
    color: #931930;
}

H6 {
	font-family: Arial, Helvetica, sans-serif;
    font-size:9pt;
    color: #000066;
}

/* Solpart Menu Functions */
.MainMenu_MenuContainer {
	background-color: transparant;
}

.MainMenu_MenuBar {
	cursor: hand; 
	height: 20px;
	Background-color: transparent;
}

.MainMenu_MenuItem{
	background-color:#000066;
	background-image:url(images/submenuline.gif);
	color: #FFFFFF;
	width:164px;
	height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 10pt;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px soid #000000;
	padding: 0em 0em 0.5em 1em;
	padding-right: 5px;
}

.MainMenu_MenuItemSel {
	background-color:#931930;
	background-image:url(images/submenuline.gif);
	color: #FFFFFF;
	width:164px;
	height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 10pt;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0.5em 1em;
	padding-right: 5px;
}

.MyRootMenuItem TD{
	background-image:url(images/Menubackground.gif);
	background-repeat:repeat-x;
	color: #FFFFFF; 
	cursor: hand; 
	height: 33px;
	width:164px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 10pt; 	
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0.5em 1em;
}

.MyRootMenuActiveItem TD{
	background-image:url(images/Menuactivebackground.gif);
	background-repeat:repeat-x;
	color: #FFFFFF; 
	cursor: hand; 
	height: 33px;
	width:164px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 10pt; 	
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0.5em 1em;
}

.MyRootMenuSelectedItem TD{
	background-image:url(images/Menuactivebackground.gif);
	background-repeat:repeat-x;
	color: #FFFFFF; 
	cursor: hand; 
	height: 33px;
	width:164px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 10pt; 	
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0.5em 1em;
}

.MainMenu_SubMenu{
	background-color:transparant;
	width:164px;
	z-index: 1000; 
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	filter: none;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	padding: 0em 0em 0em 0em;
}

.MyRootMenuActiveItem TD{
	background-image:url(images/Menuactivebackground.gif);
	background-repeat:repeat-x;
	color: #FFFFFF; 
	cursor: hand; 
	height: 33px;
	width:164px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 10pt; 	
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0.5em 1em;
}

.Breadcrumb_Rootmenuitem TD{
	background-image:url(images/Menuactivebackground.gif);
	background-repeat:repeat-x;
	color: #FFFFFF; 
	cursor: hand; 
	height: 33px;
	width:164px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 10pt; 	
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0.5em 1em;
}

.MainMenu_MenuIcon {
	display:none;
}

.MainMenu_MenuBreak {
	border-top: 0px solid #E2EAEC;
	border-bottom: 0px solid #E2EAEC;
}

.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_RootMenuArrow  {
	display: none;
}

/* text style for the breadcrumb */
.Breadcrumb {
	background-color: transparant;
	color: #000066;
	font-family: Arial, Helvetica;
	font-size: 7pt; 	
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
}

/* hyperlink style for the breadcrumb */
A.Breadcrumb:link {
    text-decoration: none;
    color: #931930;
	font-weight:bold;
	font-size: 7pt; 	
}

A.Breadcrumb:visited  {
    text-decoration:    none;
    color: #931930;
	font-weight:bold;
	font-size: 7pt; 	
}

A.Breadcrumb:active   {
    text-decoration:    none;
    color: #931930;
	font-weight:bold;
	font-size: 7pt; 	
}

A.Breadcrumb:hover    {
    text-decoration:    none;
    color: #000066;
	font-size: 7pt; 	
	font-weight:bold;
}

/* End Standard Classes for DotNetNuke */


/* Custom Tags - These create the custom look and feel of the skin */

.Date {
	font-weight:bold;
    font-size: 7pt;
    color: #000066;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.Bottombar {
	width:100%;
	height:24px;
	background-color:#931930;
}

/* CSS stijl voor adresblokje */
.Adres {
	font-weight:normal;
    font-size: 8pt;
    color: #000066;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.Adres:link {
	font-weight:normal;
    font-size: 8pt;
    color: #000066;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.Adres:visited  {
	font-weight:normal;
    font-size: 8pt;
    color: #000066
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.Adres:active   {
	font-weight:normal;
    font-size: 8pt;
    color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.Adres:hover    {
	font-weight:normal;
    font-size: 8pt;
    color: #931930;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* CSS stijl voor de links op de homepage */
.Links {
	font-weight:normal;
    font-size: 9pt;
    color: #000066;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
	vertical-align:middle;
}

A.Links:link {
	font-weight:normal;
    font-size: 9pt;
    color: #000066;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
	vertical-align:middle;
}

A.Links:visited  {
	font-weight:normal;
    font-size: 9pt;
    color: #000066;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
	vertical-align:middle;
}

A.Links:active   {
	font-weight:normal;
    font-size: 9pt;
    color: #000066;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
	vertical-align:middle;
}

A.Links:hover    {
	font-weight:normal;
    font-size: 9pt;
    color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
	vertical-align:middle;
}