.lx-mbox-info {
	background: url('/ljex/themes/lunacms/images/windows/messagebox_info.png');
	background-repeat: no-repeat;
	background-position: 20px 19px;
	background-color: #eee;
}

.lx-mbox-ask {
	background: url('/ljex/themes/lunacms/images/windows/messagebox_ask.png');
	background-repeat: no-repeat;
	background-position: 20px 19px;
	background-color: #eee;
}

.lx-mbox-error {
	background: url('/ljex/themes/lunacms/images/windows/messagebox_error.png');
	background-repeat: no-repeat;
	background-position: 20px 19px;
	background-color: #fee;
}

.lx-mbox-warn {
	background: url('/ljex/themes/lunacms/images/windows/messagebox_warn.png');
	background-repeat: no-repeat;
	background-position: 20px 19px;
	background-color: #ffe;
}

.lx-mbox-body {
	color: #000;
	margin: 0px; 
	padding: 0px;
	overflow:auto;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #b7b7b7; 
}

.lx-mbox-msg {
	padding: 20px 0px 0px 20px;
}

.lx-mbox-footer {
	padding-top: 5px;
	height: 36px;
	display:block;
}

.lx-window-frame {
	position: absolute;
	color: #000;
	background-color: #888;

	border-style: solid;
	border-width: 1px;
	border-color: #555;
}

.lx-shadow {
	opacity: 1.0;
	background-color: transparent;
}

.lx-shadow-black {
	color:#000;
	position:relative;
	white-space:nowrap;
}

.lx-shadow-white {
	position:absolute;
	white-space:nowrap;
	color:#fff;
	left:-1px;
	top:-1px;
}

.lx-window-title {
	color: #000;
	cursor: move;
	background-color: #333;
	width:100%;
}


.lx-window-title-left {

	background: url('/ljex/themes/lunacms/images/windows/title_left.png');
	background-repeat: no-repeat;
}

.lx-window-title-right {
	background: url('/ljex/themes/lunacms/images/windows/title_right.png');
	background-repeat: no-repeat;
}

.lx-window-title-center {
	background: url('/ljex/themes/lunacms/images/windows/title_center.png');
	background-repeat: repeat-x;
	color: white;
}

.lx-window-content {
	margin: 0px;
/*	border-style: solid;
	border-width: 1px;
	border-color: #f00;
*/
	background-color: #333;
}

/* Panels */
.lx-panel-title {
	height: 26px;
}

.lx-panel-title-left {
	background: url('/ljex/themes/lunacms/images/panels/title_left.png');
	width: 25px;
	height:26px;
	float:left;
}

.lx-panel-title-icon {
	margin-top: 5px;
	margin-left: 4px;
}

.lx-panel-title-right {
	background: url('/ljex/themes/lunacms/images/panels/title_right.png');
	width: 25px;
	height:26px;
	float:left;
}

.lx-panel-title-center {
	background: url('/ljex/themes/lunacms/images/panels/title_center.png');
	background-repeat: repeat-x;
	color: #ddd;
	height:26px;
	float:left;
}

.lx-panel-title-center-active {
	color: #fff;
}

.lx-panel-title-text {
	padding-top: 6px;
	padding-right: 5px;
}

.lx-panel-content {
	position: relative;
/*	top:25px;*/
	margin:0px;
	
/*	border-style: solid;
	border-width: 1px;
	border-color: #b7b7b7;
*/
	overflow: auto;
	background-color: #eee; /* transparent;*/
}

.lx-panel-frame {
	position: relative;
	color: #000;
	background-color: transparent;
	margin:0px;

	border-style: solid;
	border-width: 1px;
	border-color: #888;
}

.lx-panel-frame-float {
	position: relative;
	float: left;
}

.lx-panel-frame-clear {
	position: relative;
	float: none;
	clear: left;
}

/* TreePanels 
 */

.lx-treepanel-item-space {
	width: 16px;
	height: 16px;
	float:left;
}

/* kleine Grafiken vor dem Label */
.lx-treepanel-folder-icon {
	width: 16px;
	height: 16px;
	float:left;

	background-image: url('/ljex/themes/lunacms/images/panels/folder.png');
}

.lx-treepanel-leaf-icon {
	width: 16;
	height: 16px;
	margin-left: 16px;
	float:left;

	background-image: url('/ljex/themes/lunacms/images/panels/leaf.png');
}


.lx-treepanel-item-label {
	font-size:10px;
	cursor:pointer;
	float:left;
	margin-top:1px;
	margin-left:5px;

	border-color:#eee;
	border-style: solid;
	border-width: 1px;

}

.lx-treepanel-item-label-hovered {
	border-color:#ddd;
	border-style: dotted;
	border-width: 1px;

	background-color:#C0CAD9;
}

.lx-treepanel-item-plusminus {
	background-image: url('/ljex/themes/lunacms/images/panels/plusminus.png');
	background-position: 0px -9px;
	width: 9px;
	height: 9px;
	float:left;
	overflow: hidden;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
}


