/* ---------------------------------------------------------- */
/* GENERAL Stuff */
/* ---------------------------------------------------------- */
html.generic_page,
body.generic_page_body   { 
	background-color: #ffffff; 
	background-image: none;
}
#spinner {
  background: #333;
  color: #fff;
  float: left;
  width: 100px;
  height: 100px;
  margin: 0 20px 20px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  display: none;
  z-index: 10000;
	
}

#spinneroverlay {
	margin:0;
	padding:0;
	color:#000;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	display:none;
	z-index:20000;
	background-color: transparent;
	opacity:.0;
}

.body, td { 
	color: black; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica 
}

body.generic_page_body   { 
	background-color: #ffffff; 
	padding: 5px;
	background-image: none;
}

body.generic_page_body a { 
	color: black;
	text-decoration: none;
}

body.generic_page_body a:hover { 
	text-decoration: underline;
}


body.generic_page_body a img { 
	border: none;
}

body.selectionframebody a,
body.generic_title_page_body a,
a.nolinkdecoration
 { 
	color: black !important; 
}

body.selectionframebody a img,
body.generic_title_page_body a img { 
	border: none;
}

.bold { 
	font-weight: bold; 
}

a.downloadlink {
	color: black !important;
}

a.collapsiblerelationsearch {
	color: black !important;
	text-decoration: none !important;
}

.generic_page_body p,
.generic_page_body h1,
.generic_page_body h2,
.generic_page_body h3,
.generic_page_body h4,
.generic_page_body h5,
.generic_page_body h5,
.generic_page_body h6,
.generic_page_body blockquote,
.generic_page_body ul,
.generic_page_body ol
{ 
	margin-top: 0em; 
	margin-bottom: 0.5em; 
}

.generic_page_body ul {
    padding-left:1.5em;
    margin-left:0em;
}

.generic_page_body ol {
    padding-left:3.5em;
    margin-left:0em;
}

.generic_title_page_body   { 
	background-color: #ffffff; 
	margin-left: 0px;
}


.genericconfirmmessage1 {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 15px; 
	font-weight: bold; 
}

.genericconfirmmessage2 {
	font-family: Verdana, Arial, Helvetica;
	margin-top: 1em;
	font-size: 13px; 
}

.genericconfirmmessage3 {
	font-family: Verdana, Arial, Helvetica; 
	margin-top: 1em;
	font-size: 11px; 
}

.xsmodalconfirmheader {
	font-family: Verdana, Arial, Helvetica; 
	padding: 10px;
	color: white;
	background-color: black;
	text-transform: uppercase;
	margin-bottom: 20px;
}

td { 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica 
}
.notesToDo { 
	color: #FF0000;  
}
.notesDone { 
	color: #00FF00;
}
.notesInProgress { 
	color: #E89F3D;  
}
.textRed { 
	color: #FF0000; 
}
.inputInvalid { 
	border: 1px solid #820000; 
}
.filterResetButtonState { 
	background-color: #f08b32; 
	border: solid 1px #750000; 
}
.headline { 
	color: black; 
	font-weight: bold; 
	font-size: 13px; 
	font-family: Verdana, Arial, Helvetica; 
}
.invoiceOpen { 
	color: #D2503E; 
	font-weight: bold; 
}
.invoicePaid { 
	color: #5BA23F;
}
.deliveryOpen { 
	color: #D2503E;  
	font-weight: bold; 
}
.deliveryReceived { 
	color: #5BA23F;
}
.numberNegative { 
	color: #D2503E; 
	font-weight: bold; 
}
.inactiveGray { 
	color: #808080;
}
.navigationbar { 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
}
.navigationHeadRow  { 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
}

.taskcontainerwrapper { 
	width: 70%;
	margin: 0 auto;
	margin-top: 50px;
}

.errormessage {
	color: #ffffff;
	background-color: red;
	padding: 2px;
	margin-top: 2px;
	font-weight: bold;
}

.errormessage ol {
	margin: 3px;
}

.validationerrorcontainer {
	background-color: #FCD8D3;
}

.validationerroritem {
	border: 1px solid red;
	padding: 2px;
}

.textsmall {
	font-size: 9px; 
}

.tablecache {
	width: auto !important;
}

.prewrap {
	white-space: pre-wrap;
}

.disabled, .disabled td {
	color: #666666;
}

.inputline { 
	white-space: nowrap;
	padding: 2px;
}

.nowrp { 
	white-space: nowrap;
}

