
/*
** My own created styles
*/

#wrapper #container #search-box {
  position: absolute;
  top: -37px;
  right: 10px;
  z-index: 3;
}

p.p_bold {
  font-weight: bold;
}

p.p_italic {
  font-style: italic;
}

p.p_nobottom {
  margin-bottom: 0;
  padding-bottom: 2px;
}

tr.even p, tr.odd p {
  margin: 0;
  padding: 0;
}

td.h-center,
th.h-center {
  text-align: center;
}

td.h-right,
th.h-right {
  text-align: right;
  padding-right: 20px;
}

fieldset table {
  margin: 0 0;
}

form {
  display: inline;
}

#wrapper #container .admin-msg {
  position: absolute;
  top: 15px;
  right: 35px;
  z-index: 3;
  text-align: right;
}

span.green {
  color: green;
}

span.red {
  color: red;
}

table.add-table {
  margin-bottom: 10px;
}

input.form-delete {
  text-transform: capitalize;
}

div#left-menu {
  margin-top: 25px;
}

div.delete-button {
  margin-top: -4px;
}

div.delete-button a {
  border: 1px solid #D3E7F4;
  background-color: #D3E7F4;
  color: #666666;
  line-height: 0px;
  padding: 0 4px;
  padding-bottom: 2px;
  font-size: 9px;
}

div.delete-button a:hover {
  border: 1px solid #FF9999;
  background-color: #EDF5FA;
  color: #000000;
  text-decoration: none;
}

div.normal-button {
  margin: -4px 2px 0 0;
  float: left;
}

div.normal-button a,
div.normal-button p {
  border: 1px solid #D3E7F4;
  background-color: #EDF5FA;
  color: #666666;
  line-height: 0px;
  padding: 0 4px;
  padding-bottom: 2px;
  font-size: 9px;
  display: inline;
}

div.normal-button a:hover {
  border: 1px solid #d3f4dd;
  background-color: #aaf3b4;
  color: #000000;
  text-decoration: none;
}

div.normal-button a.green {
  border: 1px solid #d3f4dd;
  background-color: #aaf3b4;
}

div.normal-button a.green:hover {
  border: 1px solid #b2cdde;
  background-color: #5ec26b;
  color: #f8f8f8;
}

form#list-update div.form-item {
  margin-right: 5px;
}

label {
  white-space: nowrap;
}

.form-quest-button {
  font-family: arial, sans-serif;
  background-color: #EDF5FA;
  border: 1px solid #ccc;
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  line-height: 0;
  margin: 0;
  padding: 0 5px;
  margin-left: 4px;
}

.form-quest-button:hover {
  border: 1px solid #666666;
  background-color: #D3E7F4;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

.pretendhref {
  font-family: arial, sans-serif;
  color: #5895BE;
  font-size: 12px;
  font-weight: bold;
  line-height: 0;
  padding: 0 5px;
  margin-left: 0 2px;
}

.pretendhref:hover {
  text-decoration: underline;
  cursor: pointer;
}

.form-quest-text {
  font-size: 10px;
  font-style: italic;
  color: #FF0000;
  display: none;
  margin-top: 0;
}

.form-desc-text {
  font-size: 10px;
  line-height: 12px;
  font-style: italic;
  margin-top: 0;
  color: #666666;
}

div.error-floater {
  position: relative;
  float: both;
  width: 310px;
}

div.error-floater fieldset legend,
div.error-floater fieldset legend a {
  color: #FF0000;
  font-weight: normal;
}

div.error-floater table {
  width: 280px;
}

.heavy {
  font-weight: bold;
}

div.floater {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
}

legend.colored {
  color: #FF0000;
}

.block {
  display: block;
  float: left;
}

.fakehref {
  color: #027AC6;
}

.fakehref:hover {
  text-decoration: underline;
  cursor: pointer;
}

thead th a:link,
thead th a:visited {
  color: #494949;
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

tr.start {
  background: #EFEFEF;
}

img.smallimg {
  margin-bottom: -5px;
}

.color-block {
  display: block;
  width: 40px;
  height: 18px;
  border: 1px solid #D3E7F4;
}


