/*
 * eventCreator
 * ver 2.0
 *
 * The iCal file event php-HTML form editor
 *
 * www.kigkonsult.se/iCalcreator/eventCreator/index.php
 * ical@kigkonsult.se
 * updated 20070703
 *
 * This css file controls iCal event editing form layout
 *
**/

div.eC {
  background-color : #FFFFFF; /* #CCFFCC; */

  font-family      : Verdana, Arial, sans-serif;
  font-size        : medium;
  margin           : 0;
  padding          : 0;
  text-align       : left;
  width            : 500px
}
.eC .eC1col {
  text-align       : right;
  width            : 90px;
}
.eC .eCcenter {
  text-align       : center;
}
.eC .eCgroup {
  font-weight      : bold;
}
.eC .eCgroupText {
  font-family      : Verdana, Arial, sans-serif;
  font-size        : x-small;
  vertical-align   : bottom;
}
.eC .eCh16 {
  height           : 16px;
}
.eC .eCh30 {
  height           : 30px;
}
.eC .eChelptext {
  display          : none;
  font-family      : sans-serif;
  font-size        : x-small;
}
.eC .eClabel {
  cursor           : pointer; /*, hand; */
  font-family      : sans-serif;
  font-size        : x-small;
  height           : 15px;
  padding          : 0px 2px 0px 2px;
  vertical-align   : top;
}

.eClabel-fade {
  cursor           : pointer; /*, hand; */
  font-family      : sans-serif;
  font-size        : x-small;
  height           : 15px;
  padding          : 0px 2px 0px 2px;
  vertical-align   : top;
  color            : #CCCCF5;
}

.eC a.eClabel {
  color            : black;
  font-family      : sans-serif;
  font-size        : x-small;
  text-decoration  : none;
}
.eC .eCmsg {
 font-family       : sans-serif;
 font-size         : x-small;
 vertical-align    : bottom;
}
.eCmsg-fade {
 font-family       : sans-serif;
 font-size         : x-small;
 vertical-align    : bottom;
 color             : #CCCCF5;
}
.eC .eCnorm {
  background-color : #FFFFFF;
}
.eC .eCopt {
  background-color : #FFFFFF;
}
.eC imp {
  border           : 0;
  margin           : 0;
  padding          : 0;
}
.eC input, select, textarea {
  font-family      : sans-serif;
  font-size        : small;
}
.eC .input {
  width            : 80mm;
}
.eC .nowrap {
  white-space      : nowrap;
}
 .eC option {
  margin           : 0;
  padding          : 0px 3px 0px 0px;
}
.eC table {
  border           : 0;
  border-collapse  : collapse;
  margin           : 0;
  padding          : 0;
  width            : 100%;
}
.eC td {
  vertical-align   : top;
}