.diffwrapper ins { background-color: #91fc91; text-decoration: none; }
.diffwrapper del { background-color: #ffabab; text-decoration: none; }

.scrollbox {
	overflow: auto;
	max-height: 200px;
	width: 100%;
}

.divfield {
	background-color: white;
	border: 1px solid #666666;
	padding: 3px; 
	margin-top: 2px;
}



/* ---------------------------------------------------------- */
/* FORM Stuff  */
/* ---------------------------------------------------------- */
input[type="text"].tablelistsearchfield {
	padding-top: 0.1em;
	padding-left: 0.2em;
	padding-right: 0.2em;
}
select.tablelistsearchfield {
	text-align: center;
}
input[type="text"].tablesubtableorderfield {
	padding-top: 0.1em;
	padding-left: 0.2em;
	padding-right: 0.2em;
	text-align: center;
}
input[type="text"]:focus { 
	background-color: #FFFF99; 
}
textarea:focus { 
	background-color: #FFFF99; 
}

.categorypopup {
	font-size: 9px;
}


/* ---------------------------------------------------------- */
/* Standard Table Stuff */
/* ---------------------------------------------------------- */
table.InputEmbeddedTableLengthwise {
	width: 100%;
	border-collapse: collapse;
	background-color: #ffffff;
}

table.InputEmbeddedTableLengthwise > tbody > tr > th {
	color: black; 
	font-weight: bolder; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #eceff5;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ffffff;
}

table.InputEmbeddedTableLengthwise > tbody > tr > td {
	background-color: #f6f6f6;
	border: 1px solid #ffffff;
	text-align: left;
	vertical-align: top;
}


table.InputEmbeddedTable {
	width: 100%;
	border-collapse: collapse;
	background-color: #ffffff;
}

table.InputEmbeddedTable > tbody > tr > th {
	width: 25%;
	color: black; 
	font-weight: bolder; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #eceff5;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ffffff;
}

table.InputEmbeddedTable > tbody > tr > td {
	width: 75%;
	background-color: #f6f6f6;
	border: 1px solid #ffffff;
	text-align: left;
	vertical-align: top;
}

table.InputEmbeddedTable table.InputEmbeddedTable,
table.InputEmbeddedTable table.InputEmbeddedTableLengthwise  {
	border: solid 1px #f6f6f6 !important; 
}

table.InputEmbeddedTable table.InputEmbeddedTable > tbody > tr > th,
table.InputEmbeddedTable table.InputEmbeddedTable > tbody > tr > td,
table.InputEmbeddedTable table.InputEmbeddedTableLengthwise > tbody > tr > th,
table.InputEmbeddedTable table.InputEmbeddedTableLengthwise > tbody > tr > td {
	border: 1px dotted #f6f6f6;
}

table.Spreading100  {
	width: 100%;
}


table.Spreading99_1  {
	width: 100%;
}

table.Spreading99_1 > tbody > tr > th:nth-child(1),
table.Spreading99_1 > tbody > tr > td:nth-child(1) {
	width: 99%;
	text-align: left;
}

table.Spreading99_1 > tbody > tr > td:nth-child(2) {
	width: 1%;
}



table.Spreading10_90  {
	width: 100% !important;
}

table.Spreading10_90 > tbody > tr > th {
	width: 10% !important;
}

table.Spreading10_90 > tbody > tr > td {
	width: 90% !important;
}


table.tablenoborder {
	width: auto !important;
}

.tablenoborder, .tablenoborder tr, table.tablenoborder td {
	border-collapse: none !important; 
	border: none !important;
}

.InputSubTableWrapper > table,
.tablebackground { 
	background-color: #ffffff;
}
.tableCell { 
	color: black; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica 
}
.tableInputCell { 
	color: black; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #f6f6f6;
}

.tableHeadLineRow { 
	color: black; 
	font-weight: bold; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #f6f6f6;
}
.tableHeadLineRow > td { 
	padding: 5px;
}

.tableHeadRow { 
	color: black; 
	font-weight: bold; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #E1E4EA;
}
.tableInputHeadCell { 
	color: black; 
	font-weight: bolder; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #E1E4EA; 
}

.InputSubTableWrapper .tableInputHeadCell,
.tableInputSubHeadCell { 
	color: black; 
	font-weight: bolder; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #eceff5;
}
.tableRowWarning { 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #ffa63f;
}
.tableRowPriceInvalid { 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #ffc0cb;
}
.tableRowPriceInvalidDark { 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #CB99A2; 
}
.tableRowPriceStandard { 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #90EE90; 
}
tr.tableRowOdd > td,
.tableRowOdd {
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #edf3fe !important;
}
.tableRowSelected { 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #b0d1fa; 
}
tr.tableRowEven > td,
.tableRowEven { 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #ffffff !important;
}
tr.tableRowGreen > td,
.tableRowGreen { 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #90ee90 !important;
} 


.tableRowGrey { 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #aaaaaa;
} 
.tableRowInheritedRecords { 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #D7F8D6; 
} 
tr.tableRowRed > td,
.tableRowRed { 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #ffc0cb !important;
} 

.InputSubTable.error {
	border: solid 1px #FF0000; 
}

.InputSubTable.error td, .InputSubTable.error th {
	border: 1px dotted #FF0000;
	color: #FF0000;
	font-weight: bolder; 
}


.InputSubTable, .InputSubTable table {
	border-collapse: collapse; 
	border: solid 1px #acb6cb; 
	width: 100%;
}

.InputSubTable tr { 
}

.InputSubTable th { 
	border: 1px dotted #acb6cb;
	padding: 1px; 
	text-align: left;
	background-color: #eceff5;
	vertical-align: top;
}

.InputSubTable td { 
	border: 1px dotted #acb6cb;
	padding: 1px; 
	text-align: left;
	vertical-align: top;
}

.InputTable {
    padding: 1px;
    border-spacing: 1px;
    border-collapse: separate;
	width: 100%;
}

.InputTable tr { 
}

.InputTable th { 
	color: black; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	font-weight: bolder; 
	background-color: #E1E4EA;
	text-align: left;
}

.InputTable td {
	color: black; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #f6f6f6;
}


.SearchTable {
    padding: 1px;
    border-spacing: 1px;
    border-collapse: separate;
    width: 100%;
}

.SearchTable tr { 
}

.SearchTable th { 
	color: black; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	font-weight: bolder; 
	background-color: #E1E4EA;
	text-align: left;
}

.SearchTable td {
	color: black; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #f6f6f6;
}

table.SearchTable > tbody > tr > th { 
	width: 30%;
}
table.SearchTable > tbody > tr > th + td { 
	width: 20%;
}
table.SearchTable > tbody > tr > th + td + td{ 
	width: 50%;
}




table.InputGrid50 {
	width: 100%;
}

table.InputGrid50  > tbody > tr >  td,
table.InputGrid50  > tbody > tr >  th {
	width: 50%;
	border-spacing: 0px;
	padding: 0px;
	vertical-align: top;
}

table.InputTable.cross > tbody > tr > th { 
	width: 25%;
}

table.InputTable.cross > tbody > tr > td { 
	width: 75%;
}

.TableGreyBordered, .TableGreyBordered table {
	border-collapse: collapse; 
	border: solid 1px #aaa !important; 
	width: 100%;
}

.TableGreyBordered tr { 
}

.TableGreyBordered td,
.TableGreyBordered th { 
	text-align: left;
	border: 1px dotted #aaa !important;
	padding: 1px; 
}


.ComponentEditorTable, .ComponentEditorTable table {
	border-collapse: collapse; 
	border: solid 2px #acb6cb; 
	width: 100%;
}

.ComponentEditorTable tr { 
}

.ComponentEditorTable td,
.ComponentEditorTable th { 
	border: 1px dotted #acb6cb;
	padding: 1px; 
}


.tableBorderNormal {
	border-collapse: collapse; 
	border: solid 2px #E1E4EA; 
	margin: 1px
}
.tableBorderNormal tr { 
	border: 1px dotted #E1E4EA;
}
.tableBorderNormal td { 
	border: 1px dotted #E1E4EA; 
}
.tableBorderDark { 
	border-collapse: collapse; 
}
.tableBorderDark TR { 
	border: 1px solid #E1E4EA;
}
.tableBorderDark TD { 
	border: 1px solid #E1E4EA; 
}
.tableborder { 
	border: 1px solid #E1E4EA; 
	border-collapse: collapse; 
	border-spacing: 0px 0px; 
	empty-cells: show; 
}
.tableborder tr { 
	border-top: 1px solid #E1E4EA; 
	border-bottom: 1px solid #E1E4EA;
}
.tablePreviewInputRed {  
	background-color: #FFC0CB; 
} 
.tablelistsearchfield {
	background-color:#ffffff;
	border:1px #666666 solid;
	font-size: 10px;
	color: #666666;
	font-family: arial,sans-serif;
}
.tablelistsearchpopup {
	background-color:#ffffff;
	border:1px #666666 solid;
	font-size: 10px;
	color: #666666;
	font-family: arial,sans-serif;
}
.tableinputpoupfield {
	background-color:#fff;
	border:1px #666666 solid;
	font-size: 10px;
	color: #666666;
	font-family: arial,sans-serif;
}
.tablesubtableorderfield {
	background-color:#ffffff;
	border:1px #666666 solid;
	font-size: 10px;
	color: #666666;
	font-family: arial,sans-serif;
}
.generic_sublist_table { 
	width: 100%; 
}
.generic_sublist_header { 
}
.generic_sublist_row {
}
.tableimport { 
	border: 1px solid black; 
	border-collapse: collapse; 
	border-spacing: 0px 0px; 
	empty-cells: show; 
	margin-top: 5px; 
	margin-bottom: 5px; 
}
.tableimport td { 
	border: 1px solid black; 
}
.tableimport tr { 
	border: 1px solid black; 
}
.ioeoentitytable { 
	border: solid 2px black; 
	margin: 1px
}
.ioeoentitytablehead { 
	color: black; 
	font-weight: bold; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #E1E4EA; 
}
.ioeoentityrowhead { 
	color: black; 
	font-weight: bolder; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #E1E4EA 
}
.ioeoentityrowcontent { 
	color: black; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #f6f6f6; 
}

.pwhash {
	background-image: url(/administration/xx/stylesheets/xsimips_skin2/icon_key.gif); 
	background-repeat: no-repeat;
	background-position: right;
}

.pwhash:focus {
	background-image: none; 
}

.nopad { 
	padding: 0 !important;
}

/* ---------------------------------------------------------- */
/* Hierarchy Views */
/* ---------------------------------------------------------- */
.treeTD10 {
	width: 19px; 
}
.treeTD11 {
	width: 19px; 
	background-image: url(/administration/xx/stylesheets/xsimips/hierarchy_linie.gif); 
}
.treeTD20 {
	width: 19px; 
	padding-left: 2px; 
}
.treeTD21 {	
	width: 19px; 
	padding-left: 2px; 
	background-image: url(/administration/xx/stylesheets/xsimips/hierarchy_linie.gif); 
}
.treeTD30 {
	padding-left: 2px; 
	padding-top: 3px;
	padding-bottom: 1px; 
}
.treeHighlight { 
	background-color: #DECF8F; 
	padding: 1px; 
}
.treeHighlightLast { 
	color: #aa0000; 
	background-color: #DECF8F; 
	padding: 1px; 
}

/* ---------------------------------------------------------- */
/* WWW-Component-Stuff */
/* ---------------------------------------------------------- */
.wwwsubcomponentslistwrapper {
	padding-left: 28px;
}
.wwwcomponentlistcell { 
	border: 2px solid #ACB6CB;  
}

.SubComponentContainerName span {
	background-color: #ACB6CB;
	font-weight: bold;
	padding: 0px 8px 0px 8px; 
}


.componentEditorAttrHead { 
	color: black; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #E1E4EA; 
	font-weight: bold; 
}

.componentEditorAttrHead .hidden,
.hidden  .componentEditorAttrHead { 
	background-color: #ffc0cb; 
}

.componentEditorAttrHeadPlain { 
	color: black; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #E1E4EA; 
	font-weight: normal; 
}
.componentEditorAttrContent { 
	color: black; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #f6f6f6;   
}

.componentEditorAttrContent.context {
	background-color: #E1E4EA;
}


.componentEditorPopup { 
	color: black; font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #ffffff; 
	border:1px #666666 solid;
}
.px8  { font-size: 8px }
.px9  { font-size: 9px }
.px10 { font-size: 10px }
.px11 { font-size: 11px }
.px12 { font-size: 12px }
.px13 { font-size: 13px }
.px14 { font-size: 14px }
.px15 { font-size: 15px }
.px16 { font-size: 16px }
.px17 { font-size: 17px }
.px18 { font-size: 18px }
.px19 { font-size: 19px }
.px20 { font-size: 20px }
.px21 { font-size: 21px }
.px22 { font-size: 22px }
.px23 { font-size: 23px }
.px24 { font-size: 24px }
.px25 { font-size: 25px }
.px26 { font-size: 26px }
.px27 { font-size: 27px }
.px28 { font-size: 28px }
.px29 { font-size: 29px }
.px30 { font-size: 30px }
.px35 { font-size: 35px }
.px40 { font-size: 40px }
.px45 { font-size: 45px }
.px50 { font-size: 50px }


table.ButtonBar { 	border-spacing: 0px; }
table.ButtonBar td {
	padding-left: 2px;
}

table.ComponentEditor {
	border-collapse: collapse; 
	border: solid 2px #acb6cb; 
	width: 100%;
}


table.ComponentEditor > tbody > tr > th {
	width: 25%;
	color: black; 
	font-weight: bolder; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #E1E4EA; 
	border: 1px dotted #acb6cb;
	padding: 1px; 
	text-align: left;
	vertical-align: top;
	padding: 2px;
}

table.ComponentEditor > tbody > tr > td {
	width: 75%;
	background-color: #f6f6f6;   
	border: 1px dotted #acb6cb;
	vertical-align: top;
	padding: 2px;
}



table.ComponentEditor {
	border: solid 1px #acb6cb; 
}

table.ComponentEditor.sub > tbody > tr > th,
table.ComponentEditorLengthwise.sub > tbody > tr > th
 {
	border: 1px dotted #acb6cb;
	background-color: #eceff5;   
}


table.ComponentEditorLengthwise {
	border-collapse: collapse; 
	border: solid 1px #acb6cb; 
	width: 100%;
}


table.ComponentEditorLengthwise > tbody > tr > th {
	color: black; 
	font-weight: bolder; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #E1E4EA; 
	border: 1px dotted #acb6cb;
	padding: 1px; 
	text-align: left;
	vertical-align: top;
	padding: 2px;
}

table.ComponentEditorLengthwise > tbody > tr > td {
	background-color: #f6f6f6;
	border: 1px dotted #acb6cb;
	vertical-align: top;
	padding: 2px;
}


table.ComponentEditorLengthwise.nopad > tbody > tr > td,
table.ComponentEditorLengthwise.nopad > tbody > tr > th {
	padding: 1px !important;
}

table.ComponentEditorLengthwise.small > tbody > tr > td,
table.ComponentEditorLengthwise.small > tbody > tr > th {
	padding: 1px !important;
}

table.ComponentEditorLengthwise.small {
	border-collapse: collapse; 
	border: solid 1px #acb6cb; 
	width: 100%;
}




table.ComponentEditor.lengthwise > tbody > tr > th {
	width: auto;
}

table.ComponentEditor.lengthwise > tbody > tr > td {
	width: auto;
}

table.clear {
	border-spacing: 0px;
}

table.clear td {
	padding: 0px;
}

table.clearall {
	border-spacing: 0px;
	background-color: transparent !important;
	border-collapse: none !important; 
	border: none !important;
}

table.clearall > tbody > tr > td {
	border-spacing: 0px;
	background-color: transparent !important;
	border-collapse: none !important; 
	border: none !important;
}

/* ---------------------------------------------------------- */
/* Navigation Scrollbar  */
/* ---------------------------------------------------------- */
.navigationbutton {  
	font-size: 9px; 
	font-family: Tahoma, Helvetica, Arial;
	border: 1px solid; 
	background-color: #E1E4EA;
	margin: 1px; 
	padding: 1px; 
	padding-left: 8px; 
	padding-right: 8px; 
	overflow: visible;
	cursor:pointer;
}
.navigationbutton:hover {  
	background-color: #E1E4EA;
}
.navigationbuttonactive {  
	font-size: 9px; 
	font-weight: bold; 
	font-family: Tahoma, Helvetica, Arial; 
	border: 1px solid; 
	background-color: #E1E4EA;
	margin: 1px; 
	padding: 1px; 
	padding-left: 8px; 
	padding-right: 8px;
	overflow: visible;
}

/* ---------------------------------------------------------- */
/* FormActionButton */
/* ---------------------------------------------------------- */
.button_vertical_container {
	text-align: center;
}
.button_vertical_container + .button_vertical_container  {
	margin-top: 2px;
}

button.actiontextbutton,
input.actiontextbutton,
a.actiontextbutton { 
	margin: 0px; 
	margin-right: 2px; 
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 1px; 
	padding-bottom: 2px; 
	font-size: 11px; 
	line-height: 12px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff; 
	border-bottom: 1px solid #777777;
	border-right: 1px solid #777777; 
	background-color: #E1E4EA;
	font-family: Tahoma, Helvetica, Arial;
	overflow: visible; 
	text-decoration: none !important;
	color: black !important;
	cursor:pointer;
}
button.actiontextbutton:hover,
input.actiontextbutton:hover,
a.actiontextbutton:hover { 
	background-color: #aaaaaa !important;
}



.ajaxprogressbutton.left span {	
	padding-left: 20px; 
	background-position: left;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-image: url(/administration/xx/stylesheets/xsimips/icon_ajax_small.svg); 
}

.ajaxprogressbutton.right span {	
	padding-right: 20px; 
	background-position: right;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-image: url(/administration/xx/stylesheets/xsimips/icon_ajax_small.svg); 
	display: inline-block;
}

button.actiontextbutton.ajaxprogressbutton {
	background-color: #b0d1fa !important;
}

button.actiontextbutton.ajaxprogressbutton:hover {
	background-color: #aaaaaa !important;
}

/* ---------------------------------------------------------- */
/* DownloadButton */
/* ---------------------------------------------------------- */
a.downloadbutton { 
	display:block; 
	cursor:pointer; 
	color:#6a6a6a; 
	text-decoration:none; 
}

a.downloadbutton:hover { 
	text-decoration:none; 
}

a.downloadbutton b { 
	display:inline-block; 
	padding:2px 10px 5px 11px; 
	font-weight:normal; 
	font-style:normal; 
	line-height: 14px; 
	background:url(/administration/xx/stylesheets/xsimips/download_bgleft.gif) no-repeat left top; 
}

a.downloadbutton i { 
	display:inline-block; 
	font-size:10px; 
	text-decoration:none; 
	padding:2px 15px 5px; 
	font-weight: normal; 
	font-style:normal; 
	line-height: 14px; 
	background:url(/administration/xx/stylesheets/xsimips/download_bgright.gif) no-repeat right top; 
	color:#6a6a6a; 
}


/* ---------------------------------------------------------- */
/* PropertiesInputComponent */
/* ---------------------------------------------------------- */
.propertiesInputComponentTable, 
.propertiesInputComponentTable tr, 
.propertiesInputComponentTable td,
.propertiesInputComponentTable th { 
	border: 1px solid black; 
	border-collapse: collapse; 
	border-spacing: 0px 0px; 
	empty-cells: show; 
	margin-top: 5px; 
	margin-bottom: 5px; 
}

.propertiesInputComponentTable th {
	color: black; 
	font-weight: bolder; 
	background-color: #E1E4EA;
}

.propertiesInputComponentTable td {
	color: black; 
	background-color: #f6f6f6;
}

.propertiesInputComponentTable td.new {
	background-color: #90ee90 !important;
}

.propertiesInputComponentTable td.indep {
	color: #808080 !important;
}

.propertiesInputComponentTable td.review {
	background-color: #FFC0CB !important;
}

.propertiesInputComponentTable td.sourcemod {
	background-color: #FFC0CB !important;
}

.propertiesInputComponentTable * {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica 
}

.propertiesInputComponentTableStateInvalid {
	font-size: 9px;
	background-color: #FFC0CB  !important;;
}

.propertiesInputComponentTableStateNew {
	font-size: 9px;
	background-color: #90ee90  !important;;
}

.propertiesInputComponentTableNoBorder, .propertiesInputComponentTableNoBorder tr, .propertiesInputComponentTableNoBorder td { 
	border: 0px solid red; 
}

.propertiesInputComponentTableLanguageHead {
	font-size: 12px;
}


/* --------------- */
/* MIMEFieldEditor */
/* --------------- */
.MIMEFieldEditor, .MIMEFieldEditor table {
	border-collapse: collapse !important; 
	border: solid 1px #aaaaaa !important; 
	background-color: white !important;
	width: 100% !important;
}

.MIMEFieldEditor.invalid, .MIMEFieldEditor.invalid table {
	border-collapse: collapse !important; 
	border: solid 1px #d46a7c !important; 
	background-color: white !important;
	width: 100% !important;
}

.MIMEFieldEditor.invalid .tableRowRed {
	background-color: #ffc0cb !important; 
}


.MIMEFieldEditor tr { 
}

.MIMEFieldEditor td { 
	border: 1px dotted #bbbbbb !important;
	padding: 1px !important; 
	
}

.MIMEFieldEditor .headcell {
	background-color: #eeeeee !important;
}



/* --------------- */
/* GroupingTable */
/* --------------- */
.GroupingTable, .GroupingTable table {
	border-collapse: collapse !important; 
	border: solid 1px #aaaaaa !important; 
	background-color: white !important;
	width: auto !important;
}

.GroupingTable tr { 
}

.GroupingTable td { 
	border: 1px dotted #bbbbbb !important;
	padding: 1px !important; 
	
}

.GroupingTable .headcell {
	background-color: #eeeeee !important;
}


/* ---------------------------------------------------------- */
/* Image Gallery */
/* ---------------------------------------------------------- */

.ImageView1 .ImageViewCell { 
	background-color: #edf3fe; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border: 1px solid #aaa; 
	padding: 0px;
	height: 105px; 
	width: 180px; 
	float: left; 
	margin: 3px; 
}

.ImageView1 .ImageViewCell.selected {
	background-color: #b0d1fa; 
}

.ImageView1 .Wrapper {	
	position: relative;  
	height: 105px;  
} 
.ImageView1 .Wrapper .Image {  
	text-align: center; 
	height: 65px;   
	padding: 5px; 
	overflow: hidden;  
	border-bottom: 1px solid #aaa;  
}
.ImageView1 .ToolBar { 
	padding: 5px; 
}
.ImageView1 .ToolBar .ImageName {   
	float: right;   
	text-align: right; 
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica 
}
.ImageView1 .ToolBar .ActionPanel {  
	float: left;   
}


.ImageView2 .ImageViewCell { 
	background-color: #edf3fe; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border: 1px solid #aaa; 
	padding: 0px;
	height: 290px; 
	width: 260px; 
	float: left; 
	margin: 3px; 
}

.ImageView2 .ImageViewCell.selected {
	background-color: #b0d1fa; 
}

.ImageView2 .Wrapper {	
	position: relative;  
	height: 290px;  
} 
.ImageView2 .Wrapper .Image {  
	text-align: center; 
	height: 250px;   
	padding: 5px; 
	overflow: hidden;  
	border-bottom: 1px solid #aaa;  
}
.ImageView2 .ToolBar { 
	padding: 5px; 
}
.ImageView2 .ToolBar .ImageName {   
	float: right;   
	text-align: right; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica 
}
.ImageView2 .ToolBar .ActionPanel {  
	float: left;   
}


/* ---------------------------------------------------------- */
/* translator state */
/* ---------------------------------------------------------- */
.trstate {
	display: block;
	border: 0px;
	width: 19px;
	height: 19px;
	background-image: url(/administration/de/stylesheets/xsimips_skin2/icon_translation_nopub_grey.gif);
	background-repeat: no-repeat;
}

.trstate.none {
	background-image: url(/administration/de/stylesheets/xsimips_skin2/icon_translation_nopub_grey.gif);
}

.trstate.missing {
	background-image: url(/administration/de/stylesheets/xsimips_skin2/icon_translation_nopub_red.gif);
}

.trstate.ok {
	background-image: url(/administration/de/stylesheets/xsimips_skin2/icon_translation_nopub_green.gif);
}

.trstate.revise {
	background-image: url(/administration/de/stylesheets/xsimips_skin2/icon_translation_nopub_yellow.gif);
}

.trstate.missing.pub {
	background-image: url(/administration/de/stylesheets/xsimips_skin2/icon_translation_pub_red.gif);
}

.trstate.ok.pub {
	background-image: url(/administration/de/stylesheets/xsimips_skin2/icon_translation_pub_green.gif);
}

.trstate.revise.pub {
	background-image: url(/administration/de/stylesheets/xsimips_skin2/icon_translation_pub_yellow.gif);
}





/* ---------------------------------------------------------- */
/* header / content / footer */
/* ---------------------------------------------------------- */



#treeheader {
	position: fixed; 
	top: 0px; 
	left: 0px;
	width: 100%;
}

#treeheader > table {
	background-color: #ffffff;
}

