/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 11px;
	background-attachment: scroll;
	word-spacing: normal;
	text-transform: none;
	background-repeat: repeat-y;
	font-family: Tahoma,Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #000000;
	color: white;
}
FORM
{
	font-size: 8pt;
	
	font-family: Verdana;
}
A
{
	color: yellow;
	text-decoration: none;
	font-size:11px;
}
TD,TR
{
	font-weight: normal;
	font-size: 11px;
	word-spacing: normal;
	text-transform: none;
	font-family: Tahoma,Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

/*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: white;
	border-bottom: black 1px solid;
	font-family: Verdana;
	background-color: #993300;
}
.INPUT_RADIO
{
	font-size: 8pt;
	color: white;
	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: #FFFFFF;
	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 */

.linkscategorie
{
	font-weight: bold;
	font-size: 14pt;
	font-family: Verdana;
}
.nieuwstitel
{
	font-weight: bold;
	font-size: 14pt;
	color: black;
	font-style: italic;
	font-family: Verdana;
}

.sitetitle
{
	font-weight: normal;
	font-size: 18pt;
	color: #FFFFFF;
	font-family: 'Arial Black' , 'Century Gothic' , 'Arial Narrow';
	background-color: transparent;
}
.paginakop
{
	font-weight: bold;
	font-size: 14pt;
	color: black;
	font-family: Verdana;
}
.currentitem
{
	font-weight: bold;
	font-size: 14pt;
	color: #993300;
	font-style: italic;
	font-family: Verdana;
}