@charset "UTF-8";


div#navbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	background-image: url(http://www.blacklabelled.com/v5/images/statusbar3.png);
	background-repeat: repeat-x;
	z-index: 80;
} 

div#timebar {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 30px;
	text-align: left;
}

span.tb-icons {
position: relative;
top: 0px;
padding: 3px;
}


#blanket {
	background-color: #000;
	opacity: 0.65;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
	width: 100%;
}

#popUpDivRa{
	position: absolute;
	top: 50px;
	background-color: #efefef;
	border: 1px solid #222;
	width: 300px;
	height: 420px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
}

a.popUpDivX {
	position: absolute;
	bottom: -15px;
	right: 0px;
	background-color: #9f0000;
	color: #fff;
	padding: 1px;
	z-index: 9003; /*ooveeerrrr nine thoussaaaannnd*/
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

a.popUpDivRaText {
	position: absolute;
	bottom: 2px;
	right: 12px;
	background-color: #7d7d7d;
	color: #fff;
	padding: 1px;
	z-index: 9003; /*ooveeerrrr nine thoussaaaannnd*/
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}



h1.csspu-title {
text-align: right;
background-image: url(http://www.blacklabelled.com/v5/images/statusbar2r.png);
background-repeat: repeat-x; 
background-color: #2d2d2d;
width: 180px;
border-bottom: 2px solid #4d4d4d;
border-right: 10px solid #4d4d4d;

font-size: 10px;
font-family: verdana;
color: #dfdfdf;
margin-top: 0px;
}