/* IMPORT GENERAL CHUB STYLE */

/* from class ? should be in status_new.css? */

.form-headings { 
  font-weight: bold;
}

.form-labels1, .form-labels2 { 
  font-weight: normal;
  padding-right: 0.5em;
  vertical-align: top;

}
.form-labels1  { 
   text-align: right;
}
.form-labels2 { 
  text-align: left;
}

.form-para1, .form-para2  { 
  font-size: 80%;   
}

.form-para2  { 
   font-style: italic; 
}

.errorlist { 
  color: #CC0000;
}

.error-head { 
  font-weight: bold;
}

/* form specfic ids */

#coedname { 
  font-weight: bold;
  margin: 0;
  margin-top: 2ex;
  margin-bottom: 2ex;
}

#coeditor-code { 
  margin: 0;
/*  margin-left: 6em; */
  font-weight: bold; 
  text-transform: capitalize;
}

#coeditor-number { 
  margin: 0;
}


#table-a, .journala {
	background-color: #CCFFFF;
}

#table-b, .journalb   {
	background-color: #CCFFCC;
}

#table-c, .journalc   {
	background-color: #FFCCCC;
}

#table-d, .journald   {
	background-color: #FFFFCC;
}

#table-e, .journale   {
	background-color: #CCCCFF;
}

#table-f, .journalf   {
	background-color: #CCFF99;
}

#table-j, .journalj  {
	background-color: #FFCC99;
}

#table-s, .journals  {
	background-color: #CCFFFF;
}

.redtable { 
  border-style: solid;
  border-color: #ff0000;
  border-width: 2px;
}

td.trans { font-size: 90%; vertical-align: top; text-align: left;}

