/* General navigation definitions */

A
{
	FONT-WEIGHT: bold; 	
	TEXT-DECORATION: none;
}

A:link
{
	COLOR: #ad171c; 
}

A:visited
{
	COLOR: #aaaaaa; 
}

A:hover,
A:active
{
	COLOR: #330000; 
}

/* General anchor navigation definitions */

A.anchor
{
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none;
}

A.anchor:link,
A.anchor:visited
{
	COLOR: #ad171c; 
}

A.anchor:hover,
A.anchor:active
{
	COLOR: #330000; 
}

/* Common style definitions */

.bulletedList	A:link
{
	BACKGROUND-IMAGE: url(/Site/Presentation/Design/GeneralImages/bullet_dotcom_def.gif);
}

.bulletedList	A:visited
{
	BACKGROUND-IMAGE: url(/Site/Presentation/Design/GeneralImages/bullet_dotcom_visited.gif);
}

.bulletedList	A:hover,
.bulletedList	A:active
{
	BACKGROUND-IMAGE: url(/Site/Presentation/Design/GeneralImages/bullet_dotcom_rollover.gif);
}

.bulletedList	A.anchor:link,
.bulletedList	A.anchor:visited
{
	BACKGROUND-IMAGE: url(/Site/Presentation/Design/GeneralImages/bullet_dotcom_def.gif);
}

.bulletedList	A.anchor:hover,
.bulletedList	A.anchor:active
{
	BACKGROUND-IMAGE: url(/Site/Presentation/Design/GeneralImages/bullet_dotcom_rollover.gif);
}

/* Specific style definitions */

a.toTop 
{
	FLOAT:	right; 
	background-repeat : no-repeat;
	background-position : 100% 50%;
	padding-right : 16px;
	margin-top: -10px;
}

a.toTop:link, 
a.toTop:visited
{
	background-image : url(/Site/Presentation/Design/GeneralImages/arrow_darkred_top.gif);
}

a.toTop:hover,
a.toTop:active
{
	background-image : url(/Site/Presentation/Design/GeneralImages/arrow_darkred_top_outline.gif);
}

a.pageBack
{
	padding-left: 18px;
	padding-bottom: 5px;
	display: block;
	background-repeat : no-repeat;
	background-position : 0% 3px;
}

a.pageBack:link, 
a.pageBack:visited
{
	background-image : url(/Site/Presentation/Design/GeneralImages/arrow_darkred_back_outline.gif);
}

a.pageBack:hover,
a.pageBack:active
{
	background-image : url(/Site/Presentation/Design/GeneralImages/arrow_darkred_back.gif);
}

DIV.moreInfo a
{
	padding-right: 18px;
	display: block;
	background-repeat : no-repeat;
	background-position : 100% 3px;
	margin-bottom: -10px;
}

DIV.moreInfo a:link, 
DIV.moreInfo a:visited
{
	background-image : url(/Site/Presentation/Design/GeneralImages/arrow_darkred_forw_outline.gif);
}

DIV.moreInfo a:hover,
DIV.moreInfo a:active
{
	background-image : url(/Site/Presentation/Design/GeneralImages/arrow_darkred_forward.gif);
}

a.filterPage
{
	background-repeat : no-repeat;
	background-position : 0% 50%;
}

a.filterPage:link, 
a.filterPage:visited
{
	background-image : url(/Site/Presentation/Design/GeneralImages/arrow_darkred_forward.gif);
}

a.filterPage:hover,
a.filterPage:active
{
	BACKGROUND-IMAGE: url(/Site/Presentation/Design/GeneralImages/arrow_darkred_forw_outline.gif);
}

#FAQList LI.closed A:link,
#FAQList LI.closed A:visited
{
	BACKGROUND-IMAGE: url(/Site/Presentation/Design/GeneralImages/arrow_darkred_forw_outline.gif);
}
#FAQList LI.closed A:hover,
#FAQList LI.closed A:active
{
	BACKGROUND-IMAGE: url(/Site/Presentation/Design/GeneralImages/arrow_darkred_forward.gif);
}

#FAQList LI.open A.anchor
{
	BACKGROUND-IMAGE: url(/Site/Presentation/Design/GeneralImages/closewindow_drood.gif);
	display: block;
	padding-left: 25px;
}

#FAQList LI.open A
{
	display: inline;
	padding-left: 0px;
}

DIV.FAQListopen
{
	background: #f5fbfc;
}

DIV.FAQListclosed
{
	background: #ffffff;
}

#overviewList H1 A:link,
#overviewList H1 A:visited
{
	BACKGROUND-IMAGE: url(/Site/Presentation/Design/GeneralImages/arrow_darkred_forw_outline.gif);	
}

