body {
  margin-top: 0px; 
  margin-right: 0px; 
  margin-bottom: 0px; 
  margin-left: 0px;
  background-color: #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px
}

div {
    margin: 0;
    padding: 0;
}

table {
    border:             0;
    border-spacing:     0;
    border-collapse:    collapse;
}

td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  white-space: nowrap;
  padding:        0;
}

a {
  color: #0000FF
}

a:hover {
  color: #666666
}

/*not used*/
hr {
  border-color: #000000 #000000 FFFFFF #000000;
  height: 2px;
  border-style: groove;
  border-top-width: 0px; 
  border-right-width: 0px; 
  border-bottom-width: 2px; 
  border-left-width: 0px  
}

.centered { 
  margin: 0px auto; /* for netscape */
}

/*not used*/
.good {
    color: green;
}

/*not used*/
.bad {
    color: red;
}

/* input is used */
.input-buttons input {
  overflow: visible;
  clip:  rect(   );
  width: 65px
}

/* input is used */
.input-button-special input {
  background: #243A94;
  color: #FFFFFF;
  margin-top: 0px; 
  margin-right: 1px; 
  margin-bottom: 0px; 
  margin-left: 1px;
  padding-right: 3px;
  padding-left: 3px;
  font-size: 80%;
}

/*not used*/
.label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #111
}

/* eliminates unnecessary spacing above & below forms */
form {
    margin: 0;
}

/******************/
/*** DATA ENTRY ***/
/******************/

div.data-entry {
  text-align: center;
}

table.entry-box-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  position: relative;
  top: 7px;
  overflow: visible;
  clip: rect( );
  white-space: nowrap;
  background-color: #F0F0F0;
  font-weight: bold;
  margin-left: 6px
}

table.entry-box-title td {
  padding: 0px;
}

table.entry-box-title td.title-text {
  padding-right: 2px;
  padding-left: 4px;
  white-space: nowrap;
  border-color: white black black;
  border-style: groove;
  border-top-width: 2px; 
  border-right-width: 0px; 
  border-bottom-width: 0px; 
  border-left-width: 0px
}

div.entry-box {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: 2px white groove;
  padding: 7px;
  background-color: #F0F0F0
}

div.entry-box td {
  padding: 3px;
}

.input-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 200px;
}

.required {
  color: #CC0000
}

.entry-footer { 
  text-align: right; /* for netscape */
}

table.entry-functions { 
  width: 100%;
}

table.entry-functions td.input-buttons { 
  text-align: right;
}

/*****************/
/*** DATA LIST ***/
/*****************/

.list-title {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 0.2em;
}

.checker {
  width: 1%;
}

table.list-spacer { 
  width: 100%;
}

table.list-spacer td#spacer { 
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

table.list-filters td { 
  padding: 2px 7px;
}

table.list {
  width: 100%;
}

table.list tr.header {
  background-color: #999999;
  color: white;
}

table.list tr.header td {
    color: #FFFFFF; 
    border: 1px solid; 
    border-color: #333333;
    padding-right: 3px; 
    padding-left: 3px;
    white-space: nowrap
}

table.list tr.header a {
  text-decoration: none;
  color: white;
  white-space: nowrap;
}

table.list td {
    padding: 1px 3px;
}

table.list tr.row0 {
  background-color: white;
}

table.list tr.row1 {
  background-color: #F0F0F0;
}

table.list-footer {
  width:              100%;
  border:             1px solid;
  border-color:       white #333333 #333333 white;
  background-color:   #CCCCCC;
}

table.list-footer td {
  border:  0;
  padding: 0;
}

table.list-functions { 
  width: 100%;
}

table.list-functions td {
    padding-top: 7px;
    padding-bottom: 7px;
}

table.list-functions a {
    text-decoration: none;
}

table.list-functions td.input-buttons {
    vertical-align: top;
}

table.list-functions input {
    font-size: 80%;
}

td.page-size {
    text-align: center;
    padding-left: 2em;
    padding-right: 2em;
}

td.prev-next {
    text-align: right;
}

td.prev-next img {
  border: 0;
  margin: 0 3px;
}

img.state {
    vertical-align: middle;
    margin-right:   2px;
}

/**********************/
/*** ERROR MESSAGES ***/
/**********************/

div.error {
  text-align: center
}

div.error table {
  margin: 0px auto;
  text-align: left;
}

div.error td {
  vertical-align: top
}

.error-field { 
  color: #CC0000
}

/** BANNER **/

table.banner {
    width: 100%;
    border: 0;
    cellspacing: 0;
    cellpadding: 0;
}

.banner a {
    text-decoration: none;
}

/**********************/
/*** APPLICATION SWITCHING POP-UP ***/
/**********************/
.appswitcher {
  background-color: #FFFFFF;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border: 2px #FFFFFF outset;
  width: 100px;
  clip:           rect(   );
  position: absolute;
  visibility: visible;
  white-space: nowrap;
  z-index: 3;
  left: 600px;
  top: 10px
}

.appswitcher-hide {
  display: none
}

.appswitcher a {
  width: 100px;
  padding-right: 5px;
  padding-left: 5px
}

.appswitcher a:hover {
  color: black;
  background-color: #CCC
}

/* Works with standards-compliant parsing */
div.spacer {
    padding: 0 10px;
}

/* Status block from AMS */
.status-block {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 100%;
  font-weight: normal;
  white-space: nowrap;
}

.status-block .status-time {
  	font-size: 85%;
  	margin-top: 1px;
}

.status-user {
  	font-weight: bold;
}
