@import url(/style/public.css);
@import url(/style/2010css.css);

/* Define defaults for old browsers */
/*div,*/ p, th, td, li, dd {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:       #333333;
  font-size:   11px;
}


/* TABLE ROWS */
.tablelist {background-color: #e6e6e6;}

/* .InPlaceEditForm1 {background-color: #CCCCFF;} */

/* These are the styles that control the look and feel of the scriptaculous in place editing (AJAX form updating) */

form.inplaceeditor-form { /* The form */
  margin: 0px;
  padding: 0px;
}

form.inplaceeditor-form input[type="text"] { /* Input box */
  margin: 0px 5px 0px 0px;
}

form.inplaceeditor-form textarea { /* Textarea, if multiple columns */
  margin: 0px 0px 0px 5px;
}

form.inplaceeditor-form input[type="submit"] { /* The submit button */
  background-color: #efefef;
  border: 2px #e6e6e6 outset;
  color: black;
  font: bold 10px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
  margin: 0px 0px 0px 5px;
  padding: 0px 5px 0px 5px;
  text-decoration: none;
}

.editor_ok_button {
  background-color: #efefef;
  border: 2px #e6e6e6 outset;
  color: black;
  font: bold 10px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
  height: 20px;
  margin: 0px 0px 0px 5px;
  padding: 0px 5px 0px 5px;
  text-decoration: none;
}

.editor_cancel {
  background-color: #efefef;
  border: 2px #e6e6e6 outset;
  color: black;
  font: bold 10px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
  height: 25px;
  margin: 0px 0px 0px 5px;
  padding: 0px 5px 0px 5px;
  position: relative;
  top: -2px;
  text-decoration: none;
}

