@charset "UTF-8";

a#docreq {
	display: block;
	width: 200px;
	height: 80px;
	text-indent: -5000px;
	background-image: url(../features/images/doc.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/doc.png', sizingMethod='scale');
	overflow: hidden;
}

div.online,div.offline {
	width: 200px;
	height: 44px;
	text-indent: -5000px;
}
div.online {
	background-image: url(../../../../images/online.gif);
}
div.offline {
	background-image: url(../../../../images/offline.gif);
}

div#sidebar {
	width: 230px;
	position: absolute;
	top: 20px;
	left: -60px;
}
div#sidebar_main {
	width: 200px;
	position: absolute;
	top: 40px;
	left: -45px;
}
div#sidebar_main img {
	clear: both;
}
div#sidebar_main ul {
	width: 200px;
	padding: 10px 0px 10px 0px;
}
div#sidebar_main ul li {
	float: left;
	width: 200px;
	height: 25px;
	overflow: hidden;
	text-indent: -5000px;
}
div#sidebar_body {
	width: 230px;
	height: 550px;
	text-indent: -5000px;
	background-image: url(../../../../images/sidebar_body.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/sidebar_body.png', sizingMethod='scale');
}
div#sidebar_top {
	width: 230px;
	height: 25px;
	text-indent: -5000px;
	background-image: url(../../../../images/sidebar_top.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/sidebar_top.png', sizingMethod='scale');
}
div#sidebar_bottom {
	clear: both;
	width: 230px;
	height: 25px;
	text-indent: -5000px;
	background-image: url(../../../../images/sidebar_bottom.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/sidebar_bottom.png', sizingMethod='scale');
}

