@import url(/css/settings/popup_settings.css);
@import url(/css/popups/loginRegistration_popups.css);
@import url(/css/properties/systemHyperLinks_properties.css);

@import url(/css/mobile.css) handheld;
@import url(/css/mobile.css) only screen and (max-device-width:480px);

/* DE IMPORT REGELS MOET ALTIJD BOVEN AAN STAAN!!!!! ---------------------------------------------*/


/* OBJECTS THAT MUST BE DISABLED -----------------------------------------------------------------*/
.mainContentMenuContainer, .personalMenuPanelHeader, .personalMenuPanelHeaderLabelContainer, .mainContentHeaderImageContainer, .masterFooterContent, .personalMenuPanel, .networkMenuPanelShortcut, .loginContainerLoginLink, .loginContainerRegisterLink, #highlightedTooltip, .ui-tabs-hide, .networkMenuPanelLanguageContainer
{
	display: none !important;
}

.networkMenuPanelShortcutsContainer, .networkMenuPanelLoginContainer
{
	color: #F0ECE9;
}
/* EINDE OBJECTS THAT MUST BE DISABLED -----------------------------------------------------------*/


/* DEFAULT ---------------------------------------------------------------------------------------*/
html, body
{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	height: 100%;
	background: #514b44;
}

html, body, input, textarea
{
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #514b44;
}

form, table, td
{
	margin: 0 !important;
	padding: 0 !important;
}

table, td
{
	border: 0 !important;
	border-spacing: 0 !important;
	border-collapse: collapse !important;
}

a
{
	color: #514b44;
}

a:hover
{
	color: #ff6600;
	text-decoration:none;
}

a img
{
	border: 0px;
}

p
{
	margin: 0 0 12px 0;
}

img
{
	font-size: 9px;
	overflow: hidden;
}

#progressor
{
	position: absolute;
	left: 50%;
	top: 44%;
	margin: -27px 0 0 -27px;
	z-index: 10000000;
	width: 55px;
	height: 55px;
	text-align: center;
	background: #ffffff url(http://images.mindz.com/Images/ajax-loader.gif) no-repeat  center center;
	border: 1px solid #514b44;
}

.spacer
{
	margin-left: 10px;
}

.pageHeaderItem, .headerItem, .headerItem2
{
	display: block;
	float: left;
	clear: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	color: #ff6600;
	font-size: 24px;
	font-weight: normal;
}

.headerItem2
{
	margin: 0;
}

.pageSubHeaderItem, .subHeaderItem
{
	display: block;
	float: left;
	clear:left;
	margin: 0;
	width: 100%;
	color: #514b44;
	font-size: 12px;
	font-weight: bold;
}

.pageHeaderItem, .pageSubHeaderItem
{
	text-align: center;
}

.pageHeaderItem
{
	font-size: 36px;
	margin: 0 0 5px 0;
}

.pageSubHeaderItem
{
	margin-bottom: 25px;
	line-height: 18px;
}

.homeNetworkPlazaOverview .headerItem, .homeNetworkEventOverview .headerItem
{
	color: #fff;
}

.modalBackground
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #000000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* EINDE DEFAULT ---------------------------------------------------------------------------------*/


/* Q-TIP -----------------------------------------------------------------------------------------*/
.qtip-wrapper
{
	z-index: 1;
	margin-left: auto;
	margin-top: 1px;
	padding: 5px;
	width: 320px !important;
	border: 1px solid #514B44;
	background: #FFFFFF url(http://images.mindz.com/Images/gradient_witgrijs.gif) repeat-x scroll center bottom;
}

.qtip-contentWrapper, .qtip-content
{
	padding: 0px !important;
	background: none !important;
}

.qtip-content
{
	padding: 4px !important;
}
	
.qtip
{
	z-index: 100020 !important;
}
/* EINDE Q-TIP -----------------------------------------------------------------------------------*/


/* NEW AUTO COMPLETE -----------------------------------------------------------------------------*/
.ac_results 
{
	overflow: hidden;
	z-index: 250000;
	padding: 0px;
	border: 1px solid #A4C40C;
	border-top: 0;
	background-color: #fff;
}

