html, body
{
	margin: 0;
	padding: 0;
}

body 
{
	background-color: #A2A3A8;
	font: 0.7em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}

h3
{
	font-size: 130%;
	font-weight: bold;
}

a
{
	color: #039;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#container
{
	/*normale manier om te centreren is de marges links en rechts op auto te zetten*/
	margin: 0em auto 0em auto;
	/*spijtig genoeg werkt dit niet op IE... en daarom moet je de container text centreren en in de onderliggende DIVs de tekst terug links aligneren*/
	text-align: justify;	width: 746px;}

#header
{
	height: 150px;
	margin-top: 7px;
	/*margin-left: 7px;*/
	margin-bottom: 0px;
	color: #4B4844;
	vertical-align: bottom;	border-bottom: 1px #ffffff solid;
	/*de lijn nodig om het centreren in IE te compenseren*/	text-align: left;
}

#topimage
{
	height: 150px;
	background-image: url(../Images/score-header.jpg);
}

#HeaderTitle
{	position: absolute;	top: 130px;	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;	font-size: 2em;	font-weight: normal;margin-left: 5px;}

#title
{
	font-weight: bold;
	font-size: 260%;
	color: #fff;
	margin-right: 10px;	position: relative;
}


#globalmenu
{
	background-color: #9295A8;
	height: 20px;
	color: #fff;
	padding-top: 1px;
}

#globalmenu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#globalmenu li
{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 1px;
}

#globalmenu a
{
	color: #fff;
}



#main
{
	/*margin-left: 7px;*/
	/*margin-right: 7px;*/
	background-color: #E2DCD1;
	margin-bottom: 10px;
	min-height: 500px;
	/*de lijn nodig om het centreren in IE te compenseren*/	text-align: left;
}

* html #main
{
	height: 500px;
}



#side
{
	float: right;
	width: 160px;
	margin: 2px;
}

#nav
{
	width: 160px;
	border-bottom: 1px solid #eee;
	margin-top: 2px;
	margin-bottom: 10px;
}

* html #side
{
	width: 198px;
	margin-left: -3px;
}

#nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li
{
	border-top: 1px solid #eee;
}

#nav a
{
	display: block;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	color: #000;
	font-size: 100%;
	padding: 5px;
}

#nav a:hover
{
	background-color: #f9f9f9;
	font-weight: bold;
	text-decoration: none;
}

#nav a.selected
{
	font-weight: bold;
}#nav ul ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav ul ul li a
{
	padding-left: 20px;
	color: #333;
}

#content
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 9px;
	margin-right: 200px;
}

* html #content
{
	height: 1%;
	margin-right: -3px;
}


.clear
{
	clear: both;
}

.section
{
	padding: 7px;
	margin-top: 4px;
	border: 1px solid #eee;
}
.section h3
{
	color: #900;
	font-size: 130%;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 4px;
}

.moduletools
{
	float: right;
	margin-top: 15px;
	margin-right: 5px;
}

.error
{
	color: #c00;
}

.pager
{
	font-size: 120%;
}

.pager a
{
	margin-left: 5px;
	margin-right: 5px;
}

.searchresults
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
}

.searchresults h4
{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 100%;
}

.searchresults .sub
{
	font-size: 90%;
	color: #090;
}

.searchresults li
{
	margin-top: 5px;
	margin-bottom: 5px;
}
.tbl
{
	border: 1px solid #eee;
}

.tblvalue
{
	font-weight: bold;
}

.articlelist
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.articlelist li
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.articlelist h4
{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 100%;
}

.articlesub
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
	background-color: #f9f9f9;
}

.articlesub span
{
	margin-right: 6px;
}

.articlecontent
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.articlecomments
{
	margin: 0px;
	padding: 0;
	list-style-type: none;
}

.articlecomments li
{
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-bottom: 10px;
	padding: 0;
	border-bottom: solid 1px #eee;
}

.articleerror
{
	color: #c00;
}

.genericitem
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
}

.genericitem h4
{
	margin-top: 2px;
	margin-bottom: 3px;
	font-size: 100%;
}

.genericdetails
{
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666;
	font-size: 0.85em;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 99;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #9295A8;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -250px;
left: 50px; /*position where enlarged image should offset horizontally */

}

/*
@import url("lightbox3.css");
@import url("lightbox3_ie.css");*/
