/* page.css */

body, input, textarea, select, td, td a, th {
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 8pt;
}

body {
  margin: 0;
 /* background-color: #eef4fc;*/
}

.x-viewport body {
  background: none;
}

.renderinfo {
  display: none;
}

.compError .id {
  color: white;
  background-color: red;
  font-weight: bold;
  float: left;
  padding: 2px;
}

.compError .message {
  color: red;
  float: left;
  margin-left: 3px;
  padding: 2px;
}

.errorMask {
  z-index: 10000;
}

.errorMask div {
  color: red;
  background-color: white;
  font-weight: normal;
}

.t-transsrc-nome {}
.t-transsrc-trans { color: grey; }

.pop {
  background-color: #f2f6f9;
  border-top: 1px solid #004a80;
  border-bottom: 1px solid #004a80;
}

.pop h3 {
  color: #004a80;
  border-bottom: 1px solid #004a80;
  font-family: Tahoma,Geneva,sans-serif;
  font-size: 11px;
  height: 21px;
  margin: 6px 0 2px;
  padding: 0 0 0 25px;
  background-image: url(../../image/rainyblue/sel.png);
  background-repeat: no-repeat;
  background-position: 5px 0;
}

.pop .pop_int {
  margin: 5px;
}
