/* Stylesheet for Multiboxs*/
/* Phatfusion & Mootools */

body#box{
	background:#1C3B67;
}


.MultiBoxContainer {
	position:absolute;
	border:20px solid #1C3B67;
	background:#1C3B67;
	display:none;
	z-index:2;
	text-align:left;
	padding:0;
	margin:0;
	}

.MultiBoxLoading {
	background:url(../images/icons/loader.gif) no-repeat center;
	background-color:#1C3B67;
	}

.MultiBoxContent {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	background:#1C3B67
	}

.MultiBoxClose {
	position:absolute;
	top:-26px;
	right:-26px;
	background:url(../images/icons/close.png) no-repeat;
	width:24px;
	height:24px;
	cursor:pointer;
	}

.MultiBoxClose:hover{
	background:url(../images/icons/closehover.png) no-repeat;
	}

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

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


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

.MultiBoxPrevious:hover {
	background:url(../images/icons/lefthover.png) no-repeat;
	}

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

.MultiBoxNext:hover{
	background:url(../images/icons/righthover.png) no-repeat;
	}

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

.MultiBoxPreviousDisabled {
	cursor:default;
	background:url(../images/icons/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:#F6EDCF;
	font-weight:bold;
	text-align:left;
	}

.MultiBoxNumber {
	position:relative;
	width:75px;
	margin:10px 35px 0 0;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#F6EDCF;
	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:#F6EDCF;
	text-align:left;
	}

.multiBoxDesc{
	background-color:#1C3B67;
}


