/* Default CSS Stylesheet for a new Web Application project */

BODY, tr, td
{
	font-weight: normal;
	font-size: 8pt;
	background-attachment: scroll;
	word-spacing: normal;
	text-transform: none;
	background-repeat: repeat-y;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	
}
FORM
{
	font-size: 8pt;
	color: black;
	font-family: Verdana;
}
A
{
	color: yellow;
	text-decoration: none;

}
TD
{
	font-family: Verdana, Tahoma;
}

/*formulieren*/
.INPUT_TEXT
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Verdana;
	background-color: white;
}
.INPUT_TEXT_REQ
{
	border-right: black 1px solid;
	background-position: right top;
	border-top: black 1px solid;
	font-size: 8pt;
	background-image: url(../images/redcorner.gif);
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	background-repeat: no-repeat;
	font-family: Verdana;
	background-color: white;
}
.INPUT_BUTTON
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Verdana;
	background-color: #cdddff;
}
.INPUT_RADIO
{
	font-size: 8pt;
	color: black;
	border-top-style: none;
	font-family: Verdana;
	border-right-style: none;
	border-left-style: none;
	background-color: white;
	border-bottom-style: none;
}

/*default font */
.defaultfont
{
	font-weight: normal;
	font-size: 8pt;
	color: yellow;
	font-family: Verdana;
}

/* tableheaders */
.columnheader
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Verdana;
	background-color: #87B1DC;
}
/* kleine letters */
.small
{
	font-size: 8pt;
	color: black;
	font-family: Verdana;
}
/*the alternating items in a datagrid or datalist*/
.fields
{
	font-size:8pt;
	background-color: #eaeff8;
}

/*evenement titel*/
.evenementheader
{
	font-weight: bold;
	font-size: 11pt;
	color: #000000;
	font-family: Verdana;
}
.rotator
{
	font-size: 8pt;
	color: black;
	font-family: Verdana;
}
/* categorie op de linkspagina */

.linkshoofdrubrieken
{
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana;
}
.linksgevonden
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana,Tahome,Arial;
}

.nieuwstitel /* titel van nieuwsbericht */
{
	font-weight: bold;
	font-size: 14pt;
	color: black;
	font-style: italic;
	font-family: Verdana;
}

.sitetitle
{
	font-weight: normal;
	font-size: 20pt;
	color: white;
	font-family: 'Arial Black' , 'Century Gothic' , 'Arial Narrow';
	background-color: transparent;
}

.currentitem
{
	font-style:italic;
	font-weight: normal;
	font-size: 18pt;
	color: black;
	font-family: 'Century Gothic' , 'Arial Narrow';
	background-color: transparent;
}
.fotoalbum_bijschrift 
{
	font-family:Tahoma,verdana;
	font-size: 11px;
	color:Yellow;
}
.fotoalbum_title 
{
	font-family:Tahoma,verdana;
	font-size: 11px;
	color:Yellow;
}