/* global */

body {
	/*background:						#D4D4D4 url("../images/bg.gif") repeat-y scroll 0px 0px;*/
	font:					normal 11px verdana, arial, helvetica, sans-serif;
	margin:							0;
	text-align:						center;
	background-color:	 	#CCCCCC;
}

.smallgrey {
	font:					normal 10px verdana, arial, helvetica, sans-serif;
	color:					#AAAAAA;
}

table {
	border:					0;
	border-collapse:		collapse;
	cell-spacing:			0;
	margin:					0;
	padding:				0;
}

input, td, select {
	font:					normal 11px verdana, arial, helvetica, sans-serif;
	text-align:				left;
	vertical-align:			top;
}

textarea {
	font:					normal 11px verdana, arial, helvetica, sans-serif;
}

a {
	color:					#002A5C;
	text-decoration:		underline;
}

.buttonlink {
	color:					#FFFFFF;
	text-decoration:		none;
	font-weight:			bold;
}

#main {
	width:					984px; /*760px;*/
}

div.photo {
	border:					1px solid #ABABAB;
}

div.photo img {
	border:					2px solid #FFF;
}

/* footer */

td.footer {
	background:				#EFEFEF;
	color:					#000;
	font-size:				10px;
	height:					20px;
	text-align:				center;
	vertical-align:			middle;
	border-top:				1px solid #000;
	border-bottom:				1px solid #000;
}

td.footer a {
	color:					#002A5C;
	font-weight:			bold;
}

/* dropdown menu */

td.dropdown {
	background-color:		#C7EAFC;
	padding-left:			13px;

}

div#lyrChangecountry {
	border-bottom:			1px solid #E6E6E6;
	border-right:			1px solid #E6E6E6;
	display:				none;
	left:					604px;
	/*Let op, bovenstaande positie moet bij wijzigingen ook gewijzigd worden in functions.js*/
	position:				absolute;
	top:					28px;
	
}

div#lyrChangelanguage {
	border-bottom:			1px solid #E6E6E6;
	border-right:			1px solid #E6E6E6;
	display:				none;
	left:					604px;
	/*Let op, bovenstaande positie moet bij wijzigingen ook gewijzigd worden in functions.js*/
	position:				absolute;
	top:					56px;
	z-index:				100;
}

.btnDropdown {
	background:				#FFF url("../images/bgbtndropdown.gif") no-repeat scroll top right;
	color:					#002A5C;
	display:				block;
	font:					bold 9px verdana, arial, helvetica, sans-serif;
	line-height:			15px;
	padding-left:			5px;
	text-decoration:		none;
	width:					145px;
	margin-bottom:			0px;
}

a.dropdowntext {
	background-color:		#FFF;
	color:					#002A5C;
	display:				block;
	font:					normal 11px verdana, arial, helvetica, sans-serif;
	padding:				2px 2px 3px 5px;
	text-decoration:		none;
	width:					144px;
}

a.dropdowntext:hover {
	background-color:		#5987C6;
	color:					#FFF;
}

/* menu left */

a.m-l1-false {
	color:					#002A5C;
	display:				block;
	font-weight:			bold;
	line-height:			24px;
	text-decoration:		none;
	padding-right:			10px
}

a.m-l1-true {
	background-color:		#002A5C;
	color:					#FFF;
	display:				block;
	font-weight:			bold;
	line-height:			24px;
	text-decoration:		none;
	padding-right:			10px
}

a.m-l1-false:hover {
	background-color:		#5987C6;
	color:					#FFF;
	display:				block;
	font-weight:			bold;
	line-height:			24px;
	text-decoration:		none;
	padding-right:			10px
}


tr.header-bottom td {
	border-bottom:			1px solid #FFF;
}

/* col right */

table#right td {
	padding:				10px;
}

table#rightnopadding td {
	padding:				0px;
}

table#right td.divider {
	padding:				0;
/*	background:				transparent url("../images/bgrightdivider.gif") repeat-x scroll 0px 0px; */
}

table#right td.gradient {
/*	background:				transparent url("../images/bgrightgradient.gif") repeat-x scroll 0px 0px; */
}

.button {
	border-left:			1px solid #5987C6;
	border-top:				1px solid #5987C6;
	border-right:			1px solid #002A5C;
	border-bottom:			1px solid #002A5C;
	background-color:		#002A5C;
	color:					#FFF;
	font-weight:			bold;
	text-align:				center;
}

