/* 
// author: Jonathan Eskes
//
// History
// Date                Reason        Version
// june 23 1997        Creation        Concept / J. Eskes
// jule 27 2000     www.opensjamar.com
// ...
// 20.04.2003 dagjeweg.nl extranet
// 16.11.2005 ccagenda.nl extranet
// groen: #7BBF18;
// oranje: #FF9900;
// rood: #CF2C5A;
//
*/
/* Default color settings */
.notCurrentField {
	border: solid 1 black;
    background-color: Silver;
}

.currentField {
	border: solid 1 black;
    background-color: #FFFFCC;
}

.fieldBorder {
	border: solid 1 black;
	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 {
	color: #000;
	font-size: 1.1em;
}


DIV#artikel {
	background-color : #FFF;
	color: Black;
	font-size: 100%;
	line-height:1.5em;
	padding: 5px;
	text-align: justify;
}
DIV.articleImage img {
	float: left;
	border: 1px solid #72C4E1;
	margin-top: 7px;
	margin-bottom: 7px;
}
DIV.special {
	border: 5px solid #FF9900;
	padding: 5px;
	background-color: #7BBF18; /* rgb 123,191,24*/
}
#artikel h1 { font-size: 1.3em; }
#artikel h2 { font-size: 1.1em; }

#artikel p { padding: 0; }
P.redactie { font-style: italic; }
P#samenvatting { display: inline; font-weight: bold;}
P#inleiding { }
P#kern { }
P#slot { }

DIV.laagInleiding,DIV.laagKern,DIV.extragegevens,DIV.laagSlot {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em;
	line-height: 1.2em;
	border: 1px solid #FF9900; /*CF2C5A; rood*/
	background-color : #FF9900;
	text-align: justify;
font-style: italic;
}
DIV.extragegevens {
	margin-top: 0;
}

DIV.middleleft {
	background-color: #6EAC51; /* 206, 231, 99 */
	width: 120px;
	padding: 2px;
	float: left;
}

/* Beheerdeel /mgr */
A.navig:ACTIVE,A.navig:LINK,A.navig:VISITED,A.navig:HOVER {
	font-size: 0.8em;
	text-decoration: none;
	background-image: url("/nieuws/afb/bg.gif");
}
A.navig:HOVER {
	text-decoration: underline;
}
A.menu:LINK,A.menu:VISITED,A.menu:HOVER {
    text-decoration : none;
	background-color: white;
    color : Gray;
}
A.menu:visited { color : #D3D3D3; }
A.menu:hover { color : Black; }

SPAN.datetime {letter-spacing: 1px;	font-size: 0.8em;}

/* Standaard stijl voor een image opgemaakt via printfield (mgrfunc) */
IMG.newsImage { 
	border: 1px solid Black;
	margin-top: 6px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 8px;
}

/*
// Onderstaand is alleen nog in gebruik bij het beheergedeelte van het CMS.
*/
FORM.mgrform { border: solid 0 black; }
TABLE.main { width: 702px; }
TD.header,TH.header        {
    font-size: 1em;
    font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
    color: White;
    background-color : Gray;
}
TD.fieldName {
	text-align: left;
	text-decoration: none;
}
TD.header,TH.header {
    font-size: 1em;
    font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
    background-color : Gray;
    color: White;
}
TD.fieldName {
	text-align: left;
	text-decoration: none;
}
/* Color settings for news articles */
TD.newsAfknip,TD.newsImage,TABLE.main,SPAN.newsAfknip,A.newsOpeningskop:ACTIVE,A.newsOpeningskop:LINK,A.newsOpeningskop:VISITED,A.newsOpeningskop:ACTIVE {
	background-color : #FFFBDF;
	color: Black;
}
TR {vertical-align: top;}
TR.listEven {background-color : #FFFFFF;}
TR.listOdd {background-color : Silver;}
/*
// EOT beheer
*/

