﻿/**************************
GENERAL
**************************/
body, html {
	color: #434343;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	/*font-family: Tahoma, Verdana, sans-serif;*/
	background: #fff;
	text-align: left;
	height: 100%;
	line-height:1.4em;
}
body {
	font-size: 75%;
}
* {
	padding: 0;
	margin: 0;
	border: 0;
}
.clear {
	clear: both;
}
img {
	border:0;
}
.divClick {
	cursor:pointer;
	display:table;
}

.topLinks em,
.footerLeft em,
.footerRight em,
.flexList em,
.flexDate em,
.languageBlock em,
.breadCrumbs em,
.contactForm em
{
	font-style:normal;
}
/**************************
MAIN WRAPPERS
**************************/
.mainContainer {
	width: 1000px;
	margin: 0 auto;
	padding:0px 0px;
	/*min-height: 100%;*/
	text-align: left;
	background:url(../imgs/shared/bg_mainContainer-content.gif) bottom left no-repeat;
}

.homepage	{
	background:url(../imgs/shared/bg_mainContainer.gif) bottom left no-repeat;
	}
/*
*html .mainContainer {
height: 100%;
}*/

.outerWrapper {
	padding:0px 20px 0px 20px;
}
.innerWrapper {
	width: 100%;
}
.rightWrapper {
	float: right;
	width: 300px;
	padding:0 30px 0 0;
}
.contentWrapper {
	float:left;
	width:570px;
	padding:0 0 20px 30px;
	min-height:400px;
}
/**************************
HEADER
**************************/
.header {
	width:1000px;
}
.headerLeft {
	float:left;
	width:250px;
}
.headerRight {
	float:right;
	width:700px;
	height:90px; /*sets the height of the header */
}
.header .logo {
	width:170px;
	height:70px;
	background:url(../imgs/shared/logo_interhealth.gif) 20px 15px no-repeat;
	padding:15px 0px 0px 25px;
	display:block;
}
.topLinks {
	float:right;
	padding:35px 0 0 0;
	text-align:right;
}
.topLinks em,
.languageBlock em	{
	color:#0874c0;
	}
	
.topLinks a,
.languageBlock a {
	color:#6f1798;
	}
	
.topLinks a:hover,
.languageBlock a:hover {
	color:#a3db20;
	}

.searchBlock {
	float:right;
	width:200px;
	height:25px;
	background:url(../imgs/shared/bg_search.png) 0px 30px no-repeat; /* the top bg position is equal to the top padding */
	padding:30px 0 0 0;
}
.searchBlock .inputField {
	background:none;
	height:15px;
	padding: 5px 10px;
	float:left;
 	*margin-left: 5px;
	
}
.searchBlock input {
 *padding: 5px 0 0 5px!important;
}
.searchButton {
	height:25px;
	width:20px;
	float:left;
	background:url(../imgs/shared/btn_search.png) no-repeat top left;
}
.searchButton:hover {
	background-position:bottom left;
}
.searchBlock .dxeEditArea_interhealth {
	background: #a3db20;
	width: 120px;
 	*width: 130px;
	color:#fff;
}
.searchBlock .dxeTextBox_interhealth
{
	border: none;
}

/**************************
FOOTER
**************************/

.footer {
	width: 960px;
	margin: 0 auto;
	padding:0px 20px;
	height: 50px;
	text-align: center;
	background:url(../imgs/shared/bg_footer.gif) no-repeat bottom left;
	color:#d3d3d3;
}
.footerLeft, .footerRight {
	line-height: 50px;
}
.footerLeft {
	float:left;
}
.footerRight {
	float:right;
	background:url(../imgs/shared/logo_footer.png) right 12px no-repeat;
	padding-right:35px;
}

.footer a	{
	color:#d3d3d3;
	}
	
.footer a:hover	{
	color:#a3db20;
	}
