/* style.css                   */
/* Losescript                  */
/* powered by cyman            */

body {
  background-color: #FFAE22;
  font-family: Arial;
  font-size: 10pt;
}

a:link {
  color: #303030;
  text-decoration: none;
}

a:visited {
  color: #303030;
  text-decoration: none;
}

a:hover {
  color: #353535;
  text-decoration: underline;
}

table {
  border: 1px;
  border: #000000;
  cellpadding: 5;
  cellspacing: 0;
  font-size: 10pt;
}

tr .evenrow {
  background-color: #ffe3b7;
}

td .editbox {
  border-bottom: 1px #FFAE22 solid;
  border-left: 1px #FFAE22 solid;
  border-right: 1px #FFAE22 solid;
  background-color: #ffeed4;
  font-size:small;
  padding:5px;
}

.error {
  color:#F00000;
}

.message {
  background-color: #ffce78;
}

#contentbox {
  width: 750px;
}

a.resetlink {
  color: #F00000;
  font-size: x-small;
}

.rightInlineBox {
  display: inline-block;
  float: right;
}