/***	MultiBox v1.2 ***/
.MultiBoxContainer {
	margin-top:20px;
	position: absolute;
	border: 6px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 2;
}
.MultiBoxLoading {
	background: url(../images/ajax/loader.gif) no-repeat center;
}
.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.MultiBoxClose {
	position: absolute;
	top: -16px;
	right: -16px;
	background: url(../images/ajax/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/ajax/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}
.MultiBoxNext {
	position: absolute;
	background: url(../images/ajax/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}
.MultiBoxNextDisabled {
	cursor: default;
	background: #000000; 
}
.MultiBoxPreviousDisabled {
	cursor: default;
	background: #000000; 
}
.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;
}
/** ToolTIps **/
.tipper { }
.tool-tip {
	color: #fff;
	width: 200px;
	z-index: 13000;
	background-color: #f4f2d9;
	border-left: 1px solid #b7b6a4;
	border-top: 1px solid #b7b6a4;
	border-bottom: 2px solid #b7b6a4;
	border-right: 2px solid #b7b6a4;
}
.tool-title {
	font-size: 10px;
	margin: 0;
	color: #000;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px dotted #b7b6a4;
	background: #ece9bf;
}
.tool-text {
	font-size: 10px;
	padding: 5px;
	color: #000;
}
.tool-text p {
	margin:0;
	padding:0;
	margin-bottom: 5px;
}
.tool-text em { font-style: normal; font-weight: bold; }
.tool-loading {
	background: url(../images/ajax/ajax_load.gif) center center no-repeat;
	width: 30px;
	height: 30px;
	margin: 0 auto;
}
/** Popups **/
.popup { margin: 10px auto 10px auto; width: 350px; }
.popup form { display:inline; }
.popup input, .popup textarea { border: 1px solid #999; }