/*----------------- .NET FORM FIX----------------------*/
form {
	display:block;
	margin: 0;
	padding: 0;
	height:100%;
	min-height: 100%;
}
form:after { /* .NET */
	display: block;
	height: 100%;
	clear: both;
}
/* FORM DESIGN SEARCH FIELD, */
input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
}
input, select, textarea {
	border-width: 0;
	color: #666666;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 1em;
}
.inputSearch {
	border: 1px solid #dbdbdb;
	height: 16px;
	margin: 2px 8px 7px 0;
	padding: 4px 0 0 4px;
	width: 256px;
	_width:248px;
}
/*----------------- UL OL CORRECTION ----------------------*/
.rightWrapper ul, .innerWrapper ul, .contentWrapper ul {
	padding-left:15px;
	text-indent: 0; /* INSPRINGEN LINKS */
	list-style:url(../imgs/shared/ic_bullet.png) outside!important;
}
.rightWrapper ol, .innerWrapper ol, .contentWrapper ol {
	padding-left:22px;
	text-indent: 0; /* INSPRINGEN LINKS */
	list-style: decimal outside;
}
/**************************
PAGES
**************************/
.contentTop {
	background:url(../imgs/shared/bg_contentTop.gif) bottom left no-repeat #fff;
	_width:960px;
}

.homepage .contentTop	{
	background:none;
	}
	
.contentBottom {
	clear:both;
	margin-top:-30px;
	z-index:50;
	position:relative;
	*position:inherit;
}
.homeCover {
	height:260px;
	background:#fff;
}

.contentCover {
	padding-bottom:25px;
}

.coverSmall {
	float:left;
	width:625px;
}
.blockRight {
	width:300px;
	
}
.backgroundColorLight {
	background:#fff;
}


.backgroundColorLight h2,
.backgroundColorLight h3 {
	color:#6f1798;
}

.backgroundColorNormal {
	background:#0874c0;
	color:#efefef;
}
.backgroundColorNormal a,
.backgroundColorNormal .flexDate {
	color:#FFFFFF;
}
.backgroundColorNormal a:hover {
	color:#6F1798;
}
.backgroundColorNormal h3 {
	color:#fff;
}
.backgroundColorNormal .blockImage	{
	border:1px solid #3098e1;
	}


.backgroundColorDark {
	background:#6f1798;
	color:#efefef;
}
.backgroundColorDark a,
.backgroundColorDark .flexDate
{
	color: #FFFFFF;
}
.backgroundColorDark a:hover {
	color:#a3db20;
}
.backgroundColorDark h3 {
	color:#a3db20!important;
}

.backgroundColorDark .blockImage	{
	border:1px solid #9760b4;
	}

.backgroundColorDark h2,
.backgroundColorDark h3,
.backgroundColorNormal h2,
.backgroundColorNormal h3 {
	color:#a3db20;
}
.blockFirst {
	height:150px; /*Sets this height equal to the homeCover class' height*/
}
.backgroundColorLight .blockHeader	{
	height:1px;
	}
.backgroundColorLight .blockFooter	{
	height:1px;
	}

.backgroundColorLight .blockContent	{
	padding:0px 20px 0px 20px;
	}
	
.backgroundColorLight a	{
	font-weight:bold;
	}

.blockHeader {
	background:url(../imgs/shared/top_block_small.png) top left no-repeat;
	height:10px;
	width:300px; /*Sets this width equal to the block class' width*/
}
.blockFooter {
	background: url(../imgs/shared/bottom_block_small.png) top left no-repeat;
	_background: url(../imgs/shared/bottom_block_small.png) bottom left no-repeat; /*IE6 fix*/
	height:10px;
	width:300px; /*Sets this width equal to the block class' width*/
}
.blockContent {
	padding:10px 20px 15px 20px;
	_padding-bottom:7px; /*IE6 fix*/
}
.blockRow3 {
	background:url(../imgs/shared/bg_white_row3.gif) top left repeat-y;
}
.blockRow3Header {
	height:5px;
}
.blockRow3Footer {
	background:url(../imgs/shared/bottom_blocks_3.png) bottom left no-repeat;
	width:960px;
	height:10px;
}
.blockRowSingle {
	width:300px;
	float:left;
	margin-right:25px;
}
.noMarginRight {
	margin-right:0px;
}
/**************************
DYNAMISCHE CONTENT
**************************/

