
/* CMS */

div.container {
}

div.comBlock {
}
div.comBlockActive {
	border: 1px dashed #e0e0e0;
	border-top: 0px;
}

div.componentHandle, div.containerHandle {
	height: 16px;
	float: none;
	clear: both;
	left: 0px;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	/*padding-right: 10px;*/
	background-image: url(images/bg_edithandle.png);

	display: none;

	width: 100%;
	position: relative;
}
div.componentHandle {
	border-bottom: 2px solid #606060;
	border-top: 1px solid #606060;
	background-color: #9090f0;
	margin-bottom: 5px;
	z-index: 999;
}
div.containerHandle {
	border-top: 2px solid #606060;
	background-color: #f09090;
	z-index: 998;
}
div.componentHandle a, div.containerHandle a {
	font-size: 9px;
	font-weight: bold;
	color: #606060;
	margin-left: 10px;
}

div.imageComponent {
	font-size: 10px;
}

div.componentSettings {
	font-size:10px;
}
div.componentSettings input {
	border: 1px solid #000000;
	font-size:10px;
	margin: 0px;
	padding: 0px;
}
div.componentSettings table {
	margin: 0px;
	padding: 0px;
}
div.componentSettings tr {
	margin: 0px;
	padding: 0px;
}
div.componentSettings td  {
	margin: 0px;
	padding: 0px;
}

#adminPanel {
	top: 0px;
	margin-left: -90px;
	left: 0px;
	width: 100px;
	height: 100%;
	background-color: #d0d0d0;
	border-right: 2px solid #606060;
	background-image: url(images/bg_adminPanel.png);
	text-align: center;
	z-index: 999;
}
/* IE */
#adminPanel {
	position: absolute;
}
/* Firefox */
div>#adminPanel {
	position: fixed;
}

#adminPanelInner {
	height: 100%;
}

#adminPanelInner a img {
	position: relative;
}
#adminPanelInner a img:hover {
	left: 1px;
	top: 1px;
}



#docBrowser {
	position: absolute;
	height: 600px;
	width: 600px;
	margin-left: -300px;
	margin-top: -250px;
	left: 50%;
	top: 50%;
	display: none;
	z-index: 999;
}

#comBrowser {
	position: absolute;
	height: 600px;
	width: 600px;
	margin-left: -300px;
	margin-top: -250px;
	left: 50%;
	top: 50%;
	display: none;
	z-index: 999;
}

#extEditor {
	position: absolute;
	height: 600px;
	width: 600px;
	margin-left: -300px;
	margin-top: -250px;
	left: 50%;
	top: 50%;
	display: none;
	z-index: 999;
}


.okbutton, .addbutton, .deletebutton, .savebutton {
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 22px;
}
.okbutton {
	color: #000000;
	background-color: #e0e0e0;
	background-image: url(icons/accept.gif);
}
.addbutton {
	color: #000000;
	background-color: #e0e0e0;
	background-image: url(icons/add.gif);
}
.deletebutton {
	color: #a00000;
	background-color: #ffc0c0;
	background-image: url(icons/delete.gif);
}
.savebutton {
	color: #000000;
	background-color: #e0e0e0;
	background-image: url(icons/disk.gif);
}



#ajaxindicator {
	/*bottom: 0;*/
	top: 0;
	padding: 0;
	height: 20px;
	/* height: 100%; */
	margin: 0;
	width: 100%;
	background-color: #fffbcf;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #000000;

	z-index: 1000;
}
/* IE */
#ajaxindicator {
	position: absolute;
}
/* Firefox */
div>#ajaxindicator {
	position: fixed;
}
