
/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	/*border: 20px solid #000;
	background-color: #FFF;*/
	background-image: url(../images/feedback_shadow.png);
	background-repeat: repeat;
	display: none;
	z-index: 2;
	text-align: left;
	padding: 0px;
	/*overflow: hidden;*/
}

.MultiBoxLoading {
	background: url(../images/multibox/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 85%;
	height: 80%;
	margin-top: 20px;
	margin-left: 30px;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: +10px;
	right: +20px;
	background: url(../images/multibox/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;
}

.mb {
	/*font: 12px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font: 14px "CorporateA-Regular", "Georgia", "Times New Roman", Times, serif;*/
	letter-spacing: 0.1em;
	
	font:1.1em Georgia, serif;
	color: #555;
	font-weight: normal;
	display: block;
	margin-top: 8px;
}

a.mb:link {text-decoration: none; color: #555; padding: 0px; } 
a.mb:visited {text-decoration: none; color: #555; padding: 0px; }
a.mb:hover {text-decoration: underline; color: #555; padding: 0px; }
a.mb:active {text-decoration: underline; color: #555; padding: 0px; }
/*************************************************************/

#lselect {
	font-variant:small-caps;
	text-align:right;}
#lselect a {
	display:block;
	text-align:left;
	font:1.1em Georgia, serif;
	font-variant:normal;}
#lselect a.c, #larchives, #lresources, #footer  {
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	font-variant:small-caps;
	text-decoration:none;
	font-size:.8em;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size:1.0em;}