.lx-tabpanel-title-close {
	margin-left:3px;
	margin-top:4px;
	width:16px;
	height:16px;
	cursor:pointer;
	background-image:url('/ljex/themes/lunacms/images/windows/close.png');
}

.lx-tabpanel-tabct {
	height: 26px !important;
	display: block;
	background-color: #666; /* window bgcolor! */
	float:none;
	clear:left;
	overflow: hidden !important;
}

.lx-toolbar {
	height: 28px;
/*	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #b7b7b7;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #b7b7b7;*/
	padding-top:1px;
	font-size: 11px;
}

.lx-toolbar-button-icon {
	position: relative;
	top: 5px;
}

.lx-toolbar-button-text {
	position: relative;
	color: #000;
	top:5px;
	font-size: 11px;
}

.lx-toolbar-button-center {
	background:url('/ljex/themes/lunacms/images/buttons/button_center.png');
	background-repeat: repeat-x;
	color: #000;
	height: 26px;
	font-size: 11px;
	cursor: pointer;
}

table {
	font-size: 11px;
}

.lx-toolbar-button-left {
	background:url('/ljex/themes/lunacms/images/buttons/button_left.png');
	height: 26px;
	width: 6px;
	cursor: pointer;
}

.lx-toolbar-button-right {
	background:url('/ljex/themes/lunacms/images/buttons/button_right.png');
	width: 6px;
	height: 26px;
	cursor: pointer;
}

.lx-toolbar-button-horizontal {
	margin: 0px 2px 0px 0px;
	padding:0px;
}

.lx-toolbar-button-menu {
	background:url('/ljex/themes/lunacms/images/buttons/button_arrow.png');
	width: 12px;
	height: 26px;
	float:left;
	cursor:pointer;
}

.lx-context-ct {
	position: absolute;
	background-color: #fff;
	color: #000;

	border-style: solid;
	border-color: #aaa;
	border-width: 1px
}

.lx-context-item {
	background-color: #fff;
	color: #000;
	padding: 5px;

	border-style: solid;
	border-color: #fff;
	border-width: 1px;
}

.lx-context-item-hover {
	background-color: #A6BCDD;
	color: #000;
	cursor: pointer;
	padding: 5px;

	border-style: dotted;
	border-color: #fff;
	border-width: 1px;
}

/* TODO: ab hier die styles ausfräumen */
.lx-panel-top-left {
	background: url('/files/images/panel_left.jpg');
	width: 20px;
	height:18px;
	float:left;
}

.lx-panel-top-right {
	background: url('/files/images/panel_right.jpg');
	width: 20px;
	height:18px;
	float:left;
}

.lx-panel-top {
	background: url('/files/images/panel_center.jpg');
	background-repeat: repeat-x;
	color: white;
	height:18px;
	float:left;
}


.lx-panel-main {
	color: #000;
	background-color:#fff;
}


.lx-panel-shadowed {
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#000;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#000;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#000;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#aaa;

}

.lx-frame-top-left {
	background: url('/ljex/themes/lunacms/images/windows/title_left.png');
	width: 25px;
	height:26px;
	float:left;
}

.lx-frame-top {
	background: url('/ljex/themes/lunacms/images/windows/title_center.png');
	background-repeat: repeat-x;
	color: white;
	font-size: 11px;
	height: 26px;
	float:left;
}

.lx-frame-top-right {
	background: url('/ljex/themes/lunacms/images/windows/title_right.png');
	width: 25px;
	height:26px;
	float:left;
}

.lx-frame-icon {
	float: left;
	margin-right: 0px;
	margin-left: 2px;
	margin-top:2px;
}

.lx-form-label {
	*font-family: Arial, sans-serif;
	display:block;
	color: #000;
	float:left;
	padding-top:3px;
	padding-right:5px;
}

.lx-form-boxlabel {
	color: #000;
	float:left;
	padding-top:0px;
	padding-left:2px;
	padding-right:5px;
}


.lx-form-noborder {
	background-color:#fff;
	padding:0px;
	margin: 0px;
}

.lx-form-dropdown-btn {
	float:left;
	width: 18px;
	height: 22px;
	margin: 0px;
	background-image: url('/ljex/images/dropdown_button.png');
	background-position: 0px 0px;
	cursor: pointer;
}

.lx-form-dropdown-list {
	overflow: auto;
	font-size: 10px;
	color:#000;
	border-width:1px;
	border-style:solid;
	border-color:#bbb;
	background-color: #fff;
	display: none;
	position: absolute;
	margin-top:22px;
	*margin-top: -5px; !important
	*padding-top:0px;
	z-index: 20000; !important
}

.lx-form-dropdown-entry-hi {
	border-style:dotted;
	border-width:1px;
	border-color: #bbb;
	background-color: #eee;
	padding:1px;
	*padding:0px;
	cursor: pointer;
}

.lx-form-dropdown-entry {
	border-style:dotted;
	border-width:1px;
	border-color: #fff;
	background-color: #fff;
	cursor: pointer;
	font-weight: normal;
	padding:1px;
	*padding:0px;
}

