/* -------------------------------------------------------- */
/* Tabellen (Grid - Control)                                */
/* -------------------------------------------------------- */

/* Gridstyle */
.textgrid {
  position: absolute;
  width: 95%;
  height: 40%;
  min-height: 200px;
  overflow: auto;
  background: #eeeeee;
  border: 1px solid #b1afa9;
  margin: 8px;
}
.icongrid {
  position: absolute;
  width: 95%;
  height: 40%;
  min-height:200px;
  overflow: auto;
  background: #ffffff;
  border: 1px solid #b1afa9;
  margin: 8px;
}
.formgrid {
  position: absolute;
  width: 320px;
  height: 100px;
  min-height: 60px;
  overflow: auto;
  background: #eeeeee;
  border: 1px solid #b1afa9;
  margin: 0px;
}

.innergrid {
  width: 100%;
  overflow: hidden;
  position: absolute;
}
.cell, .cell2, .cellsel, .header, .headersel {
  padding: 1px;
  background-image:url('../img/pix.gif');
  background-position:right center;
  background-repeat:no-repeat;
  font-family: verdana,arial,sans-serif;
  font-size: 11pt;
  color: black;
  float: left;
  text-align: left;
  border-bottom: 1px solid #b1afa9;
  border-right: 1px solid #b1afa9;
  white-space:nowrap;
  overflow: hidden;
}

/* Überschrift */
.header  {
  background: #ebeadb;
}
.headersel  {
  border-bottom: 1px solid #316AC5;
  border-right: 1px solid #316AC5;
  background: #C6D6EF;
}

/* Zellen */
.cell {
  background: white;
}
.cell2  {
  background: #f7f7f7;
}
.cellsel  {
  background: #C6D6EF;
}

.row  {
  background: white;
  width: 49%;
  height: 60px;
  overflow: hidden;
  float: left;
  border: 1px solid white;
  position:relative;
}
.rowsel  {
  background: #C6D6EF;
  width: 49%;
  height: 60px;
  overflow: hidden;
  float: left;
  border: 1px solid #316AC5;
  position:relative;
}

/* -------------------------------------------------------- */
/* Kalender - Control                                       */
/* -------------------------------------------------------- */

.cal {
  background-color: #ffffff;
  border: 1px solid #b1afa9;
  visibility: hidden;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 9999;
}

.cal_ref {
  text-decoration: none;
  color: #000000;
}

.cal_combo {
  font-family: verdana,arial,sans-serif;
  font-size: 11px;
}

.cal_table{
  font-family: verdana,arial,sans-serif;
  font-size: 11px;
  padding: 1px;
  margin: 0px;
  background-color: #ffffff;
}

.cal_header{
  font-family: verdana,arial,sans-serif;
  font-size: 11px;
  background-color: #EAF1F9;
  text-align: center;
  height: 24px;
}

.cal_dayname {
  font-family: verdana,arial,sans-serif;
  font-size: 11px;
  text-align: center;
  background-color: #ebeadb;
  border-bottom: 1px solid #b1afa9;
  border-top: 1px solid #b1afa9;
  height: 17px;
  width: 28px;
}

.cal_day {
  background-color: #ffffff;
  color: #000000;
  font-family: verdana,arial,sans-serif;
  font-size: 11px;
  height: 15px;
  width: 28px;
}

.cal_today {
  background-color: #C6D6EF;
  border: 1px solid #316AC5;
  font-family: verdana,arial,sans-serif;
  font-size: 11px;
  height: 15px;
  width: 28px;
}

