@charset "utf-8";
#toolbar {
	top: 0px;
	z-index: 100;
	width: 100%;
	height: 24px;
	position: absolute;
}
BODY {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 24px 0 0 0;
	background-image: url(images/toolbg.png);
	background-repeat: repeat-x;
	background-position: left top;
	overflow: hidden;
	height: 100%;
}#minfo {
	position: absolute;
	left: 20px;
	padding: 2px;

}
#mprofile {
	display:inline;
	font-weight: bold;
}

#toolbar #utils {
	text-align: right;
	position: absolute;
	top: 0px;
	right: 20px;
	padding: 4px;
}
#toolbar #utils a {
	position: relative;
	margin: 0 20px;
	float: left;
	display: block;
}

.pic {
	display: block;
	height: 16px;
	width: 18px;
	position: absolute;
	top: 0px;
	left: -18px;
}
.sep {
	display: block;
	height: 16px;
	width: 14px;
	position: absolute;
	top: 0px;
	background: url(images/separator.png) no-repeat top center;
	right: -14px;
}

#twitter .pic {
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#bookmark .pic {
	background-image: url(images/bookmark.png);
	background-repeat: no-repeat;
	background-position: left center;
	left: -28px;
	width: 28px;
}




.ad {
	display: inline;
	padding:2px;
	margin-left: 20px;
}

.ad a{
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;
}

#isloading {
	display: none;

}
iframe {
	height: 100%;
	width: 100%;
	z-index: 10;
	display: block;
	border: none;
}
html {
	height: 100%;
}
#panels {
	z-index: 90;
	position: absolute;
	height: 300px;
	width: 300px;
	top: -400px;
	right: 50px;
	overflow: auto;
	background: url(images/panel.png) no-repeat top center;
}