.lx-form-input {
	background: url('/ljex/images/input_bg.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-width:1px;
	border-style:solid;
	border-color:#bbb;
	margin: 0px;
}

.lx-form-input-radio {
	display:block;
	float:left;
	padding:0px;
	margin:0px;
	background-color: transparent;
	border:none;
	background: url('/ljex/themes/lunacms/images/buttons/radio.png') no-repeat;
	width:16px;
	height: 16px;
	background-position: 0 0;
	cursor: pointer;
}

.lx-form-input-radio-checked {
	background: url('/ljex/themes/lunacms/images/buttons/radio.png') no-repeat;
	background-position: 0 -16;
}

.lx-form-input-checkbox {
	display:block;
	float:left;
	padding:0px;
	margin:0px;
	background-color: transparent;
	border:none;
	background: url('/ljex/themes/lunacms/images/buttons/checkbox.png') no-repeat;
	width:16px;
	height: 16px;
	background-position: 0 0;
	cursor: pointer;
}

.lx-form-input-checkbox-checked {
	background: url('/ljex/themes/lunacms/images/buttons/checkbox.png') no-repeat;
	background-position: 0 -16;
}

.lx-form-input-textarea {
/*	background: url('/ljex/images/input_textarea_normal_bg.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px; */
	background-color: #fff;
	border-width:1px;
	border-style:solid;
	border-color:#bbb;
	margin: 0px;

}


.lx-form-input-focus {
	background: url('/ljex/images/input_bg.jpg'); 
	background-repeat: repeat-x;
	background-position: 0px -22px; 
	border-width:1px;
	border-style:solid;
	border-color:#888;
	background-color:#efefef;
	color:#000;
}

.lx-form-input-textarea-focus {
/*	background: url('/ljex/images/input_textarea_focus_bg.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px;*/
	background-color: #eee;
	border-width:1px;
	border-style:solid;
	border-color:#888;

}

.lx-form-input-blur {
	background: url('/ljex/images/input_bg.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-width:1px;
	border-style:solid;
	border-color:#bbb;
	background-color: #fff;
}

.lx-form-input-textarea-blur {
/*	background: url('/ljex/images/input_textarea_normal_bg.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px;*/
	background-color: #fff;
	border-width:1px;
	border-style:solid;
	border-color:#bbb;
}

/* Fehlerstyles */
.lx-form-input-error {
	/*background: url('/ljex/images/input_bg.jpg');
	background-repeat: repeat-x;
	background-position: 0px -22px;*/
	background-color: #fee;
	border-width:1px;
	border-style:solid;
	border-color:#FF7C79;
}

.lx-form-input-textarea-error {
	/*background: url('/ljex/images/input_textarea_focus_bg.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px;*/
	background-color: #fee;
	border-width:1px;
	border-style:solid;
	border-color:#FF7C79;
}

.lx-form-error {
	font-size: 9px;
	color:#EC1A1A ;
	position:relative;
	*margin-left: 3px;
	display:none;
}


.lx-form-button {
	background:url('/ljex/themes/lunacms/images/buttons/button_center.png');
	background-repeat: repeat-x;
	position: relative;
	float:left;
	color: #000;
	top: 0px;
	height: 26px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	cursor: pointer;
}

.lx-form-button-left {
	background:url('/ljex/themes/lunacms/images/buttons/button_left.png');
	position: relative;
	float:left;
	top: 0px;
	height: 26px;
	width: 6px;
	cursor: pointer;
	padding:0px;
	margin: 0px;
}

.lx-form-button-right {
	background:url('/ljex/themes/lunacms/images/buttons/button_right.png');
	position: relative;
	top: 0px;
	width: 6px;
	float:left;
	height: 26px;
	cursor: pointer;
	margin-right: 5px;
}

.lx-form-footer {
/*	border-width:1px;
	border-style:solid;
	border-color:#999;*/
	background-color:#d0d0d0;
	height: 40px;
	margin-top: 10px;
	padding-top: 7px;

	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #b7b7b7; 

	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #b7b7b7; 

	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #fff; 
	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #fff; 
	
}

.lx-form {
/*	background-color:#ddd;*/
	padding:0px;
	margin: 0px;
	/*
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #fff; 
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#fff;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#fff;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#fff; */
}

.lx-form-items-panel {
/*	border-width:1px;
	border-style:solid;
	border-color:#999;*/
	background-color:#fff;
	font-size: 11px;
/*	margin-top: 10px;
	*margin-top: 0px;
	margin-left: 10px; */
	padding: 0px;
}

.lx-grid-panel {
	color: #000;
	font-size: 11px;
}

.lx-grid-panel-th {
	border-left: 1px solid #ddd;
	border-right: 1px solid #aaa;
	border-top: 1px solid #ddd;
	font-weight: normal;
/*	padding: 4px 3px;*/
	text-align: left;
}

.lx-grid-panel-td {
	border-right-width:1px;
	border-right-style:dotted;
	border-right-color:#ddd;

	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#ddd;
}

.lx-grid-panel-td-last {
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#ddd;
}



