/* external style sheet: JonathanStyle.css
// function: provides basic style information for Jonathans Homepage.
// author: Jonathan Eskes
//
// History
// Date                Reason        Version
// june 23 1997        Creation        Concept / J. Eskes
// jule 27 2000     www.opensjamar.com
# 12.10.2001 hervormd-ede.nl
# 13.09.2003 hervormd-ede.nl v2
//
// source: HERVORMDEDE.CSS
*/
/* Default color settings */
.standard {
    background-image: url("/afb/bg.gif");
    color: #B85858;
}	

.small {
	font-size: 0.7em;
}

.notCurrentField {
	border-left: solid 1px black;
	border-top: solid 1px silver;
	border-right: solid 1px silver;
	border-bottom: solid 1px silver;
    background-color: #FFFFCC;
}

.currentField {
	border-left: solid 1px black;
	border-top: solid 1px white;
	border-right: solid 1px silver;
	border-bottom: solid 1px silver;
    background-color: #FFFFA2;
}

.fieldBorder {
	border-left: solid 1px black;
	border-top: solid 1px white;
	border-right: solid 1px silver;
	border-bottom: solid 1px silver;
	background-color: white;
}

.regButton {
	color: #333;
	border-top: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #999;
	background-color: #fff;
	padding-left: 4px;
	padding-right: 4px;
}

.comment {
	font-size: 0.7em;
}

BODY    {
    font-size: 90%;
    font-family: "Trebuchet MS", Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
    /*background-color: #FFFFCC; //#9AD0FF; //#FFFFCC*/
    background-color: white; //#FBF4F4; //#F6F6F6;
    color: Black;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
	line-height: 1.1em;
}

