/* Do not rename this file. Reference is used in DejaVuRadEditor in CMS */


/************ DO NOT DELETE OR RENAME *************/
/* used in backend for showing inserted Cristal Controls in page content */
.cristalControlDiv
{
	text-decoration: none;
	border: 0px solid #666666;
	width: 100%;
	height: 50px;
	background-color: #DDDDDD;
	text-align: center;
	vertical-align: middle;
}
/************************************************/

*
{
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 12px;
}
 
body 
{
	color: #000000;
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	line-height: 26px;
}

#body
{
	background-repeat: repeat;
	background-position: top center;
}

a:link, a:visited
{
	text-decoration: none;
	color: #000000;
}

a:hover, a:active
{
	text-decoration: none;
	color: #003F86;
}

#mainContentDiv a:link, #mainContentDiv a:visited
{
	text-decoration: none;
	color: #003F86;
}

#mainContentDiv a:hover, #mainContentDiv a:active
{
	text-decoration: underline;
}

.h1
{
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #003F86;
	padding-bottom: 10px;
}

.h2
{
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
}

.h3
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}

h1
{
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #003F86;
	padding-bottom: 10px;
}

h2
{
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
}

h3
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
}

td
{
    line-height: 26px;
}

#mainDiv ul li, #mainDiv ol li
{
	margin-left: 20px;	
}

/********************
*		Layout		*
*********************/

#outerDiv
{
	width: 100%;
	text-align: center;
}

#innerDiv
{
	width: 995px;
	margin: 0 auto;
	text-align: left;
}

#headerDiv
{
	height: 110px;
	width: 995px;
	position: relative;
	text-align: left;
	z-index: 20;
}

#menuDiv
{
	height: 65px;
	width: 995px;
	position: relative;
	text-align: left;
	background-image: url(../images/MenuBackground.png);
	background-repeat: repeat-x;
	z-index: 1;
}

#menuTextDiv
{
	position: relative;
	top: 10px;
	z-index: 1;
}

#mainDiv
{
	width: 995px;
	text-align: left;
	border-top-style: solid;
	border-width: 1px;
	border-color: #B2B5C7;
}

#footerDiv
{
	height: 20px;
	width: 995px;
	text-align: left;
	color: #FFFFFF;
	font-size: 10px;
	clear: both;
}

#footerDiv a:link, #footerDiv a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
}

#footerDiv a:hover, #footerDiv a:active
{
	color: #003F86;
	font-size: 10px;
}

/********************
*		Header		*
*********************/

#logoDiv
{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 20;
}

#languageDiv
{
	text-align: right;
	position: absolute;
	right: 0px;
	top: 4px;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
}

.btnTurnEnglish:link, .btnTurnEnglish:visited
{
	color: #FFFFFF;
}

.btnTurnEnglish:hover, .btnTurnEnglish:active
{
	color: #003F86;
}

.btnTurnEnglish.Active
{
	color: #003F86;
}

.btnTurnDutch:link, .btnTurnDutch:visited
{
	color: #FFFFFF;
}

.btnTurnDutch:hover, .btnTurnDutch:active
{
	color: #003F86;
}

.btnTurnDutch.Active
{
	color: #003F86;
}

a.BreadcrumLink:link, a.BreadcrumLink:visited
{
	color: #FFFFFF;
}
a.BreadcrumLink:hover, a.BreadcrumLink:active
{
	color: #003F86;
}

#breadcrumDiv
{
	position: absolute;
	left: 50px;
	top: 4px;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

/********************
*		Main		*
*********************/


#mainContentDiv
{
	width: 572px;
	background-color: #FFFFFF;
}

#mainContentDiv.FullWidth
{
	width: 100%;
	background-color: #FFFFFF;
}

.SearchDiv
{
	border-style: none solid solid solid;
	border-width: 1px;
	text-align: right;
	width: 421px;
	_width: 423px;
	height: 26px;
	border-color: #B2B5C7;
	background-color: #FFFFFF;
}

#mainContentDiv.FullWidth .SearchDiv
{
	float: right;
}

#mainContentInnerDiv
{
	padding: 13px 50px;
}

#contentRightDiv
{
	width: 423px;
	position: relative;
}

#backgroundTranspDiv
{
	position:absolute;
	background-color: #343C6A;
	opacity:0.7;
	filter:alpha(opacity=70);
	top: 0px;
	left:0;
	width:423px;
	height:100%;
	z-index: 0;
}

#innerContentRightDiv
{
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	padding: 10px 0;
	position:relative;
	top:0;
	left:0;
	z-index: 20000;
}

.clearing 
{
  height: 0;
  clear: both;
}

/********************
*		Lists		*
*********************/
#linkTable
{
	position: relative;
	left: 13px;
	padding-bottom: -10px;
}

#linksTitle
{
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
}

#linksTd
{
	width: 291px;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
	padding-top: 3px;
}

#thumbTd
{
	width: 93px;
	height: 109px;
	background-color: #FFFFFF;
	padding-left: 7px;
	padding-top: 7px;
	vertical-align: top;
}

#titleLink
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 3px;
	line-height: 14px;
}

.aTitleLink
{
	padding-left: 5px;
	bottom: 2px;
	position: relative;
}

.aForesightTitleLink
{
	padding-left: 0px;
	bottom: 2px;
	position: relative;
}

.aPublicationTitleLink
{
	padding-left: 0px;
	bottom: 2px;
	position: relative;
}