#treecontent {
	margin-top: 40px
}


/* ---------------------------------------------------------- */
/* HIDDEN EDITORBAR
/* ---------------------------------------------------------- */
.hiddeneditbarwrapper {
	position: relative; 
	min-height: 16px;
	min-width: 16px;
}

.hiddeneditbar {
	display: none; 
}

.hiddeneditbar a img {
	vertical-align: middle;
	border: 1px solid red;
}

.hiddeneditbar span.desc {
	vertical-align: middle;
    background-color: #AAA;
    color: white;
    padding: 1px; 
    border: 1px solid black;
    margin-left: 5px;
}


/* ---------------------------------------------------------- */
/* MAXLENGTH
/* ---------------------------------------------------------- */
.maxlength-overflow {
	background-color: #ffc0cb;
}

span.maxlength-feedback {
    border: 1px solid black;
    margin-top: 2px;
    padding: 2px;
}


.displaylength + .maxlength-feedback { 
    margin: 0px;
	display: inline-block; 
	background-color: #888888;
	color: white;
}




/* ---------------------------------------------------------- */
/* TreeView */
/* ---------------------------------------------------------- */
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 10px;
}


.treeview > ul > li,
.treeview > ul > li > ul > li {
	font-size: 10px;
	margin: 0;
	padding: 0;
	background: none;
}

