﻿@import url(/css/jQueryCss/jquery-calendar.css);
/* Import rules must always standing above in de css files */

/* TABLE OF CONTENTS ----------------------------------------------------------
EVENT OVERVIEW
- loader
- q-tip
- display view icons
- info panel
- event item footer + item search result list container
- event list
- event details
- event tiles
- event names list
- event search
- mindz favorites
- google maps
...
-----------------------------------------------------------------------------*/


/* LOADER
-----------------------------------------------------------------------------*/
.loadingImageContainer
{
	clear: left;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 70px;
}

.loadingImage 
{
	margin-left: auto;
	margin-right: auto;
}
/* END LOADER
-----------------------------------------------------------------------------*/


/* Q-TIP
-----------------------------------------------------------------------------*/
.qtip-wrapper
{
	border: none 0px;
	background-color: #f7f5f2;
	background: none;
	width: auto !important;
}

/*--- date qtip */
.eventDateQtip .qtip-wrapper
{
	margin-left: auto;
	margin-top: 1px;
	padding: 5px;
	border: 1px solid #514B44;
	background: #FFFFFF url(http://images.mindz.com/Images/gradient_witgrijs.gif) repeat-x scroll center bottom;
}

/*---- systemlinks qtip */
.linkSystemContainerQtip
{
	float: left;
	white-space: nowrap;
}

.linkSystemContainerQtip .qtip-wrapper
{
	background: #F7F5F2;
}

.linkSystemContainerQtip, .linkSystemContainerQtip .qtip-wrapper, .qtip-content
{
	overflow: visible !important;
	white-space: nowrap;
}

.linkSystemContainerQtip a.linkSystemImg
{
	float: left;
	outline: none;
	margin-right: 5px;
}
/* END Q-TIP
-----------------------------------------------------------------------------*/


/* DISPLAY VIEW ICONS 
-----------------------------------------------------------------------------*/
.displayViewContainer
{
	position: relative;
	z-index: 1;
	float: right;
	margin-top: -18px;
}

.displayViewContainer a
{
	outline: none;
	margin-right: 3px;
}