.repeaterSpace {
	height:25px;
}
.itemRepeaterSpace {
	height:15px;
}
.rightFooterElement {
	margin-top:14px;
}
.mainFooterElement {
	margin-top:14px;
}
.flexList, .flexList li {
	list-style:none!important;
	list-style-image:none!important;
	margin:0px;
	padding-left:0px!important;
}

.flexList li	{
	padding-bottom:10px;
	}

.flexList 	{
	padding-left:0px!important;
}

.flexDate {
	color:#0874c0;
	font-weight:bold;
	font-size:0.90em;
	padding-right:10px;
}

.flexDate  em	{
	padding:0px 2px;
	color:#a3db20;
	}
.flexListMoreLinkSpacer {
	height: 8px;
}
.flexListMoreLink {
	background:url(../imgs/shared/ic_flexlistMoreLink.gif) 0px 4px no-repeat;
	padding-left:10px;
}
.flexTable img {
	margin-right:15px;
	border:1px solid #0b6c00;
}

.flexTable td	{
	vertical-align:top;
	}
	
.contactForm .FormRowEven, .contactForm .FormRowOdd {
	height: 25px;
}
.formButton {
	padding:0 10px 0 10px;
	background:url(../imgs/shared/ic_flexFormBtn.png) top left no-repeat #6f1798;
	color:#FFFFFF!important;
	font-weight:bold!important;
	display: block;
	cursor:pointer;
	line-height:30px;
	width:100px;
	text-align:center;
}
input.formButton 
{
	width: 120px;
	height: 30px;	
}
.formButton:hover {
	color: #a3db20;
	text-decoration: none;
	background:url(../imgs/shared/ic_flexFormBtn.png) top left no-repeat #0874c0;
}

.faqFlexList li	{
	border-bottom:1px solid #efefef;
	}
	
.faqFlexList a	{
	padding:5px 0px;
	display:block;
	}
	
.faqAnswer	{
	padding:5px 20px 10px 20px;
	background:url(../imgs/shared/bg_faqAnswer.gif) bottom left repeat-x;
	border-left:2px solid #0874c0;
	}

.faqAnswer p {
	padding-bottom:0px!important;
	}

/********************
LANGUAGE DROPDOWN
********************/
.languageBlock
{
	float: right;
	padding:35px 0 0 0;
	*padding:20px 0 0 0;
	*margin-right: 10px;
}
.languageBlock em, .languageBlock a
{
	float: left;
	padding-left: 3px;
}
/*
.taalkeuze	{
	list-style:none;
	text-align:left;
	padding-left: 4px;
	list-style-image: none;
	float: left;
}	
.taalkeuze a
{
	background:none;
}
.taalkeuze:hover a 
{
}	
.taalkeuze ul 
{
	top: 18px;
	*top: 16px;
	left: -5px;
	position:absolute; 
	background:#fff;
	border-left:1px solid #0874c0;
	border-right:1px solid #0874c0;
	padding: 0px;
	margin: 0;
	display:none;
	opacity:0; 
	list-style:none;
	width: 55px;
}
.taalkeuze li 
{
	position: relative;
	float:none;
	padding: 0;
}
.taalkeuze ul li
{
	padding:5px 5px 5px 5px;
}
.taalkeuze ul li a	
{
	font-weight: bold;
	color: #0874c0;
}
.taalkeuze ul li a:hover	{
	text-decoration: none;
	color:#a3db20;
}
.taalkeuze .list_Level1 .linkImageItem0, 
.taalkeuze .list_Level1 .linkImageItem1, 
.taalkeuze .list_Level1 .linkImageItem2
{
	position:relative;
	padding: 0 6px 0 0;
	top: 2px;	
}
*/
/**************************
START MENU
**************************/
.topMenu {
	background:url(../imgs/shared/bg_headerMenu.gif) no-repeat top left;
	padding:0px 15px;
	
}

