body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
  background: #6cc url(../images/bg.jpg) center 80px;
  body: #001;
}
#header {
  background: #052535 url(../images/header.jpg) no-repeat top left;
  height: 80px;
  border: 0px solid #6cc;
  border-bottom-width: 4px;
  position: relative;
}
#header h1 { display: none }
.tabs {
  position: absolute;
  margin: 0px;
  padding: 0px;
  bottom: 0px;
  right: 10px;
  border-collapse: collapse;
}

.tabs a {
  display: block;
  float: left;
  text-align: center;
  font-size: 13px;
  font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
  font-weight: bold;
  border: 1px solid #6cc;
  border-bottom: none;
  margin: 0px 2px;
  padding: 2px 4px;
}

.tabs a, .tabs a:visited, .tabs a:active {
  text-decoration: none;
  color:  #6cc;
  background: #245;
}

.tabs a:hover {
  color: #cff;
  background: #052535;
}

.tabs a.active {
  background: #6cc;
  color: #123;
}

form.paziente {
  position: relative;
}

form.paziente .menu {
  position: absolute;
  top: 50px;
  right: 10px;
  z-index: 1;
}

.menu a {
  display: block;
  text-align: center;
  font-size: 13px;
  font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
  font-weight: bold;
  border: 1px solid #6cc;
  border-bottom: none;
  margin: 0px 2px;
  padding: 2px 4px;
}

.menu a, .menu  a:visited, .menu  a:active {
  text-decoration: none;
  color:  #6cc;
  background: #245;
  opacity: .7;
}

.menu a:hover {
  color: #cff;
  background: #052535;
  opacity: 1;
}

.menu a.active {
  background: #6cc;
  color: #123;
}


#content {
  padding: 4px;
  border-top: 1px solid #052535;
  background: transparent;
}

#footer {
  color: #8cc;
  font-size: 9px;
  font-family: verdana, arial, sans-serif;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 2px;
}
#footer a, #footer a:visited {
 color: #8cc;
 text-decoration: none;
 font-weight: bold; 
}
#footer a:hover {
 color: #9ff;
}

.content {
  width: 600px;
  margin: auto;
}

h1, h2, h3 {
  color: #052535;
  border-bottom: 1px solid #6cc;
}

.tabberlive-anamnesi .tabbertab {
  height: 150px;
  overflow: auto;
}

.tabberlive-anamnesi textarea {
  height: 110px;
  width: 90%;
}
.tabberlive-anamnesi .form-element textarea {
  height: 96px;
}

.cb-container {
  border-bottom: 1px dotted #6cc;
  margin: 0px 0px 32px 0px;
}

.cb-container input, .cb-container label {
  display: inline;
  vertical-align: middle;
}

.tamponi textarea {
  width: 400px;
}

div.button-box {
  text-align: right;
  padding: 4px 0px;
}

input.submit, button.submit, .button, .form-footer a, .button-box a {
  border: 1px solid #6cc;
  background: #9ff url(../images/bg-button.png) center repeat-x;
  color: #124;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  padding: 2px 4px;
  margin: 2px 4px;
  vertical-align: middle;
}
input {
  vertical-align: middle;
}
a.button:hover, .form-footer a:hover {
  color: #008;
  background: #cff none;
}

.big {
  font-weight: bold;
  font-size: 18px;
}

form.login {
  width: 220px;
  margin: 20px auto;
  background: #eff;
  border: 1px solid #6cc;
  border-width: 1px 0px;
  
  padding: 8px;
}
#userbox {
  position: absolute;
  top: 24px;
  right: 4px;
  font-size: 9px;
  color: #9ff;
  font-family: verdana, arial, sans-serif;
}

#userbox a, #userbox a:active {
  color: #cff;
  background: transparent;
  text-decoration: none;
}
#userbox a:hover {
  background: transparent;
  color: #9ff;
}
#userbox img {
  border: 1px solid #acc;
}
#userbox a:hover img  {
  border: 1px solid #eff;
}
div.chooser {
  float: left;
  background: url(../images/bg.jpg);
  border: 1px solid #6cc;
  position: relative;
  padding: 4px 2px 2px 4px;
}
div.chooser a.close {
  position: absolute;
  bottom: 8px;
  right: 8px;
}


div.row input.numeric, div.row input.integer {
  font-family: courier-new, courier, monospace;
  text-align: right;
  letter-spacing: normal;
  font-size: 14px;
  font-weight: normal;
}

.error input {
  background: yellow !important;
  color: red !important;
}

.chooser-display {
  font-weight: bold;
  padding-right: 8px;
}

.blankable {
  cursor: crosshair;
}

.blankable:hover {
  text-decoration: line-through;
}

.blank {
  font-weight: normal;
  cursor: default;
  text-decoration: none;
  font-style: italic;
}


table.chooser tr.chooser-over td {
  background: #ff8;
  color: black;
  cursor: pointer;
}

table.chooser tr.chooser-selected td {
  background: #8f8;
  color: black;
}

a.openerImg:hover {
  background: white;
}


table.somministrazioni td { text-align: right; }
table.somministrazioni input { border: 0px !important }
/* table.somministrazioni td, table.somministrazioni th { border: none 0px !important; padding: 2px 8px !important; }
*/

div.ovociti {
  background: url(../images/bg.jpg);
  border: 1px solid #052535;
  margin: 8px;
  padding: 8px;
}
div.ovociti table {
  width: auto;
}

div.ovociti table th { 
  text-align: right; 
  color: #052535;
  padding: 2px;
  background:transparent;
}
div.ovociti table td {
  padding: 2px 8px;
  font-size: 150%;
  font-weight: bold;
  color: black;
  font-family: courier-new, courier, monospace;
  text-align: right;
  background:transparent;
}


.diario textarea {
  width: 90%;
  height: 4em;
}
.annotazioni .coordinate {
  margin-top: 8px;
  margin-bottom: 0px;
  color: #052535;
}
.annotazioni pre {
  border: 1px solid #052535;
  background: #effff8;
  width: 90%;
  padding: 4px;
  color: black;
  margin-top: 0px;
  white-space: normal; 
}

fieldset.with-menu {
  margin-right: 150px;
}
.annotazioni {
  white-space: normal;
}
