@charset "utf-8";

/* SLIMBOX (Customized version) */

#lbOverlay {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	background-color: #fff;
	cursor: pointer;
	z-index:100;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%; padding:0;
	overflow: hidden;
	background-color: #FFF;
	z-index:101;
}
#lbBottomContainer {
	background-image: url(../images/bg-news-bottom.gif);
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6990b3;
	border-bottom-color: #6990b3;
	border-left-color: #6990b3;
	background-position: center top;
	margin-right: 2px;
}

.lbLoading {
	background: #fff url(../images/sb_loading.gif) no-repeat center;
}

#lbCanvas {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #6990b3;
	border-right-color: #6990b3;
	border-left-color: #6990b3;
	background-image: url(../images/bg-news-canvas.gif);
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	background-position: 0px -18px;
}

#lbCanvas iframe, #lbCanvas img {
	border:1px solid #6990b3;
	margin:0; padding:0;
	background-color:#fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 10px;
	width: 70px;
	background:url(../images/sb_anchor_spacer.gif);
}


#lbPrevLink {
	left: 10px;
}

#lbPrevLink:hover {
	background: transparent url(../images/sb_prevlabel.png) no-repeat;
}

#lbNextLink {
	right: 10px;
}

#lbNextLink:hover {
	background: transparent url(../images/sb_nextlabel.png) no-repeat;
}

#lbBottom {
	font-size:12px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/sb_closelabel.gif) no-repeat center;
	padding:0;
	margin-top: -5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#lbCaption, #lbNumber {
}

#lbCaption {
	font-weight: bold;
}
a.more-detail { 		color:#0099FF;		text-decoration:none; }
a.more-detail:link { 		color:#0099FF;		text-decoration:none; }
a.more-detail:visited {	color: #FF0000;	text-decoration:none; }
a.more-detail:hover {		color: #00CC00;	text-decoration:underline;}
a.more-detail:active { color:#FF0000; text-decoration:underline;}
