div#webdock_background {
	margin: 0px;
	padding: 0px;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	width: 240px;
	height: 100%;
	z-index: 10;
	position: fixed!important;
	position/**/:  absolute;
	top: 0;
	left: -240px;
	background-color: #000000;
	font-size: 12px;
	text-align: center;
	_top: expression(document.documentElement && document.documentElement.scrollTop  || document.body && body.scrollTop  || 0 + 0 + 'px');
}
div#webdock_body {
	margin: 0px;
	padding: 20px;
	width: 200px!important;
	width/**/: 240px;
	z-index: 20;
	position: fixed!important;
	position/**/:  absolute;
	overflow: hidden;
	top: 0;
	left: -240px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	_top: expression(document.documentElement && document.documentElement.scrollTop  || document.body && body.scrollTop  || 0 + 0 + 'px');
}


div#webdock_body h2{
  margin-top : 20px;
  margin-bottom : 15px;
  font-size : 16px;
  color : #a9a9a9;

}
div#webdock_body a:link{
  color : #ffffff;
}
div#webdock_body a:visited{
  color : #ffffff;
}
div#webdock_body ul{
  list-style-type : none;
}


.webdock_documents {
	display: none;
}
.webdock_click {
	cursor: pointer;
  color : blue;
}
.webdock_closed {
	cursor: pointer;
	text-align: right;
	padding: 0px;
	margin: 0px;
}
