body{
  font: 62.5% "Trebuchet MS", sans-serif;
  margin: 10px;
	color: #000000;
}

th {
background-color:#B9B9B9;
}
.bodyrand {
	background-color: #d1ddff;
}

.bodylists {
	background-color: #e1e6ec;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #0000B3;
}

a.inactive:link, a.inactive:visited, a.inactive:active {
	text-decoration: none;
	color: #666666;
	font-weight:bold;
}
a.inactive:hover {
	text-decoration: underline;
	color: #EB0000;
}
a.tooltip {
  position: relative;
  text-decoration: none;
  color: black;
}
a.tooltip span {
  display: none;
}
a.tooltip:hover span{
  position: absolute;
  left: -80px;
  top: -2px;
  display: block;
  background-color: #F4F1FB;
  padding: 0.2em;
}

/*td {
	font-size: 12px;
}*/

.trow {
	border-bottom: 4px solid black; 
}

.ueberschrift{
	background-color: #c2ccda;
	font-size: 16px;
	font-weight:bold;
}

.feld {
	background-color: #fff;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

.zellemain{
	background-color: #d1ddff;
}

.zelleerror{
	color: #EB0000;
}

.zelle1{
	background-color: #c2ccda;
}
.zelle1error{
	background-color: #c2ccda;
	color: #EB0000;
}

.zelle2 {
	font-size: 10px;
	background-color: #ffffff;
}
.zelle2hist {
	font-size: 10px;
	color:#666666;
	background-color: #ffffff;
}
.zelle2error {
	background-color: #ffffff;
	color:#EB0000;
}
.zelle2retry{
	background-color: #fff1d4;
}
.zelle2retryerror {
	background-color: #fff1d4;
	color:#EB0000;
}

.zelle3 {
	font-size: 10px;
	background-color: #eaeaea;
}

.zelle3_lu {
	font-size: 10px;
	background-color: #eaeaea;
  #border-bottom-left-radius: 30px;
}

.zelle3_ru {
	font-size: 10px;
	background-color: #eaeaea;
  #border-bottom-right-radius: 30px;
}

    


.zelle3hist {
	font-size: 10px;
	color:#666666;
	background-color: #eaeaea;
}

.hist{font-size: 10px;
	color:#666666;
  }
.odd{background-color: #ffffff;}
.even{background-color: #eaeaea;}  
  
.zelle3error {
	background-color: #eaeaea;
	color:#EB0000;
}
.zelle3retry {
	background-color: #ffecc3;
}
.zelle3retryerror {
	background-color: #ffecc3;
	color:#EB0000;
}

.zelleueberschrift {
	background-color: #c2ccda;
	font-size: 14px;
	font-weight:bold;
}

.button {
	color: #ffffff;
	border-width: 0;
	border-style: solid;
	border-color: #000000;
	background-color: #476694
}
.buttonLastActivated {
	color: #ffffff;
	border-width: 0;
	border-style: solid;
	border-color: #000000;
	background-color: rgba(206, 67, 67, 1)
}

.fehler {
	font-size: 12px;
}

.fehlerrot {
	font-size: 12px;
	color: #EB0000;
}

.titlestylesolid1 {
    font-size:16px;
    color:white;
    font-weight:bold;
    background-color:#8c8c8c;
    padding-top: 4px;
    padding-bottom: 4px;
}

.titlestylesolid2 {
    font-size:12px;
    color:white;
    font-weight:bold;
    background-color:#9c9c9c;
    padding-top: 4px;
    padding-bottom: 4px;
}

.titlestylesolid3 {
    font-size:9px;
    color:gray;
    font-weight:bold;
    background-color:#e9e900;
    padding-top: 4px;
    padding-bottom: 4px;
}

.titlestylesolid3a {
    font-size:11px;
    color:black;
    font-weight:bold;
    background-color:#B9B9B9;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: left;
    border: thin outset #708090;
}

.titlestylesolid3ahis {
    font-size: 11px;
    color:#666666;
    font-weight:bold;
    background-color:#d4d4d4;
    padding-top: 4px;
    padding-bottom: 4px;
}

.titlestylesolid4 {
    font-size:20px;
    color:black;
    font-weight:bold;
    background-color:#86ACD3;
    padding-top: 4px;
    padding-bottom: 4px;
}

.titlestylesolid4_lo {
    border-top-left-radius: 30px;
    font-size:20px;
    color:black;
    font-weight:bold;
    background-color:#86ACD3;
    padding-top: 4px;
    padding-bottom: 4px;
}

.titlestylesolid4_ro {
    border-top-right-radius: 30px;
    font-size:20px;
    color:#eee;
    font-weight:bold;
    background-color:#86ACD3;
    padding-top: 4px;
    padding-bottom: 4px;
}

.titlestylesolid4_o {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    font-size:20px;
    color:black;
    font-weight:bold;
    background-color:#b9b9b9;
    padding-top: 4px;
    padding-bottom: 4px;
}

.titleColumn {
    font-size:10px;
    color:black;
    background-color:#b9b9b9;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    width:30px;
    font-weight:normal;
}

.courier {
	font-family: "courier new";
	font-size:   11px;
}

h1, h2, h3, h4 {
	#color:#ff0000;
	color:#0000B3;
}

h5 {
	margin-bottom:1px;
	border-bottom:solid thin black;
}
.textrot5 {
	color:#ff0000;
	font-size: 12px; 
	font-weight:bold
}

.fett28rot {
	color:#ff0000;
	font-size: 28px; 
	font-weight:bold
}

.fett12schwarz {
	color:#000000;
	font-size: 12px; 
	font-weight:bold
}

#listedit { 
	position:absolute; 
	top:200px; 
	left:200px; 
#	width:500px; 
#	height:200px; 
#	z-index:2; 
#	color: #000;
#	font-weight: bold;
#	text-decoration: none;
#  background: #CCC;
#  border: 2px solid #666;
#  font-family: Verdana, Arial, Helvetica, sans-serif;
}


#page {
  background: #CEDEED;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #333;
  position: relative;
  border-radius: 30px;
  border-color: #888;
  border-width: thin;
  padding-bottom: 30px;
  #margin: 20px;
  width: 100%;

  #  width: 1100px;
##  height: 700px;
##  top: 50%;
#  left: 50%;
#  margin-top: 10px;
#  margin-left: -550px;
}

#pagei {
  background: #EEE;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #333;
  position: relative;
  border-radius: 30px;
  border-color: 888;
  border-width: thin;
  padding-bottom: 30px;
  margin: 20px;
  width: 100%;

  #  width: 1100px;
##  height: 700px;
##  top: 50%;
#  left: 50%;
#  margin-top: 10px;
#  margin-left: -550px;
}