.treeview li { 
	background: url(treeview-default-line.gif) 0 0 repeat-y; 
	padding: 0px 0 0px 19px; 
}

.treeview li.nep {
	background-position: 0px -19px; 
}

.treeview div.line { 
	clear: both;
	background: url(treeview-default-line.gif) 0 0 repeat-y; 
}

.treeview div.toggle {
	float: left;
	display: block;
}


.treeview div.folder {
	float: left;
	display: block;
}

.treeview a.folder {
	border: 0px;
	width: 19px;
	height: 19px;
	display: block;
	background-image: url(/administration/de/stylesheets/xsimips_skin2/button_folder.gif);
}

.treeview div.browser {
	float: left;
	display: block;
	border: 0px;
	width: 19px;
	height: 19px;
	background-image: url(/administration/de/stylesheets/xsimips_skin2/button_small_browser_grey.gif);
	background-repeat: no-repeat;
}

.treeview div.browser.nopub {
	background-image: url(/administration/de/stylesheets/xsimips_skin2/button_small_browser_grey.gif);
}

.treeview div.browser.pub {
	background-image: url(/administration/de/stylesheets/xsimips_skin2/button_small_browser.gif);
}

.treeview div.browser.pub.syn {
	background-image: url(/administration/de/stylesheets/xsimips_skin2/button_small_browser_yellow.gif);
}

.treeview div.browser.pub.inv {
	background-image: url(/administration/de/stylesheets/xsimips_skin2/button_small_browser_red.gif);
}

.treeview .browser a {
	border: 0px;
	width: 19px;
	height: 19px;
	display: block;
}

.treeview .trstate {
	float: left;
}

.treeview .trstate a {
	border: 0px;
	width: 19px;
	height: 19px;
	display: block;
}


.treeview div.label {
	margin-left: 40px;
	position: inline;
	padding-top: 3px;
	padding-bottom: 3px;

}

.treeview div.trstate + div.label {
	margin-left: 61px;
}

.treeview div.browser + div.label {
	margin-left: 61px;
}

.treeview div.browser + div.trstate + div.label {
	margin-left: 78px;
}

.treeview div.label .selected span {
	background-color: #b0d1fa;
}


.treeview a.more, .treeview a.nomore {
	border: 0px;
	width: 19px;
	height: 19px;
	display: block;
}

.treeview a.more.last.open {
	background-image: url(/administration/de/stylesheets/xsimips_skin2/hierarchy_more_last_opened.gif);
}

.treeview a.more.open {
	background-image: url(/administration/de/stylesheets/xsimips_skin2/hierarchy_more_opened.gif);
}

.treeview a.nomore.last {
	background-image: url(/administration/de/stylesheets/xsimips_skin2/hierarchy_nomore_last.gif);
}

.treeview a.nomore {
	background-image: url(/administration/de/stylesheets/xsimips_skin2/hierarchy_nomore.gif);
}

.treeview a.more.last.close {
	background-image: url(/administration/de/stylesheets/xsimips_skin2/hierarchy_more_last_closed.gif);
}

