div.dial_shadow {
	position: fixed;
	top:0;
	left:0;
	bottom: 0;
	right: 0;
	background: url('http://www.bluesys.ch/img/b60.png');
	cursor: pointer;
}

.bsEditWindow {
	position: fixed;
	top:20px;
	left:100px;
	padding: 5px 10px;
	background: #fff;
	border: 2px solid #cecece;
}
/*
#bsAdmin ul{
	clear:both;
	list-style-type:none;
	margin:0;
	padding:0;
}

#bsAdmin ul li{
	margin:0;
	padding:3px 0;
	clear:both;
}

#bsAdmin ul span{
	display:block;
	padding:5px 10px 5px 0;
	float:left;
	overflow:hidden;
}

#bsAdmin form li label{
	float:left;
	width:150px;
	padding:5px 10px 5px 0;
}

#bsAdmin form li input,#bsAdmin form li textarea,#bsAdmin form li select{
	float:left;
	width:150px;
	padding:5px 10px 5px 0;
	font-size:11px;
	color:#333;
	padding:3px 5px;
}

#bsAdmin form .actions{
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px 10px 10px 160px;
	
}
*/

.bsEdit div{
	position:relative;
}

.bsEdit div div.tools{
	position:absolute;
	right:5px;
	top:-5px;
	width:80px;
}

.bsEdit div div.tools span{
	display:block;
	width:20px;
	height:16px;
	float:left;
	cursor:pointer;
}

.bsEdit div div.tools span.paraCut{
	background:url("/opuslib/img/cut-1.png") no-repeat;
}
.bsEdit div div.tools span.paraEdit{
	background:url("/opuslib/img/pencil-1.png") no-repeat;
}
.bsEdit div div.tools span.paraRemove{
	background:url("/opuslib/img/trash-1.png") no-repeat;
}
.bsEdit div div.tools span.paraProp{
	background:url("/opuslib/img/gear-1.png") no-repeat;
}

a.paste{
	display:block;
	border:dotted 3px #ccc;
	background:#eee;
	color:#555;
	height:25px;
	clear:both;
	text-align:center;
	font-size:18px;
	line-height:25px;
	text-decoration:none;
	cursor:pointer;
}

a.paste:hover{
	background:#ddd;
	border:dotted 3px #aaa;
}
#bsPanel{
	display:block;
	position:fixed;
	top:0;
	height:16px;
	padding:5px 0;
	width:100%;
	background:#ccc;
}
#bsPanel ul{
	margin:0 20px 0 40px;
	list-style-type:none;
	float:right;
}
#bsPanel ul, #bsPanel li{
	padding:0;
}

#bsPanel li{
	display:block;
	float:left;
	width:16px;
	height:16px;
	padding:0 5px;
}
#bsPanel a{
	display:block;
	width:16px;
	height:16px;
}
#bsPanel a#back{
	background:url("/opuslib/img/arrow-curved-1.png")
}
#bsPanel a#logout{
	background:url("/opuslib/img/power-1.png")
}
#bsPanel a#back{
	background:url("/opuslib/img/arrow-curved-1.png")
}
#bsPanel a#specials{
	background:url("/opuslib/img/cyclinder-1.png")
}
#bsPanel a#standard{
	background:url("/opuslib/img/gear-1.png")
}
#bsPanel a#file{
	background:url("/opuslib/img/portfolio-1.png")
}
#bsPanel a#addPage{
	background:url("/opuslib/img/doc-add-1.png")
}

#bsPanel a#addParagraph{
	background:url("/opuslib/img/wand-1.png")
}



div.dial_shadow {
	position: fixed;
	top:0;
	left:0;
	bottom: 0;
	right: 0;
	background: url('http://www.bluesys.ch/img/b60.png');
	cursor: pointer;
}

.bsEditWindow {
	position: fixed;
	top:20px;
	left:100px;
	padding: 5px 10px;
	background: #fff;
	border: 2px solid #cecece;
	height:90%;
	overflow:auto;
}

div#opusPanel {
	border:1px solid #dedede;
	min-height:20px;
	width:400px;
	position:fixed;
	top:10px;
	right:10px;
}

div#opusPanel {
	background: url(/opuslib/img/hd_gb.jpg);
}

div#opusPanel ul{
	float:right;
	list-style-type:none;
	margin:8px 0 0 20px;
	padding:0;
}

div#opusPanel li{
	float:left;
	margin-left: 15px;
}

div#opusPanel a{
	text-decoration:none;
}

div#opusPanel h3 {
	float:left;
	color:#000;
	font-size: 18px;
	margin: 7px 5px 6px 5px;
}
