/* 
==================================================================
Skin styles for Amazone-Leidscherijn - Aximius BV - www.aximius.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:#36383a;

	background-position:top;
	background-repeat:repeat-x;
	vertical-align:top;
}

/* Manages the width of the skin */
.skinmaster {
	width: 950px;
	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; 
}

.skinfooter {
	background-image: url(images/footerbackground.gif);
	width: 862px;
	height: 32px;
	background-repeat: no-repeat;
}


/* Manages the Control Panel Background Colour */
.ControlPanel {
	background-color: #FFFFFF;
	width: 100%;
    height: 64px;
}

/* Classes of the contentpanes */
.ContentPane  {
	width:282px;
	padding-left:4px;
	padding-right:4px;
}

.RightPane  {
	width:282px;
	padding-left:4px;
}

.RightTopPane  {
	width:427px;
	padding-left:4px;
}

.LeftPane  {
	width:282px;
	padding-right:4px;
}

.LeftTopPane  {
	width:427px;
	padding-right:4px;
}

.BottomPane  {
}

.VideoPane  {
}

.BannerPane  {
	width:478px;
	padding:0px;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

/* text style for the selected tab */
.SelectedTab {
	font-weight:normal;
    font-size: 3pt;
    color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	font-weight:normal;
    font-size: 3pt;
    color: #000000;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:visited  {
	font-weight:normal;
    font-size: 3pt;
    color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:active   {
	font-weight:normal;
    font-size: 3pt;
    color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:hover    {
	font-weight:normal;
    font-size: 3pt;
    color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-weight:normal;
    font-size: 7pt;
    color: #000000;
	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: #000000;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.OtherTabs:visited  {
	font-weight:normal;
    font-size: 7pt;
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.OtherTabs:active   {
	font-weight:normal;
    font-size: 7pt;
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.OtherTabs:hover    {
	font-weight:normal;
    font-size: 7pt;
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
    
/* GENERAL */
/* style for module titles */
.Head   {
	color: #cba337; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px; 
	font-weight: normal;
	font-variant:small-caps;
	vertical-align: top;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	color:#b51200;
	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: 10px;
    font-weight: bold; 
}

Body, .Normal, .NormalTextBox, TH, TFOOT, THEAD, TD, SPAN, DIV, A
{
   font-family: Verdana;
   font-size: 10px;
   font-weight: normal;
   color:#5f5f5e;
}

A:link {
    text-decoration: underline;
    color: #5f5f5e;
}
A:visited {
    text-decoration: underline;
    color:  #5f5f5e;
}
A:active {
    text-decoration: underline;
    color: #5f5f5e;
}
A:hover {
	text-decoration: underline;
    color: #b51200;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
}
    
/* 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: #000000;
}       

/* GENERIC */
H1 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
	font-variant:small-caps;
	color: #cba337;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight:normal;
    color: #b51200;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
H4 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #b51200;
}
H5 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight:bold;
    color: #cba337;
}

H6 {
	font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
	font-weight:bold;
    color: #b51200;
}

/* Manages the Menu background */

.skinmenu {
/*	background-image: url(images/menubackground.jpg); 
	width: 862px;
	height: 35px;
	background-repeat: no-repeat;
*/
}


/*
 	cba337 = goud
	b51200 = donker rood
	e11b22 = helder rood
*/

/* Solpart Menu Functions */
.MainMenu_MenuContainer {
	/* background-image: url(images/menubackground.gif); */
	/* background-color: transparant; */
	background-color: #b51200;
	height: 15px;
}

.MainMenu_MenuBar {
	cursor: hand; 
	height: 15px;
	background-color: transparant;
	/* Background-color: #FFFFFF; */
}

.MainMenu_MenuItem{
	/* niet gekozen menu-item uit pull-down; met overlay op hoofdnivo  */
	/* background-color: transparant; */
	background-color:#b51200; /* #FFFFFF;*/
	color: #cba337; /* #000000; */
	height: 20px;
	font-family: Verdana, Arial, Helvetica;
	font-style:normal;
	font-size: 10pt;
	border-top: 0px solid #000000;
	border-bottom: 1px solid #cba337; /*#000000;*/
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding-right: 5px;
}

.MainMenu_MenuItemSel {
	/* hover menu-item uit pull-down; met overlay op hoofdnivo */
	/* background-color: transparant; */
	/* background-color:#b51200; #FFFFFF;*/
	/* background-color:#e11b22; */
	background-color:#cba337;
	/* color: #cba337; #FFFFFF; */
	color: #b51200;
	height: 20px;
	font-family: Verdana, Arial, Helvetica;
	font-style:normal;
	font-size: 10pt;
	border-top: 0px solid #000000;
	border-bottom: 1px solid #cba337; /*#000000;*/
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding-right: 5px;
}

.MyRootMenuItem TD{
	/* gewone menu items op root nivo */
	/* background-color: transparant; */
	/* background-color:#FFFFFF; */
	background-color:#b51200;
	color: #cba337; 
	cursor: hand; 
	height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt; 	
	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{
	/* het geselecteerde item in het root menu */
	/* background-color: transparant; */
	/* background-color:#FFFFFF; */
	background-color:#b51200;
	/* color: #000000; */
	color: #FFFFFF; 
	cursor: hand; 
	height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt; 
	font-style: 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{
	/* het hover item in het root menu */
	/* background-color: transparant; */
	/* background-color:#FFFFFF; */
	background-color:#cba337;
	color: #b51200; 
	cursor: hand; 
	height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt; 
	font-style: normal;	
	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: Verdana, Arial, Helvetica; 
	font-size: 11pt; 
	filter: none;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	padding: 0em 0em 0em 0em;
}

.Breadcrumb_Rootmenuitem TD{
	/* geselecteerde active item in root menu - bevestigd */
	/* background-color:#FFFFFF; */
	background-color:#b51200;
	color: #FFFFFF;
	cursor: hand; 
	height: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt; 	
	font-style: 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 #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 */

.Leftsiterepeat {
	width:44px;
	height:100%;
	background-image:url(images/leftsite-repeat.gif);
	background-repeat:repeat-y;
	vertical-align:top;
}

.Rightsiterepeat {
	width:44px;
	height:100%;
	background-image:url(images/rightsite-repeat.gif);
	background-repeat:repeat-y;
	vertical-align:top;
}

.HeaderAfbeelding {
	width:862px;
	height:147px;
	background-image:url(images/headerafbeelding.jpg);
	background-position:top;
	background-repeat:no-repeat;
	vertical-align:top;
}

.Afbeelding {
	width:862px;
	height:334px;
	background-image:url(images/afbeelding.jpg);
	background-position:top;
	background-repeat:no-repeat;
	vertical-align:top;
}

.Menubuttons {
	width:302px;
	height:219px;
	background-image:url(images/menu.png);
	background-repeat:no-repeat;
	vertical-align:top;
}

.Button {
	width:139px;
	height:52px;
	vertical-align:top;
}

.Buttonzoek {
	width:139px;
	height:52px;
	vertical-align:top;
}


/* text style for the menu */
.Menu {
	color: #cba337; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: normal;
	font-variant:small-caps;
}

/* hyperlink style for the menu */
A.Menu:link {
    color: #cba337; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: normal;
    text-decoration: none;
	font-variant:small-caps;
}

A.Menu:visited  {
    color: #cba337; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: normal;
    text-decoration: none;
	font-variant:small-caps; 	
}

A.Menu:active   {
    color: #cba337; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: normal;
    text-decoration: none;
	font-variant:small-caps;	
}

A.Menu:hover    {
    color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: normal;
    text-decoration: none;
	font-variant:small-caps;
}

.Menuwhite {
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: normal;
	font-variant:small-caps;
}

A.Menuwhite:link {
    color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: normal;
    text-decoration: none;
	font-variant:small-caps;
}

A.Menuwhite:visited  {
    color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: normal;
    text-decoration: none;
	font-variant:small-caps; 	
}

A.Menuwhite:active   {
    color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: normal;
    text-decoration: none;
	font-variant:small-caps;	
}

A.Menuwhite:hover    {
    color: #cba337; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: normal;
    text-decoration: none;
	font-variant:small-caps;
}

.Searchbox {
	width:114px;
	height:26px;
	background-image:url(images/searchbox.gif);
	background-repeat:no-repeat;
	vertical-align:middle;
}

#dnn_dnnSEARCH_txtSearch.NormalTextBox { 
	height:20px; 
	background: transparent; 
	width: 95px; 
	color: #838383; 
	padding: 0px 0px 0px 6px; 
	border: 0px solid #FFFFFF; 
	cursor:text;
}
.Search {
	font-weight:normal;
    font-size: 10px;
    color: #969691;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.Languageshadowrepeat {
	height:10px;
	background-image:url(images/languageshadow_repeat.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

.Languagerepeat {
	height:48px;
	background-image:url(images/language_repeat.png);
	background-repeat:repeat-x;
	vertical-align:middle;
}

.Languagebackground {
	width:143px;
	height:58px;
	background-image:url(images/language.png);
	background-repeat:no-repeat;
}

#Lightbox{
		position: absolute;	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#Lightbox img{
	width: auto;
	height: auto;
}
#Lightbox a img{
	border: none;
}
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer{
	padding: 10px;
}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{
	left: 0;
}
#hoverNav a{
	outline: none;
}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA);
	/* Trick IE into showing hover */
display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(Lightbox/images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(Lightbox/images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	;
}
#imageData{
		padding:0 10px;
	color: #666;
}
#imageData #imageDetails{
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption{
	font-weight: bold;	
}
#imageData #numberDisplay{
	display: block;
	clear: left;
	padding-bottom: 1.0em;	
}
#imageData #bottomNavClose{
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
/* hyperlink style for the footerlink */
.Footerlink {
	font-family: Arial;
	color: #cba337;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
}

A.Footerlink:link {
	font-family: Arial;
	color: #cba337;
	font-size: 12px;
	text-decoration: none;
}

A.Footerlink:visited  {
	font-family: Arial;
	color: #cba337;
	font-size: 12px;
	text-decoration: none;
}