.treeview a.more.close {
	background-image: url(/administration/de/stylesheets/xsimips_skin2/hierarchy_more_closed.gif);
}

.treeview a.nomore.last {
	background-image: url(/administration/de/stylesheets/xsimips_skin2/hierarchy_nomore_last.gif);
}

.treeview a.nomore {
	background-image: url(/administration/de/stylesheets/xsimips_skin2/hierarchy_nomore.gif);
}

/* ---------------------------------------------------------- */
/* chartable
/* ---------------------------------------------------------- */
table.chartable {
	border-collapse: collapse;
	background-color: #ffffff;
	width: 100%;	
}

table.chartable caption {
	font-size: 1em;
	color: black;
	padding: 4px;
}

table.chartable th {
	background-color: #ccc;
}

table.chartable th, table.chartable td {
	border: 1px solid black;
	padding: 3px;
	color: black;
	font-size: 2em;
	text-align: center;
}

table.chartable td div {
	padding-bottom: 2px;
}


table.chartable td div + div {
	font-size: 0.5em;
	color: #333;
}


/* ---------------------------------------------------------- */
/* DRAG / DROP
/* ---------------------------------------------------------- */
.dropcontainer {
	border: 1px solid #b0d1fa !important;
}

.dropcontainer .tableHeadRow {
	background: #b0d1fa !important;
}

.dropbackground {
	background: #b0d1fa !important;
}


.droparea {
	opacity: 0;
}


.dropcontainer .droparea {
	position: fixed; 
	top: 50%; 
	left: 50%; 
	margin-left: -235px; 
	margin-top: -115px; 
	background-image: url(icon_droparea.png); background-repeat:no-repeat; 
	width: 230px; 
	height: 230px;
  -webkit-opacity: 1.0;
  -moz-opacity: 1.0;
  opacity: 1.0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 10000;
	
}


.draggableItem:hover {
	cursor: move;
}


.draggableItem div.wrapper {
	border: 1px solid black; 
	margin: 2px; 
	background-color: white;
}

.draggableItem div.wrapper.invalid {
	background-color: #ffc0cb;
}


.draggableItem div.header {
	border-bottom: 1px solid #aaa; 
	padding: 1px; 
	background-color: #aaa; 
	color: white;
}



.sortableItem:hover {
	cursor: move;
}

.sortableIcon {
	background:url(icon_sortable_drag.gif);
	width: 14px;
	height: 15px; 
}

.sortableOnDrop input {
	background-color: #b0d1fa;

}


#n2nDropContainer {
	border: 1px solid #E1E4EA;
	position: static !important;
}


.dropmarker { 
	clear: both;
	background-color: #E1E4EA; 
	margin: 1px;
	text-align: center; 
	padding: 1px; 
	overflow: hidden;
	background-image: url(/administration/xx/stylesheets/xsimips_skin2/icon_wysiwyg_drop_marker.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.dropmarker.hover { 
	background-color: #b0d1fa; 
}


.dropmarkerverticalwrapper {
	border: 3px solid  #E1E4EA; 
	padding: 1px;
}

.dropmarkerverticalwrapper div.item { float: left; }
.dropmarkerverticalwrapper div.dropmarkervertical { float: left; display: inline-block; }

.dropmarkervertical { 
	background-color: #E1E4EA; 
	margin: 1px;
	text-align: center; 
	padding: 1px; 
	overflow: hidden;
	background-image: url(/administration/xx/stylesheets/xsimips_skin2/icon_wysiwyg_drop_marker_vertical.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 5px;
	display: inline-block;
}

.dropmarkervertical.hover { 
	background-color: #b0d1fa; 
}




#maininput {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
}

#maininputscrollview {
	overflow: auto;
	height: 100%;
}

#maininputscrollviewcontent {
	padding: 5px;
}


#sidebarrightwrapper {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 300px;
	background-color: #e1e4ea;
	font-family: Verdana, Arial, Helvetica; 
	border-left: 1px solid #cccccc;

}


#sidebartargetbar {
	height: 25px;
	background-color: red;
	border-bottom: 1px solid #cccccc;
	background-color: #eaeaea;
}

#sidebarrequestentityheader {
	background-color: #E1E4EA; 
	color: black; 
	padding: 10px;
	font-weight: bold;
	font-size: 9px;
	border-bottom: 1px solid #cccccc;
}

#sidebarrequestentityheader .toolbar {
	margin-top: 3px;
	white-space: nowrap;
}

#sidebarrequestentityheader .scrollbar {
	margin-top: 3px;
	white-space: nowrap;
}

#sidebarrequestentityheader input,
#sidebarrequestentityheader img {
	vertical-align: middle; 
}

#sidebarrequestentitycontent {
	overflow: auto; 
	height: 100%;
}

#sidebarrequestentitycontentscrollview {
	position: absolute;
	top: 78px;
	right: 0px;
	bottom: 25px;
	width: 100%;
}

#sidebarrequestentitycontentscrollview.tree {
	top: 25px;
}


#sidebarrequestentitycontentscrollview.sidebartargetsvisible {
	top: 104px;
}

#sidebarfunctionbar {
	padding: 0px;
	margin: 0;
	position:absolute;
	left: 0px;
	bottom:0px;
	width:100%;
	height: 25px;
	border-top: 1px solid #cccccc;
	background-color: #eaeaea;
}

#sidebarfunctionbar .action {
	display: block;
	float: left;
	width: 19px;
	height: 19px;
	padding: 3px;
	border-right: 1px solid #cccccc;
	background-color: #eaeaea;
	text-align: center;
}

#sidebarfunctionbar .action.right {
	float: right;
	border-left: 1px solid #cccccc;
	border-right: none;
}

#sidebarfunctionbar .action.selected {
	background-color: #aaaaaa;
}

#sidebarfunctionbar .action img {
	margin-top: 2px;
}


#sidebarfunctionbar #resizehandle {
	position: relative;
	background-image: url(/administration/de/stylesheets/xsimips_skin2/icon_sidebar_handle.gif);
	background-position: center center;
	background-repeat: no-repeat;
	left: 0;
	bottom: 0;
	width: 19px;
	height: 19px;
	cursor: ew-resize;
}

.componentdropitem {
	background-color: #b0d1fa !important;
}

.compelementbar {
  display: none;
	
}

/* ---------------------------------------------------------- */
/* TabContainer  */
/* ---------------------------------------------------------- */
div#tabcontainerwrapper {  
	clear: both; 
	background-color: #E1E4EA;  
	border: none; 
	width: 100%; 
	overflow: auto; 
}
div#tabcontainer { 
	padding: 10px; 
	overflow: auto; 
}
div#tabhead ul { 
	float: left; 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}
div#tabhead li { 
	float: left; 
	display: block; 
	padding-right: 2px; 
	background: url(tabRightCornerInactive.gif) no-repeat right bottom;  
}
div#tabhead li button,
div#tabhead li input.tabActionButton { 
	border: none; 
	font-size: 8pt; 
	font-family: Tahoma, Helvetica, Verdana; 
	font-stretch: narrower; 
	margin: 0; 
	padding-left: 5px; 
	padding-right: 10px; 
    text-decoration: none; 
    overflow: visible; 
	background-color: transparent; 
    color: #919191; 
    font-weight: normal; 
}
div#tabhead li button {
	display: block; 
	cursor:pointer;
}
div#tabhead li.active { 
	float: left; 
	background: url(tabRightCornerActive.gif) no-repeat right bottom;  
}
div#tabhead li.active button,
div#tabhead li.active input.tabActionButton { 
	background-color: transparent; 
	color: #000000; 
	font-weight: normal; 
}
div#tabhead li:hover { 
	background: url(tabRightCornerActive.gif) no-repeat right bottom; 
}
div#tabhead button:hover,
div#tabhead input.tabActionButton:hover { 
	background-color: transparent; 
	color: #000000; 
}
.inputTabActive  { 
	color: white; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica; 
	background-color: #E1E4EA;
}

/* ---------------------------------------------------------- */
/* searchfilter navipath  */
/* ---------------------------------------------------------- */
ul.searchfilternavipath {
	list-style: none;
	margin: 0  !important;
	padding: 0 !important;
}

ul.searchfilternavipath ul {
	list-style: none;
	margin: 0  !important;
	padding: 0 !important;
	position: relative;
	font-weight: normal;
}


ul.searchfilternavipath > li {
	margin: 0;
	padding: 0;
	padding-left: 5px;
	display: inline-block;
	font-weight: bold;
	vertical-align: top;
}

ul.searchfilternavipath > li+li {
	padding-left: 5px;
	display: inline-block;
	font-weight: normal;
}


