﻿/*** Inherits ***/

.divMasterBody
{
}

.divMasterTopBanner
{
  height:180px;
}

.divMasterBodyLeftTD
{
}

.divMasterBodyLeft
{
  display:none;
}

.divMasterBodyDetailTD
{
  width:738px;
}

.divMasterBodyDetail
{
  width:100%;
  height:440px;
}

.divMasterBodyRightTD
{
}

.divMasterBodyRight
{
  position:absolute;
  left: 740px;
  border-left: 2px solid #ffffff;
  height:440px;
}

/*** Registo ***/

.divRegistoDetail
{
  width:700px;
  min-height:280px;
  vertical-align:top;
}

.divRegistoPassos
{
  border-style:none;
  padding: 4px 4px 4px 4px;
  width:570px;
  height:280px;
}

.divGravida
{
  margin-bottom:10px;
}

.divFilhos
{
}

.CabecalhoInvertido
{
  font-size:14px;
  font-weight:bold;
  background-color:#70658F;
  color:#ffffff;
  padding: 4px 4px 4px 4px;
}

.buttonNavigator
{
  border-style:solid;
  border-color:#70658F;
  color:#70658F;
  background-color:Transparent;
  font-weight:bold;
  font-size:12px;
}

.divErrorMessage
{
  position:absolute;
  top:710px;
  width:300px;
  max-height:150px;
  border: solid 1px #ffffff;
  background-color:#CAC6D7;
  color: #ffffff;
  font-weight:bold;
  text-align:center;
  padding: 10px 10px 5px 10px;
  cursor:pointer;
  z-index:999;
}

