/*//////////////////////////////////////////////////////////////////
// FILE:         nn_moodalbox.css
//------------------------------------------------------------------
// PACKAGE:      modalinks
// NAME:         ModaLinks!
// DESCRIPTION:  ModaLinks! ...modalize links in Joomla!
// VERSION:      1.0.5
// CREATED:      March 2008
// MODIFIED:     March 2008
//------------------------------------------------------------------
// AUTHOR:       NoNumber! (Peter van Westen)
// E-MAIL:       peter@nonumber.nl
// WEBSITE:      http://www.nonumber.nl
//------------------------------------------------------------------
// COPYRIGHT:    (C) 2008-2010 - NoNumber! - All Rights Reserved
// LICENSE:      http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
////////////////////////////////////////////////////////////////////

////////////////////////////////////////////////////////////////////
// VERSION:      1.0.0
//------------------------------------------------------------------
// BASED ON:     MOOdalBox 1.2.1
//////////////////////////////////////////////////////////////////*/

/* moodalbox CSS */

div#mb_overlay {
	z-index: 7000;
	position: fixed; /* changed from absolute to fixed, to prevent the background from jumping during scrolling */
	top: 0px !important; /* overrules the dynamix top of the ModalBox script */
	left: 0px;
	width: 100%;
	background-color: #000000;
	cursor: pointer;
}

div#mb_center, div#mb_bottom_container {
	z-index: 7001;
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #DDDDDD;
}

div#mb_center {
	background-color: #FFFFFF;
}

div#mb_contents_container {
	width: 400px;
	height: 400px;
	overflow: hidden;
	background-color: #FFFFFF;
	visibility: hidden;
	border: 5px solid #000000;
}
div#mb_bottom_container {
	border: 5px solid #000000;
	border-top: 0px;
}
div#mb_bottom {
	text-align: left;
	padding: 5px;
}

.mb_loading {
	background: #000000 url(img/loading.gif) no-repeat center center;
}

#mb_error {
	font-size: 1.2em;
	color: #CD0000;
	font-weight: bold;
	text-align: center;
	padding: 0.5em;
	font-family: Verdana, Helvetica, sans-serif;
}

#mb_error em {
	font-size: 0.8em;
}

a#mb_close_link {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/closelabel.gif) no-repeat center;
	margin: 0px;
}

div#mb_caption {
	margin-right: 71px;
}