ul.searchfilternavipath li > ul li {
	position: relative;
}

ul.searchfilternavipath li+li > ul li {
	padding: 0 !important;
	font-weight: normal;
	margin-left: 13px !important;
}



ul.searchfilternavipath > li+li:before {
	content: ">";
	padding-right: 5px;
}


ul.searchfilternavipath  li a:hover {
	text-decoration: underline; 
}

ul.searchfilternavipath li.inactive a {
	color: #aaaaaa;
}

table.searchfilterpossibleproperties > tbody > tr.inactive > td {
	background-color: #CCC;
}

table.searchfilterpossibleproperties > tbody > tr.add > td {
	background-color: #90ee90;
}

table.searchfilterpossibleproperties > tbody > tr.delete > td {
	background-color: #ffc0cb;
}

/* ---------------------------------------------------------- */
/* navipath  */
/* ---------------------------------------------------------- */
ul.navipath {
	list-style: none;
	margin: 0  !important;
	padding: 0 !important;
}

ul.navipath li+li a:before {
	content: " / ";
}

ul.navipath li {
	margin: 0;
	padding: 0;
	display: inline-block;
}



ul.navipath li a:hover {
	text-decoration: underline; 
}
/* ---------------------------------------------------------- */
/* JQUERY UI */
/* ---------------------------------------------------------- */

.ui-dialog-titlebar { background: none  !important; border: none  !important; }
.ui-dialog-titlebar-close { background: none !important; border: none  !important; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { margin-left: 10px; float: left; }
.ui-dialog .ui-dialog-buttonpane { border: none; }
.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:0px !important}
.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:0px  !important}
.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:0px  !important}
.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:0px  !important}
.ui-dialog.ui-widget.ui-widget-content { border: 1px solid #000 !important; moz-box-shadow:0 0 2px 2px rgba(119,119,119,0.55);-webkit-box-shadow:0 0 2px 2px rgba(119,119,119,0.55);box-shadow:0 0 2px 2px rgba(119,119,119,0.55) }
.ui-dialog { font-size: 12px !important; }


/* ---------------------------------------------------------- */
/* ColorBox Core Style */
/* ---------------------------------------------------------- */
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxTopLeft{width:14px; height:14px; background:url(colorbox/images/controls.png) no-repeat 0 0;}
    #cboxTopCenter{height:14px; background:url(colorbox/images/border.png) repeat-x top left;}
    #cboxTopRight{width:14px; height:14px; background:url(colorbox/images/controls.png) no-repeat -36px 0;}
    #cboxBottomLeft{width:14px; height:43px; background:url(colorbox/images/controls.png) no-repeat 0 -32px;}
    #cboxBottomCenter{height:43px; background:url(colorbox/images/border.png) repeat-x bottom left;}
    #cboxBottomRight{width:14px; height:43px; background:url(colorbox/images/controls.png) no-repeat -36px -32px;}
    #cboxMiddleLeft{width:14px; background:url(colorbox/images/controls.png) repeat-y -175px 0;}
    #cboxMiddleRight{width:14px; background:url(colorbox/images/controls.png) repeat-y -211px 0;}
    #cboxContent{background:#fff; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxLoadingOverlay{background:url(colorbox/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(colorbox/images/loading.gif) no-repeat center center;}
        #cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#7C7C7C;}

        #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(colorbox/images/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
        #cboxPrevious{left:0px; background-position: -51px -25px;}
        #cboxPrevious:hover{background-position:-51px 0px;}
        #cboxNext{left:27px; background-position:-75px -25px;}
        #cboxNext:hover{background-position:-75px 0px;}
        #cboxClose{right:0; background-position:-100px -25px;}
        #cboxClose:hover{background-position:-100px 0px;}

        .cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-150px 0px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-125px 0px;}
        
        
        
/* ---------------------------------------------------------- */
/*!
 * jQuery contextMenu - Plugin for simple contextMenu handling
 *
 * Version: git-master
 *
 * Authors: Rodney Rehm, Addy Osmani (patches for FF)
 * Web: http://medialize.github.com/jQuery-contextMenu/
 *
 * Licensed under
 *   MIT License http://www.opensource.org/licenses/mit-license
 *   GPL v3 http://opensource.org/licenses/GPL-3.0
 *
 */
/* ---------------------------------------------------------- */

.context-menu-list {
    margin:0; 
    padding:0;
    
    min-width: 120px;
    max-width: 250px;
    display: inline-block;
    position: absolute;
    list-style-type: none;
    
    border: 1px solid #DDD;
    background: #EEE;
    
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
        -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
         -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.context-menu-item {
    padding: 2px 2px 2px 2px;
    background-color: #EEE;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: -moz-none;
        -ms-user-select: none;
            user-select: none;
}

.context-menu-separator {
    padding-bottom:0;
    border-bottom: 1px solid #DDD;
}

.context-menu-item > label > input,
.context-menu-item > label > textarea {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
}

.context-menu-item.hover {
    cursor: pointer;
    background-color: #39F;
}

.context-menu-item.disabled {
    color: #666;
}

.context-menu-input.hover,
.context-menu-item.disabled.hover {
    cursor: default;
    background-color: #EEE;
}

.context-menu-submenu:after {
    content: ">";
    color: #666;
    position: absolute;
    top: 0;
    right: 3px;
    z-index: 1;
}

/* icons
    #protip:
    In case you want to use sprites for icons (which I would suggest you do) have a look at
    http://css-tricks.com/13224-pseudo-spriting/ to get an idea of how to implement 
    .context-menu-item.icon:before {}
 */
 
 /*
.context-menu-item.icon {display: none; }
.context-menu-item.icon { min-height: 18px; background-repeat: no-repeat; background-position: 4px 2px; }
.context-menu-item.icon-edit { background-image: url(jquery-contextmenu/page_white_edit.png); }
.context-menu-item.icon-cut { background-image: url(jquery-contextmenu/cut.png); }
.context-menu-item.icon-copy { background-image: url(jquery-contextmenu/page_white_copy.png); }
.context-menu-item.icon-paste { background-image: url(jquery-contextmenu/page_white_paste.png); }
.context-menu-item.icon-delete { background-image: url(jquery-contextmenu/page_white_delete.png); }
.context-menu-item.icon-add { background-image: url(jquery-contextmenu/page_white_add.png); }
.context-menu-item.icon-quit { background-image: url(jquery-contextmenu/door.png); }
*/

/* vertically align inside labels */
.context-menu-input > label > * { vertical-align: top; }

/* position checkboxes and radios as icons */
.context-menu-input > label > input[type="checkbox"],
.context-menu-input > label > input[type="radio"] {
    margin-left: -17px;
}
.context-menu-input > label > span {
    margin-left: 5px;
}

.context-menu-input > label,
.context-menu-input > label > input[type="text"],
.context-menu-input > label > textarea,
.context-menu-input > label > select {
    display: block;
    width: 100%;
    
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

.context-menu-input > label > textarea {
    height: 100px;
}
.context-menu-item > .context-menu-list {
    display: none;
    /* re-positioned by js */
    right: -5px;
    top: 5px;
}

.context-menu-item.hover > .context-menu-list {
    display: block;
}

.context-menu-accesskey {
    text-decoration: underline;
}


@media print {

#sidebarrightwrapper { position: static !important; background: none !important; border: none !important; }
#sidebarrequestentitycontentscrollview { position: static !important; }
#sidebartargetbar { position: static; border: none !important;}
#sidebarfunctionbar { display : none; }
#sidebarrequestentitycontent {overflow: visible !important;  }
#sidebarrequestentitycontentscrollview { position: static !important; } 
#sidebarrequestentitycontentscrollview.tree { top: 0px !important; }


#maininput { position: static !important;  padding: 0px !important; right: 0px !important; }
#maininputscrollview { height: auto !important; width: 100%; overflow: visible !important; }

}


/* ---------------------------------------------------------- */
/* DISPLAY
/* ---------------------------------------------------------- */
.d-block { display: block; }

/* ---------------------------------------------------------- */
/* MARGINS
/* ---------------------------------------------------------- */
.m-0 {
	margin: 0px;
}

.mt-2 {
	margin-top: 2px;
}

.mt-5 {
	margin-top: 5px;
}

.mt-12 {
	margin-top: 12px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-25 {
	margin-top: 25px;
}

.m-0 {
	margin: 0px;
}

.mb-2 {
	margin-bottom: 2px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-12 {
	margin-bottom: 12px;
}

.mb-15 {
	margin-bottom: 12px;
}

.mb-25 {
	margin-bottom: 25px;
}



/* ---------------------------------------------------------- */
/* PADDINGs
/* ---------------------------------------------------------- */
.p-0 {
	padding: 0;
}

.table-p-0 td, .table-p-0 th {
	padding: 0;
}

/* ---------------------------------------------------------- */
/* floats
/* ---------------------------------------------------------- */
.float-start {
	float: left;
}

.float-end {
	float: right;
}

/* ---------------------------------------------------------- */
/* Page  */
/* ---------------------------------------------------------- */
#moduleswrapper
{
	position:absolute;
	left: 0px;
	top:0px;
	bottom:0px;
	width:220px;
	background-color: #e1e4ea;
	border-right: 1px solid #bbbbbb;
	font-family: Verdana, Arial, Helvetica 
}

#modules {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 25px;
	right: 0px;
	padding-left: 5px;
	overflow: auto;
	border-right: 1px solid #cccccc;
}

#moduleswrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 10px;		
	text-transform: none;
	font-weight: normal;
}	


#moduleswrapper ul ul {
	margin-top: 0px;
}	
	
#moduleswrapper ul li {
	padding: 2px;
	display: block;
	margin: 2px;
	font-size: 11px;		
	position: relative;
}

