
/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 1px solid #c9d0e2;
	background-color: #FFF;
	display: none;	
	z-index: 2;
	margin-top:-150px;
	text-align: left; /**/
}

.MultiBoxLoading {
	background: url(../graphics/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/*.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}*/
.MultiBoxClose {
	position: absolute;
	top:0px;
	right: 5px;
	background: url(../graphics/close.png) no-repeat;
	width: 27px;
	height: 27px;
	cursor: pointer;
	float:right;
		
}
.MultiBoxCloseBtm {
	background: url(../graphics/closebtm.png) no-repeat;
	width: 36px;
	height: 14px;
	cursor: pointer;
	float:right;
	margin-right:10px;
	margin-bottom:10px;
		
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
	
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #ffffff;
	
}


.MultiBoxPrevious {
	position: absolute;
	background: url(../graphics/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	top:5px;
	cursor: pointer;
	margin-left:8px;
}

.MultiBoxNext {
	position: absolute;
	background: url(../graphics/right.png) no-repeat;
	width: 24px;
	height: 17px;
	right: 0px;
	top:5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(../graphics/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(../graphics/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	color: #4c88a2;
	font-weight: bold;
	text-align: left;
	left:40px;
	top:5px;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 5px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	color: #767c79;
	text-align: right;
	display:none
}	

.MultiBoxDescription {
	clear:both;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	color: #767c79;
	text-align: left;
}


.MultiBoxHrLine {
	clear:both;
	position: relative;
	border-top:1px solid #c9d0e2;
	margin-top:0px;
	
	
}

/*************************************************************/


