
/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer a {color:#FFFFFF; text-decoration:none;}
.MultiBoxContainer a:hover {color:#CCCCCC;}
.MultiBoxContainer a.current {color:#000000;}

.MultiBoxContainer {
	position: absolute;
	background-color: #FFF;
	display: none;
	z-index: 2;
	text-align: left;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(images/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxHeader {
position:absolute;
top:-50px;
height:50px;
width:100%;
background-color:#8C9171;
}

.MultiBoxTitle {
	position: relative;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:8px 0 0 10px;
	color: #FFF;
	width: 100%;
	height: 20px;
	font-weight: bold;
	text-align: left;
}


.MultiBoxClose {
	position: absolute;
	top:3px;
	right:5px;
	background: url(images/close.gif) no-repeat;
	width: 50px;
	height: 20px;
	cursor: pointer;
}


.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}


.MultiBoxPrevious {
	clear:left;
	position: relative;
	float:left;
	background: url(images/left.gif) no-repeat;
	width: 24px;
	height: 15px;
	margin-top: 3px;
	margin-left:5px;
	cursor: pointer;
}


.MultiBoxDescription {
	position: relative;
	float:left;
	margin: 0 2px 0 2px;
	padding-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}

.MultiBoxNext {
	position: relative;
	float:left;
	background: url(images/right.gif) no-repeat;
	width: 24px;
	height: 15px;
	margin-top: 3px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(images/rightDisabled.gif) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(images/leftDisabled.gif) no-repeat;
}

.MultiBoxNumber {
	position: relative;
	float:left;
}

.offices {display:block; width:150px; height:73px; position:absolute; left:20px; top: 283px; visibility:hidden;}
.mixed {display:block; width:150px; height:73px; position:absolute; left:20px; top: 200px; visibility:hidden;}
.student {display:block; width:150px; height:73px; position:absolute; left:20px; top: 364px; visibility:hidden;}
.schools {display:block; width:150px; height:73px; position:absolute; left:180px; top: 200px; visibility:hidden;}
.auditoriums {display:block; width:150px; height:73px; position:absolute; left:180px; top: 283px; visibility:hidden;}
.refurbishments {display:block; width:150px; height:73px; position:absolute; left:180px; top: 364px; visibility:hidden;}



/*************************************************************/