#modules > div > ul > li,
#modulesfunctionbarwrapper > ul > li {
	text-transform: uppercase;
	margin-top: 5px;
	font-weight: bold;
}

#modules ul li > a {
	text-decoration: none;
	color: black;
}

#modules ul li  a.icon1 {
	right: 20px;
	top: 0px;
	position: absolute;
}

#modules ul li  a.icon2 {
	right: 0px;
	top: 0px;
	position: absolute;
}

#modules ul li  a.name {
	margin-left: 10px;
	height: 20px;
}


#pagecontent
{
	position: absolute;
	overflow: auto;
	left: 220px;
	top: 0px;
	bottom: 0px; 
	right: 0px;
	padding: 0px;
}

#modulesfunctionbarwrapper {
	padding: 0px;
	margin: 0;
	position:absolute;
	left: 0px;
	bottom:0px;
	width:220px;
	height: 25px;
	border-top: 1px solid #cccccc;
	background-color: #eaeaea;
}

#modulesfunctionbar {
	border: 3px solid #cccccc;
	background-color: white;
	bottom: 28px;
	position: absolute;
	left: 2px;
	right: 20px;
	padding: 3px;
	display: none;
}



#modulesfunctionbarwrapper a {
	text-decoration: none;
	color: black;
	font-size: 11px;		
	display: block;
}

#modulesfunctionbarwrapper .handle {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 8px;
	padding: 3px;
	border-right: 1px solid #cccccc;
	background-color: #eaeaea;
}

#modulesfunctionbarwrapper .handle img {
	padding-top: 3px; 
}

#modulesfunctionbarwrapper .actions {
	position: absolute;
	top: 0px;
	right: 16px;
	bottom: 0px;
	width: 19px;
	padding: 3px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #eaeaea;
}

#modulesfunctionbarwrapper .actions img {
	padding-top: 3px; 
}

#modulesfunctionbarwrapper .sidebar {
	position: absolute;
	top: 0px;
	right: 42px;
	bottom: 0px;
	width: 19px;
	padding: 3px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #eaeaea;
}

#modulesfunctionbarwrapper .sidebar img {
	padding-top: 2px; 
}


#modulesfunctionbarwrapper ul li  a.name {
	margin-left: 5px;
	height: 10px;
}


#modulesfunctionbarwrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#modulesfunctionbarwrapper > ul > li {
	float: left;
	display: block;
	border-right: 1px solid #cccccc;
	background-color: #eaeaea;
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	height: 19px;
}


#modulesfunctionbarwrapper div.guilang a {
	display: inline;
	padding-right: 4px;
}

#modulesfunctionbarwrapper div.guilang {
	margin-left: 10px;
}


/* ---------------------------------------------------------- */
/* LOGIN and LOGOUT */
/* ---------------------------------------------------------- */
.loginbody, .logoutbody { 	
	background-color: #ffffff 
}
.loginversiontext, .logoutversiontext  { 	
	color: #ffffff; 
}
.loginfieldpassword { 
	width: 195px; 
}
.loginfieldusername { 
	width: 195px; 
}
.loginfieldsubmit { 
	width: 80px; 
}
.loginoutertableC1, .logoutoutertableC1	{ 	
	width: 160px; 
	vertical-align: bottom;
	padding-bottom: 20px; 
}
.loginoutertableC2, .logoutoutertableC2	{ 	
	width: 50px; 
}
.loginoutertableC3, .logoutoutertableC3 {  
}
.logininnerrighttableR1, .logoutinnerrighttableR1 { 
	height: 150px; 
}
.logininnerrighttableR2, .logoutinnerrighttableR2 { 
	vertical-align: top; 
	height: 40px; 
	color: #ffffff; 
	font-size: 16px; 
	font-family: Verdana, Helvetica ,Arial; 
	font-weight: bold; 
}
.logininnerrighttableR3 { 	
	vertical-align: top; 
	height: 18px; 
	color: #ffffff; 
	font-size: 11px; 
	font-family: Verdana, Helvetica ,Arial; 
	font-weight: bold; 
}
.logininnerrighttableR4 { 	
	vertical-align: top; 
	height: 30px;
}
.logininnerrighttableR5 { 	
	vertical-align: top; 
	height: 18px; 
	color: #ffffff; 
	font-size: 11px; 
	font-family: Verdana, Helvetica ,Arial; 
	font-weight: bold; 
}
.logininnerrighttableR6 { 	
	vertical-align: top; 
	height: 40px; 
}
.logininnerrighttableR7 { 	
	vertical-align: top; 
	height: 23px; 
	color: #ffffff; 
	font-size: 11px; 
	font-family: Verdana, Helvetica ,Arial; 
	font-weight: bold;  
}
.logininnerrighttableR8 { 	
}
.logoutinnerrighttableR3 { 	
	vertical-align: top; 
	height: 45px; 
	color: #ffffff; 
	font-size: 11px; 
	font-family: Verdana, Helvetica ,Arial; 
	font-weight: bold; 
}						
.logoutinnerrighttableR4 { 	
	vertical-align: top; 
	height: 84px; 
	color: #ffffff; 
	font-size: 11px; 
	font-family: Verdana, Helvetica ,Arial; 
	font-weight: bold; 
}						
.logoutinnerrighttableR5 { 
}


/* ---------------------------------------------------------- */
/* SELECTION FRAME */
/* ---------------------------------------------------------- */
.selectionframebody { 
	background-image: url(/administration/de/stylesheets/xsimips/frame_left_backy.jpg); 
}
.selectionframelanguagegroup {
	margin-bottom: 10px;  
}
.selectionframemodulgroup { 
	margin-bottom: 10px;  
}
.selectionframeLanguagePopup {
	margin-left: 3px; 
	width: 130px;
	font-size: 10px;
}
.selectionframemodultable { 
	border-top: 1px solid #717171; 
	border-top: 1px solid #717171; 
	border-bottom: 1px solid #3d3a36; 
	border-right: 1px solid #3d3a36; 
	padding: 0px; 
	margin: 0px;
	width: 100%;
	background-image: url(/administration/de/stylesheets/xsimips/selectionbutton_background.gif); 
}
.selectionframemodultable td { 
	vertical-align: middle;  
}
.selectionframemodultable a { 
	display: block;  
	text-decoration: none;
	font-size: 10px; 
	font-family: Verdana, Helvetica, Arial; 
	margin: 0px;
	padding: 0px;
	line-height: 19px;
}
.selectionframemodultableC11 a, 
.selectionframemodultableC12 a, 
.selectionframemodultableC13 a { 
	padding-left: 3px; 
}								
.selectionframemodultableC11 a:hover,
.selectionframemodultableC12 a:hover,
.selectionframemodultableC13 a:hover { 
	background-image: url(/administration/de/stylesheets/xsimips/selectionbutton_background_over.gif); 
}
.selectionframemodultableC11  {   
	width: 99%; 
}
.selectionframemodultableC12  {
	display: inline-block; 
	width: 99%; 
}
.selectionframemodultableC13  {   
	display: inline-block; 
	width: 98%;  
}				   
.selectionframemodultableC2 {
	border-left: 1px solid #000000;
	background-color: fac362;
	width: 1%; 
}								  
.selectionframemodultableC3 {   
	border-left: 1px solid #000000;
	background-color: fac362;
	width: 1%; 
}

.selectionframemodultableC2 a:hover,
.selectionframemodultableC3 a:hover {
	background-color: #fe9c05; 
}								  

