BODY, P, DIV, TD, TR, FORM, INPUT, OL, UL, LI, INPUT, TEXTAREA, SELECT, A
{
  font-family: Helvetica;
  font-size: 11pt;
  color: black;
}

BODY {
  background-color: white;
}

P.Error {
  color: red;
  font-weight: bold;
}

tr.TitleRow, td.TitleRow {
  background-color: #a9b1cc;
  font-weight: bold;
}

tr.RowOdd {
  background-color: #eeeeee;
}
tr.RowEven {
  background-color: #cccccc;
}

tr.RowOdd:hover, tr.RowEven:hover {
	background-color: #A9E2F3;
}

td.DetailsDescr {
  vertical-align: top;
  font-weight: bold;
}

.Command {
  font-weight: bold;
}

.Error {
  font-weight: bold;
  text-align: center;
}

.Red {
  color: red;
}

div.admin {
  text-align: right;
  font-weight: bold;
  color: red;
}

span.VirtualModified {
  background-color: #bfc2cc;
}
a:link, a:visited { color: black; text-decoration: none}
a:active, a:hover { color: blue; text-decoration: underline}

span.Passive {
  color:red;
  font-weight: bold;
}

span.Active {
  color: blue;
  font-weight: bold;
}

a:link.buttons, a:visited.buttons { 
  color: black; 
  font-weight: bold;
  text-decoration: none;
}
a:active.buttons, a:hover.buttons { 
  color: blue; 
  font-weight: bold;
  text-decoration: underline;
}

.exceeded {
  color: red;
  font-weight: bold;
}

table#edit tr:hover {
	background-color: #A9E2F3;
}

