/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: smaller;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0px 0px 0px 0px;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 1px;
	margin-left: 2px;
	margin-right: 1px;
	}
.nospace
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.frontPageTable
{
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    font-size:	1em;
}	
.mainTable
{
	height: 100%;
	width: 100%;
}
.header
{
	height: 13%;
	background-color: #78AADD;
	border-bottom: solid 1px black;
}
.middle
{
	height: 77%;
}
.leftFrame
{
	width: 14%;
	background-color: #E0DFDF;
	border-right: solid 1px black;
}
.rightFrame
{
	width: 86%;
}
.footerLeft
{
	height: 10%;
	background-color: #E0DFDF;
	border-right: solid 1px black;
}
.footerRight
{
	height: 10%;
}
.workspace
{
	width: 100%;
	height: 100%;
	position: relative;
	overflow:  auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.Kop1
{
	font-size: larger;
}
.ucHeader
{
	width: 100%;
	height: 100%;
}
.address
{
	font-size: 77%;
	padding-right: 10px;
	color: White;
	font-style: normal;
}
.NavigateMenu
{
	margin-top: 10px;
	margin-left: 5px;
	width: 164px;
	background-color: 78AADD;
	border: solid 1px black;
	font-size: 10px;
	color: White;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color='gray', Positive='true')
}
.NavigateMenuHeader
{
	height: 20px;
	background-image : url(img/tableHeader.gif);
	background-repeat : repeat-x;
	font-weight: bold;
	border-bottom: solid 1px black;
}
.NavigateMenuItem
{
	background-color: #78AADD;
	color: White;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.ucFooter
{
	width: 100%;
	height: 100%;
}
.FooterText
{
	color: #78AADD;
	font-weight: bold;
}
A.WhiteLink:link	{	
	text-decoration:	none;
	color:	white;
	}	
		
A.WhiteLink:visited	{	
	text-decoration:	none;
	color:	white;
	}	
		
A.WhiteLink:active	{	
	text-decoration:	none;
	color:	white;
	}	
		
A.WhiteLink:hover	{	
	text-decoration:	underline;
	color:	white;
	}
.eMailMenu
{
	border: solid 1px black;
	background-color: #78AADD;
	color: White;
	font-size:  90%;
}
.eMailMenuHeader
{
	height: 20px;
	color: Black;
	background-image : url(img/tableHeader.gif);
	background-repeat : repeat-x;
	font-weight: bold;
	border-bottom: solid 1px black;
}
.bioNaam
{
	font-weight: bolder;
}
.centrumKop
{
	font-weight: bold;
	font-size: 120%;
}
.nieuweFunctionaliteit
{
	color: Red;
	font-weight: bolder;
}