ul.mainMenu {
	height:35px;
	margin:0px;
	list-style:none;
	list-style-image:none;
	padding:0px;
	font-size:1.15em;
}
ul.mainMenu * {
	margin:0;
	padding:0;
}
ul.mainMenu a {
	text-decoration:none;
	float:left;
	display:block;
	color:#fff;
}
ul.mainMenu .mainMenuhover
{
	color:#a3db20;
	text-decoration:none!important;
}
ul.mainMenu li {
	position:relative;
	float:left;
}
ul.mainMenu ul {
	font-size:0.85em;
	position:absolute;
	padding:0px;
	margin: 0px;
	top:35px;
	left:0px;
	background:url(../imgs/shared/bg_menuDropdown.png) bottom left no-repeat;
	display:none;
	opacity:0;
	list-style:none;
	width:195x;
	_width:194x;
}
ul.mainMenu ul li {
	position:relative;
	/*width: 170px;*/
	margin:0;
	padding:5px 15px;
	background:url(../imgs/shared/menu_devider.gif) 10px bottom no-repeat;
}
ul.mainMenu ul li a {
	background:none;
}
ul.mainMenu ul .listItem0 {
	margin-top: 5px;
}
ul.mainMenu ul .listItemLast {
	padding-bottom: 15px;
}
ul.mainMenu ul a, ul.mainMenu ul li a, ul.mainMenu .selectedRoot ul li a {
	display:block;
	font-weight: bold;
	color: #ffffff;
	padding: 0px 0px;
	margin: 0;
	width: 170px!important;
	text-decoration: none;
}
ul.mainMenu ul a:hover, ul.mainMenu ul li a:hover, ul.mainMenu .selectedRoot ul li a:hover {
	text-decoration: none;
	color:#a3db20;
}
ul.mainMenu ul ul {
	left:195px;
	top:-5px;
	font-size:1em;
}
ul.mainMenu .menulink {
	border:1px solid #aaa;
	padding:5px 7px 7px;
	font-weight:bold;
	width:134px
}
ul.mainMenu .listItem_Level0, ul.mainMenu .listItem_Level0_Children {
	float:left;
	list-style:none;
	width:194px;
	margin:0px;
	padding:0px;
	list-style-position:outside;
}
ul.mainMenuExtranet .listItem_Level0, ul.mainMenuExtranet .listItem_Level0_Children {
	width:160px;
}
ul.mainMenu .linkItem_Level0, ul.mainMenu .linkItem_Level0_Children {
	display:block;
	width:195px;
	_width:194px;
	text-decoration:none;
	text-align:center;
	line-height:35px;
}
ul.mainMenu .linkItem_Level0:hover, ul.mainMenu .linkItem_Level0_Children:hover, ul.mainMenu .selectedRoot {
	color:#a3db20;
}
ul.mainMenu .selectedRoot a {
	color:#a3db20;
}
ul.mainMenu .linkItem_Level0_Children:hover {
	text-decoration:none;
}

ul.mainMenu .listItem_Level1_Children	{
	background:url(../imgs/shared/menu_children.gif) 180px 8px no-repeat!important;
	}
	
.list_Level2	{
	
	}

/**************************
POLL
**************************/

.pollQuestionTable {
}
.pollQuestions {
}
.pollAnswerTable {
}
.pollAnswerProgressBar {
}
.pollAnswerProgressBarHit {
	background-color: #787878;
}
.pollAnswerProgressBarNone {
	background-color: #efefef;
}
/**************************
SITEMAP
**************************/
.sitemap {
	line-height: 25px;
	}