#editpos {
  background: #EEE;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #333;
  position: absolute;
  width: 600px;
  height: 400px;
  border: 2px solid #666;
  border-radius: 30px;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -300px;
}

div#vorschau {
	position: absolute;
}
div#vorschau a {
	display: block;
}
div#vorschau a:hover {
	background: white;
}
div#vorschau a span {
	display: none;
}
div#vorschau a:hover span {
	display: block;
	text-decoration : none;
	position: absolute;
	top: 40px;
	left: 0px;
	width: 400px;
	padding: 5px;
	margin: 4px;
	z-index: 100;
	color: black;
	background: white;
}

#dialogbg { 
	position:absolute; 
	top:0px; 
	left:0px; 
	width:2000px; 
	height:2000px; 
	z-index:1; 
	background: url(images/transparentgrau.gif) repeat-x bottom right;
}

#dialoglogin { 
	position:absolute; 
	top:300px; 
	left:400px; 
	width:600px; 
	height:200px; 
	z-index:2; 
	color: #fff;
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
}

#diawd01bg { 
	position:absolute; 
	top:0px; 
	left:0px; 
	width:2000px; 
	height:2000px; 
	z-index:1; 
	background: url(images/transparentgrau.gif) repeat-x bottom right;
}

#diawd01config { 
	background-color: #e1e6ec;
	position:absolute; 
	top:300px; 
	left:400px; 
	width:600px; 
	height:200px; 
	z-index:2; 
	color: #000;
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
}

