/* mediaboxAdvanced - Kathmandu theme */

#mbOverlay {
	position: absolute;
	z-index: 9998;
	left: 0;
	width: 100%;
	background-color: #382871;
	cursor: pointer;
}

#mbOverlay.mbOverlayFF {
	background: transparent url('../img/mediaboxadv/80.png') repeat;
}

#mbOverlay.mbOverlayIE {
	background: transparent url('../img/mediaboxadv/50.gif') repeat;
}

#mbCenter, #mbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #ffffff;
}

.mbLoading {
	background: #ffffff url('../scripts/img/KathmanduLoading.gif') no-repeat center;
}

#mbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #ffffff;
	background-repeat: no-repeat;
/*	Sets the style for inline content, if no style is given	*/
	font-family: "Trebuchet MS", sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #7b7b7b;
	text-align: left;
}

/*	Sets the style for inline content, if no style is given	*/
#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #5c5b61;
	text-decoration: none;
}

/*	Sets the style for inline content, if no style is given	*/
#mbImage a:hover, #mbImage a:active {
	color: #5c5b61;
	text-decoration: underline;
}

#mbBottom {
	font-family: "Trebuchet MS", sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #7b7b7b;
	text-align: left;
	border-left: 16px solid #ffffff;
	border-right: 4px solid #ffffff;
	border-bottom: 8px solid #ffffff;
	border-top-style: none;
}

#mbTitle {
	display: inline;
	color: #7b7b7b;
	line-height: 20px;
	font-size: 12px;
}

#mbNumber {
	display: inline;
	color: #7b7b7b;
	line-height: 14px;
	font-size: 10px;
}

#mbCaption {
	display: block;
	color: #7b7b7b;
	line-height: 14px;
	font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 19px;
	width: 78px;
	background: transparent url('../img/mediaboxadv/KathmanduClose.gif') no-repeat center;
	margin: 0;
	outline: none;
}

#mbPrevLink {
	width: 78px;
	background: transparent url('../img/mediaboxadv/KathmanduPrevious.gif') no-repeat center;
}

#mbNextLink {
	width: 78px;
	background: transparent url('../img/mediaboxadv/KathmanduNext.gif') no-repeat center;
}

#mbCloseLink {
	width: 47px;
	background: transparent url('../img/mediaboxadv/KathmanduClose.gif') no-repeat center;
}

#mbError {
	position: relative;
	top: 30%;
	font-family: "Trebuchet MS", sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #7b7b7b;
	text-align: center;
	border: 10px solid #700;
	padding: 20px 10px 30px;
	margin: auto;
}

/*************************** CUSTOM KATHMANDU STYLES ****************/

#mb_inline {
/*	Sets the style for inline content, if no style is given	*/
	font-family: "Trebuchet MS", sans-serif;
	line-height: 19px;
	font-size: 12px;
	color: #7b7b7b;
	text-align: left;
}

/*	Sets the style for inline content, if no style is given	*/
#mb_inline a, #mb_inline a:link, #mb_inline a:visited {
	color: #5c5b61;
	text-decoration: none;
}

/*	Sets the style for inline content, if no style is given	*/
#mb_inline a:hover, #mb_inline a:active {
	color: #5c5b61;
	text-decoration: underline;
}

#mb_inline div.top img {
	display: block;
	float: left;
}

#mb_inline div.top h1 {
	display: block;
	float: left;
	padding-left: 25px;
	font-size: 150%;
	color: #382871;
	line-height: 62px;
}

#mb_inline div.locatie {
	float: left;
}

#mb_inline div.locatie h1 {
	padding-top: 23px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 215px;
	color: white;
	background-color: #382871;
	border-bottom: 2px white solid;
}

#mb_inline div.rightspace {
	float: left;
	width: 3px;
}

#mb_inline .cnt {
	padding-top: 7px;
	padding-left: 10px;
	width: 210px;
	/***** MIN-HEIGHT FIX *********/
		min-height: 360px;
		height: auto !important;
		height: 360px;
	/******************************/
	color: #403e3e;
	background-color: #dbdbdb;
}