.vl_categories {
  font-size: 11px;
  padding: 0px;
  padding-top: 0px; padding-bottom: 0px;
  margin: 0px;
}
.vl_h1 {
  font-size: 12px; font-weight: bold;
  color: #444444;
}
.vl_h2 {
  font-size: 11px; font-weight: bold;
  color: #444444;
}
.vl_submit_h1 {
  font-size: 12px; font-weight: bold;
  color: #444444;
  background-color: #edf6da;
}
.vl_success {
  font-size: 12px; font-weight: bold;
  color: #44AA44;
}
.vl_error {
  font-size: 12px; font-weight: bold;
  color: #CC4444;
}

/* ------------------------  Editing ---------------------------------- */
.vl_setting {
  background-color: #F5E5F5;
}
.vl_setting_th {
/*  background-color: #E0CCE0;*/
  background-color: #edf6da;
}
.article_setting {
  background-color: #FFEEDD;
}
.article_setting_th {
  background-color: #EEDDCC;
}
.document_setting {
  background-color: #EEEEFF;
}
.document_setting_th {
  background-color: #DDDDEE;
}
.vl_update {
  background-color: #FF99AA;
}
.vl_update_inactive {
  background-color: #DDBB44;
}
.input_right {
  text-align: right;
}
.vl_paper {
  background-color: #ff9933;
}
.vl_link_white {
  color: #FFFFFF;
}