#main {
}

/**
	placeholder | img/loading.gif
	loading content with jquery ajax | http://www.electrictoolbox.com/load-content-jquery-ajax-loading-image/
**/
#radiusloading, #diameterloading {
	text-align:	 center;
 	font-weight: bold;
}
/*#diameterloading {
	text-align:	 center;
	font-size:   12px;
	font-weight: bold;
}*/

/* TITLE */
.title {
  font-size:        16px;
  color:            white;
  font-weight:      bold;
  background-color: #8c8c8c;
  padding:          4px;
  border-bottom:    1px #fff solid;
}

.cellHeader {
  font-size:        10px;
  color:            black;
  font-weight:      bold;
  background-color: #b9b9b9;
  padding-top:      2px;
  padding-bottom:   2px;
  text-align:       center;
  padding-left:     3px;
  padding-right:    3px;
  display:          table;
  width:            100%;
  table-layout:     fixed;
}

.cellColumn {
  padding-left:     3px;
  padding-right:    3px;
  /*padding: 0px 0px 0px 5px;*/
  font-size:        10px;
  display:          table;
  width:            100%;
  table-layout:     fixed;
}

.c01l, .c02l, .c05l, .c08l, .c10l, .c15l, .c20l, .c25l, .c30l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c70l, .c75l, .c80l, .c90l {
  float: left;
  padding-left: 3px;
  /*border: 1px #ddd dotted; /* only development*/
}

.c01r, .c02r, .c05r, .c08r, .c10r, .c15r, .c20r, .c25r, .c30r, .c33r, .c40r, .c38r, .c50r, .c60r, .c62r, .c66r, .c70r, .c75r, .c80r, .c90r {
  float: right;
  padding-left: 3px;
  /*border: 1px #ddd dotted; /* only development*/
}

.c01l, .c01r { width: 1%; }
.c02l, .c02r { width: 2%; }
.c05l, .c05r { width: 5%; }
.c08l, .c08r { width: 8%; }
.c10l, .c10r { width: 9.9%; } /* 10% */
.c15l, .c15r { width: 15%; }
.c20l, .c20r { width: 20%; }
.c40l, .c40r { width: 40%; }
.c60l, .c60r { width: 60%; }
.c80l, .c80r { width: 80%; }
.c90l, .c90r { width: 90%; } /* 89.7% */
.c25l, .c25r { width: 25%; }
.c30l, .c30r { width: 30%; }
.c33l, .c33r { width: 33.333%; }
.c50l, .c50r { width: 50%; }
.c66l, .c66r { width: 66.666%; }
.c70l, .c70r { width: 70%; }
.c75l, .c75r { width: 75%; }
.c38l, .c38r { width: 38.2%; }
.c62l, .c62r { width: 61.8%; }

.c20pxl, .c40pxl, .c50pxl, .c60pxl, .c70pxl, .c80pxl, .c95pxl, .c100pxl, .c150pxl,.c180pxl, .c200pxl, .c250pxl, .c300pxl, .c350pxl, .c400pxl,.c430pxl,.c450pxl, .c500pxl, .c900pxl, .c800pxl, .c950pxl {
  padding-left:  3px;
  padding-right: 3px;
  float:         left;
  /* border: 1px #fff dotted; */
}