.pulldown {
	color:					#002A5C;
}

ul.solutions {
	list-style-image:		url("../images/lu_solutions.gif");
	padding:				0;
	margin:					0;
	line-height:			16px;
}

li {
	padding-left:			0;
	margin-left:			16px;
}

ul.learnmoreabout-false {
	list-style-image:		url("../images/lu_learnmoreabout_false.gif");
	font-weight:			bold;
	padding:				0;
	margin:					0;
	line-height:			16px;

}

ul.learnmoreabout-true {
	list-style-image:		url("../images/lu_learnmoreabout_true.gif");
	font-weight:			bold;
	padding:				0;
	margin:					0;
	line-height:			16px;
}

div.sublearnmoreabout {
	font:					normal 10px verdana, arial, helvetica, sans-serif;
	padding-left:			6px;
	line-height:			16px;
}

/* content */

.clickpath {
	background-color:		#FFF;
	color:					#AAA;
	font-size:				9px;
	height:					30px;
	line-height:			10px;
	padding-left:			20px;
	vertical-align:			middle;
}

.currentpage {
	color:					#000;
}

/* intro */

table#intro td {
	background-color:		#5987C6;
}

table#intro td.text {
	color:					#FFF;
	font-size:				11px;
	line-height:			15px;
	padding:				10px 0px 10px 0px;
}

table#intro td.text div.header {
	font-size:				12px;
	font-weight:			bold;
	padding-bottom:			5px;
}

.homepageheader
{
	color:					#000;
	font-size:				12px;
	font-weight:			bold;
	padding-bottom:			5px;
}

table#intro td.photo img {
	border:					3px solid #FFF;
	margin:					10px 20px 0px 20px;
	vertical-align:			top;
}

table#intro td.buttonintro {
	background-color:		#FFF;
	font-weight:			bold;
	vertical-align:			middle;
}

/* content home */

td.contenthome {
	padding:				0px 19px 0px 19px;
	width: 50%;
}

td.contenthome td.text {
	color:					#606060;
	font-size:				10px;
	line-height:			13px;
	wi!dth:					107px;
	text-align:				left;
}

td.contenthome td.text div.header {
	color:					#000;
	font-size:				11px;
	font-weight:			bold;
}

a.btnlink {
	font-weight:			bold;
	color:					#002A5C;
	text-decoration:		none;
	background:					transparent url("../images/leesverder.gif") no-repeat 0 3px;
	padding:					0 0 0 8px;
}

a.btnlink:hover {
	font-weight:			bold;
	color:					#002A5C;
	text-decoration:		underline;
	background:					transparent url("../images/leesverder.gif") no-repeat 0 3px;
	padding:					0 0 0 8px;
}


td.contenthome a {
	font-weight:			bold;
	color:					#002A5C;
	text-decoration:		none;
}

td.contenthome a:hover {
	font-weight:			bold;
	color:					#7E8083;
	text-decoration:		underline;
}

td.contenthome td.text a {
	font-weight:			bold;
	padding-left:			0px;
}

td.bgcontent {
/*	background:				url("../images/bgcontenthome.gif") repeat-y scroll 0px 0px;*/
}

/* photo sub */

div.photosub 
{
	border-bottom:			1px solid #ABABAB;
}

.photosub 
{
	border-bottom:			1px solid #ABABAB;
}

/* content sub */

td.contentsub {
	line-height:			16px;
	padding:				19px;
}

td.rightcolumnheader 
{
	color:					#002A5C;
	/*display:				block;*/
	font:					bold 12px verdana, arial, helvetica, sans-serif;
	border-bottom:			1px solid #002A5C;	
/*	width:					160px;*/
}

td.rightcolumnitems
{
	color:					#000;
	/*display:				block;*/
	font:					normal 11px arial, helvetica, sans-serif;
	text-decoration:		none;
}

a.rightcolumnitems
{
	color:					#002A5C;
	/*display:				block;*/
	font:					normal 11px arial, helvetica, sans-serif;
	text-decoration:		none;
}

a.rightcolumnitems:hover
{
	color:					#002A5C;
	/*display:				block;*/
	font:					normal 11px arial, helvetica, sans-serif;
	text-decoration:		underline;
}