H1 { font-size: x-large; }
H2 { font-size: large; }
H3 { font-size: medium; }
H4 { font-size: small; }
H5 { font-size: x-small; }
H6 { font-size: xx-small; }
H1,H2,H3,H4,H5,H6 { color: #B85858; }
H4.newsOpeningsKop {text-transform : lowercase;}

P,DT,DL,DD   {
	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: Black;
}

P.small	{
	font-size: 0.7em;
	clear : none;
}

TD        {
    font-size: 0.9em;
    font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
    color: Black;
}
TD.header,TH.header        {
    font-size: 0.9em;
    font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
    color: White;
    background-color : Gray;
}
TD.fieldName {
	text-align: left;
	text-decoration: none;
}
TD.totaltop {
	background-image	: URL("afb/totaltop.gif");
	height: 10px;
	width: 770px;
	background-repeat: no-repeat;
}
TD.totalbtm {
	background-image	: URL("afb/totalbtm.gif");
	height: 10px;
	width: 770px;
	background-repeat: no-repeat;
}
TD.mainRightTop {
	background-image	: URL("afb/menutop.gif");
	height: 20px;	
}
TD.mainRight {
    /*background-color:  #FFFFCC;*/
    background-color:  #CBE7F2;
    text-align : left;
}
TD.mainRightBtm {
	background-image	: URL("afb/menubtm.gif");
	height: 20px;
}
TD.mainRightCont {
	width: 123;
    /*background-color:  #FFFFCC;*/
    background-color:  #CBE7F2;
	border : 0px #3D9094;
	border-style: none none none none;
}
TD.articleHeader {
    font-size: 0.6em;
    font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
    /*background-color: #B85858;*/
    color: Black;
    font : bolder;
    text-align : center;
}
TD.newsAfknip {
	border-color: Silver; //#FFFF99;
	border-width: thin;
	border-style: none none none none;
	vertical-align: top;
	background-color: #EFF7FA;
}
TD.newsSubheader {
	border-color: Silver; //#FFFF99;
	border-width: thin;
	border-style: none none dotted none;
	text-align: left;
	/*background-color: #EFF7FA;*/
	}
TD.newsSubheader img {
	float: left;
	margin-top: 2px;
}
TD.newsSubheader h2 {
	margin-top: 0;
	padding-top: 0;
	font-size: 1.2em;
}
TD.newsImage {
	border-color: Silver; //#FFFF99;
	border-width: none;
	border-style: none none none none;
	text-align: right;
	vertical-align : bottom;
	width: 150px;
}

TR {vertical-align: top;}
TR.listEven {background : #D3D3D3;}
TR.listOdd {background : White;}

SPAN.cms {text-transform: uppercase;}
SPAN.datetime {letter-spacing: 1px; font-size: 0.8em;}
SPAN.eskes {
	font-size: 0.8em;
	text-transform: none;
	letter-spacing: 0px;
	color: #5AE55a;
}

DIV.mainBottom {
	font-size: 0.7em;
	width: 780px;
	text-align: center;
	background-color: white;
	color: gray;
	letter-spacing: 0px;
}

A:ACTIVE {color: Blue;}
A:LINK {color: #B85858;}
A:VISITED {text-decoration: underline;color: Gray;}
A:HOVER {color: #D82E2E;}

A.mainRight:ACTIVE {text-decoration: none;}
A.mainRight:LINK {color: Black; text-decoration: none;}
A.mainRight:VISITED {text-decoration: none;}
A.mainRight:HOVER {text-decoration: none;}

A.mainBottom:VISITED {color:  gray;}
A.mainBottom:HOVER {color:  black;}
A.mainBottom:LINK {color:  gray;}
A.mainBottom:ACTIVE {color:  gray;}

A.header:VISITED {font-size: 0.9em; color:  black;}
A.header:HOVER {font-size: 0.9em; color:  black;}
A.header:LINK {font-size: 0.9em; color:  black;}
A.header:ACTIVE {font-size: 0.9em; color:  black;}

A.lead:ACTIVE,A.lead:LINK,A.lead:VISITED {text-decoration: none; color: Black;}
A.lead:HOVER {text-decoration: none; color: Gray;}

A.newsOpeningskop:ACTIVE {text-decoration: none; color: Blue;}
A.newsOpeningskop:LINK {text-decoration: none; color: #B85858;}
A.newsOpeningskop:VISITED {text-decoration: none; color: Gray;}
A.newsOpeningskop:HOVER {text-decoration: none; color: #244361;}

A.menu:link {text-decoration : none; color : Gray;  font : bold;}
A.menu:visited {text-decoration : none; color : #D3D3D3; font : bold;}
A.menu:hover {text-decoration : none; color : Black; font : bold;}

A.zoek:ACTIVE,A.zoek:LINK,A.zoek:VISITED,A.zoek:HOVER {text-decoration: underline; color: Black; font-size: 0.8em}

A.small:link,A.small:visited,A.small:hover {	font-size: 0.7em;}

A.mainTitle:link,A.mainTitle:visited,A.mainTitle:hover {
	text-decoration: none;
	font-size: 1.3em; /* fixed size; */
	font: bold;
	letter-spacing: 8px;
	color: #3C6586;
}
A.eskes:ACTIVE,A.eskes:LINK,A.eskes:VISITED,A.eskes:HOVER {
	text-decoration: none;
	letter-spacing: 0px;
	color: #5AE55a;
}
A.eskes:HOVER {color: #19A01A;}

FORM.mgrform {border: solid 0 black;}

IMG.news {border : 0;}
IMG.newsImage {border: 0px solid #5AE55a;  margin: 0px 5px 5px 0px; float: left;}
IMG.ikoon {	border: 0;}

HR.article {
	height: 5px;
	color: green;
	background: Green;
}
	color: #5AE55a;
}
A.eskes:HOVER {color: #19A01A;}

FORM.mgrform {border: solid 0 black;}

IMG.news {border : 0;}
IMG.newsImage {border: 0px solid #5AE55a;  margin: 0px 5px 5px 0px; }
IMG.ikoon {	border: 0;}

HR.article {
	height: 5px;
	color: green;
	background: Green;
}

div#livedivK10634,
div#livedivK10635 {
	overflow: hidden;
	width: 300px;
}