#overviewList H1 A:hover,
#overviewList H1 A:active
{
	BACKGROUND-IMAGE: url(/Site/Presentation/Design/GeneralImages/arrow_darkred_forward.gif);	
}

#overviewList LI A:link
{
	BACKGROUND-IMAGE: url(/Site/Presentation/Design/GeneralImages/bullet_dotcom_def.gif);
}

#overviewList LI A:visited
{
	BACKGROUND-IMAGE: url(/Site/Presentation/Design/GeneralImages/bullet_dotcom_visited.gif);
}

#overviewList LI A:hover,
#overviewList LI A:active
{
	BACKGROUND-IMAGE: url(/Site/Presentation/Design/GeneralImages/bullet_dotcom_rollover.gif);
}

.coloredTable
{
	border: solid 1px #ade0e7;
	margin-top: 10px;
	margin-bottom: 10px;
}

#smallForm table.coloredtable
{
	border: solid 1px #A95059;
}

.coloredTable	TD
{
	background: #f5fbfc;
	padding: 10px 10px 10px 10px;
}
#radioBtn table.coloredtable 
{
	background: #f5fbfc;
	padding: 0px 0px 0px 0px;
}

.coloredTable	TD.header
{
	background: #83010e;
	padding: 2px 10px 2px 10px;
	font-weight: bold;
	color: #ffffff;
}

.coloredTable	TD.submitbutton
{
	background: #83010e;
	padding: 2px 10px 2px 10px;
	font-weight: bold;
	color: #ffffff;
}

.coloredTable A:LINK, .coloredTable A:ACTIVE, .coloredTable A:VISITED, .coloredTable A:HOVER
{
	color: #ffffff;
}

UL.content
{
	list-style-type: none;
	margin-left: 0px;
}

UL.content LI
{
	background-image: url(/Site/Presentation/Design/GeneralImages/bullet_dotcom_def.gif);
	background-repeat: no-repeat;
	background-position: -5px 0%;
	padding-left: 15px;
}

/* 1st level navigation definitions */

* HTML #firstLevelNavigation A	
{

}

#firstLevelNavigation	A
{
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none;

}

#firstLevelNavigation	A:link,
#firstLevelNavigation	A:active,
#firstLevelNavigation	A:hover,
#firstLevelNavigation	A:visited
{
	COLOR: #ffffff; 
}


#firstLevelNavigation	A.active:link,
#firstLevelNavigation	A.active:visited
{
	COLOR: #666666;
}

#firstLevelNavigation	A.active:hover,
#firstLevelNavigation	A.active:active	
{
	COLOR: #ad171c;
}

#firstLevelNavigation	LI.link A:hover,
#firstLevelNavigation	LI.link A:active
{
	BACKGROUND-IMAGE: url(/Site/Presentation/Design/GeneralImages/main_dotcom_5_rollover.gif);
}

#firstLevelNavigation	LI.link
{
	BACKGROUND-IMAGE: url(/Site/Presentation/Design/GeneralImages/main_dotcom_5_def.gif);
}

#firstLevelNavigation	LI.active	
{
	BACKGROUND-IMAGE: url(/Site/Presentation/Design/GeneralImages/main_dotcom_5_selected.gif);
}

#firstLevelNavigation	LI.home	
{
	BACKGROUND-IMAGE: url(/Site/Presentation/Design/GeneralImages/main_actief_home.gif);
}

#firstLevelNavigation	LI.home	 A:hover,
#firstLevelNavigation	LI.home	 A:active
{								
	BACKGROUND-IMAGE: url(/Site/Presentation/Design/GeneralImages/main_rollover_home.gif);
}

/* 2nd level navigation definitions */

#secondLevelNavigation A
{
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none;
}

#secondLevelNavigation A:link,
#secondLevelNavigation A:visited
{
	
	COLOR: #666666;	
	
}

#secondLevelNavigation A:hover, 
#secondLevelNavigation A:active
{
	COLOR: #ad171c;	
}

#secondLevelNavigation A.active:link, 
#secondLevelNavigation A.active:visited	
{
	BACKGROUND-IMAGE: url(/Site/Presentation/Design/GeneralImages/arrow_darkred_forward.gif);	
	COLOR: #666666;	
}

#secondLevelNavigation A.active:hover, 
#secondLevelNavigation A.active:active 
{
	BACKGROUND-IMAGE: url(/Site/Presentation/Design/GeneralImages/arrow_darkred_forward.gif);	
	COLOR: #ad171c;	
}

/* Local navigation definitions */

#localNavigation LI.link A:link,
#localNavigation LI.link A:visited
{
	BACKGROUND-IMAGE: url(/Site/Presentation/Design/GeneralImages/sub_dotcom_default.gif);
	COLOR: #ffffff;	
	BACKGROUND-COLOR: #ad171c;
}
#localNavigation LI.link A:hover,
#localNavigation LI.link A:active
{
	BACKGROUND-IMAGE: url(/Site/Presentation/Design/GeneralImages/sub_dotcom_rollover.gif);
	COLOR: #ffffff;	
	BACKGROUND-COLOR: #83000d;
}

