	/* 
	Main.css
	Main Stylesheet level 2
*/

/* TABLE */
TABLE
{
	/* font-family:			verdana, sans-serif;	
	font-size:				11px; */
}
TABLE.FullWidth
{
	width:					100%;
}
TD.centerTextH
{	text-align:							center;
}
TH.centerTextH
{	text-align:							center;
}
TD.centerTextV
{	vertical-align:						middle;
}
TD.centerTextHV
{	text-align:							center;
	vertical-align:						middle;
}
TD.centerTextVT
{	vertical-align:						top;
}
TD.textRight
{	text-align:							right;
}
TD.textRightTop
{	text-align:							right;
	vertical-align:						top;
}
TD.textMiddleTop
{	text-align:							center;
	vertical-align:						top;
}
TD.textRightMiddle
{	text-align:							right;
	vertical-align:						middle;
}
TD.textLeft
{	text-align:							left;
}
TH.textLeft
{	text-align:							left;
}
TD.textLeftTop
{	text-align:							left;
	vertical-align:						top;
}
TD.vtop
{	vertical-align:						top;
}

/* Afbeelding */
IMG
{
	border-style:						none;
}

/* >>>>> Algemene stylesheets door de hele site heen <<<<<
/* teksten */
SPAN.errorMessage
{
	color:					red;
}
SPAN.gray
{
	color:					gray;
}
SPAN.green
{
	color:					green;
}
SPAN.red
{
	color:					red;
}
P.gray
{
	color:					gray;
}
/* input */
INPUT.text
{	font-family:		verdana, sans-serif;
	font-size:			10px;
	border-style:		solid;
	border-width:		1px;
	border-color:		black;
	background-color:	white;
	color:				black;
}
INPUT.radio
{	font-family:	verdana, sans-serif;
	font-size:		3px;
}
INPUT.button
{	font-family:	verdana, sans-serif;
	font-size:		10px;
}
INPUT.check
{	font-family:	verdana, sans-serif;
	font-size:		12px;
}
SELECT.select
{	font-family:	verdana, sans-serif;
	font-size:		11px;
}
TEXTAREA.textarea
{	font-family:		verdana, sans-serif;
	font-size:			10px;
}


/* >>>> links <<<<<<<< */
A
{
	cursor:					pointer;
	text-decoration:		none;
	color:					#1000CB;
}
A:hover
{
	cursor:					pointer;
	text-decoration:		underline;
	color:					#1000CB;
}


A.black
{
	cursor:					pointer;
	text-decoration:		underline;
	color:					#000000;
}
A.black_onunderline
{
	cursor:					pointer;
	text-decoration:		none;
	color:					#000000;
}
A.white
{
	cursor:					pointer;
	text-decoration:		underline;
	color:					#FFFFFF;
}
A.white_nounderline
{
	cursor:					pointer;
	text-decoration:		none;
	color:					#FFFFFF;
}
A.blue
{
	cursor:					pointer;
	text-decoration:		underline;
	color:					#1000CB;
}
SPAN.blueclick
{
	cursor:					pointer;
	text-decoration:		underline;
	color:					#1000CB;
}
A.blue_nounderline
{
	cursor:					pointer;
	text-decoration:		none;
	color:					#1000CB;
}
SPAN.blue_nounderline
{
	cursor:					pointer;
	text-decoration:		none;
	color:					#1000CB;
}

/* >>>>> Line out <<<<<<< */
P.center
{
	text-align:				center;
}
DIV.center
{
	text-align:				center;
}

