TABLE.admintable
{
  width: 99%;
}

FORM
{
   float: left;
   width: 70%;
   font-size: 10pt;
}

IMG.adminimage
{
	width: 140px;
}

TEXTAREA.plaintext 
{
   width: 98%;
   height: 200px;
}

INPUT, SELECT
{
  width: 70%;
  float: none;
  margin: 0.1em;
  border: thin black;
  border-style: solid;
  background-color: #fff;
}

INPUT:hover, SELECT:hover {
  background-color: #eee;
}

INPUT.save, INPUT.delete, INPUT.small_save, INPUT.small_delete
{
  border: thin black;
  border-style: solid;
  background-color: #e4e4e4;
  color: black;
  font-variant: small-caps;
  width: 200px;
}

INPUT.delete, INPUT.small_delete {
  background-color: #fad4d4;
}

INPUT.save, INPUT.small_save {
  background-color: #d4fad4;
}

INPUT.save:hover, INPUT.delete:hover, INPUT.small_save:hover, INPUT.small_delete:hover
{
  background-color: #c4c4fa;
}

INPUT.small_save, INPUT.small_delete {
  float: left;
  width: 120px;
  font-size: 7.5pt;
}      

IMG.icon
{
  margin: 1px;
  clear: none;
  vertical-align: middle;
}

P.info, P.warn, P.error, P.debug 
{
  position: relative;
  width: 50%;
  float: none;
  clear: both;
  background-color: #65FFCC;
  border: 1px dotted #328066;
  color: black;
  font-size: 8pt;
  margin: 0;
  padding: 3px;
  padding-left: 20px;
  z-index: 200;
}

P.warn {
  background-image: url(TCMS-icons/warn.png);
  background-repeat: no-repeat;
  background-position: 2px 2px ;
  background-color: #EDED00;
  border: 1px dotted #908E00;
}

P.error {
  background-image: url(TCMS-icons/error.png);
  background-repeat: no-repeat;
  background-position: 2px 2px ;
  background-color: #DE0000;
  border: 1px dotted #660000;
}

P.info {
  background-image: url(TCMS-icons/info.png);
  background-repeat: no-repeat;
  background-position: 2px 2px ;
}

P.debug {
  background-image: url(TCMS-icons/debug.png);
  background-repeat: no-repeat;
  background-position: 2px 2px ;
  background-color: #A0CAEA;
  border: 1px dotted #000066;
}

H2 {
  text-decoration: underline;
  font-weight: bold;
  font-size: 11pt;
  margin: 0;
}

