body {
  margin: 0px 5px 0px 5px;
  color : #333;
  background-color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a {
  color: #006666;
  text-decoration: none;
}

a:hover {
 color: #D42000;
 text-decoration: none;
}

a:active {
  color : #FF9900;
  text-decoration : none;
}

a IMG, a:link IMG, a:hover IMG, a:active IMG {
   border: 0px;
}

form {
  margin: 0px 0px 0px 0px;
}

input, textarea, select {
  color: blue;
  z-index : -3;
  font-family: Courier, Helvetica, sans-serif;
  font-size: 11px;
  border: 1px solid #CCCCCC;
}

table {
  width: 100%;
  background-color: #fff;
}

td {
  font-size: 11px;
}

/* common styles */
input.button {
  border-top : solid 1px #d5d5d5;
  border-right : solid 1px #808080;
  border-bottom : solid 1px #808080;
  border-left : solid 1px #d5d5d5;
  font-family: Arial, "Courier New", Courier, monospace;
  font-size: 11px;
  font-weight : bold;
  padding: 3px;
  cursor: hand;
  color : #333;
  background-color: #fff;
}

input.button:hover {
   background-color: #84B6D6;
}

input.buttonaction {
  border : 1px solid #31559C;
  font-family: Arial, "Courier New", Courier, monospace;
  font-weight : bold;
  padding: 3px;
  cursor: hand;
  cursor: pointer;
  color : #313031;
  background-color: #B5CFEF;
}



input.options, select.options {
  font-size: 8px;
  font-weight: normal;
  border: 1px solid #999999;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
}

.text_area {
   border : 1px solid #9c9a9c;
   background: #E9EFF5;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
}
.text_areahidden {
  border: 1px solid #FFFFFF;
  font-family: "Courier New", Courier, monospace;
  font-size: 11px;
}

div.error {
  color : #C40000;
  font-size : 11px;
  font-weight : bold;
  letter-spacing: 1px;
  text-align: center;
}

/* header block */
table.mainheading {
  border-bottom: solid 2px #999999;
  border-collapse: collapse;
}

table.mainheading th {
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 4px;
  text-align: left;
  height: 25px;
  vertical-align: middle;
  border-bottom: solid 1px #E5E5E5;
}

/* menu */
table.menubar {
  border-bottom: solid 2px #999999;
  height: 14px;
}

table.menubar td.menubackgr {
  background: #F1F3F5;
  padding: 0px 3px 0px 3px;
  padding-left: 6px;
  color: #888888;
}

table.menubar td.menubackgr a {
  margin-right: 10px;
  padding-left: 2px;
  padding-right: 2px;
  color: #888888;
}

table.menubar td.menubackgr a:hover {
  background-color: #999999;
  color: white;
}

/* search page styles */
table.adminsearch {
  border-bottom: solid 2px #999999;
  padding: 0px;
}

table.adminsearch th {
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 4px;
  text-align: left;
  height: 25px;
  vertical-align: middle;
}

table.adminsearch th.actionlink {
  font-size: 11px;
  font-weight: normal;
  text-align: right;
}
  
table.adminsearch th.nobottomline {
  border-bottom: 0px;
}

table.adminsearch td {
  height: 25px;
  padding: 5px;
  text-align: left;
  vertical-align: middle;
}

table.adminsearch td.label {
  vertical-align: middle;
  padding-left: 8px;
  background-color: #f5f5f5;
  border-bottom: solid 1px #E5E5E5;
  border-right: solid 1px #E5E5E5;
}

table.adminsearch td.field {
  border-bottom: solid 1px #E5E5E5;
}

table.adminsearch td input.button {
 margin-top: 3px;
}


table.adminlist {
  background-color: White;
  margin: 0px;
  padding: 4px;
  border-spacing: 0px;
  border: 1px solid #A2A2A2;
  width: 100%;
  border-collapse: collapse;
}
table.adminlist tr.row:hover {
  background-color: #f1f1f1;
}
table.adminlist tr.row td.r {
   text-align: right;
}
table.adminlist td {
  height: 25px;
  padding: 5px;
  text-align: left;
  vertical-align: middle;
  border: 1px dotted #A2A2A2;
}


td.preback {
  text-align: left;
  width: 25%;
  padding-left: 5px;
  vertical-align: top;
}

td.backbutton {
  text-align: right;
  width: 20%;
  padding-right: 5px;
  vertical-align: top;
}

td.pagelist {
  text-align: center;
  width: 10%;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: top;
}

td.forwbutton {
  text-align: left;
  width: 20%;
  padding-left: 5px;
  vertical-align: top;
}

td.postforw {
  text-align: right;
  width: 25%;
  padding-left: 5px;
  vertical-align: top;
}

/* show page styles */
table.adminform {
  border-bottom: solid 1px #E5E5E5;
}

table.adminform th.title {
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 4px;
  text-align: left;
  height: 25px;
  color: #ffffff;
  vertical-align: middle;
  border-bottom: solid 1px #E5E5E5;
}

table.adminform td {
  height: 25px;
  padding: 5px;
  text-align: left;
  vertical-align: middle;
  border-bottom: solid 1px #E5E5E5;
}

table.adminform td.nobottom {
  height: 25px;
  padding: 5px;
  text-align: left;
  vertical-align: middle;
  border-bottom: solid 1px white;
}

table.adminform td.label {
  vertical-align: top;
  padding-left: 8px;
  background-color: #f5f5f5;
  border-bottom: solid 1px #E5E5E5;
  border-right: solid 1px #E5E5E5;
}

table.adminform td input.button {
 margin-top: 3px;
}