.sitemapLink_Level1 {
	display: block;
	text-decoration: none;
	border-bottom: solid 1px #eee8f1;
}
.sitemapLink_Level1:hover {
	text-decoration: none;
	border-bottom: solid 1px #eee8f1;
	background-color: #a3db20;
	color:#6f1798;
}
.sitemapNoLink_Level1 {
	display: block;
	border-bottom: solid 1px #eee8f1;
	background: url(  '../imgs/pijl_down.gif' ) left no-repeat;
	padding-left: 12px;
	cursor: default;
	color:#6f1798;
}
.sitemapLink_Level2 {
	display: block;
	text-decoration: none;
	border-bottom: solid 1px #eee8f1;
	padding-left: 20px;
}
.sitemapLink_Level2:hover {
	text-decoration: none;
	border-bottom: solid 1px #eee8f1;
	background-color: #a3db20;
	color:#6f1798;
}
.sitemap table table div div {
	padding-top: 0px !important;
}
.sitemapHeader {
	font-weight: bold;
	border-bottom: solid 1px #eee8f1;
	padding-bottom: 4px !important;
}
/**************************
SEARCH
**************************/
.rowSearchResultsTableEven {
	margin-bottom: 6px;
	border-bottom: 1px solid #CCCCCC;
}
.rowSearchResultsTableOdd {
	margin-bottom: 6px;
	border-bottom: 1px solid #CCCCCC;
}
.searchResultRowLink {
}
.searchResultRowDescription {
}
.searchResultColumnIcon {
	padding-right: 6px;
	width: 16px;
}
.searchResultColumnLink {
	padding-bottom: 0;
	padding-left: 0;
}
.searchResultColumnDescription {
	padding: 0 0 6px 0;
}
.searchNoResult {
	color: #9A0303;
}

/**************************
ERROR PAGE
**************************/ 
.errorPage {
	width:450px;
	margin: 0 auto;
}

/**************************
SEND TO FRIEND
**************************/ 
.sendtofriendform	{
	background:#787878;
	}

/**************************
breadCrumbs
**************************/ 
.breadCrumbs	{
	padding:25px 0px 30px 30px;
	font-style:normal;
	}
	
	
.pathSeperator	{
	padding:0px 8px;
	height:10px;
	background:url(../imgs/shared/ic_flexlistMoreLink.gif) 3px 4px no-repeat;
	}
	
.breadCrumbs em,
.breadCrumbs a {
	color: #2b58a9;
}
.breadCrumbs a:hover {
	color: #6fd028;
}

.breadCrumbs .breadCrumbSelectedPage em {
	color: #6fd028;
	}

/**************************
CMS MENU
**************************/
.C2GMenu {
	background: #FFFFFF;
	border-bottom: solid 2px black;
}
.C2GMenu input {
	background: transparent!important;
	border: solid 1px none!important;
}
.C2GMenu select {
	background: #FFFFFF!important;
	border: 0 none!important;
}


/**************************
CONTACTFORM
**************************/

.contactForm em	{
	color:#0874c0;
	}
	
.send2friendform	
{
	background:#fff;
	border:3px solid #6f1798;
	padding:10px;
}
	
.send2friendform b	{
	color:#6f1798;
	}

/************************
************************/
.rowinput
{
	padding-bottom: 3px;
}	

/**************************
TWITTER
**************************/

.twitter_update_list	{
	
	list-style-image:none!important;
	list-style:none!important;
	
	}
	
.twitterItem tr {
	}	

.twitter
{
	padding-top: 5px;
}	
.twitterTitle
{
	padding-bottom: 5px;
}
.twitterItemImage img
{
	margin-right:10px;
	border:1px solid #efefef;
}
.twitterItemText
{
	padding: 3px;
}
.twitterItemBottom #twitterList {
	position: relative;
	overflow: hidden;
	width: 210px;
	height: 85px;
}
.twitterItemBottom .twitterItem 
{
	list-style:none!important;
	position: absolute;
	left: 230px;
	width:220px;
	height:75px;
}

.twitterItemMain #twitterList {
	position: relative;
	overflow: hidden;
	width: 513px;
	height: 32px;
}
.twitterItemMain .twitterItem 
{
	list-style:none!important;
	position: absolute;
	left: 533px;
	width:523px;
	height:32px;
}

