﻿/***************************************************
	These are the style specifications for 
	the masterpage
***************************************************/

body
{
	background-image: url(../Images/SiteStyle/bg.gif);
	margin: 0;
	padding: 0;
}
.search
{
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}






.InactivePageWarning
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
.AdministratorMessage
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00AA00;
}
.Header
{
	font-weight: bold;
}

.newsBody
{
	height: 100%;
	width: 210px !important;
	margin: 0px;
	padding: 0px;
}
.newsHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CA0002;
}
.newsTitle
{
	font-size: 12px;
	font-weight: bold;
	color: #0065A8;
}
.newsMessage
{
}
.newsLink
{
}



.flagEN
{
	position: absolute;
	background-image: url(../Images/vlagEN.gif);
	z-index: 1000;
	bottom: 5px;
	right: 5px;
}

.flagNL
{
	position: absolute;
	background-image: url(../Images/vlagNL.gif);
	z-index: 1000;
	bottom: 5px;
	right: 5px;
}
/***************************************************
	 Used on pages like ApplicationError.aspx
***************************************************/
.kopRood
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CA0002;
}