.linkTiles 
{
	background: url(http://images.mindz.com/css/images/systemIcons/tiles_grey.png) no-repeat;
}

.linkTiles.selected
{
	background: url(http://images.mindz.com/css/images/systemIcons/tiles_blue.png) no-repeat;
}

.linkList
{
	background: url(http://images.mindz.com/css/images/systemIcons/list_grey.png) no-repeat;
}

.linkList.selected
{
	background: url(http://images.mindz.com/css/images/systemIcons/list_blue.png) no-repeat;
}

.linkDetails
{
	background: url(http://images.mindz.com/css/images/systemIcons/details_grey.png) no-repeat;
}

.linkDetails.selected
{
	background: url(http://images.mindz.com/css/images/systemIcons/details_blue.png) no-repeat;
}

.linkNames
{
	background: url(http://images.mindz.com/css/images/systemIcons/names_grey.png) no-repeat;
}

.linkNames.selected
{
	background: url(http://images.mindz.com/css/images/systemIcons/names_blue.png) no-repeat;
}
/* END DISPLAY VIEW ICONS 
-----------------------------------------------------------------------------*/


/* INFO PANEL
-----------------------------------------------------------------------------*/
.eventEventSearchContainer .infoPanel
{
	margin: 0 0 10px 0;
}
/* END INFO PANEL
-----------------------------------------------------------------------------*/


/* EVENT ITEM FOOTER + ITEM SEARCH RESULT LIST CONTAINER
-----------------------------------------------------------------------------*/
/*---- search result list container */
.eventEventSearchResultList
{
	float: left;
	clear: left;
	width: 100%;
}

.eventEventSearchResultPaging
{
	clear: left;
}

/*---- item hover */
.eventListContainer:hover, .eventListContainer.hover
{
	background: white url(http://images.mindz.com/Images/gradient_witgrijs.gif) repeat-x scroll 50% 100%;
}

/*---- event item footer */
.eventEventFooterLinkContainer
{
	margin-left: 57px;
}

.eventEventDetailsContainer .eventEventFooterLinkContainer
{
	margin-left: 0px;
}

.eventEventFooterLinkContainer a, .eventEventFooterLinkContainer span
{
	float: left;
	margin-right: 10px;
}

.eventListRegisterLink
{
	font-weight: bold;
}

.eventEventFooterLinkContainer .eventListRegisterFullLabel
{
	color: #ff6600;
	font-weight: bold;
}

.eventListRegisterExpiredLabel
{
	color: red;
	font-weight: bold;	
}

.eventEventExportIcalLink
{
	padding-top: 2px;
	background: url(http://images.mindz.com/images/iCal_icon.png) no-repeat 0 0;
}
/* END EVENT ITEM FOOTER + ITEM SEARCH RESULT CONTAINER
-----------------------------------------------------------------------------*/


/* EVENT LIST
-----------------------------------------------------------------------------*/ 
.eventEventListContainer
{
	overflow: hidden;
	float: left;
	clear: left;
	margin-bottom: 30px;
	width: 100%;
	line-height: normal;
}
	
.eventEventListContainer .imageMaskSmall
{
	margin-bottom: 5px;
}

.eventEventListContainer h2.subHeaderItem
{
	float: none;
	clear: none;
	width: auto;
	color: #006CA8;
}

.eventEventListContainer h2.subHeaderItem a
{
	text-decoration: none;
	color: #006CA8;
}

.eventEventListContainer .eventEventDateContainer
{
	margin: 3px 0;
	font-weight: bold;
}

.eventListAllDatesLink
{
	margin-left: 10px;
	padding-left: 8px;
	background: url(http://images.mindz.com/Images/pijl.gif) no-repeat 0 4px;
}

.eventEventPlazaContainer
{
	margin: 0 0 5px 0;
	font-size: 11px;
}

.eventEventPlazaContainer, .eventEventPlazaContainer a
{
	color: #A6A098;
}
/* END EVENT LIST
-----------------------------------------------------------------------------*/


/* EVENT DETAILS
-----------------------------------------------------------------------------*/
.eventEventDetailsContainer
{
	float: left;
	clear: left;
	width: 100%;
	margin-bottom: 30px;
}

.eventEventDetailsContainer h2.subHeaderItem
{
	float: none;
	clear: none;
	width: auto;
}

.eventEventDetailsContainer h2.subHeaderItem a
{
	text-decoration: none;
	color: #006CA8;
}

.eventEventDetailsContainer .eventEventDateContainer
{
	margin-bottom: 5px;
	font-weight: bold;
}

.eventEventDescriptionContainer
{
	margin-bottom: 10px;
	margin-left: 109px;
}

.eventEventDetailsContainer .eventEventPlazaContainer
{
	clear: left;
}
/* END EVENT DETAILS
-----------------------------------------------------------------------------*/


/* EVENT TILES
-----------------------------------------------------------------------------*/
.eventEventTilesContainer
{
	float: left;
	margin-bottom: 20px;
	padding-bottom: 3px;
	width: 136px;
}

.eventEventTilesContainer .imageMaskMedium
{
	margin: 0 0 0 15px;
}

.eventEventTilesContainer .eventEventNameLabel
{
	display: block;
	clear: left;
	padding: 0 10px;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}
/* END EVENT TILES
-----------------------------------------------------------------------------*/


/* EVENT NAMES LIST 
-----------------------------------------------------------------------------*/
.eventEventNamesContainer
{
	float: left;
	width: 50%;
	margin: 2px 0;
}

.eventEventNamesContainer a
{
	text-decoration: none;
}
/* END EVENT NAMES LIST 
-----------------------------------------------------------------------------*/


/* EVENT SEARCH
-----------------------------------------------------------------------------*/
.eventSearchEventTextbox 
{
	margin-bottom: 5px;
	width: 228px;
}

.twoColumnsRight .eventSearchEventTextbox
{	
	width: 265px;
}

.eventSearchEventCheckBoxContainer
{
	display: block;
	clear: left;
}

.eventSearchDatesLabel
{
	display: block;
	margin: 5px 0;
	font-weight: bold;
}

.eventEventSearchFromDateContainer
{
	float: left;
	margin-bottom: 10px;
	width: 50%;
}

.eventEventSearchFromDateContainer span
{
	display: block;
	margin-bottom: 3px;
}

.eventEventSearchFromDateContainer .inputTextBox
{
	width: 85px;
}

.twoColumnsRight .eventEventSearchFromDateContainer .inputTextBox
{
	width: 105px;
}

.eventEventSearchFromDateContainer a
{
	margin-top: 2px;
}

.eventSearchMore
{
	margin-bottom: 10px;
}

.eventMoreOptionsContainer
{
	overflow: hidden;
	clear: left;
	margin-bottom: 10px;
	padding: 4px 8px;
	width: 219px;
	border: 1px solid #C4BFB9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #fff;
}

.eventEventRow
{
	float: left;
	clear: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

.eventSearchButton
{
	clear: left;
}
/* END EVENT SEARCH
-----------------------------------------------------------------------------*/


/* MINDZ FAVORITES
-----------------------------------------------------------------------------*/
.eventHighlightsContainer
{
	margin-bottom: -15px;
}

.eventHighlightContainer
{
	clear: left;
	overflow: hidden;
	margin: 0 0 15px 0;
}

.eventHighlightNameContainer
{
	margin-bottom: 5px;
	font-weight: bold;
}

.eventHighlightDateContainer
{
	margin-bottom: 5px;
}
/* END MINDZ FAVORITES
-----------------------------------------------------------------------------*/


/* GOOGLE MAPS
-----------------------------------------------------------------------------*/
.goolgePageItemContainer
{
	clear: left;
}
/* END GOOGLE MAPS
-----------------------------------------------------------------------------*/