/* This is the default style sheet used by the Gallery when
   it is running as a standalone product.  

   If you would like to customize the styles please create 
   copy of this file called 

     "standalone_style.css" (same name without ".default")

   If that file is found in this directory it will be 
   used instead of this one.

   Some of the styles below are overriden by specific 
   album properties. These are noted.

   NOTE:  When Gallery is running standalone it still loads
   embedded_style as a baseline, but you can override those
   settings here.

   $Id: standalone_style.css,v 1.2 2004/07/11 04:13:31 rob Exp $
*/ 

/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
body { 
    background-color: white;
    background-image: url('/inc/html/svvn/afbeeldingen/svvn_logo_achtergrond.gif');
    padding-bottom: 25px;
    background-color: white;    
}

/* Tekstvelden en area's */
body,p,td,input,option,select,textarea {
    font-weight: normal;
    font-size: 14px;
    font-family: arial,tahoma,sans-serif;
}

select, option {
    padding-left: 2px;
}

input.text, textarea {
	border: 1px solid;
	border-color: #666 #ccc #ccc #666;
	padding: 1px;
}

form {
	padding: 0;
	margin: 0;
}

p.breadcrumb {
	padding:0;
	margin: 4px 0 0 0;
}

textarea:focus, input.text:focus {
	background-color: #cfc;
}

p {
    color: black;
    text-align: left;
}

/* Standaard verwijzingen. */
a {
    color: #00822a; /* groen; */
    text-decoration:underline;
    /* white-space: nowrap; */
}

h1 {
    color: #00923f;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}
    
h2 {
    color: #00923f;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    border-top: 1px solid #00923f;
    margin-bottom: 10px;
}

h3 {
    color: #00923f;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}
  
.caption {
    font-weight: bold;
}

/*
// TOC wordt niet meer gebruikt
#toc {
		background-color: #dff0df;
		padding-bottom: 5px;
	}

#toc h1 {
	  color: white;
    background-color: #00923f;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 2px;		
	}
*/
	
.verplicht {
    color: red;
    font-weight: bold;
}

/* print,email,contact en kaart button */
.button {
    padding: 1px;
    border: 1px solid #e6e9ef;
}

.buttonwhite {
    padding: 1px;
    border: 1px solid white;
}


/* Een error blok (meestal bovenaan in het scherm) */
.error {
    color: black;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    background-color: #ffe2e2;
}

/* Errormessage evt afgedrukt naast een textfield */
.errorMessage {
    color: red;
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-left: 10px;
}

/* Een actie is succesvol uitgevoerd */
.success {
    color: #009865;
    font-weight: bold;
}

/* Instelling voor het menu */
.menu {
		color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

   

/* Copyright enz */
.footer {
    color: white;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}    

.content {
    padding-left:20px;
    padding-top:20px;
    padding-bottom:25px;
    padding-right:10px;
    background-color: white;
}

/*
.content img {
		border: 1px solid #00923f;
		padding: 4px;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 5px;
		margin-bottom: 5px;
}
*/


.leftcontent {
    background-color: #f0f1f0;
}

.leftcontent p {
    padding-left: 10px;
    padding-right: 5px;
}


/* De afzonderlijke sidebar blokken, titel instellen */
div.scm-sidebar h1 {
    color: white;
    background-color: #00923f;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 2px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-top: 0;
}

/*  Labels van een tekstveld */
label {
    font-weight: bold;
}

/* Toolbar met edit knoppen */
#scm-toolbar img {
    padding:0;
    border:0;    
}

/* lijsten met blokken */
li {
    list-style-type: square;
    margin:0;
    padding:0;
}

ul {
    padding: 0;
    margin-left: 25px;
}

/* Onderwerpen balk forum */
th {
    font-size: 14px;
    background: #00923f;
    color: #fff;
    font-weight: bold;
}

/* Nieuwsbericht */
p.news-byline {
    font-style: italic;
}
p.news-dateline {
/* */
}

/* Foutmelding bij een formulier */
p.invalid {
    background-color: red;
    color: white;
}

/* Forum bericht */
.forum img {
    border:0;
    margin:0;
    padding:0;
}
/* Citeren in het forum */
blockquote {
    font-style: italic;
    border-left: 2px solid #a9b8c4;
    padding-left: 5px;
    margin-left: 5px;
    margin-top: 5px;
}
.highlighted {
    background-color: #ff0;
    padding-top: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
}
.disclaimerbox { 
    font-family: arial,helvetica;
    font-size: 10pt;
    font-weight: normal;
    padding: 10px 10px 10px 10px;
    background-color: #00923f;
    border: 2px solid white;
    width: 400px;
    /* display: none; */
    visibility: hidden; 
    position: absolute;
    color: white;
    left: 0;
    top: 0;
}

/* Tekst disclaimer */
.disclaimer {
    color: white;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}

/* Gallery css */
.desc,.fineprint,.modcaption,.bread {
    font-weight: normal;
    font-size: 14px;
    font-family: arial,tahoma,sans-serif;
}
.title {
    color: #00923f;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}
.modcaption {
    font-style:italic;
}

.search, .admin, .navtableborderbegin, .modnavbox, .nav {
    font-weight: normal;
    font-size: 14px;
    font-family: arial,tahoma,sans-serif;
}

.navtableborderbegin, .modnavbox, .nav {
    background-color: #00923f;
    color: white;
}

.bread {
    background-color: #dff0df;
    color: black;
    font-weight: normal;
    font-size: 14px;
    font-family: arial,tahoma,sans-serif;
}

.admin {
    color: white;
}