#localNavigation LI.active A:link, 
#localNavigation LI.active A:visited,
#localNavigation LI.active A:hover,
#localNavigation LI.active A:active
{
	BACKGROUND-IMAGE: url(/Site/Presentation/Design/GeneralImages/submenu_selected.gif);
	COLOR: #83000d;	
	BACKGROUND-COLOR: #ffffff;
}

#localNavigation LI.headerOnly
{
	BACKGROUND-COLOR: #ad171c;
}

#localNavigation LI.startitem
{
	BACKGROUND-COLOR: #ad171c;
}

#localNavigation LI.enditem
{
	BACKGROUND-COLOR: #ad171c;
}

#localNavigation LI.header A
{
	BACKGROUND-IMAGE: url(/Site/Presentation/Design/GeneralImages/stippel_wit_hor.gif);
	COLOR: #ffffff;	
	BACKGROUND-COLOR: #b52f33;
}

/* Paging definitions */

A.PagingItem:link,
A.PagingItem:visited,
A.PagingItem:hover,
A.PagingItem:active
{
	font-weight:bold; 
	color: #ad171c;
}

A.PagingItemSelected:link,
A.PagingItemSelected:visited,
A.PagingItemSelected:hover,
A.PagingItemSelected:active
{
	font-weight:bold; 
	color: #000000;
}

H1.header
{
}
H1.header A:LINK, H1.header A:VISITED
{
	background-image: url(/Site/Presentation/Design/GeneralImages/arrow_darkred_forward.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 20px;
	display:inline-block;
}
H1.header A:HOVER, H1.header A:ACTIVE
{
	background-image: url(/Site/Presentation/Design/GeneralImages/arrow_darkred_forw_outline.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 20px;
	display:inline-block;
}
H2.header
{
	background-repeat: no-repeat;
	background-position: 0% 2px;
	display:inline-block;
}
H2.header A:LINK, H2.header A:VISITED
{
	background-image: url(/Site/Presentation/Design/GeneralImages/arrow_darkred_forward.gif);
	background-repeat: no-repeat;
	background-position: 0% 2px;
	padding-left: 20px;
	display:inline-block;
}
H2.header A:HOVER, H2.header A:ACTIVE
{
	background-image: url(/Site/Presentation/Design/GeneralImages/arrow_darkred_forw_outline.gif);
}
H3.header
{
	background-repeat: no-repeat;
	background-position: 0% 2px;
}
H3.header A:LINK, H3.header A:VISITED
{
	background-image: url(/Site/Presentation/Design/GeneralImages/arrow_darkred_forw_outline.gif);
	background-repeat: no-repeat;
	background-position: 0% 2px;
	padding-left: 20px;
	display: block;
	margin-top: 5px;
	margin-bottom: 0px;
}
H3.header A:HOVER, H3.header A:ACTIVE 
{
	background-image: url(/Site/Presentation/Design/GeneralImages/arrow_darkred_forward.gif);
}

H1.headerOverview
{
	background-image: url(/Site/Presentation/Design/GeneralImages/arrow_darkred_forw_outline.gif);
	background-position: 0% 3px;
}

/*LeadsCollectorClasses*/
.navigateURLLeadsCollector
{
	cursor:hand;
}
.LCTextBox
{
	width:350px;
	height:20px;
	font-size:12px;
	margin-bottom:10px;
}
.LCCellTitleRow
{
	color:White;
	font-weight:bold;
	/*background-color: #63c7d6;*/
	background-color: #C6e109;
	height:30px;
	vertical-align:middle;
	text-align:left;
	font-size:12px;
	padding-left:10px;
}
.LCCellTitleRow2
{
	color:White;
	font-weight:bold;
	background-color: #C6e109;
	height:15px;
	vertical-align:middle;
	text-align:left;
	font-size:12px;
	padding-left:10px;
}
.LCCellTitleLabel
{
	width:200px;
	font-weight:bold;
	text-align:right;
	margin-left:10px;
	padding-right:10px;
	
}
.LCCellTextBox
{
	width:350px;
	}
.LCCellValidator
{
	width:350px;
	text-align:left;
}
.LCDownloadButton
{
	width:150px;
	
	color:White;
	background-color:#ad171c;
	border:none;
	font-weight:bold;
	cursor:hand;
}
.LCRequiredField
{
	color:#ad171c;
}
.LCNoteText
{
	color:#999999;
	font-size: 9px;
	width:360px;
}
.LCNoteTerms
{
	width:360px;
}	