/* ---------------------------------------------------------- */
/* TITLE FRAME */
/* ---------------------------------------------------------- */
.titleFrameLoginInformationHeadline {
	font-weight: bolder;
}
.titleFrameLoginInfomation {
}


/* ---------------------------------------------------------- */
/* COMPONENT EDITOR */
/* ---------------------------------------------------------- */
.complayoutpreview {
	background-color: white; 
}	

.compitem  {
}

.compitem.hidden  {
	opacity: 0.4;
}

.compitem ~ .compitem {
	margin-top: 20px;
}

.compitem .header {
	width: 100%;
	border-spacing: 0px 0px; 
}

.compitem .header td {
	padding: 0px;
}

.compitem .col1 { 
	width: auto;
	text-align: lext;
	vertical-align: bottom;
}

.compitem .col2 { 
	width: 100px;
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
}

.compitem .header .tabcontainer {
	border-bottom: 1px solid #666;
}

.compitem .header .tab {
    border-radius: 0px 0px 0px 0px;
    background-color: #666666;
    position: relative;
    display: inline-block;
    padding: 4px 0px 4px 20px;
    line-height: 9px;
    font-size: 9px;
    font-weight: bolder;
	background-image: url(/administration/xx/stylesheets/xsimips_skin2/icon_wysiwyg_dropdownmenu.png); 
	background-repeat: no-repeat;
	background-position: 7px center;
	white-space: nowrap;
	margin-right: 18px;
}

.compitem .header .tab a {
	text-decoration: none;
	color: white;
}


.compitem .header .tab .tabend {
  border-color: transparent transparent #666666 #666666;
  border-style: solid;
  border-width: 8px ;
  height:0;
  width:0;
  position:absolute;
  bottom:0px;
  right:-16px;
}

.compitem .header .actions {
	height: 17px;
}

.compitem .header .actions .dropabove {
	margin-left: 2px;
	float: right;
	width: 26px;
	height: 17px;
	background-image: url(/administration/xx/stylesheets/xsimips_skin2/icon_wysiwyg_comp_insert_above.png); 
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #666666;
}
.compitem .header .actions .dropabove.hover {
	background-image: url(/administration/xx/stylesheets/xsimips_skin2/icon_wysiwyg_comp_insert_above_over.png); 
	background-color: #666666;
}


.compitem .header .actions .dropunder {
	margin-left: 2px;
	float: right;
	width: 26px;
	height: 17px;
	background-image: url(/administration/xx/stylesheets/xsimips_skin2/icon_wysiwyg_comp_insert_under.png); 
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #666666;
}
.compitem .header .actions .dropunder.hover {
	background-image: url(/administration/xx/stylesheets/xsimips_skin2/icon_wysiwyg_comp_insert_under_over.png); 
	background-color: #666666;
}

.compitem .header .actions .search {
	margin-left: 2px;
	float: right;
	width: 26px;
	height: 17px;
	border: 1px solid #666666;
}

.compitem .header .actions .search a {
	display: block; 
	text-decoration: none;
	background-image: url(/administration/xx/stylesheets/xsimips_skin2/icon_wysiwyg_comp_search.png); 
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 17px;
	height: 17px;
}

.compitem .header .actions .search a:hover {
	background-image: url(/administration/xx/stylesheets/xsimips_skin2/icon_wysiwyg_comp_search_over.png); 
	background-color: #666666;
}

.compitem .childs {
	margin-top: 5px;
}

.complistactions  {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 15px;
	border-spacing: 0 0;
}

.complistactions td {
	padding: 0px;
}

.complistactions td + td {
	padding-left: 2px;
}

.complistactions .dropabove  {
	width: 33%;

}

.complistactions .dropabove div  {
	height: 17px;
	background-image: url(/administration/xx/stylesheets/xsimips_skin2/icon_wysiwyg_comp_insert_above.png); 
	background-repeat: no-repeat;
	background-position: center center;
	background-color: red;
	background-color: #e8e8e8;
	border: 1px solid #666666;
}


.complistactions .dropabove div.hover  {
	background-image: url(/administration/xx/stylesheets/xsimips_skin2/icon_wysiwyg_comp_insert_above_over.png); 
	background-color: #666666;
}


.complistactions .search  {
	width: 33%;
	vertical-align: middle;
	text-align: center;
}

.complistactions .search a {
	display: block; 
	text-decoration: none;
	background-image: url(/administration/xx/stylesheets/xsimips_skin2/icon_wysiwyg_comp_search.png); 
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #666666;
	background-color: #e8e8e8;
	height: 17px;
	line-height: 17px;
}

.complistactions .search a:hover {
	background-image: url(/administration/xx/stylesheets/xsimips_skin2/icon_wysiwyg_comp_search_over.png); 
	background-color: #666666;
}

.complistactions .dropunder {
	width: 33%;
}

.complistactions .dropunder div  {
	height: 17px;
	background-image: url(/administration/xx/stylesheets/xsimips_skin2/icon_wysiwyg_comp_insert_under.png); 
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #e8e8e8;
	border: 1px solid #666666;
}

.complistactions .dropunder div.hover  {
	background-image: url(/administration/xx/stylesheets/xsimips_skin2/icon_wysiwyg_comp_insert_under_over.png); 
	background-color: #666666;
}



/* SINGLE STUFF */
.compitem .imagedroppable {
	border: 1px dashed black;
}

.compitem .imagedroppable.empty {
	width: 50px;
	height: 50px;
}

.compitem .textdroppable {
	border: 1px dashed black;
	margin: 0px; min-height: 10px
}

.compitem .textdroppable.empty {
	height: 20px;
}

.compitem .moviedroppable {
	border: 1px dashed black;
	margin: 0px; min-height: 10px
}

.compitem .moviedroppable.empty {
	height: 20px;
}

.compitem .documentdroppable {
	border: 1px dashed black;
	margin: 0px; min-height: 10px
}


.compitem .documentdroppable.empty {
	height: 20px;
	width: 100%;
}


/* ARRAY STUFF */
.compitem .imagedroppable.array.empty {
	width: auto;
	height: 20px;
}

.compitem .imagedroppable.array > table.complistactions {
	width: 70px;
}

.compitem .documentdroppable.array.empty {
	width: auto;
	height: 20px;
}

.compitem .documentdroppable.array > table.complistactions {
	width: 70px;
}

.compitem .textdroppable.array.empty {
	width: auto;
	height: 20px;
}

.compitem .textdroppable.array > table.complistactions {
	width: 70px;
}

.compitem .moviedroppable.array.empty {
	width: auto;
	height: 20px;
}

.compitem .moviedroppable.array > table.complistactions {
	width: 70px;
}



ul.hCompMenu .context-menu-item.icon {
	background-repeat: no-repeat;
	background-position:  0px center;
}

ul.hCompMenu .context-menu-item.icon.icon-edit {
	background-image: url(/administration/xx/stylesheets/xsimips_skin2/icon_contextmenu_edit.png); 
}

ul.hCompMenu .context-menu-item.icon.icon-delete {
	background-image: url(/administration/xx/stylesheets/xsimips_skin2/icon_contextmenu_delete.png); 
}

ul.hCompMenu .context-menu-item.icon.icon-up {
	background-image: url(/administration/xx/stylesheets/xsimips_skin2/icon_contextmenu_up.png); 
}

ul.hCompMenu .context-menu-item.icon.icon-down {
	background-image: url(/administration/xx/stylesheets/xsimips_skin2/icon_contextmenu_down.png); 
}

ul.hCompMenu .context-menu-item.icon.icon-hide {
	background-image: url(/administration/xx/stylesheets/xsimips_skin2/icon_contextmenu_hide.png); 
}

ul.hCompMenu .context-menu-item.icon.icon-down {
	background-image: url(/administration/xx/stylesheets/xsimips_skin2/icon_contextmenu_down.png); 
}

ul.hCompMenu .context-menu-item.icon.icon-duplicate {
	background-image: url(/administration/xx/stylesheets/xsimips_skin2/icon_contextmenu_duplicate.png); 
}

ul.hCompMenu .context-menu-item.icon.icon-visibility {
	background-image: url(/administration/xx/stylesheets/xsimips_skin2/icon_contextmenu_visibility.png); 
}



ul.context-menu-list.context-menu-root.hCompMenu {
	margin: 0px;
	padding: 10px 15px;
	border: 1px solid #666;
}

ul.hCompMenu li.context-menu-item {
	padding-left: 28px;
	padding-top: 6px; 
	padding-bottom: 6px;
}

ul.hCompMenu li.context-menu-item + li.context-menu-item {
	border-top: 1px solid #ccc;
}