.overviewheader {
/*	background:				transparent url("../images/bgml1false.gif") repeat-x scroll 0px 0px;*/
	color:					#002A5C;
	/*display:				block;*/
	font:					bold 14px verdana, arial, helvetica, sans-serif;
	border-bottom:			1px solid #002A5C;
	line-height:			23px;
	text-decoration:		none;
	width:					600px;
}

.downloadcategories {
	background:				transparent url("../images/bgml1false.gif") repeat-x scroll 0px 0px;
	color:					#002A5C;
	display:				block;
	font-weight:			bold;
	line-height:			23px;
	text-decoration:		none;
	/*width:					376px;*/
}
.searchresultheader {
/*	background:				transparent url("../images/bgsearchresultheader.gif") repeat-x scroll 0px 0px;*/

	font:					bold 14px verdana, arial, helvetica, sans-serif;
	color:					#002A5C;
	font-weight:			bold;
	line-height:			23px;
	text-decoration:		none;
	border-bottom:			1px solid #002A5C;
	/*width:					376px;*/
}

.tablink {
	color:					#AAA;
	font-size:				9px;
	vertical-align:			middle;
	text-decoration:		none;
	text-align:				center;
}
H1
{
	color:					#002A5C;
	font-size:				14px;
}
.hiddenfield
{
	display:				none;
}

table.border
{
	/*border:					solid 1px lightgrey;*/
}

td.border
{
	 border-top: lightgrey 1px solid; 
}
.keywordfound
{
	color:					#002A5C;
	font-style:				italic;
}
.highlight
{

	background-color:		#C6EBFF;
}
font.heading1
{
	color:					#002A5C;
	font-size:				14px;
	font-weight:			bold;
}

font.heading2
{
	color:					#000000;
	font-size:				12px;
	font-weight:			bold;
}

font.heading3
{
	color:					#000000;
	font-size:				11px;
	font-weight:			bold;
}


.alignmiddle label
{
	vertical-align: middle;
	
}

.pdMenu 
{
	position:				absolute;
	top:					0px;
	visibility: 			hidden;
	margin-top:				3px;
	border-bottom-width:	0;
	font:					normal 10px Verdana;
	line-height: 			22px;
	z-index: 				100;
/*	background-color: 		#FF5C00;*/
	width: 					150px; 
	
}

.pdMenu .pdMenuItem a
{
	width: 					100%;
	display:				block;
/*	border-bottom:			1px solid white;
	border-left:			1px solid white;
	border-right:			1px solid white;*/
	font:					normal 10px Verdana;
	padding:				3px 0px 3px 0px;
	text-decoration: 		none;
	text-indent: 			5px;
	height:					14px;
	text-align:				center;
	vertical-align:			middle;
	color: 					#FFF;
}	

.pdMenu .pdMenuItem a:link {
	font:					normal 10px Verdana;
	color:					#002A5C;
	background-color:		#FFF;
	line-height:			16px;
	height:					16px;
	text-decoration:		none;
	padding:				2px 5px 2px 5px;
	border-style:			dotted;
	border-color:			#002A5C;
	border-width:			thin;
}
.pdMenu .pdMenuItem a:visited {
	font:					normal 10px Verdana;
	color:					#002A5C;
	background-color:		#FFF;
	line-height:			16px;
	text-decoration:		none;
	padding:				2px 5px 2px 5px;
	border-style:			dotted;
	border-color:			#002A5C;
	border-width:			thin;
}
.pdMenu .pdMenuItem a:hover {
	color:					#FFF;
	font-weight:			bold;
	background-color:		#5987C6;
}
.pdMenu .pdMenuItem a:active {
	color:					#FFF;
	background-color:		#002A5C;
}

div.banner
{
	border-style:			solid;
	border-color:			Gray;
	border-width:			thin;
	margin:					2px 2px 2px 2px;
	padding:				2px 2px 2px 2px
	
}

.agenda
{
	padding:				10px;
}

table#agenda td.divider {
	border-bottom:			1px dotted #002A5C;

/*	padding:				0;
	background:				transparent url("../images/bgrightdivider.gif") repeat-x scroll 0px 0px;*/
}

.headerhomepage 
{
	font:					bold 11px Tahoma;
	color:					#002A5C;
	background-color:		#E6E6E6;
	
}
columnhomepage
{
	width:					300px;
}