img#imgButLogin {
	position: absolute;
	z-index: 5;
	top: 20px;
	right: 20px;
	cursor: pointer;
	visibility: hidden;
}


div#divLogin {
	position: absolute;
	z-index: 5;
	top: 20px;
	right: 20px;
	visibility: hidden;
	background-color: lightgrey;
}


th.plancmsLabel {
	text-align: right;
	font-family: arial, helvetica, sans-serif;
	color: black;
}


body.toolbox {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	color: black;
	background-color: white;
	margin: 0px;
	overflow: auto;
}


img.imgEdit {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	cursor: pointer;
}


input.inpText {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	cursor: pointer;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	color: black;
	background-color: white;
}


div#divEditorTools {
	position: absolute;
	top: 20px;
	left: 20px;
	height: 40px;
	width: 40em;
	background-color: white;
	z-index: 3;
}


div.plancms_tb_reiter {
	position: absolute;
	top: 10px;
	left: 0px;
	right: 0px;
	height: 30px;
}


div.plancms_tb_reiter0, div.plancms_tb_reiter0_active {
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 75px;
	z-index: 2;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-width: 2px;
	border-color: black;
	border-radius: 5px 5px 0px 0px;
	padding-left: 15px;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
}

div.plancms_tb_reiter0 {
	background-color: #c0c0e0;
	cursor: pointer;
}
div.plancms_tb_reiter0_active {
	background-color: #e0e0f0;
	cursor: crosshair;
}

div#plancms_tb_reiter1 {
	left: 10px;
}

div#plancms_tb_reiter2 {
	left: 110px;
}

div#plancms_tb_reiter3 {
	left: 210px;
}

div#plancms_tb_reiter4 {
	left: 310px;
}

div#plancms_tb_reiter5 {
	left: 410px;
}

div#plancms_tb_reiter6 {
	left: 510px;
}

div#plancms_tb_reiter7 {
	left: 610px;
}

div#plancms_tb_reiter8 {
	left: 710px;
}


div.plancms_tb_main {
	position: absolute;
	top: 40px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
	background-color: #e0e0f0;
	padding: 10px;
	font-family: arial, helvetica, sans-serif;
}


div.divTbEdit {
	background-color: white;
	color: black;
	width: 500px;
	height: 150px;
}


div.divSelMenu {
	display: inline-block;
	min-width: 80px;
	height: 20px;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	color: black;
	background-color: #d0d0a0;
	cursor: pointer;
	border: 1px solid black;
	border-radius: 5px;
	padding: 5px;
}
div.divSelMenu:hover {
	background-color: #f0f0c0;
}

ul.ulMenu {
	position: absolute;
	left: 0px;
	top: 35px;
	z-index: 1;
	visibility: hidden;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #404000;
}

div.divSelMenu:hover > ul.ulMenu {
	visibility: visible;
}

ul.ulMenu > li {
	margin: 1px;
	padding: 10px;
	background-color: #d0d0a0;
}

ul.ulMenu > li:hover {
	background-color: #f0f0c0;
}


table.plancms_worktable {
	background-color: #707070;
	padding: 2px;
	font-family: arial, helvetica, sans-serif;
}


tr.plancms_trOdd > th {
	background-color: white;
	text-align: right;
}

tr.plancms_trEven > th {
	background-color: #e0e0e0;
	text-align: right;
}

tr.plancms_trOdd > td {
	background-color: white;
}

tr.plancms_trEven > td {
	background-color: #e0e0e0;
}

td.plancms_fitIntoToolboxCell {
	max-height: 100px;
	max-width: 600px;
	min-width: 400px;
	overflow: hidden;
}

img.plancms_preview {
	max-height: 90px;
	max-width: 590px;
}


img.imgBut {
	cursor: pointer;
	margin-left: 5px;
}


button#butNewObject {
	visibility: hidden;
}


div#tbFileClipboard, div#tbFileUpload {
	background-color: white;
	width: 200px;
	height: 100px;
	position: absolute;
	right: 10px;
	border: 3px solid grey;
	z-index: 2;
}

div#tbFileClipboard { top: 40px; }
img#tbFileTrash {
	position: absolute;
	right: 130px;
	top: 160px;
}
div#tbFileUpload { top: 250px; }

img#imgFileClipboard, img#imgFileUpload {
	position: absolute;
	right: 30px;
	z-index: 3;
}

img#imgFileClipboard { top: 50px; }
img#imgFileUpload { top: 260px; }


div#tbFileTools1 {
	right: 10px;
	top: 380px;
	width: 400px;
	height: 100px;
	position: absolute;
	right: 10px;
	text-align: right;
}


ul#tb_listTrash {
	position: absolute;
	z-index: 3;
	top: 80px;
	left: 450px;
	list-style-type: none;
}

ul#tb_listTrash > li {
	cursor: pointer;
}