.ac_results ul 
{
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li 
{
	cursor: default;
	margin: 0px;
	padding: 4px 5px;
	display: block;
	color: #514b44 !important;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/* width: 100%; */
	font: menu;
	font-size: 12px;
	
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_even
{
	background-color: #f7f4f3;
}

.ac_over
{
	color: #fff;
	background-color: #c4c4c4;
}
/* EINDE NEW AUTO COMPLETE -----------------------------------------------------------------------*/


/* TOOLTIPS --------------------------------------------------------------------------------------*/
.trigger2
{
	float: left;
}

.tooltip, .tooltip2, .tooltip3, .tooltip4, .tooltip5
{
	z-index: 10000;
	display: none; 
	padding: 10px;
	border: solid 1px #514b44;
	background-color: #ffffff;
}

.tooltip
{
	margin-left: 119px;
	margin-top: 10px;
}

.tooltip2
{
	margin-left: -119px;
	margin-top: 10px;
}

.tooltip3, .tooltip4
{
	z-index: 2;
	top: auto !important;
	bottom: 36px !important;
	left: auto !important;
	right: 6px;
}

.tooltip5
{
	margin-left: 200px;
	margin-top: 180px;
}
/* EINDE TOOLTIPS --------------------------------------------------------------------------------*/


/* IMAGE MASKERS ---------------------------------------------------------------------------------*/
.imageMaskSmall, .imageMaskLarge
{
	overflow: hidden;
	float: left;
	padding: 10px;
	font-size: 9px;
}

.imageMaskSmall
{
	margin: -1px 6px 5px -1px;
	padding: 7px;
	width: 38px;
	height: 38px;
	background: url(http://images.mindz.com/Images/imageMaskSmall.png) no-repeat;
}

.imageMaskLarge
{
	margin: -1px 10px 0 0;
	width: 130px;
	height: 124px;
	background: url(http://images.mindz.com/Images/imageMaskLarge_old.png) no-repeat;
}
/* EINDE IMAGE MASKERS ---------------------------------------------------------------------------*/


/* BUTTONS ---------------------------------------------------------------------------------------*/
.buttonDefaultSmall, .buttonDefaultSmallMedium, .buttonDefaultMedium, .buttonDefaultMediumLarge, .buttonDefaultLarge, .buttonDefaultLargeXL, .buttonActionSmall, .buttonActionSmallMedium, .buttonActionMedium, .buttonActionMediumLarge, .buttonActionLarge, .buttonActionLargeXL, .buttonActionLargeXXL, .buttonActionLargeXXXL, .buttonActionLargeXXXXL, .buttonDefaultPopupSmall, .buttonDefaultPopupSmallMedium, .buttonDefaultPopupMedium, .buttonDefaultPopupMediumLarge, .buttonDefaultPopupLarge, .buttonDefaultPopupLargeXL, .buttonActionPopupSmall, .buttonActionPopupSmallMedium, .buttonActionPopupMedium, .buttonActionPopupMediumLarge, .buttonActionPopupLarge, .buttonActionPopupLargeXL, .buttonActionPopupNext, .buttonActionPopupPrevious, .buttonActionPopupComplete, .buttonActionPopupCloseSmall
{
	float: left;
	margin-top: 12px;
	margin-right: 15px;
	padding: 0 0 3px 0;
	width: 95px;
	height: 38px;
	color: #fff;
	font-size: 16px;
	border: 0;
	cursor: pointer;
}

.unauthorizedLoginButton
{
	display: block;
	float: none;
}

.buttonActionPopupNext, .buttonActionPopupPrevious, .buttonActionPopupComplete, .selectProfilesRow .buttonDefaultPopupSmall, .selectProfilesSearchInputRow .buttonDefaultPopupSmall, .selectProfilesExternalInputRow .buttonDefaultPopupSmall
{
	float: right;
}

.plazaPlazaContactMembersPopupPanelTestButton, .unauthorizedLoginButton, .contactContactEventSendButton
{
	clear: left;
}

.profileEditProfileSaveButton, .RSSIntegrationCloseButton
{
	clear: both;
}

.dashboardContainer .buttonDefaultMediumLarge, .buttonDefaultSmallMedium.searchSearchButton, .popupButtonsContainer input, .loginButtonsContainer input, .importProfilesUploaderInsertButton
{
	margin-top: 0;
}

.buttonDefaultSmall, .buttonDefaultSmallMedium, .buttonDefaultMedium, .buttonDefaultMediumLarge, .buttonDefaultLarge, .buttonDefaultLargeXL, .buttonActionSmall, .buttonActionSmallMedium, .buttonActionMedium, .buttonActionMediumLarge, .buttonActionLarge, .buttonActionLargeXL, .buttonActionLargeXXL, .buttonActionLargeXXXL, .buttonActionLargeXXXXL
{
	margin-top: 12px;
}

.buttonActionPopupNext, .buttonActionPopupPrevious, .buttonActionPopupComplete, .selectProfilesRow .buttonDefaultPopupSmall, .selectProfilesSearchInputRow .buttonDefaultPopupSmall, .selectProfilesExternalInputRow .buttonDefaultPopupSmall
{
	margin-right: 0px;
}

.defaultNotLoggedInRegisterButton
{
	margin-right: 5px;
}

.importProfilesUploaderInsertButton
{
	margin-bottom: 12px;
}

.buttonActionPopupNext, .buttonActionPopupPrevious, .buttonActionPopupComplete
{
	margin-left: 15px;
}

/* anchor in button style */
.eventEventEventRightContainer a.buttonDefaultSmall 
{
	float: left;
	padding-top: 8px;
	height: 30px;
	text-align: center;
	text-decoration: none;
}

/*---- BUTTON WIDTH */
.buttonDefaultSmallMedium, .buttonActionPopupSmallMedium, .buttonDefaultPopupSmallMedium, .buttonActionSmallMedium
{
	width: 135px;
}

.buttonDefaultMedium, .buttonActionMedium, .buttonDefaultPopupMedium, .buttonActionPopupMedium
{
	width: 165px;
}

.buttonDefaultMediumLarge, .buttonActionMediumLarge, .buttonDefaultPopupMediumLarge, .buttonActionPopupMediumLarge
{
	width: 195px;
}

.buttonDefaultLarge, .buttonActionLarge, .buttonDefaultPopupLarge, .buttonActionPopupLarge
{
	width: 215px;
}

.buttonDefaultLargeXL, .buttonActionLargeXL, .buttonDefaultPopupLargeXL, .buttonActionPopupLargeXL
{
	width: 230px;
}

.buttonActionLargeXXL
{
	width: 245px;
}

.buttonActionLargeXXXL
{
	width: 260px;
}

.buttonActionLargeXXXXL
{
	width: 280px;
}

/*---- BUTTON ACHTERGRONDEN */
.buttonDefaultSmall, .buttonDefaultPopupSmall
{
	background: url(http://images.mindz.com/Images/button_groen_95x38.png) no-repeat;
}

.buttonDefaultSmallMedium, .buttonDefaultPopupSmallMedium
{
	background: url(http://images.mindz.com/Images/button_groen_135x38.png) no-repeat;
}

.buttonDefaultMedium, .buttonDefaultPopupMedium
{
	background: url(http://images.mindz.com/Images/button_groen_165x38.png) no-repeat;
}

.buttonDefaultMediumLarge, .buttonDefaultPopupMediumLarge
{
	background: url(http://images.mindz.com/Images/button_groen_195x38.png) no-repeat;
}

.buttonDefaultLarge, .buttonDefaultPopupLarge
{
	background: url(http://images.mindz.com/Images/button_groen_215x38.png) no-repeat;
}

.buttonDefaultLargeXL, .buttonDefaultPopupLargeXL
{
	background: url(http://images.mindz.com/Images/button_groen_230x38.png) no-repeat;
}

.buttonActionSmall, .buttonActionPopupSmall, .buttonActionPopupNext, .buttonActionPopupPrevious, .buttonActionPopupComplete
{
	background: url(http://images.mindz.com/Images/button_blauw_95x38.png) no-repeat;
}

.buttonActionSmallMedium, .buttonActionPopupSmallMedium.buttonActionSmallMedium, .buttonActionPopupSmallMedium
{
	background: url(http://images.mindz.com/Images/button_blauw_135x38.png) no-repeat;
}

.buttonActionMedium, .buttonActionPopupMedium
{
	background: url(http://images.mindz.com/Images/button_blauw_165x38.png) no-repeat;
}

.buttonActionMediumLarge, .buttonActionPopupMediumLarge
{
	background: url(http://images.mindz.com/Images/button_blauw_195x38.png) no-repeat;
}

.buttonActionLarge, .buttonActionPopupLarge
{
	background: url(http://images.mindz.com/Images/button_blauw_215x38.png) no-repeat;
}

.buttonActionLargeXL, .buttonActionPopupLargeXL
{
	background: url(http://images.mindz.com/Images/button_blauw_230x38.png) no-repeat;
}

.buttonActionLargeXXL
{
	background: url(http://images.mindz.com/Images/button_blauw_245x38.png) no-repeat;
}

.buttonActionLargeXXXL
{
	background: url(http://images.mindz.com/Images/button_blauw_260x38.png) no-repeat;
}

.buttonActionPopupCloseSmall
{
	background: url(http://images.mindz.com/Images/button_grijs_195x38.png) no-repeat;
}

/*---- UNIEKE ACHTERGRONDEN */
.eventPublishEventButtonRed
{
	background: url(http://images.mindz.com/Images/button_orange_135x38.png) no-repeat !important;
}

.tweetButtonSmallMedium
{
	padding-left: 27px;
	background: url(http://images.mindz.com/Images/tweetInviteButtonSmallMedium.png) no-repeat !important;
}

.tweetButtonLarge, .twitterFollowMe
{
	padding-left: 27px;
	background: url(http://images.mindz.com/Images/tweetInviteButtonLarge.png) no-repeat !important;
}

.tweetButtonLargeXXXL
{
	padding-left: 30px;
	background: url(http://images.mindz.com/Images/tweetInviteButtonLargeXXXL.png) no-repeat !important;
}

.tweetButtonLargeXXXXL
{
	padding-left: 27px;
	background: url(http://images.mindz.com/Images/tweetInviteButtonLargeXXXXL.png) no-repeat !important;
}
/* EINDE BUTTONS ---------------------------------------------------------------------------------*/


/* MASTER CONTENT CONTAINER ----------------------------------------------------------------------*/
.masterContentContainer
{
	overflow: auto;
	position: absolute;
	bottom: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.masterContentWrapper
{
	position: relative;
	height: 100%;
}

.masterMainContent
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px !important;
	width: 100%;
}

* html .masterMainContent
{
	height: expression((document.body.clientHeight - document.getElementById('ctl00_masterFooterContent').offsetHeight - 0) + "px");
}

.masterMainContentWrapper
{
	float: left;
	width: 100%;
	background: #514b44 url(http://images.mindz.com/files/startPages/images/backgroundVerloop.gif) repeat-x top;
}

.mainContent
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 976px;
}
/* EINDE MASTER CONTENT CONTAINER ----------------------------------------------------------------*/


/* MAIN CONTENT INSTELLINGEN ---------------------------------------------------------------------*/
.mainPopupPanelsContainer
{
	overflow: hidden;
	height: 0;
	line-height: 0px;
	font-size: 0px;
}

.mainPopupPanelsContainer div
{
	line-height: normal;
}

.mainContent ul, .mainContent ol, .mainContent dl
{
	overflow: auto;
	margin: 10px 0 12px 0;
	padding: 0 0 0 23px;
}

.mainContent li
{
	margin: 0;
	padding: 0;
}

.contentContainerTop
{
	position: relative;
	float: left;
	clear: left;
	padding: 0 16px 16px 16px;
	width: 944px;
	height: 432px;
	background: url(http://images.mindz.com/files/startPages/images/contentBackground.gif) no-repeat top;
}

.contentContainerBottom
{
	float: left;
	clear: left;
	padding: 0 16px;
	width: 944px;
	background: #a9a39b;
}

.contentContainerBottom a:hover
{
	color: #fff;
}
/* EINDE MAIN CONTENT INSTELLINGEN ---------------------------------------------------------------*/


/* TAALSWITCH ------------------------------------------------------------------------------------*/
.mindzHomepageLanguageContainer
{
	position: absolute;
	z-index: 200;
	top: 12px;
	right: 16px;
	float: right;
	margin: 0 0 0 0;
}

.mindzHomepageLanguageContainer input
{
	float: left;
	margin: 2px 0 0 10px;
	width: 16px;
	height: 13px;
	background: none;
	border: 0;
	cursor: pointer;
}

input.mindzHomepageLanguageNLButton, input.mindzHomepageLanguageNLButtonActive
{
	background: url(http://images.mindz.com/Images/flag_nl.png) no-repeat center center;
}

input.mindzHomepageLanguageENButton, input.mindzHomepageLanguageENButtonActive
{
	background: url(http://images.mindz.com/Images/flag_en.png) no-repeat center center;
}

input.mindzHomepageLanguageNLButtonActive, input.mindzHomepageLanguageENButtonActive
{
	border: 1px solid #FFF;
}
/* EINDE TAALSWITCH ------------------------------------------------------------------------------*/


/* HEADER + NAVIGATIE ----------------------------------------------------------------------------*/
.loginLinkContainer
{
	position: absolute;
	top: 40px;
	right: 16px;
	z-index: 200;
	float: right;
	clear: right;
	width: auto;
}

.headerContainer 
{
	position: relative;
	float: left;
	background: url(http://images.mindz.com/files/startPages/images/headerBackground.gif) no-repeat 0 0;
}

ul#tabsList
{
	overflow: hidden;
	display: inline;
	float: left;
	margin: 71px 0 34px 184px;
	padding: 0;
	width: 792px;
	list-style-type: none;
}

ul#tabsList li
{
	float: left;
	margin: 0;
	padding: 0;
	height: 39px;
	cursor: pointer;
}

ul#tabsList li.tab1, ul#tabsList li.tab2, ul#tabsList li.tab3, ul#tabsList li.tab4
{
	margin-left: -15px;
}

ul#tabsList li.tab0
{
	width: 158px;
}

ul#tabsList li.tab1
{
	width: 173px;
}

ul#tabsList li.tab2
{
	width: 172px;
}

ul#tabsList li.tab3
{
	width: 172px;
}

ul#tabsList li.tab4
{
	width: 174px;
}

ul#tabsList li a
{
	float: left;
	padding-top: 10px;
	width: 158px;
	height: 29px;
	font-weight:;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

ul#tabsList li a:hover
{
	color: #fff;
}

ul#tabsList li.tab1 a
{
	width: 141px;
}

ul#tabsList li.tab2 a
{
	width: 140px;
}

ul#tabsList li.tab3 a
{
	width: 140px;
}

ul#tabsList li.tab4 a
{
	width: 174px;
}

ul#tabsList li.selectedTab0 a
{
	background: url(http://images.mindz.com/files/startPages/images/homeActiveBtnHome.png) no-repeat;
}

ul#tabsList li.selectedTab1 a, ul#tabsList li.selectedTab2 a, ul#tabsList li.selectedTab3 a, ul#tabsList li.selectedTab1 a:hover, ul#tabsList li.selectedTab2 a:hover, ul#tabsList li.selectedTab3 a:hover
{
	background: #b4d90b url(http://images.mindz.com/files/startPages/images/homeActiveBtnRight.png) no-repeat;
}

ul#tabsList li.selectedTab4 a
{
	background: url(http://images.mindz.com/files/startPages/images/homeActiveBtnLoginRight) no-repeat;
}

ul#tabsList li span.headerTabLeft
{
	visibility: hidden;
	float: left;
	width: 18px;
	height: 39px;
	background: url(http://images.mindz.com/files/startPages/images/homeActiveBtnLeft.png) no-repeat;
}

ul#tabsList li span.headerTabRight
{
	visibility: hidden;
	float: left;
	width: 14px;
	height: 39px;
	background: url(http://images.mindz.com/files/startPages/images/homeActiveBtnRightSmall.png) no-repeat;
}

ul#tabsList li.selectedTab1 span.headerTabRight, ul#tabsList li.selectedTab2 span.headerTabRight, ul#tabsList li.selectedTab3 span.headerTabRight, ul#tabsList li.selectedTab1 span.headerTabLeft, ul#tabsList li.selectedTab2 span.headerTabLeft, ul#tabsList li.selectedTab3 span.headerTabLeft
{
	visibility: visible;
}
/* EINDE HEADER + NAVIGATIE ----------------------------------------------------------------------*/


/* HOME ------------------------------------------------------------------------------------------*/
/*---- top container */
.homeLeft, .homeCenter, .homeRight, .whoisLeftContainer, .whoisCenterContainer, .whoisRightContainer
{
	float: left;
	width: 296px;
}

.homeLeft, .homeCenter, .whoisLeftContainer, .whoisCenterContainer
{
	padding-right: 28px;
}

.defaultNotLoggedInPreviewLabel
{
	float: left;
	width: 133px;
	line-height: 18px;
}

.defaultNotLoggedInPreviewImageLink
{
	float: right;
}	

.buzzItemContainer
{
	clear: both;
	margin-bottom: 15px;
}

.buzzItemHeader
{
	display: block;
	margin-left: 55px;
	color: #006ca8;
	font-weight: bold;
}

.buzzItemText
{
	display: block;
	margin-left: 55px;
	font-size: 11px;
}

.tweetsContainer .imageMaskSmall
{
	margin-bottom: 10px;
}

.tweetsContainer a.twitterProfile
{
	color: #006ca8;
}

.tweetContainerLight, .tweetContainerDark
{
	float: left;
	clear: both;
	margin-bottom: 15px;
	width: 100%;
}

.tweetsContainer .time
{
	margin-left: 5px;
	font-weight: bold;
	font-size: 10px;
	color: #A6A098;
}

.registerNowTextContainer
{
	display: block;
	clear: both;
	padding: 0 110px 0 0;
	height: 130px;
	font-weight: bold;
	background: url(http://images.mindz.com/files/startPages/images/faceVoiceBackground.gif) no-repeat right -5px;
	line-height: 18px;
}

/*---- bottom container */
.homeNotLoggedInRegisterButton
{
	margin: 10px 0 20px 0;
	width: 296px;
	background: url(http://images.mindz.com/files/startPages/images/button_296x38.png) no-repeat;
	font-size: 22px;
}

.whoisContainer
{
	float: left;
	margin-top: 12px;
	width: 100%;
}

.homeNetworkPlazaOverview, .homeNetworkEventOverview
{
	float: left;
	width: 460px;
	margin: 0 0 20px 0;
}

.homeNetworkEventOverview
{
	float: right;
}

.homeNetworkPlazaOverview h1, .homeNetworkEventOverview h1
{
	display: inline;
	float: left;
	width: auto;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

.netwerkPlazaContainer, .netwerkEventContainer
{
	display: inline;
	float: left;
	margin: 0 15px 10px 0;
	width: 138px;
	text-align: center;
	font-weight: bold;
}

.homeNetworkEventOverview .headerItem
{
	margin-left: 15px;
}

.netwerkEventContainer
{
	margin: 0 0 10px 15px;
}

.netwerkPlazaContainer img, .netwerkEventContainer img
{
	margin-bottom: 3px;
}

.netwerkPlazaLabel a
{
	text-decoration: none;
	font-size: 13px;
}

.netwerkPlazaButtonContainer, .netwerkEventButtonContainer
{
	position: relative;
	float: left;
	clear: left;
	margin-top: 10px;
	width: 100%;
	height: 40px;
}

.netwerkPlazaLink, .netwerkEventLink
{
	position: absolute;
	left: 50%;
	display: block;
	float: left;
	margin-left: -145px;
	padding-top: 8px;
	width: 290px;
	height: 30px;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	border: 0px;
	background: url(http://images.mindz.com/images/buttongrey_290x38.gif) no-repeat;
	cursor: pointer;
}


/* TAGCLOUD SETTING ------------------------------------------------------------------------------*/
.defaultTagsSubHeader
{
	margin: 20px 0 10px 0;
}

.tagList
{
	clear: left;
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
	overflow: visible !important;
	text-align: center;
}

.tagList li
{
	display: inline;
	padding: 0 5px 0 0 !important;
}

.tagList li a
{
	display: inline;
	line-height: 26px !important;
	text-decoration: none;
	cursor: pointer;
}

.tagList li a:hover
{
	background-color: #cccccc;
}

.tagList a.tagCloudSelectedTag 
{
	background-color: #93af0c;
	color: #ffffff !important;
}

.tagList a.tagCloudSelectedTag:hover 
{
	background-color: #b1d60a;
}

.tagList span
{
	display: none;
}

.tagList .newTag a
{
	color: #006ca8;
}

.tagList .grownTag a
{
	color: #ffffff;
}

.tagList .shrunkTag a
{
	color: #d5cfc8;
}

.changeTagCloud3DStyleLink
{
	display: none;
}

/*---- TAGCLOUD LEGENDA */
.tagsLegendContainer
{
	float: left;
	margin-top: 15px;
	width: 634px;
	padding-left:310px;
	margin: 25px 0 15px 0;
}

.tagsLegendGrownContainer, .tagsLegendShrunkContainer, .tagsLegendNewContainer, .tagsLegendStandardContainer
{
	display: block;
	float: left;
	margin-right: 5px;
	width: 12px;
	height: 12px;
	background-color: #006ca8;
}

.tagsLegendShrunkContainer
{
	margin-left: 7px;
	background-color: #d5cfc8;
}

.tagsLegendNewContainer
{
	margin-left: 7px;
	background-color: #ffffff;
}

.tagsLegendStandardContainer
{
	margin-left: 7px;
	background-color: #514b44;
}

.tagsLegendGrownLabel, .tagsLegendShrunkLabel, .tagsLegendNewLabel, .tagsLegendStandardLabel
{
	margin-top: -2px;
	float: left;
}
/* EINDE TAGCLOUD SETTING ------------------------------------------------------------------------*/
/* EINDE HOME ------------------------------------------------------------------------------------*/


/* WHAT IS MINDZ ---------------------------------------------------------------------------------*/
/*---- top container */
.whatismindzLeft
{
	float:left;
	width: 620px;
	padding-right: 28px;
}

.whatismindzRight
{
	float: left;
	width: 296px;
}

.toolscontainer
{
	overflow: hidden;
	float: left;
	margin-top: 18px;
	width: 620px;
	height: 256px;
}

.tool, .tool2
{
	float: left;
	width: 80px;
	margin-right: 49px;
	margin-bottom: 28px;
	text-align: center;
}

.tool2
{
	margin-right: 0;
}

.tool img, .tool2 img
{
	float:left;
	border: 1px solid #a6a098;
	margin-bottom:4px;
}

.toolLabel
{
	display: block;
	width: 80px;
	font-weight: bold;
	text-align: center;
}

/*---- bottom container */
.bottompageHeaderItem
{
	display: block;
	float: left;
	clear: left;
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
	color: #ffffff;
	font-size: 36px;
	font-weight: normal;
}

.bottompageSubHeaderItem
{
	display: block;
	float: left;
	clear:left;
	margin: 0;
	width: 100%;
	color: #514b44;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

.bottompageHeaderItem, .bottompageSubHeaderItem
{
	text-align: center;
}

.bottompageSubHeaderItem
{
	margin-bottom: 20px;
}

.leftfeatureContainer, .rightfeatureContainer
{
	float:left;
	width: 457px;
	padding-bottom: 25px;
}

.leftfeatureContainer
{
	clear: left;
}

.rightfeatureContainer
{
	float: right;
}

.leftfeatureContainer .headerItem, .rightfeatureContainer .headerItem
{
	color: #ffffff;
}

.featureSubheaderItem
{
	padding-bottom: 10px;
	font-weight: bold;
	display: none;
}

.leftfeatureContainer img, .rightfeatureContainer img
{
	float:left;
	margin-right:10px;
}

.leftfeatureContainer ul, .rightfeatureContainer ul
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 309px;
}

.leftfeatureContainer ul li, .rightfeatureContainer ul li
{
	padding-left:15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 34px;
	background: url(http://images.mindz.com/files/startPages/images/bullet.gif) no-repeat 0px 14px;
}
/* EINDE WHAT IS MINDZ ---------------------------------------------------------------------------*/


/* IS IT FOR ME ----------------------------------------------------------------------------------*/
.isitformeImage
{
	float: left;
	margin-top: -5px;
	width: 620px;
	height: 298px;
}

.targetgroupsContainer
{
	float: left;
	padding-bottom: 25px;
}

.targetgroup
{
	display: inline;
	float: left;
	margin: 0 23px 10px 0;
	width: 138px;
	text-align: center;
	font-weight: bold;
}

.targetgroup2
{
	display: inline;
	float: left;
	margin: 0 0px 10px 0;
	width: 138px;
	text-align: center;
	font-weight: bold;
}

.targetgroupLabel
{
	display: block;
	clear: left;
	padding-top:3px;
	font-size: 14px;
}

.lefttestimonial, .righttestimonial
{
	float:left;
	width: 463px;
	padding-bottom: 25px;
}

.lefttestimonial
{
	padding-right: 18px;
}

.lefttestimonial img, .righttestimonial img
{
	float:left;
	margin-right: 10px;
}

.lefttestimonial h2, .righttestimonial h2
{
	margin:0px;
	padding-bottom:7px;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
}

.lefttestimonial h2 a, .righttestimonial h2 a
{
	color: #ffffff;
	text-decoration: none;
}

.lefttestimonial h2 a:hover, .righttestimonial h2 a:hover
{
	color: #514b44;
	text-decoration: none;
}

.lefttestimonial .testimonialTextQuote, .righttestimonial .testimonialTextQuote
{
	font-weight: bold;     
}
/* EINDE IS IT FOR ME ----------------------------------------------------------------------------*/


/* CUSTOMIZE IT ----------------------------------------------------------------------------------*/
.customizeLeft
{
	float:left;
	width: 640px;
	padding-right: 8px;
}

.customizeRight
{
	float: left;
	width: 296px;
}

.websiteExampleContainer
{
	overflow: hidden;
	float: left;
	margin-top: -5px;
	width: 640px;
	height: 298px;
}


.websiteExample
{
	float: left;
	width: 138px;
	margin-right: 19px;
	margin-bottom: 20px;
	text-align: center;
}

.customizeFeature
{
	float:left;
	padding:0 0 25px 16px;
	background: url(http://images.mindz.com/files/startPages/images/bullet.gif) no-repeat 0px 8px;
}

.customizeFeature h3
{
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 20px;
	color: #ffffff;
}

.customizeFeatureText
{
	font-weight: bold;
}
/* EINDE CUSTOMIZE IT ----------------------------------------------------------------------------------*/


/* ONDERSTE BUTTONS ------------------------------------------------------------------------------*/
.buttonContainer
{
	float:left;
	padding: 25px 0 10px 0;
}

.leftbuttonContainer, .rightbuttonContainer
{
	float: left;
	width: 324px;
	height: 38px;
}

.centerButtonContainer
{
	float:left;
	width: 296 px;
	height: 38px;
}

.navButton
{
	background: url(http://images.mindz.com/files/startPages/images/buttongrey_155x38.gif) no-repeat;
	width: 155px;
	height: 38px;
	border: 0px;
	cursor: pointer;
	font-size: 16px;
	color: #ffffff;
}

.nextPageButton
{
	float: right;
}

.bottomRegisterButton
{
	width: 296px;
	height: 38px;
	background: url(http://images.mindz.com/files/startPages/images/button_296x38.png) no-repeat;
	color: #ffffff;
	font-size: 22px;
	border: 0;
	cursor: pointer;
}
/* EINDE ONDERSTE BUTTONS ------------------------------------------------------------------------*/


/* FOOTER ----------------------------------------------------------------------------------------*/
.mainContentFooter
{
	display:none;
}

.homepageContentFooter
{
	position: relative;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	height: 171px;
	background: url(http://images.mindz.com/files/startPages/images/footerBackground.gif) repeat-x 0 0;
}

.homepageContentFooter a
{
	color: #fff;
}

.homepageContentFooter a:hover
{
	color: #514b44;
}

.homepageContentFooterMenuContainer
{
	display: inline;
	float: right;
	margin: 70px 16px 0 0;
}

.homepageContentFooterMenuContainer a
{
	margin-left: 10px;
	font-weight: bold;
}
/* EINDE FOOTER ----------------------------------------------------------------------------------*/
