/**************************************************************

	MultiBox
	v1.3

**************************************************************/
body {
	background-color: #fff;
	/*background-image: url(images/bg1.jpg);*/
	background-attachment: fixed;
	background-position:left top;
	font-family: "Segoe UI",  Arial;
	color: #2d2d2d;
	margin: 0px;
	overflow:hidden;
}

html {height:100%;}
body {height:100%; margin:0; padding:0;}
/* prepares the background image to full capacity of the viewing area */
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
/* places the content ontop of the background image */
#content {position:relative; z-index:1;}


.MultiBoxContainer {
	position: absolute;
	border: 2px solid #fff;
	background-color: #DFDDDE;
	display: none;
	z-index: 2;
	text-align: center;
    top: 0px;
	height: auto;
	position: absolute;
	padding-bottom: 10px;
}

#MultiBoxContentContainer {
	height: auto;
	top: 0px;
	padding-top:6px;
	background-color:#DFDDDE;
}

.MultiBoxLoading {
	background: url(images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	 top: 0px;
	height: auto;
	position: absolute;
	overflow: hidden;
	background-color:#DFDDDE;
}

.MultiBoxClose {
	position: absolute;
	background: url(images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	position: absolute;
	background: url(images/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(images/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(images/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(images/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}

#htmlElement {
	padding: 10px;
	background-color:#DFDDDE;
	top: 0px;
}


/*************************************************************/

