﻿/*Copyright by St. Paulus 2009. Landgraaf*/
/*Name: core.css*/

/*Kleuren*/
/*Licht (vaal) blauw: d3e8f7*/
/*Licht (fel) blauw: 47a0de*/
/*Groen: bde896*/
/*Donker blauw: 004b82*/
/*Donkder groen: 3a6419*/

/*Standaard body definitie*/
body
{
	margin: 0px;
}

/*Font definities*/
p, td, a:link, a:visited, a:active, a:hover, div, ul, li, form, h1, h3, h4
{
	margin-top: 0px;
	font-size: 9pt;
	margin-bottom: 0px;
	color: #000000;
	font-family: arial;
}
a:link, a:visited, a:active, a:hover
{
	color: #47a0de;
	text-decoration: underline;
}
a:hover
{
	/*font-weight: bold;*/
	color: #bde896;
}
.smalla:link, .smalla:visited, .smalla:active, .smalla:hover
{
	color: #122e74;
	text-decoration: none;
}
.smalla:hover
{
	text-decoration: underline;
}
h2
{
	font-family: arial;
	color: #47a0de;
}
h3
{
	color: #004b82;
}
h4
{
	font-style: italic;
	font-weight: normal;
}


/*Image styles*/
.imgi
{
	margin: 4px;
	border: solid 1px #bde896;
}
.imgl
{
	margin: 4px;
	float: left;
	border: solid 1px #bde896;
}
.imgr
{
	margin: 4px;
	float: right;
	border: solid 1px #bde896; /*47a0de;*/
}
.description
{
	font-size: 9pt;
	color: #3a6419;
	padding: 4px;
}

/*ASP.NET Error reporting, not in use*/
.fout
{
	color: Red;
}

/*Discussion platform defninities*/
.Info
{
	font-size: 8pt;
	color: #444444;
}
:link.info_link, :visited.info_link, :active.info_link, :hover.info_link
{
	font-size: 8pt;
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}
:hover.info_link
{
	color: #485D96;
	text-decoration: underline;
}
:link.lni, :visited.lni, :active.lni, :hover.lni
{
	font-size: 9pt;
	color: #D3D9EE;
	text-decoration: none;
	font-weight: normal;
}
:hover.lni
{
	text-decoration: underline;
}

/*Speciale stijlen*/
.agenda_bar
{
	background-image: url('special/media_bar.gif');
	width: 100%;
	height: 5px;
	overflow: hidden;
}
.table_line
{
	background-image: url('special/table_line.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	height: 5px;
	overflow: hidden;
}
.table_line_heavy
{
	background-image: url('special/table_line_heavy.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 3px;
	overflow: hidden;
}

