
/**************************************************************

	MultiBox
	v1.3

**************************************************************/

.MultiBoxContainer {
	position: absolute;
	border: 20px solid #384b75;
	background-color: #384b75;
	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;
}

.MultiBoxClose {
	position: absolute;
	top: -24px;
	right: -24px;
	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: #384b75;
}


.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;
	_margin-left: 18px; /*ie6 fix*/
	float: left;
	font-family: Myriad, Helvetica, Sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	display: none;
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Myriad, 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: Myriad, Helvetica, Sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
	/*font-weight: bold;*/
}


/************************ICTY style*******************************/

a.MultiBoxLink { color:#ccc; font-weight: normal; font-size: xx-small; }
a.MultiBoxLink:active { color:#ccc; font-weight: normal; }
a.MultiBoxLink:visited { color:#ccc; font-weight: normal; }
a.MultiBoxLink:hover { color:#fff; font-weight: normal; }

.MultiBoxTb {
	display: inline;
	width: auto;
	height: auto;
	_height: 180px; /*ie6 fix*/
	_width: auto; /*ie6 fix*/
	padding: 10px 5px 0px 5px;
	/*margin: 5px 5px 0px 5px;*/
	float: left;
	font-family: Myriad, Helvetica, Sans-serif;
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	/*border: 1px solid #000;*/
}

.MultiBoxImgTb {
	width: auto;
	height: 125px;
	border: none;
	/*border-bottom: 1px solid #fff;*/
	padding: 5px;
}

.MultiBoxImgTb:hover {
	border: none;
}

.MultiBoxTb a { text-decoration: none; color: #384b75;}
.MultiBoxTb p { color: #333; }

p.MultiBoxTbTitle {
	width: 100px;
	height: 20px;
	display:block;
	/*border: 1px solid red;*/
	padding: 2px;
	color: #384b75;
}

p.MultiBoxTbTitleSingle {
	clear: both;
	/*border: 1px solid #000;*/
	/*float: right;*/
	padding-top: 0;
	text-align: left;
	font-family: Myriad, Helvetica, Sans-serif;
	font-size: 11px;
	color: #384b75;
	text-indent: 8px;
	_display: none; /*ie6 hack*/
}

.introText {
	display: block;
	background-color: #FFF;
	color: #333;
	padding: 10px 0px 10px 0px;
	text-align: left;
}

.copyrightText {
	display: block;
	background-color: #FFF;
	color: #333;
	font-size: 10px;
	padding: 10px 0px 10px 0px;
}

/*ie6 fix*/
.floatFix {
	display: inline-block;
	_display: inline;
}

.subTitle {
	text-align: center;
	color: #384b75;
	font-weight: bold;
	clear: both;
}
