/* Default CSS Stylesheet for a new Web Application project */

BODY,TR,TD
{
	font-weight: normal;
	font-size: 11px;
	word-spacing: normal;
	text-transform: none;
	font-family: Tahoma,Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	
}
FORM
{
	font-size: 8pt;
	color: black;
	font-family: Verdana;
}
A
{
	color: blue;
	text-decoration: none;
}

.pageborder
{
	background-color: #002276;
}

.INPUT_TEXT
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 11px;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Tahoma,Verdana;
	background-color: white;
}
.INPUT_TEXT_REQ
{
	border-right: black 1px solid;
	background-position: right top;
	border-top: black 1px solid;
	font-size: 11px;
	background-image: url(./images/redcorner.gif);
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	background-repeat: no-repeat;
	font-family: Tahoma,Verdana;
	background-color: white;
}
.INPUT_BUTTON
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 11px;
	border-left: black 1px solid;
	color: white;
	border-bottom: black 1px solid;
	font-family: Tahoma,Verdana;
	background-color: navy;
}
.INPUT_RADIO
{
	font-size: 11px;
	color: black;
	border-top-style: none;
	font-family: Tahoma,Verdana;
	border-right-style: none;
	border-left-style: none;
	background-color: white;
	border-bottom-style: none;
}
.defaultfont
{
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-family: Tahoma,Verdana;
}
.normal
{
	font-weight: bold;
	font-size: 11px;
	color: #333300;
	font-family: Verdana;
}
.columnheader
{
	font-weight: bold;
	font-size: 10pt;
	color: #ffffcc;
	font-family: Verdana;
	background-color: peru;
}
.small
{
	font-size: 8pt;
	color: black;
	font-family: Verdana;
}

.fields
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	border-left: black 1px solid;
	color: #333300;
	border-bottom: black 1px solid;
	font-family: Verdana;
	background-color: #eaeff8;
}
.header
{
	font-weight: bold;
	font-size: 11pt;
	color: #cc9933;
	font-family: Verdana;
}
.paginakop
{
	font-weight: bold;
	font-size: 16pt;
	color: #996600;
	font-family: Verdana;
}
.i_agenda_eventdates
{
	font-weight: normal;
	font-size: 8pt;
	color: red;
	font-family: Verdana;
}
.breadcrumbs
{
	font-size: 8pt;
	color: #00447a;
	font-family: Verdana;
}
.gastenboeknaam
{
	font-weight: bold;
	font-size: 8pt;
	color: mediumblue;
	font-family: Verdana;
}
.gastenboekbericht
{
	font-size: 8pt;
	color: black;
	font-family: Verdana;
}
.rotator
{
	font-size: 18px;
	color: white;
	font-family: 'Comic Sans MS' , 'Century Gothic';
}