.twitterItemRight #twitterList {
	position: relative;
	overflow: hidden;
	width: 250px;
	height: 61px;
}
.twitterItemRight .twitterItem 
{
	list-style:none!important;
	position: absolute;
	left: 270px;
	width:260px;
	height:61px;
}

/**************************
WEBLOG
**************************/
.weblogReactionBlock	{
	padding:15px;
	background:#f6f0f9;
	/*border:1px solid #ab5ad1;*/
	}
	
.weblogReaction	{
	
	}
.reactionHeader
{
	padding-bottom: 10px;
}	
.reactionTitle	{
	color: #0874c0;
	}
	
.reactionMessage	{
	padding-bottom:5px;
	display:block;
	}
	
.reactionInformation	{
	font-size:0.9em;
	color:#6f1798;
	}
	
.weblogReactionForm	td {
	padding:0px 15px 5px 0px;
	}
	
.weblogReactionsList	{
	list-style-image:none!important;
	list-style-type:none!important;
	margin:0 0 0 0!important;
	padding:0 0 0 0!important;
	}
	
.weblogReactionsList li	{
	border-bottom:1px dotted #ab5ad1;
	list-style-image:none!important;
	list-style-type:none!important;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	}
	
.FlexDetailsNewsList	{
	}
	
.linkList	{
	font-weight:bold;
	color:#6FD028;
	padding-top:5px;
	}
	
.linkList:hover	{
	color:#6f1798;
	}
	
/******************************
Start Banner
******************************/
.bannerRotator {
	position:relative;
	width:960px;
	height:260px;
}
.bannerRotator a {
	outline:none;
	color: #FFFFFF;
}
.bannerRotator:hover a {
	color: #FFFFFF;
}
#bannerImage {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	border:none;
}
#bgBannerImage {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	border:none;
}
.bannerItem {
	color:#FFF;
	text-align:left;
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:4;
	overflow:hidden;
	width: 960px;/*padding: 10px;*/	
}
.headerText {
	color:#0098d1;
	font-size:1.1em;
}
.bodyText {
	font-size:1.2em;
}
.bannerItem .tableClick {
	display: block;
	float: right;
	margin:10px 10px 0 0;
}
/*
.rotatorTextposition {
	left:220px;
	top:140px;
	width:405px;
}
*/
.formLocation {
	margin-top: 40px;
	float: right;
}
/*
.tmp-desc {
	text-align:left;
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:300px;
	padding:10px;
}
*/
.preloader {
	display:block;
	float:left;
	width:32px;
	height:32px;
	background-color:#000;
	position:absolute;
	top:0;
	left:0;
	z-index:6;
	padding:2px;
	display:none;
}
.bannerPanel {
	position:relative;
	float:left;
	clear:both;
	top:0;
	left:0;
	width:auto;
	height:auto;
	z-index:5;
	margin: 6px 0 0 6px;
	display:none;
}
/*
.buttons {
	position:relative;
	display:block;
	float:right;
	clear:none;
	float:left;
}
*/
.bannerItemsPanel {
	position:relative;
	display:block;
	float:right;
	clear:none;
	float:left;
}
.bannerItemsPanel ul {
	list-style:none;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
}
.bannerItemsPanel li {
	list-style:none;
	font-size:12px;
	display:block;
	float:left;
	clear:none;
	margin-right:4px;
	padding:0px;
	overflow:hidden;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	color:#FFF;
	background-color:#000;
	/*border:1px solid #000;*/
	cursor:pointer;
	font-weight:bold;
}
.bannerItemsPanel li.thumb-over, .bannerItemsPanel li.curr-thumb {
	color:#000;
	background-color:#FFF;
}
.bannerItemsPanel li * {
	display:none;
}
/*
.bannerText {
	background-image: url(../imgs/bg_coverText.png);
	background-repeat: repeat-y;
	background-position: top left;
	display: block;
	padding: 10px 20px 10px 25px;

	*height:40px;
	background:none\9;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="imgs/bg_coverText.png", sizingMethod="scale");
}
*/
/******************************
End Banner
******************************/