.c20pxr, .c40pxr, .c50pxr, .c60pxr, .c70pxr, .c80pxr, .c95pxr, .c100pxr, .c150pxr,.c180pxr, .c200pxr, .c250pxr, .c300pxr, .c350pxr, .c400pxr,.c430pxr, .c450pxr, .c500pxr, .c900pxr, .c800pxr, .c950pxr {
  padding-left:  3px;
  padding-right: 3px;
  float:         right;
  /* border: 1px #fff dotted; */
}

.c20pxl, .c20pxr { width: 20px; }
.c40pxl, .c40pxr { width: 40px; }
.c50pxl, .c50pxr { width: 50px; }
.c60pxl, .c60pxr { width: 60px; }
.c70pxl, .c70pxr { width: 70px; }
.c80pxl, .c80pxr { width: 80px; }
.c95pxl, .c95pxr { width: 95px; }
.c100pxl, .c100pxr { width: 100px; }
.c150pxl, .c150pxr { width: 150px; }
.c180pxl, .c180pxr { width: 180px; }
.c200pxl, .c200pxr { width: 200px; }
.c250pxl, .c250pxr { width: 250px; }
.c300pxl, .c300pxr { width: 300px; }
.c350pxl, .c350pxr { width: 300px; }
.c400pxl, .c400pxr { width: 400px; }
.c430pxl, .c430pxr { width: 430px; }
.c450pxl, .c450pxr { width: 450px; }
.c500pxl, .c500pxr { width: 500px; }
.c800pxl, .c800pxr { width: 800px; }
.c900pxl, .c900pxr { width: 900px; }
.c950pxl, .c950pxr { width: 950px; }

/* TABLE */
.table {
	width: 100%;
	border: 0px;
}

/* TABLE HEADER */
.tableHeader {
    font-size:        10px;
    color:            black;
    font-weight:      bold;
    background-color: #b9b9b9;
    padding-top:      4px;
    padding-bottom:   4px;
    text-align:       center;
    padding-left:     3px;
    padding-right:    3px;
}

.tableContent {
    font-size:     10px;
    padding-left:  3px;
    padding-right: 3px;
}

.tableContentInactive {
    font-size:     10px;
    color:         gray;
    padding-left:  3px;
    padding-right: 3px;
}

/* FORM */
td.attribut {
    font-weight:bold;
	text-align: right;
	width: 20%;
	padding: 5px;
	background-color:#b9b9b9;
}
td.value {
	width: 80%;
	padding: 5px;
	background-color: #eaeaea;
}
td.errorMsg {
	width: 80%;
	padding: 5px;
	background-color: #eaeaea;
	color: red;
	font-weight:bold;
}
.noData {
	text-align: left;
	font-weight:bold;
	font-size: 18px;
	padding-left: 10px;
	color: #CC0000;
}

/* SYSTEM */
.systemValue {
	padding: 5px;
	background-color: #eaeaea;
}
.systemValue2 {
  padding: 5px;
	background-color: #D8D8D8;
}

td.systemTitle {
    font-size:12px;
    color:black;
    font-weight:bold;
    background-color:#b9b9b9;
    padding: 5px;
}

/* IMG */
img.ico {
	/*padding: 1px;*/
	border:  0px;
	width:   10px;
	height:  10px;
}

/* MISC */
/*.cellColumn {
  padding-left:     3px;
  padding-right:    3px;
  /*padding: 0px 0px 0px 5px;*/
 /* font-size:        10px;
  display:          table;
  width:            100%;
  table-layout:     fixed;
}*/

.errorBox, .okayBox {
  font-weight: bold;
  display: table;
  table-layout: fixed;
  padding: 5px 5px 5px 0px;
  text-align: left;
}

.msgOkay {
  padding: 10px 10px 10px 10px;
  font-weight: bold;
  color: #8c8c8c;
  margin: 5px 0px 5px 0px;
  border-radius: 3px;
  background-color: #eaeaea;
  border: 1px solid #8c8c8c;
  box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff; 
  -moz-border-radius: 3px; 
  -moz-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff; 
  -webkit-box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
  -webkit-border-radius: 3px;
}
.cell, .highlightLine2 {
  padding-left:     3px;
  padding-right:    3px;
  font-size:        10px;
  display:          table;
  width:            100%;
  table-layout:     fixed;
  border-bottom:    1px #ddd dotted;
}


