@charset "utf-8";
/* CSS Document */

.editknoppen
{
position: relative;
}

*
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

p
{
	padding-bottom: 20px;
}

*:focus
{
	outline: none;
}

a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
	text-decoration: none;
}

br
{
	clear: both;
}

div.clear
{
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

body, html
{
	height: 100%;
}

html
{
	overflow-y: scroll;
}

body
{
	background-color: white;
}

h2
{
	color: #717272;
	margin-bottom: 12px;
	font-size: 1.7em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: bold;
}

h3 a
{
	color: inherit;
}

hr
{
	border: none;
	border-width: 0;
	color: white;
	background-color: white;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
	margin-bottom: 15px;
	padding: 0;
	margin-top: 0;
}

table
{
	margin-bottom: 25px;
}

sup
{
	font-size: 0.6em;
}

/* --------------------------------------------------------------------------------------------------------- */
div#SiteContainer
{
	width: 995px; /* 995 */
	padding: 0 5px;
	background-image: url(../images/Site_Background.gif);
	background-repeat: repeat-y;
	background-color: #cecebc;
	margin: 0 auto;
	min-height: 100%;
}
* html div#SiteContainer
{
	height: 100%;
}

/* --------------------------------------------------------------------------------------------------------- */
div#SiteContainer div#Header
{
	background-color: #f4f4ef;
	background-image: url(../images/Header_Background.jpg);
	background-repeat: repeat-x;
	height: 50px;	
}

div#SiteContainer div#Menu
{
	background-color: #f4f4ef;
	background-image: url(../images/Menu_Background.jpg);
	background-repeat: repeat-x;
	position: relative;
	height: 40px;
	z-index: 10;
}
	div#SiteContainer div.myUltimo
	{
		background-image: url(../images/Menu_Login_Background.jpg) !important;
	}

div#SiteContainer div#Content
{
	background-image: url(../images/Content_Background.jpg);
	background-repeat: repeat-x;
	clear: both;
	position: relative;
	font-size: 0.75em;
	line-height: 1.4em;
	padding: 0 20px;
	width: 955px;
}
* html div#SiteContainer div#Content
{
}

/* --------------------------------------------------------------------------------------------------------- */
div#Header div#Logo
{
	padding-left: 25px;
	padding-top: 15px;
	float: left;
}

div#Header div#Login
{
	float: right;
	padding-top: 15px;
	font-size: 0.8em;
	padding-right: 25px;
	display: block;
}

div#Header div#Login ul 
{
	list-style: none;
}
div#Header div#Login ul li
{
	float: left;
	padding-left: 10px;
}

div#Header div#Login ul li
{
	font-size: 0.9em;
	font-weight: bold;
	color: #736357;
}
div#Header div#Login ul li.text
{
	font-weight: normal;
	color: #000000;
}
div#Header div#Login ul li.name
{
	font-weight: normal;
	color: #000000;
	padding-right: 20px;
}
div#Header div#Login ul li a
{
	color: #736357;
}
div#Header div#Login ul li a img
{
	vertical-align: bottom;
}
div#Header div#Login div#LogoutUserControl
{
	background-image: url(../images/Icon_Login.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 1px 20px;
}

/* --------------------------------------------------------------------------------------------------------- */
div#Menu div#Items
{
	float: left;
	width: 715px;
}

div#Menu div#Search
{
	float: right;
	width: 256px;
	
	display: none;
}
div#Menu div#SiteSearch
{
	float: right;
	width: 256px;
}

div#Menu div#Items ul
{
	list-style: none;
	/* margin-left: 40px; */
	padding-left: 20px;
}
div#Menu div#Items ul li
{
	float: left;
	/* position: relative; */
}
div#Menu div#Items ul li a
{
	color: white;
	font-size: 0.8em;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0 15px;
	height: 29px; /* 40 */
	padding-top: 11px;
}
div#Menu div#Items ul li a:hover
{
	background-image: url(../images/Menu_Hover_Background.jpg);	
}
	div#SiteContainer div.myUltimo div#Items ul li a:hover
	{
		background-image: url(../images/Menu_Login_Hover_Background.jpg) !important;
	}

div#Menu div#Items ul li a:active
{
	background-image: none;
	background-color: white;
	color: #CC6600;
}

div#Menu div#Items ul li ul
{
	display: none;
	position: absolute;
	left: 20px; /* 40 */
	top: 40px;
	margin: 0;
	z-index: 100;
	background-color: #758fa0;
	width: 600px; /* 448 */
	padding: 40px 50px; /* 40px 75px */
	background-image: url(../images/Menu_Items.jpg);
}
	div#SiteContainer div.myUltimo div#Items ul li ul
	{
		background-image: url(../images/Menu_Login_Items.jpg) !important;
	}
	
div#Menu div#Items ul li.active ul
{
	/* display: block; */
}

div#Menu div#Items ul li ul li
{
	display: block;
	position: static;
	height: auto;
	width: 185px; /* 130 => 150 */
	margin-right: 10px;
	margin-bottom: 4px;
	padding: 0;
	background-image: url(../images/Menu_Items_Background.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
div#Menu div#Items ul li ul li a
{
	color: white;
	font-size: 0.7em;
	text-decoration: none;
	display: block;
	float: none;
	padding: 5px;
	height: auto;
	white-space: nowrap;
	margin-bottom: 1px;
	/* font-size: 0.7em; */
}
div#Menu div#Items ul li ul li a:hover
{
	background-image: none;
	background-color: #597b97;
}
	div#SiteContainer div.myUltimo div#Items ul li ul li a:hover
	{
		background-image: none !important;
		background-color: #8a2121 !important;
	}

div#Menu div#Items ul li ul li a:active
{
	background-image: none;
	background-color: white;
}

div#Menu div#Items ul li ul li ul, div#Menu div#Items ul li.active ul li ul
{
	display: none;
}



div#Search input,
div#SiteSearch input
{
	float: left;
}
div#Search input#SearchBox,
div#SiteSearch input.input_SiteSearch
{
	border-width: 0;
	background-image: url(../images/Search_Background.jpg);
	margin-top: 10px;
	color: #768ea1;
	font-size: 0.7em;
	padding: 2px;
	width: 146px; /* 150 */
	height: 14px; /* 18 */
}
div#SiteSearch input.button_SiteSearch, div#SiteSearch div.customForm_Button a
{
	width: 87px;
	height: 27px;
	background-image: url(../images/Button_Background.png);
	background-repeat: no-repeat;
	background-color: transparent;
	text-align: center;
	display: block;
	padding: 5px 0 7px;
	color: #ffffff;
	border: 0;
	margin: 5px 0 0 5px;
	font-size: 0.8em;
	cursor: pointer;
}

div#SiteSearch div.customForm_Row, div#SiteSearch div.customForm_Button
{
	float: left;
}
div#SiteSearch div.customForm_Row div.input
{
	width: auto;
}

/* --------------------------------------------------------------------------------------------------------- */
input.textbox
{
	background-image: url(../images/Search_Background.jpg);
	border-width: 0;
	color: #768EA1;
}
div.enqueteQuestion input
{
	background-image: none;
	border-width: 1px;
	color: #768EA1;
}
div.enquetePageNavButtons
{
	float: right;
}
input.formsubmitbutton
{
	margin-top: 10px;
}

div.enquetePage div.enqueteForm_Row
{
	width: 100%;
}
div.enquetePage div.enqueteForm_Row div.input input, div.enquetePage div.enqueteForm_Row div.input label
{
}

input.submitbutton
{
	width: 87px;
	height: 27px;
	background-image: url(../images/Button_Background.png);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	padding: 5px 0 0;
	color: #ffffff;
}

/* Enquete Forms --------------------------------------------------------------------------------------------------------- */

div.enqueteForm_Row
{
	position: relative;
}
div.enqueteForm_Row div.input input
{
	background-image: url(../images/Search_Background.jpg);
	background-repeat: repeat-x;
	padding: 2px 2px 1px;
	color: #768EA1;
	border: 0;
	width: 100%;
}
	div.enqueteForm_Row div.radio input,
	div.enqueteForm_Row div.checkbox input
	{
		background-image: none;
		border: 0;
		width: 20px !important;
	}
div.enqueteForm_Row div.error
{
	position: absolute;
	top: 0;
	right: 0;
	color: #ffffff;
}
	div.enqueteForm_Row div.error span
	{
		width: auto !important;
	}
div.enqueteForm_Button,
div.customForm_Button
{
	text-align: right;
}
div.enqueteForm_Button input,
div.customForm_Button input
{
	background-image: url(../images/Button_Background.png);
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	height: 27px;
	padding: 0 0 2px;
	text-align: center;
	width: 87px;
}

div#InfoPanel div.enqueteForm_Row
{
	padding: 0 0 5px !important;
}
	div#InfoPanel div.enqueteForm_Row div.label
	{
		float: left;
		width: 100px;
		padding: 0 20px 0 0;
	}
	div#InfoPanel div.enqueteForm_Row div.input
	{
		float: left;
		width: 285px;
		padding: 0 5px 0 0;
	}
		div#InfoPanel div.enqueteForm_Row div.input input
		{
			width: 285px;
		}
	div#InfoPanel div.enqueteForm_Row div.checkbox input
	{
		float: left;
		clear: left;
	}
	div#InfoPanel div.enqueteForm_Row div.checkbox label
	{
		float: left;
		display: block;
		width: 200px;
	}
	*:first-child+html div#InfoPanel div.enqueteForm_Row div.checkbox label
	{
		padding: 0 0 5px;
	}
	div#InfoPanel div.enqueteForm_Row div.error
	{
		width: 10px;
		right: -13px;
	}

div#Newsletter
{
	color: #ffffff;
}
div#Newsletter div.enqueteForm_Row
{
	padding: 0 0 10px;
	color: #ffffff;
}
	div#Newsletter div.enqueteForm_Row div.error
	{
		top: 15px;
		right: -2px;
	}
	div#Newsletter div.input input
	{
		width: 128px;
	}
	
/* Custom Forms --------------------------------------------------------------------------------------------------------- */
div.customForm
{
	width: 390px;
}
	div.customForm div.customForm_Row
	{
		padding: 0 0 3px;
	}
		div.customForm div.customForm_Row div.title
		{
			font-weight: bold;
			padding: 0 0 1em;
		}
		div.customForm div.customForm_Row div.label
		{
			float: left;
			width: 170px;
			padding: 0 10px 0 0;
		}
		div.customForm div.customForm_Row div.input
		{
			float: left;
			width: 210px;
		}
			div.customForm div.customForm_Row div.input input
			{
				width: 200px;
				border: 1px solid #adadaf;
				padding: 2px 4px;
				color: #768EA1;
			}
			div.customForm div.customForm_Row div.radio input
			{
				width: 20px;
				border: 0;
				padding: 2px 4px;
			}
			div.customForm div.customForm_Row div.input span
			{
				position: absolute;
				top: 0;
				right: -10px;
				color: red;
			}
		div.customForm div.customForm_Row div.error
		{
			position: absolute;
			top: 0;
			right: -10px;
			color: red;
		}
	div.customForm div.customForm_Button
	{
		text-align: right;
		position: relative;
		right: -4px;
	}
		div.customForm div.customForm_Button input
		{
			background-image: url(../images/Button_Background.png);
			background-repeat: no-repeat;
			width: 87px;
			height: 27px;
			border: 0;
			text-align: center;
			color: #ffffff;
			cursor: pointer;
			padding: 0 0 2px;
		}
		

/* Inloggen */
div#Login.customForm
{
	width: 250px;
	position: relative;
	margin: 0 auto;
}
	div#Login div.customForm_Row div.label
	{
		width: 100px;
	}
	div#Login div.customForm_Row div.input
	{
		width: 140px;
	}
		div#Login div.customForm_Row div.input input
		{
			width: 130px;
		}
div#Login.customForm div.remember
{
	padding: 0.5em 0 0;
	text-align: right;
}
	div#Login.customForm div.remember input
	{
		margin: 0 0 0 6px;
		float: right;
	}
div#Login.customForm div.forgot
{
	font-size: 0.9em;
	position: absolute;
	bottom: 27px;
}

/* Inloggen */
div#CVcontrol div.customForm_Row
{
	position: relative;
	padding: 0 0 5px;
}
	div#CVcontrol div.customForm_Row div.input input
	{
		background-image: url(../images/Search_Background.jpg);
		background-repeat: repeat-x;
		padding: 2px 2px 1px;
		color: #768EA1;
		border: 0;
		float: left;
		width: 155px;
		margin: 0 2px;
	}
	div#CVcontrol div.customForm_Row div.input input.medium
	{
		width: 95px;
	}
	div#CVcontrol div.customForm_Row div.input input.small
	{
		width: 52px;
	}
		div#CVcontrol div.customForm_Row.upload table
		{
			margin: 0;
			position: relative;
			left: -8px;
		}
	div#CVcontrol div.customForm_Row div.error
	{
		width: 10px;
		position: absolute;
		right: -6px;
	}
	div#CVcontrol div.customForm_Button
	{
		text-align: right;
	}
	
div#enquete div.enqueteForm_Row
{
	padding: 0 0 5px;
}
div#enquete div.enqueteForm_Row textarea
{
	width: 300px;
	height: 120px;
}

/* --------------------------------------------------------------------------------------------------------- */
div#Content a
{
	color: #174A7C;
}
div#Content a:hover
{
	color: #CC6600 !important;
}

div#Content a.more
{
	display: block;
	background-image: url(../images/More_Arrow.png);
	float: right;
	padding-left: 20px;
	background-position: left 2px;
	background-repeat: no-repeat;
	color: #CC6600;
	height: 18px; /* 15 */
	overflow: hidden;
	font-size: 0.9em;
}
/* IE 6 */
div#Content a.more
{
	behavior: url(/content/style/iepngfix/iepngfix.htc)
}

div#Content a.more:hover
{
	background-image: url(../images/More_Arrow_Hover.png);
	behavior: url(/content/style/iepngfix/iepngfix.htc);
}
div#Content a.more:active
{
	background-image: url(../images/More_Arrow_Active.png);
}

div#Content ul, div#Content ol
{
	padding-left: 15px;
	padding-bottom: 15px;
}

/* --------------------------------------------------------------------------------------------------------- */
div#Content div#Information
{
	position: absolute;
	top: 0;
	right: 50px;
	z-index: 15;
	padding-bottom: 32px;
}

div#Content div#MenuFade
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 8px;
	overflow: hidden;
	background-image: url(../images/Menu_Fade.png);
	z-index: 20;
}
/* IE 6 */
div#Content div#MenuFade
{
	behavior: url(/content/style/iepngfix/iepngfix.htc);
	width: 995px;
}

div#Content div#TopContent
{
	padding: 0 20px 4px;
	background-color: white;
}
div#Content div#TopContent.myUltimoContent
{
	padding: 35px 20px 4px;
	background-color: white;
}

/* --------------------------------------------------------------------------------------------------------- */
div#Information div#Tab
{
	width: 158px;
	background-image: url(../images/Information_Tab.png);
	text-align: center;
	color: white;
	font-size: 0.75em;
	padding-top: 2px;
	height: 30px; /* 32 */
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;
}
div.en div#Information div#Tab
{
	background-image: url(../images/Information_Tab_en.png);
}
div.de div#Information div#Tab
{
	background-image: url(../images/Information_Tab_de.png);
}
div.fr div#Information div#Tab
{
	background-image: url(../images/Information_Tab_fr.png);
}

/* IE 6 */
div#Information div#Tab
{
	behavior: url(/content/style/iepngfix/iepngfix.htc)
}

div#Information div#InfoPanel
{
	display: none;
	width: 410px;
	padding: 20px 25px;
	background-color: #739f09;
	color: white;
	background-image: url(../images/Panel_Background.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
div#Information.active div#InfoPanel
{
	display: block;
}

/* --------------------------------------------------------------------------------------------------------- */
div#InfoPanel table
{
	width: 100%;
	margin-bottom: 0;
}
div#InfoPanel input.textbox
{
	padding: 2px;
	width: 280px;
	margin-left: 5px;
}
div.enqueteQuestion input
{
	padding: 2px;
	margin: 0 0 3px;
}

div#InfoPanel table td
{
	padding-bottom: 2px;
}

/* --------------------------------------------------------------------------------------------------------- */
div#TopContent div#Rotator
{
	margin-bottom: 25px;
}

div#TopContent div#IntroLeft
{
	float: left;
	width: 470px;
}

	div#TopContent div#IntroLeft h2,
	div#TopContent div#IntroRight h2
	{
		color: #717272;
	}


div#TopContent div#IntroRight
{
	float: right;
	width: 275px;
}
div#TopContent div#IntroRight.contactDetails
{
	width: 364px;
	float: right;
	position: relative;
}


div#TopContentFooter
{
	margin-bottom: 20px;
}

div#TopContentFooter div.bl
{
	background-image: url(../images/TopContent_BL.png);
	width: 8px;
	height: 8px;
	overflow: hidden;
	float: left;
}
/* IE 6 */
div#TopContentFooter div.bl
{
	behavior: url(/content/style/iepngfix/iepngfix.htc);
}

div#TopContentFooter div.bottom
{
	float: left;
	height: 8px;
	overflow: hidden;
	background-color: white;
	width: 939px; /* 955 */
}
div#TopContentFooter div.br
{
	background-image: url(../images/TopContent_BR.png);
	width: 8px;
	height: 8px;
	overflow: hidden;
	float: right;
}
/* IE 6 */
div#TopContentFooter div.br
{
	behavior: url(/content/style/iepngfix/iepngfix.htc);
}

/* --------------------------------------------------------------------------------------------------------- */
div#IntroRight ul#Quicklinks
{
	list-style: none;
}
div#IntroRight ul#Quicklinks li
{
	height: 45px;
	padding-bottom: 4px;
}
div#IntroRight ul#Quicklinks li a
{
	color: #174A7C;
	display: block;
	background-image: url(../images/Quicklinks_Arrow.png);
	background-position: right;
	background-repeat: no-repeat;
}
div#IntroRight div#ContactDetails
{
	color: #736357;
	font-size: 0.9em;
}
div#IntroRight div#ContactDetails div.image
{
	float: left;
	width: 115px;
}
div#IntroRight div#ContactInfo
{
	width: 230px;
	padding: 0 20px;
	color: #736357;
	float: right;
	font-size: 0.9em;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
}
div#IntroRight div#ContactInfo span.left
{
	width: 120px;
	float: left;
}
div#IntroRight div#ContactInfo span.right
{
	color: #000000;
	float: left;
	width: 110px;
}
div#IntroRight div#ContactDetails a.vraag
{
	background-image: url(/content/images/Stel_een_vraag.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 15px 0 0;
	width: 90px;
	height: 30px;
	float: right;
}

/* IE 6 */
div#IntroRight ul#Quicklinks li a
{
	behavior: url(/content/style/iepngfix/iepngfix.htc);
}

div#IntroRight ul#Quicklinks li a img
{
	vertical-align: middle;
	padding-right: 10px;
	background-color: white;
}

/* --------------------------------------------------------------------------------------------------------- */
div#Content div#News
{
	float: left;
	width: 445px; /* 470 */
	padding-right: 25px;
}

div#Content h2
{
	color: white;
}

/* --------------------------------------------------------------------------------------------------------- */
div#Content div.row
{
	padding: 0 20px;
	padding-bottom: 15px;
	z-index:1;
}

/* News --------------------------------------------------------------------------------------------------------- */
div#News div.item div.date, div.news div.date
{
	float: left;
	width: 75px;
}
div#News div.item div.description, div.news div.description
{
	margin-left: 75px;
}

div#Content div.item
{
	padding-bottom: 15px;
}
div#Content div.item div.date
{
	font-weight: bold;
	color: #736357;
	font-size: 0.9em;
}
div#Content div.item div.date span
{
	color: white;
	font-weight: normal;
}
div#Content div.item div.description
{
	color: black;
}
div#Content div.item div.description h3
{
	font-weight: normal;
	color: #174A7C;	
}
div#Content div.item div.description p
{
	padding: 0;
}

div.newsItems ul
{
	list-style: none;
	padding: 0 !important;
}

div.newsItems ul li div.newsDate
{
	font-weight: bold;
	color: #736357;
	font-size: 0.9em;
}
div#News div.newsItems ul li div.newsDate
{
	float: left;
	width: 75px;
}

div.newsItems ul li
{
	padding-bottom: 15px;
}

div#News div.newsItems ul li div.newsTitle
{
	margin-left: 75px;
}
div#News div.newsItems div.newsOverview a
{
	display: block;
	background-image: url(../images/More_Arrow.png);
	float: right;
	padding-left: 20px;
	background-position: left 2px;
	background-repeat: no-repeat;
	color: #CC6600;
	height: 18px; /* 15 */
	overflow: hidden;
	font-size: 0.9em;
}

div.newsItems div#Pager
{
	padding: 5px 0;
	margin-bottom: 10px;
	border-top: solid 1px #C2C0A9;
	border-bottom: solid 1px #C2C0A9;
}
div.newsItems div#Pager div.pagesBlock span
{
	font-weight: bold;
}

div.newsItem div.newsDate
{
	padding-bottom: 10px;
	font-size: 0.9em;
}
div.newsItem div.newsDate div.label, div.newsItem div.newsDate div.input
{
	display: inline;
}
div.newsItem div.newsDate div.label
{
	font-weight: bold;
}

div.newsItem div.newsSummary
{
	color: #736357;
}

/* END News --------------------------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------------------------- */
div#Content div#Calendar
{
	width: 235px;
	float: left;
}

/* --------------------------------------------------------------------------------------------------------- */
div#Content div#Documents
{
	width: 235px;
	float: left;
	padding: 0 25px 0 0;
}

/* --------------------------------------------------------------------------------------------------------- */
div#Content div#Faq
{
	width: 445px;
	float: left;
}
div#Content div#Faq ul
{
	list-style: none;
	padding: 0;
}
div#Content div#Faq ul li
{
	background-image: url(../images/Quicklinks_Arrow.png);
	background-position: left 0;
	background-repeat: no-repeat;
	padding: 0 0 13px 22px;
}


/* --------------------------------------------------------------------------------------------------------- */
div#Content div.sidebar
{
	float: right;
	width: 158px;
	padding-right: 0px; /* 10 */
}

/* --------------------------------------------------------------------------------------------------------- */
div#SideBar div#Newsletter
{
	padding: 10px;
	width: 138px; /* 158 */
	height: 245px; /* 225 */
	background-image: url(../images/Newsletter_Background.jpg);
	background-repeat: no-repeat;
	/* margin-top: -10px; */
	margin-bottom: 25px;
}
div#Content div#SideBar div#Newsletter h2
{
	padding-left: 0;
}
div#SideBar div#Newsletter form
{
	/* font-size: 0.9em; */
}
div#SideBar div#Newsletter table td, div#SideBar table td.infopane_form
{
	font-size: 1em;
	
	padding-bottom: 2px;
	color: white;
}
div#SideBar div#Newsletter table td, div#SideBar table td.infopane_form input
{
	margin: 0 0 3px 0;
}
div#SideBar div#Newsletter table td, div#SideBar table td.infopane_form textarea
{
	margin: 3px 0;
}
div#SideBar div#Newsletter span.checkbox, div#SideBar table td.infopane_formspan.checkbox
{
	width: auto;
	float: none;
	display: inline;
	*float: left;
}
div#SideBar div#Newsletter span, div#SideBar table td.infopane_form span
{
	width: 105px;
	float: right;
	display: block;
}

div#SideBar div#Newsletter input.textbox, div#SideBar table td.infopane_form input.textbox
{
	width: 120px;
	padding: 2px;
	
	margin-right: 2px;
}

div#SideBar div.fold table
{
	width: 100% !important;
}
	div#SideBar div.fold table td.infopane_form input.textbox
	{
		width: 150px;
	}
	div#SideBar div.fold table td.infopane_form textarea
	{
		width: 150px;
		border: solid 1px white;
		background-color: #f7f7f7;
	}

div#SideBar div#Newsletter input.formsubmitbutton, div#SideBar table td.infopane_forminput.formsubmitbutton
{
	margin-top: 5px;
}

/* --------------------------------------------------------------------------------------------------------- */
div#SideBar div#Banner
{
	padding-left: 0px;
	margin-bottom: 15px;
}
div#SideBar div#Banner a
{
	width: 160px;
	height: 160px;
	overflow: hidden;
	display: block;
}
div#SideBar div#Related
{
	padding-left: 0px;
	margin-bottom: 15px;
}
div#SideBar div#Related ul
{
	list-style: none;
	padding-bottom: 0;
}
div#SideBar div#Related ul li
{
	padding-left: 25px;
	background-image: url(../images/Related_Arrow.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 0.9em;
}

div#SideBar div#Related h3 a
{
	color: #736357;
	font-size: 1.1em;
}

/* --------------------------------------------------------------------------------------------------------- */
div#Content div.button
{
	width: 215px;
	/* height: 54px; */
	margin-bottom: 15px;
	position: relative;
}
div#Content div.button a:hover
{
	text-decoration: none;
}

div#Content div.button div.contents
{
	background-image: url(../images/Sidebar_Button_Background.jpg);
	padding: 10px 25px;
	color: black;
	width: 165px;
}
	div#Content div#SideBar div.button div.contents
	{
		color: white;
	}

div#Content div.button div.top
{
	background-image: url(../images/Sidebar_Button_Top.png);
	height: 8px;
	overflow: hidden;
}
div#Content div.button div.bottom
{
	background-image: url(../images/Sidebar_Button_Bottom.png);
	height: 8px;
	overflow: hidden;
}

div#Content div#SideBar div.button h2
{
	text-transform: none;
	font-size: 1.2em;
	margin: 0;
	font-weight: normal;
	color: white;
	padding: 0;
	cursor: pointer;
	position: relative;
	z-index: 10;
}
	div#Content div#SideBar div.button h2 a
	{
		color: white;
	}


div#Content div#SideBar div.button span.arrow
{
	background-image: url(../images/Fold_Arrow.png);
	behavior: url(/content/style/iepngfix/iepngfix.htc);
	width: 15px;
	height: 9px;
	position: absolute;
	top: 20px;
	right: 25px;
	display: block;
}
	div#Content div#SideBar div.button span.active
	{
		background-image: url(../images/Fold_Arrow_Active.png);
		behavior: url(/content/style/iepngfix/iepngfix.htc);
	}
	div#Content div#SideBar div.button div.fold
	{
		/* display: none; */
		padding-top: 15px;
	}
	
div.netviewerIcon,
a.netviewerIcon
{
	background-image: url(../images/Ultimo_netviewer_icon.png);
	width: 32px;
	height: 32px;
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 11;
}

a.netviewerIcon
{
	display: block;
}


/* IE 6 */
div#Content div#SideBar div, img
{
	behavior: url(/content/style/iepngfix/iepngfix.htc);
}

/* --------------------------------------------------------------------------------------------------------- */

div#Content div#SideBar h2
{
	padding-left: 15px;
}

/* --------------------------------------------------------------------------------------------------------- */
div#Content div#Reference
{
	float: left;
	margin-top: 25px;
}

div#Content div#Reference ul, div#Content ul.reference
{
	list-style: none;
	padding-left: 0;
}
div#Content ul.reference
{
	padding-left: 10px;
	overflow: auto;
}

div#Content div#Reference ul li
{
	font-size: 0.8em;
	float: left;
	padding: 3px;
	width: 139px; /* 145 */
	height: 149px; /* 155 */
	background-image: url(../images/Reference_Background.jpg);
	color: #736357;
	cursor: pointer;
	overflow: hidden;
}
div#Content ul.reference li
{
	font-size: 0.8em;
	float: left;
	padding: 3px;
	width: 164px; /* 145 */
	height: 149px; /* 155 */
	background-image: url(../images/Reference_Background.png);
	behavior: url(/content/style/iepngfix/iepngfix.htc);
	color: #736357;
	cursor: pointer;
	overflow: hidden;
}

	div#Content div#Reference ul li a, div#Content div#Reference ul li a:hover, div#Content ul.reference li a, div#Content ul.reference li a:hover
	{
		color: #736357 !important;
		text-decoration: none;
	}

div#Content div#Reference ul li.active
{
	background-image: url(../images/Reference_Active_Background.jpg);
	behavior: url(/content/style/iepngfix/iepngfix.htc);
	color: black;
}
div#Content ul.reference li.active
{
	background-image: url(../images/Reference_Active_Background.png);
	behavior: url(/content/style/iepngfix/iepngfix.htc);
	color: black;
}

	div#Content div#Reference ul li.active a p
	{
		color: black !important;
	}

div#Content div#Reference ul li div.logo, div#Content ul.reference li div.logo
{
	margin: 3px;
	height: 84px;
	text-align: center;
}
div#Content div#Reference ul li div.info, div#Content ul.reference li div.info
{
	padding: 3px 6px;
}

div#Content div#Reference ul li div.info p, div#Content ul.reference li div.info p
{
	display: none;
	background-image: url(../images/Quicklinks_Arrow.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
}

div#Content div#Reference ul li table td.image
{
	vertical-align: middle;
	text-align: center;
	height: 84px;
}


/* IE 6 */
div#Content div#Reference ul li div.info p
{
	behavior: url(/content/style/iepngfix/iepngfix.htc);
}

div#Content div#Reference ul li.active div.info p
{
	display: block;
}

/* --------------------------------------------------------------------------------------------------------- */
div#SideBar div#Jobs
{
	margin-bottom: 25px;
}
div#SideBar div#Jobs ul
{
	list-style: none;
	padding-left: 0;
	padding-bottom: 0;
}
div#SideBar div#Jobs ul li
{
	/* background-image: url(../images/Jobs_Background.jpg); */
	font-size: 0.9em;
	width: 158px; /* 158 */
	/* height: 58px; /* 70 */
	/*padding: 6px 15px; */
	margin-bottom: 15px;
	/* overflow: hidden; */
	background-color: #c2c0a9;
}
div#SideBar div#Jobs ul li h3
{
	background-image: url(../images/Jobs_Top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color: #174A7C;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 4px;
	padding: 8px 15px 0;
}
div#SideBar div#Jobs ul li h3 a
{
	color: inherit;
}
div#SideBar div#Jobs ul li p
{
	background-image: url(../images/Jobs_Bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0 15px 12px;
}

/* --------------------------------------------------------------------------------------------------------- */
div#Footer
{
	border-top: solid 1px white;
	/* margin: 0 25px; */
	/* padding: 15px 0 10px; */
	padding: 20px;
}

div#Footer div#Links
{
	background-color: #c2c0a9;
	/* padding: 0 25px 25px; */
	padding: 0 0 25px;
}

div#Footer div#Links ul
{
	list-style: none;
	background-image: url(../images/Footer_Background.gif);
	/* background-position: left top; */
	background-repeat: no-repeat;
	padding-top: 20px;
	float: left;
	/* margin-right: 50px; */
	/* padding-right: 45px; */
	padding-left: 8px;
	background-position: 8px top;
	width: 183px;
}
div#Footer div#Links.myUltimoLinks ul
{
	width: 150px;
}
div#Footer div#Links ul.empty
{
	background: none;
}
div#Footer div#Links ul li.header
{
	font-size: 0.7em;
	font-weight: bold;

	padding-left: 10px;
	color: #736357;
}
div#Footer div#Links ul li
{
	font-size: 0.8em;

	padding: 0;
	display: inline;
}
div#Footer div#Links ul li a
{
	color: white;
	text-decoration: none;
	display: block;
	padding: 2px 10px;
}
div#Footer div#Links ul li a:hover
{
	background-color: #A5A484;
}
div#Footer div#Links ul li a:active
{
	color: #A5A484;
	background-color: white;
}

div#Footer div#Copyright
{
	padding-top: 10px;
	font-size: 0.7em;
	text-align: right
}
div#Copyright a
{
color: #736357;
}
/* --------------------------------------------------------------------------------------------------------- */
div.sub div#Content div#TopContent
{
	background-color: transparent;
	background-image: url(../images/TopContent.png);
	height: 67px; /* 75 */
	background-repeat: no-repeat;
	background-position: center;
	padding: 8px 20px 0;
}
/* IE 6 */
div.sub div#Content div#TopContent
{
	behavior: url(/content/style/iepngfix/iepngfix.htc);
}

div#TopContent div#Breadcrumbs
{
	color: #CC6600;
	font-size: 0.9em;
}
/*
div#TopContent div#Title
{
	color: #717272;
	padding-top: 20px;
	padding-left: 170px;
}
div#TopContent div#Title h2
{
	font-size: 1.9em;
}
*/

/* --------------------------------------------------------------------------------------------------------- */
div.sub div#Content div.row
{
	padding: 0;
	/* margin-left: 175px; */
	float: right;
	width: 780px;
	padding-top: 10px;
}

div.sub div#Content h2.page
{
	font-size: 1.9em;
	color: #717272;
	position: absolute;
	/* top: 45px; */
	top: -40px;
	
	width: 525px;
}

div.sub div#Content div.centerbar
{
	float: left;
	width: 535px;
}
div.sub div#Content div.sidebar
{
	
	float: right;
	width: 215px;
	padding-right: 15px;
}

/* --------------------------------------------------------------------------------------------------------- */
div#Sidemenu
{
	width: 175px;
	float: left;
	overflow: hidden;
}

div#Sidemenu ul
{
	list-style: none;
	padding-left: 0;
	width: 175px;
}
div#Sidemenu ul li
{
	padding-right: 5px;
	background-image: url(../images/Sidemenu_Background.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	/* float: left; */
	width: 170px
}
div#Sidemenu ul li a
{	
	display: block;
	padding-top: 10px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-size: 0.9em;
	width: 150px;
	/*background-image: url(../images/More_Arrow_Hover.png);
	behavior: url(/content/style/iepngfix/iepngfix.htc);
	background-position: left -30px;
	background-repeat: no-repeat;
	background-attachment:fixed;
	*/
}
div#Sidemenu ul li a:hover, div#Sidemenu ul li a.active
{
	background-image: url(../images/More_Arrow_Hover.png);
	background-position: left 11px;
	background-repeat: no-repeat;
	color: #CC6600;
	text-decoration: underline;
}

/* IE 6 */
div#Sidemenu ul li a:hover, div#Sidemenu ul li a.active
{
	behavior: url(/content/style/iepngfix/iepngfix.htc);
}
* html div#Sidemenu ul li a:hover, * html div#Sidemenu ul li a.active
{
	background-image: url(../images/More_Arrow_Hover.gif);
	background-position: left 11px;
	background-repeat: no-repeat;
	color: #CC6600;
	text-decoration: underline;
}


div#Sidemenu ul li ul
{
	padding-bottom: 5px;
}
div#Sidemenu ul li ul li
{
	background: none;
}
div#Sidemenu ul li ul li a
{
	background-image: url(../images/Sidemenu_Arrow.png);
	behavior: url(/content/style/iepngfix/iepngfix.htc);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 20px; /* 25 */
	padding-left: 15px;
	font-size: 0.9em;
	
	width: 125px;
}
/* IE 6 */
div#Sidemenu ul li ul li a
{
	behavior: url(/content/style/iepngfix/iepngfix.htc);
}

div#Sidemenu ul li ul li a:hover, div#Sidemenu ul li ul li a.active
{
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../images/Sidemenu_Arrow.png);
	behavior: url(/content/style/iepngfix/iepngfix.htc);
	text-decoration: none;
}
/* IE 6 */
div#Sidemenu ul li ul li a:hover, div#Sidemenu ul li ul li a.active
{
	behavior: url(/content/style/iepngfix/iepngfix.htc);
}

div#Sidemenu ul li ul li ul li a
{
	background-image: url(../images/Sidemenu_Bullet.gif);
	background-position: left 8px;
	margin-left: 35px; /* 40 */
	width: 110px;
}
div#Sidemenu ul li ul li ul li
{
	padding-bottom: 2px;
}
div#Sidemenu ul li ul li ul li a:hover, div#Sidemenu ul li ul li ul li a.active
{
	background-image: url(../images/Sidemenu_Bullet.gif);
	background-position: left 8px;
}

/* --------------------------------------------------------------------------------------------------------- */
div#Content div.contentArea
{
	background-color: #f2f2ee;
	padding: 15px;
	margin-bottom: 20px;
	
	position: relative;
}
div#Content div.content
{
	padding: 0 15px;
}


div#Content div.centerbar h3
{
	color: #174A7C;
	padding-bottom: 10px;
}

div#Content div#login
{
	 width: 200px;
}
div#Content div#login div.name
{
	float: left;
}
div#Content div#login div.input
{
	float: right;
}
div#Content div#login div.remember
{
	float: right;
	clear: both;
}
div#Content div#login div.button
{
	float: right;
	clear: both;
}
div#Content div#login table
{
	margin: 0 50%;
	position: relative;
}
div#Content div#login table div.name
{
	float: left;
	padding: 0 20px 0 0;
}
div#Content div#login table div.input
{
	float: right;
	width: 100px;
}
div#Content div#login table div.button
{
	float: right;
	width: auto !important;
}

/* --------------------------------------------------------------------------------------------------------- */
div#SearchResults
{
}
	div#SearchResults div.top
	{
		font-weight: bold;
	}
	div#SearchResults div.amount
	{
		padding: 0 0 2em;		
	}
	div#SearchResults div.result
	{
		padding: 0 0 2em;
	}
		div#SearchResults div.result div.title
		{
			font-weight: bold;
		}
div#Pager
{
}
	div#Pager span.pagerPrevious,
	div#Pager span.pagerNext,
	div#Pager a.pagerPrevious,
	div#Pager a.pagerNext
	{
		float: left;
	}
	div#Pager div.pagesBlock
	{
		float: left;
		padding: 0 15px;
	}
		div#Pager div.pagesBlock a
		{
			padding: 0 4px;
		}


/* --------------------------------------------------------------------------------------------------------- */
div#Content div#SideImage
{
	/* margin-top: -30px; */
	width: 200px;
}
	div#Content div#SideImage img
	{
		margin-top: -30px;
		position: relative;
	}
div#SideImage p
{
	padding: 0;
	margin: 0;
}

/* --------------------------------------------------------------------------------------------------------- */
div#Content div.row div.product
{
	background-image: url(../images/Product_Background.png);
	height: 116px;
	width: 780px;
	margin-bottom: 12px;
	overflow: hidden;
	clear: both;
}
/* IE 6 */
div#Content div.row div.product
{
	behavior: url(/content/style/iepngfix/iepngfix.htc);
}

div#Content div.row div.product div.image
{
	float: left;
	width: 120px; /* 155 */
	padding-top: 15px;
	padding-left: 35px;
}

div#Content div.row div.product div.context
{
	position: relative;
	width: 355px;
	float: left;
	/* padding-left: 155px; */
	padding-top: 10px;
	font-size: 0.9em;
	height: 103px;
}
/* IE 6 */
* html div#Content div.row div.product div.context
{
	/* width: 335px; */
}

div#Content div.row div.product div.context h3
{
	color: #174A7C;	
	font-size: 1.1em;
	background-image: url(../images/Quicklinks_Arrow.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 22px;
	margin-bottom: 5px; 
}
/* IE 6 */
div#Content div.row div.product div.context h3
{
	behavior: url(/content/style/iepngfix/iepngfix.htc);
}

div#Content div.row div.product div.context p
{
	padding-bottom: 3px;
}

div#Content div.row div.product div.context a.more
{
	background-image: url(../images/Product_More_Background.jpg);
	background-position: top right;
	color: white;
	font-size: 1.1em;
	text-align: right;
	width: 168px; /* 183 */
	height: 22px; /* 27 */
	padding-right: 15px;
	padding-top: 5px;
	position: absolute;
	bottom: 3px;
	right: 0;
}
div#Content div.row div.product a.more:hover
{
	color: white !important;
}

div#Content div.row div.product div.note a.more
{
	background-image: url(../images/Note_More_Background.jpg);
	background-position: top right;
	color: white;
	font-size: 0.9em;
	text-align: right;
	width: 168px; /* 183 */
	height: 22px; /* 27 */
	padding-right: 15px;
	padding-top: 5px;
	position: absolute;
	right: 8px;
	bottom: 3px;
}

div#Content div.row div.product div.note
{
	position: relative;
	float: right;
	height: 103px;
	width: 205px;
	/*
	padding-right: 10px;
	padding-top: 10px;
	*/
	padding: 10px 10px 0;
	font-size: 1.1em;
	color: #174A7C;	
}


div.sub div#Content div#LinkList
{
	width: 209px;
	padding-left: 3px;
	margin-bottom: 20px;
}
div.sub div#Content div#LinkList div#LinkListTop
{
	height: 3px;
	overflow: hidden;
	background-image: url(../images/Sidelinks_Top.png);
}
div.sub div#Content div#LinkList div#LinkListContent
{
	padding: 10px 20px;
	background-color: #ebebe4;
}
div.sub div#Content div#LinkList div#LinkListBottom
{
	height: 3px;
	overflow: hidden;
	background-image: url(../images/Sidelinks_Bottom.png);
}

div.sub div#Content div#LinkList div#LinkListContent ul
{
	list-style: none;
}

div.sub div#Content div#LinkList a.back
{
	padding: 10px 0;
}
div.product div#Content a.back
{
	padding-left: 190px;
}

/* --------------------------------------------------------------------------------------------------------- */
div#SiteContainer div#CenterBar
{
	width: 535px;
	float: left;
	padding-top: 10px;
}
div#SiteContainer div#SideBar
{
	float: right;
	padding-right: 15px;
	width: 215px;
	/* overflow: hidden; */
}


/* --------------------------------------------------------------------------------------------------------- */
div#SiteContainer div#LeftBar
{
	width: 740px;
	padding: 0 20px;
	float: left;
}
div.home div#SiteContainer div#SideBar
{
	width: 158px;
}

/* --------------------------------------------------------------------------------------------------------- */
div#Content a.back
{
	display: block;
	padding: 0 15px 25px;
	color: #CC6600;
}

/* --------------------------------------------------------------------------------------------------------- */
div#Languages
{
	background-image: url(../images/Home_BE_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 45px;
	padding-bottom: 67px;
	width: 100%;
}
	div#TopContent div.language h2 a, div#TopContent div.language h2 a:hover
	{
		color: #ffffff !important;
		text-decoration: none !important;
		top: 17px;
		right: 25px;
		position: absolute;
	}
	div#TopContent div.language div.headerback
	{
		position: absolute;
		top: -20px;
		right: 270px;
		background-image: url(../images/Home_BE_Button.png);
		background-repeat: no-repeat;
		background-position: left;
		width: 143px;
		height: 57px;
	}
	
	/* IE6 */
	div#TopContent div.language div.headerback
	{
		behavior: url(/content/style/iepngfix/iepngfix.htc);
	}
	
	div#TopContent div.language div.flag
	{
		float: left;
	}
	div#TopContent div.language div.description
	{
		padding: 0 22px;
		position: relative;
	}

div#TopContent div#UnderConstruction {
	text-align: center;
	padding: 60px 0 40px;
}

/* Overrides for Homepage with Video Ultimo Commercial BASED on extra class "homeNL" next to home */
body.homeNL div.home div#TopContent div#IntroLeft {
	float: left;
	width: 275px;
}
body.homeNL div.home div#TopContent div#IntroCenter {
	float: left;
	width: 330px;
	margin:0px 10px 0 20px;
}
body.homeNL div.home div#TopContent div#IntroCenter div.vid {
	border:1px solid #ccc;
	width:330px;
	height:186px;
}
body.homeNL div.home div#TopContent div#IntroRight {
	margin-top:-5px;
}
body.homeNL div.home div#TopContent div#IntroCenter h2 {
   color: #717272;
}

/* SOCIAL MEDIA */
.social{
	width: 16px;
	height: 16px;
	display: block;
	background: transparent url(../images/social.png) no-repeat scroll;
}

.social.tw
{	background-position: 0 0; }
.social.tw:hover, 
.social.tw:active, 
.social.tw:focus
{	background-position: -16px 0; }
.social.fb
{	background-position: 0 -16px; }
.social.fb:hover,
.social.fb:active, 
.social.fb:focus
{	background-position: -16px -16px; }
.social.li
{	background-position: 0 -32px; }
.social.li:hover,
.social.li:active, 
.social.li:focus
{	background-position: -16px -32px; }

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
