a:link {	color: black;	text-decoration: none;	border-style: none;}a:visited {	color: silver;	text-decoration: none;	border-style: none;}a:focus {	color: Blue;	text-decoration: underline;	border-style: none;}a:hover {	color: Green;	text-decoration: none;	border-style: none;}a:active {	color: lime;	text-decoration: underline;	border-style: none;}a img {	border-style: none;}#menu {	width: 300px;}/* ############################################################### */.SBEditorBar {	height: 100%;	width: 326px;	border-style: solid;	border-color: #073EAD;	border-width: 2px;	background-image: url(EditorBarBackground.png);	overflow-y: scroll;	overflow-x: hidden;}.SBEditorBar form {	background-color: white;	border: inherit;	margin: inherit;}/* ############################################################### */.SBToolBar {	height: 50px;	color: skyblue;	font-size: 16px;	padding-left: 4px;	vertical-align: top;	background-image: url(Verlauf2x50.bmp);}.SBToolBar form {	background-color: white;	border: inherit;	margin: inherit;}.SBToolBarButton {	float: left;	width: 40px;}.SBToolBarButton a {	margin: auto;}.SBToolBar img {	border: 0 none;	margin-top: 4px;}/* ############################################################### */.SBNavigator {	padding-top: 1px;	padding-left: 1px;	background-color: #DAE3F1;	font-size: 10px;	color: black;	font-family: Verdana, helvetica, sans-serif;}.SBNavigator ul {	list-style: none;	font-size: 11px;	margin-left: 10px;	margin-top: 1px;	padding: 0px;}.label {	font-family: Verdana, helvetica, sans-serif;}.active {	border: 2px dotted red;}/* ############################################################### */.SBElementPalette {	margin-top: 0px;	background-color: #4A6EAE;	/* height: 100px;	 */}#EditorPaletteGroups {	left: 0px;	width: 75px;	height: 100%;}#EditorPaletteGroups:link {	color: white;	font-family: Sans-Serif;	font-size: 10pt;}#EditorPaletteGroups p {	margin-top: 0px;	margin-bottom: 0px;	padding: 2px;	padding-left: 5px;}#EditorPaletteElements {	left: 80px;	background-color: white;	border-right: 1px solid gray;	border-top: 1px solid gray;	width: 100%;	height: 100%;}.WebPaletteSelectedGroup {	background-color: white;	color: black;}/* ############################################################### */.SBElementEditor {	position: relative;	padding-left: 2px;	padding-top: 2px;	padding-bottom: 1ex;	background-color: #4A6EAE;	/*		height: 305px; */	font-size: 10px;	color: black;	font-family: Verdana, helvetica, sans-serif;}.kalsey {	position: relative;	font-size: 9px;	color: black;	font-family: Verdana, helvetica, sans-serif;}.ElementEditorForm {	font-size: 9px;}/* ############################################################### */.SBPreview {	/*	background-image: url(grid.gif); */	position: absolute;	top: 50px;	left: 330px;	overflow: auto;	height: 100%;}.SBOrigin {	position: absolute;	width: 5px;	height: 5px;	background-image: url(origin.jpg);	font-family: Verdana, helvetica, sans-serif;	font-size: 5px;}/* Tree selection */.PrivateSelectedItem {	border: 1px solid black;}.Hover {	background-color: #FFAAAA;	opacity: 0.4;}.SubelementsSelected {	background-color: #FFFFAA;}.SBSelection {	border: 2px dashed red;}.SBHighlight {	background-color: Yellow;	border: 2px dashed red;}/* ############ Region ########################### */.PainterDrawer {	width: 320px;}.ToolbarDrawer .Drawer {	background-image: none;}.DrawerTitle {	/*Token not expected{	height : 25px;	font : 14px, "Lucida Grande", Lucida, Verdana, sans-serif;	color : white;}*/}.SBPaletteButton {	margin: 1px;}.DefineModelHeading {	background-color: #6EADE1;	margin-left: 0px;	margin-top: 0px;	margin-right: 0px;	padding: 5px;}.seaBreezeHighlighter:hover {	border: 1px solid red;	text-align: center;	vertical-align: center;}.seaBreezeHighlighter .IdInHighlighter {	display: none;}.seaBreezeHighlighter:hover .IdInHighlighter {	display: inline;	padding: 2px;	background-color: #880000;	color: white;	font-family: sans-serif;}.SBSelection:hover .IdInHighlighter {	display: none;}.seaBreezeSelection {	border: 1px dashed red;}.noClickThrough {	/*Token not expected{	background-color: #A06C6C;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);	opacity: 0;}*/}.hostsEditor:hover {	border: 0px dashed red;}.hostsEditor {	border: 0px dashed red;}div .invisible {	background-image: url(invisibleOverlay.png);	opacity: 0.2;}div .invisible:hover {	opacity: 1.0;	background-image: none;}.PropertyLabel {	font-weight: bold;	padding-left: 3px;}.edited {	border: 0.5px solid black;	background-color: #EEEEEE;}.editorCursor {	/*Token not expected{	background-image:url(textCursor.png);	-webkit-background-size:100%; 	padding-left:1px;}*/}#EditorsForm td input.text {	width: 130px;}#EditorsForm td select {	width: 130px;}#EditorsForm .customValue {	font-style: italic;}.ValueEditorError {	color: red;}/* for the tree style*/#SBTree.tree li a, #SBTree.tree li span { border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }#SBTree.tree li a:hover,#SBTree.tree li a.hover, #SBTree.tree li span { background: #a8adb5; border:1px solid #a8adb5; padding:0px 3px 0px 3px; }#SBTree.tree li a.clicked, #SBTree.tree li a.clicked:hover, #SBTree.tree li span.clicked { background: #47689d; border:1px solid #47689d; color:white; padding:0px 3px 0px 3px; }/*set the font style to be the same as in the navigator / navigator ul */#jstree-dragged.tree { font-size: 11px; color: black; font-family: Verdana, helvetica, sans-serif;}#jstree-dragged.tree li a, #jstree-dragged.tree li span { border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; }#jstree-dragged.tree li a:hover, #jstree-dragged.tree li a.hover, #jstree-dragged.tree li span { background: #a8adb5; border:1px solid #a8adb5; padding:0px 3px 0px 3px; }#jstree-dragged.tree li a.clicked, #jstree-dragged.tree li a.clicked:hover, #jstree-dragged.tree li span.clicked { background: #47689d; border:1px solid #47689d; color:white; padding:0px 3px 0px 3px; }
