body
{
    font-size: 75%;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue" , Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}

/* http://www.smashingmagazine.com/2008/08/13/top-10-css-table-designs/ (no hover) */

.pager_template
{
    height: 32px;
}
.pager_template div.left
{
    padding: 3px;
    float: left;
    height: 30px;
    width: 400px;
}
.pager_template div.right
{
    padding: 3px;
    float: right;
    height: 30px;
    width: 170px;
}
.pager_template .button
{
    float: left;
    margin: 2px;
}
.pager_template .editor
{
    float: left;
    margin: 3px 0px 1px;
}
.pager_template label
{
    float: left;
    display: block;
    margin: 2px 4px;
    padding: 4px 0px;
    text-align: center;
}

.myTable
{
    margin: 20px auto 20px auto;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #66CCFF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-collapse: collapse;
    border-left-color: #66CCFF;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #66CCFF;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #66CCFF;
    border-top-style: solid;
    border-top-width: 1px;
    font-family: "Lucida Sans Unicode" , "Lucida Grande" ,Sans-Serif;
    font-size: 12px;
    text-align: left;
    width: 100%;
}

th.HProtocolo
{
    text-align: left;
}

td.CProtocolo
{
    text-align: left;
}

td.CSenhaProtocolo
{
    text-align: left;
}

td.CDadosProtocolo
{
    text-align: left;
    background-color: #C0C0C0;
    width: 100%;
}

th.HPaciente
{
    text-align: left;
}

td.CPaciente
{
    text-align: left;
}

td.CSenhaPaciente
{
    text-align: left;
}

td.CDadosPaciente
{
    text-align: left;
    background-color: #C0C0C0;
    width: 100%;
}

th.HMedico
{
    text-align: left;
}

td.CMedico
{
    text-align: left;
}

td.CSenhaMedico
{
    text-align: left;
}

td.CDadosMedico
{
    text-align: left;
    background-color: #C0C0C0;
    width: 100%;
}

th.HConvenio
{
    text-align: left;
}

td.CConvenio
{
    text-align: left;
}

td.CSenhaConvenio
{
    text-align: left;
}

td.CDadosConvenio
{
    text-align: left;
    background-color: #C0C0C0;
    width: 100%;
}

td.myGridCell
{
    border-top-color: #66CCFF;
    border-top-style: dashed;
    border-top-width: 1px;
    color: #666699;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

.lblNascimentoPaciente
{
    font-weight: bold;
}

.lblNomePaciente
{
    font-weight: bold;
}

.imgTopo
{
    width: 50%;
    right: 30px;
    
    display: block;

    margin-left: auto;

    margin-right: auto 
}

#rodape
{
    background-color: #cecece;
    text-align: center;
    border: solid 1px  Gray;
    font-size: 8pt;
    font-family: Verdana;
    font-weight: bold;
    width: 100%;
    color: Black;
    position: fixed;
    bottom: 0px;
    left: 0px;
}
.displayed { 

    display: block;

    margin-left: auto;

    margin-right: auto 
}
/*#######  CUSTOMIZACOES UNIMED CATALAO ######
  # arquivo: site.css
  #
  # Ader - 21/10/2011: ajustes iniciais para adequação da parte visual do sistema
  #
  # */

body { width		   : 890px !important;
       text-align	   : center;
       margin		   : auto;
       background-image    : url('/WebLaudo/Images/bg_weblaudo.jpg');
       background-repeat   : no-repeat;
       /*background-position : right top;*/
       background-color    : #FFF;
       background-position : absolute;
       /*background-attachment:inherit;*/
}

#title { text-align	: center;
}

#title img { width	: 890px;
             margin	: 0; 
             padding	: 0;
}

#rodape { width			: 890px;
          position		: relative;
          margin		: auto;
          margin-top		: 25px;
          margin-left		: 0;
	  padding		: 0;
          background-color	: #b1cca3;
	  border		: solid #9db88f 1px;
}

/ *# Departamento de TI - Unimed Catalao
   #############################################*/