/*
 * eventCreator
 *
 * Create iCal event in a form and get output in a iCal file
 *
 * www.kigkonsult.se/iCalcreator/eventCreator/index.php
 * ical@kigkonsult.se
 * updated 20070117
 *
 * This css file controls iCal event editing form layout
 *
**/

div.eC {
  background-color : #E0EEE0;
  border           : 0 0 0 0;
  font-family      : Roman serif;
  font-size        : normal;
  margin           : 0 0 0 0;
  padding          : 0 0 0 0;
  text-align       : left;
  width            : 600px
}
.eC .eCcenter {
  text-align       : center
}
.eC .eCgroup {
  font-weight      : bold;
}
.eC .eCgroupText {
  font-family      : Roman serif;
  font-size        : x-small;
  vertical-align   : bottom;
}
.eC .eChelptext {
  display          : none;
  font-family      : sans-serif;
  font-size        : x-small;
}
.eC .eClabel {
  font-family      : sans-serif;
  font-size        : x-small;
  vertical-align   : top;
}
.eC .eCopt {
  background-color : #F0FFF0;
}
.eC .eCleft {
  text-align       : left;
}
.eC .eCright {
  text-align       : right;
}
.eC img {
  border           : 0 0 0 0;
  margin           : 0 2px 0 0;
  padding          : 0 0 0 0;
}
.eC input {
  font-family      : areal sans-serif;
  font-size        : small;
}
.eC .input {
  width            : 100mm;
}
.eC table {
  border           : 0 0 0 0;
  border-collapse  : collapse;
  margin           : 0 0 0 0;
  padding          : 0 0 0 0;
  width            : 100%;
}
.eC tbody {
  text-align       : left;
}
.eC td {
  border           : 0 0 0 0;
  padding          : 0px 3px 5px 3px;
  vertical-align   : top;
}
.eC textarea {
  font-family      : areal sans-serif;
  font-size        : small;
}
