/* THROBBER */

div.throbberBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/toolbox/darkBackgroundAlpha.png);
	z-index: 400;
}

div.throbberBox img {
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -16px;
}

a#topScrollBox {
	border			: 1px solid #777;
	-moz-border-radius		: 4px;
	-webkit-border-radius	: 4px;
	-moz-box-shadow: 3px 3px 5px #333;
	-webkit-box-shadow: 3px 5px 5px #333;
	background		: #333 url(../images/global/newsArrow.png) no-repeat 5px 50%;
	color			: #DDD;
}

/* NOTEBOX */

div.noteBox,
div.noteHover {
	position		: absolute;
	background		: #333;
	color			: #DDD;
	z-index			: 500;
	padding			: 6px;
	border			: 1px solid #777;
	-moz-border-radius		: 4px;
	-webkit-border-radius	: 4px;
	-moz-box-shadow: 3px 3px 5px #333;
	-webkit-box-shadow: 3px 5px 5px #333;
}

div.noteBox span {
	width			: 22px;
	height			: 22px;
	display			: block;
	background		: url(../images/toolbox/dark_divot.png) no-repeat top center;
	position		: absolute;
	z-index			: 499;
}

div.noteBox p {
	display: inline;
	margin: 2px;
	padding: 0;
	font-size: 13px;
}

div.noteBox h2 {
	margin: 2px 2px 7px 2px;
	display: block;
	border-bottom: 1px solid #e1e1e1;
}

div.noteBox a.closer {
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 8px;
	height: 9px;
}

div.noteBox a.closer img {
	border: none;
}

div.noteBox a.resizer {
	cursor: nw-resize;
	position: absolute;
	bottom: 2px;
	right: 2px;
	background: url(../images/toolbox/dark_resizer.png) no-repeat top left;
	width: 14px;
	height: 14px;
}

div.noteBox a.resizer img {
	border: none;
}

div.noteBox p.dark a {
	color: #FFF;
}

div.noteBox p.bright a {
	color: #000;
}

div.noteHover div.tip-title {
	font-size: 13px;
}

/* MILKBOX */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:302;
	cursor: pointer;
}

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:303;
	overflow:hidden;
	left: 50%;
	top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #fff;/* set the Milkbox background color */
	border: 5px solid #fff;/* set the Milkbox border */
	margin:0; padding:5px;/* set the Milkbox padding */
}

.mbLoading{ background: #fff url(../images/toolbox/loading.gif) no-repeat center; }/* IMAGE: loading gif */

#mbCanvas{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

.mbClear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom { 
	/* set text options */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:1px solid #9c9c9c;/* set nav border */
}


#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; /* count font size */
}

#mbCloseLink, #mbPrevLink, #mbNextLink, #mbPlayPause{
	outline:none;
	display:block;
	float:right;
	height:19px;
	cursor: pointer;
}


#mbPrevLink, #mbNextLink{ width:15px; }
#mbPrevLink{ background: transparent url(../images/toolbox/prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(../images/toolbox/next.gif) no-repeat; }/* IMAGE: next */

#mbPlayPause{ width:13px; }
#mbPlayPause{ background: transparent url(../images/toolbox/play-pause.gif) no-repeat; }/* IMAGE: prev */


/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover,a#mbPlayPause:hover { background-position: 0 -22px; }

#mbCloseLink {
	width:17px;
	background: transparent url(../images/toolbox/close.gif) no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:justify;
}

div.scrollVertical {
	width: 20px;
	height: 412px;
	background: transparent;
	position: absolute;
	top: 40px;
	right: 7px;
}

div.scrollVertical span {
	display: block;
	width: 20px;
	height: 70px;
	background: url(../images/global/scroller.png) no-repeat top center;
	text-indent: -999em;
	overflow: hidden;
}

 