.highlightLine2 {
    background-color: #b9b9b9;
    vertical-align: middle;
}

.highlightLine {
    background-color: #b9b9b9;
    vertical-align: middle;
}

.sessionsMenu {
#margin-top:10px;
}

.hidden {
display: none;
}

.verticalTitle{
  -ms-transform:rotate(270deg); /* IE 9 */
  -moz-transform:rotate(270deg); /* Firefox */
  -webkit-transform:rotate(270deg); /* Safari and Chrome */
  -o-transform:rotate(270deg); /* Opera */
  //writing-mode:tb-rl;
  white-space: nowrap;
  width: 1.0em;
  margin-left: 34%;
  filter: flipv fliph;
  font-size: 10px;

 
}

.verticalAlignBottom{
 vertical-align: bottom;
 font-weight: normal;
}




/*div label input {
   margin-right:100px;
}*/


.buttonCheck{
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:auto;
    float:left;
}

/*#ck-button:hover  label{
    background:#B9B9B9;
}*/

.buttonCheck label {
    float:left;
    width:60px;
}

.buttonCheck label span {
    text-align:center;
    padding:3px 0px;
    display:block;
}

.buttonCheck label input {
    position:absolute;
    top:-20px;
}

.buttonCheck input:checked + span {
    background-color:#8C8C8C;
    color:#fff;
}
.buttonCheck input:hover:checked + span {
    background-color:#6C8C8C;
    color:#fff;
}

.buttonCheck input:hover + span {
    background-color:#B9B9B9;
    color:#fff;
}

.dataTable tr:hover {
    background-color: #b9b9b9;
    vertical-align: middle;
}

.cell :hover {
    background-color: #b9b9b9;
    vertical-align: middle;
}


/* TAG */
input, select {
	margin-right: 5px;
}

/*input, select {
  width:80%;
  padding: 5px;
  border: 1px solid #b9b9b9;
}

input, textarea, select {
  margin:0 0 5px 0;
  font-size: 10px;
  font-family: Verdana,Arial,Helvetica,Sans-Serif;
}*/

.submitButton {
  padding: 3px 10px;
  border: none;
  font-size: 10px;
  font-weight:bold;
  border: 1px solid #e5e5e5;
  -khtml-border-radius: 11px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}

input, textarea, select {
    font-family: Verdana,Arial,Helvetica,Sans-Serif;
    font-size: 10px;
    margin: 0 2px 5px;
}

		#flotTip {}
    #choices li > div {
    display: inline-block;
    margin-right: 4px;
}
.legend{ display: none; }

.outer {
    display: table;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
   # position: absolute;
    top: 0;
    width: 100%;
}

.middle {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.inner {
    #background-color: #FFFFFF;
    margin: 0 auto;
    #padding: 10px;
    #text-align: left;
    width: 100px;
}
 .permissionTable {
    border-collapse: collapse;
    border-right: 1px solid #8c8c8c;
    border-left: 1px solid #8c8c8c;
}

 .permissionTable td,  .permissionTable th {
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #8c8c8c;
}
.details{
border:1px solid;

}
.right{
text-align:right;
padding-right:4px;
}

.tooltip td{
padding:0px 5px;
}

form .error{
		color: #c00;
		}
	
div.error , label.error{
height:14px;
}

/*span.error{
height:30px;
}
span.error:hover{
display:none;
}
span.error:active{
display:none;
}*/

.editableDiv {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid gray;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    height: 28px;
    overflow: auto;
    padding: 2px;
    resize: both;
    width: 400px;
}


.dataTable .ui-icon {
    display: inline-flex;
}	