.aTitleLink.Selected
{
	color: #003F86;
}

#footerTd
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

.aFooterLink:link, .aFooterLink:visited
{
	color: #FFFFFF;
}

#horizontalSpacing
{
	height: 15px;
}

#verticalSpacing
{
	width: 60px;
}

.foresightBodyText
{
	font-size: 12px;
	font-family: Arial;
	vertical-align: top;
}

#forsightTotalColumn
{
	width: 471px;
}

#publicationColumn
{
	width: 471px;
	padding-right: 35px;
	vertical-align: top;
}

.forsightInnerColumn
{
	width: 420px;
}

#publicationDownloadTd
{
	width: 960px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

#downloadLinkDiv
{
	width: 100%;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}


/************************
*	Publication Order	*
************************/
.publicationOrderFormList
{
	vertical-align: top;
	width: 495px;
}

#publicationShowOrderTable td
{
	padding: 3px 0;
	vertical-align: top;	
}

#publicationShowOrderTable .captionTd
{	
	padding-top: 4px;
	line-height: 12px;
	width: 100px;
}

#publicationShowOrderTable .inputTd input,
#publicationShowOrderTable .inputTd textarea
{
	border:1px solid #00456D;
}

#publicationShowOrderTable .inputTd.radio table td
{
	line-height: 12px;
}

.error
{
	color: #FF0000;
	line-height: 16px;
	font-size: 10px;
	font-style: italic;
}

.publicationOrderFormConfirmDetails
{
	font-family: Courier, Courier New;
}


/******************
*		Banner		*
******************/
#foresightScrollerDiv
{
	position: absolute;
	top: 33px;
	left: 199px;
	width: 796px;
	height: 77px;
	z-index: 2;
	overflow: hidden;
}

#foresightScrollerDiv .radr_stt, 
#foresightScrollerDiv .radr_relativeWrapper, 
#foresightScrollerDiv .radr_clipRegion
{
	background-color: transparent;
}

.radr_clipRegion
{
	border: none !important;
}

#foresightScrollerDiv .radr_buttonLeft
{
	background: #FFFFFF url(../images/BannerButtons.png) no-repeat 1px 0;
	height: 77px;
	width: 25px;
	top: 7px;
	left: 0px;
	z-index: 3000000;
	opacity:0.4;filter:alpha(opacity=40);
}

#foresightScrollerDiv .radr_buttonRight
{
	background: #FFFFFF url(../images/BannerButtons.png) no-repeat -25px 0;
	height: 77px;
	width: 25px;
	top: 8px;
	right: 0px;
	_right: -1px;
	z-index: 3000001;
	opacity:0.4;filter:alpha(opacity=40);
}

#foresightScrollerDiv .radr_buttonLeft:hover
{
	opacity:0.8;filter:alpha(opacity=80);
}

#foresightScrollerDiv .radr_buttonRight:hover
{
	opacity:0.8;filter:alpha(opacity=80);
}

#foresightScrollerDiv .radr_item
{
}

#foresightScrollerDiv .BannerItem
{
	margin: 5px 4px 5px 3px;
	border: 1px solid transparent;
	position: relative;
}

#foresightScrollerDiv .BannerImage
{
	display: block;
	border: 1px solid #003F86;
}

#foresightScrollerDiv .Active .BannerItem
{
	border: 2px solid #FFFFFF;
	/*border-bottom-width: 6px;*/
	margin-bottom: 1px;
}

#foresightScrollerDiv .Active .BannerImage
{
	cursor: pointer; 
	border: none;
}

.BannerOverTextDiv
{
	position:absolute;
	display:none;
	width: 101px;
	bottom: 0;
	z-index: 400004;
	font-size: 11px;
	line-height: 13px;
	color: #003F86;
	padding: 1px 2px;
	cursor: pointer;
}

.OverBackgroundDiv
{
	display: none;
	position: absolute;
	bottom: 0;
	z-index: 400003;
	opacity:0.8;
	filter:alpha(opacity=80);
	font-size: 1px;
	line-height: 1px;
	background-color: #ffffff;
	width: 101px;
}

.BannerOverTextDiv.IE
{
	padding-top: 2px;
	bottom: 6px;
}
.OverBackgroundDiv.IE
{
	padding: 1px 2px;
	bottom: 6px;	
}

#imgContentImage
{
	border: 1px solid #1247A6;
	margin: 18px auto;
	display: block;
}
 
 
/************************
*		Search Results
************************/

.BtnSearch
{
	margin: 0 5px 3px 10px;
	vertical-align: middle;
}

.SEResultItemSummary strong
{
	padding-left: 2px;
	padding-right: 2px;
	background-color: #c8e1ff;
 	color: #000000;
}

.SEHeader .SEQuery, .SEHeader .SEResultsNum
{
	font-weight: bold;
	color: #003f86;
}

.SEHeader
{
	border-top: 1px solid #003f86;
	border-bottom: 1px solid #003f86;
	text-align: right;
}

.SEFooterPager
{
	border-top: 1px solid #003f86;
}

.SEHeader table td, .SEFooterPager table td
{
	text-align: right;
	padding-bottom: 1px;
}

.SEHeader .alignleft
{
	text-align: left;
}

.SEHeader a, .SEFooterPager a
{
	font-weight: bold;
	color: #003f86 !important;
	text-decoration: none !important;
	border: none !important;
}  
.contentHightlightTable	
{
	border: 1px solid #003f86;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: -1;
}
