﻿body {
	font-size:11px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align:left;
	background:url(../img/bg_fundoprincipal.gif)  repeat-x;

}
/* header css */
#Header {
    height: 94px;
    background-image: url("../img/header.jpg");
    width:1100px;
    margin: 0px auto -1px auto; 
  }

#Menu {
    height: 25px;
    width:1100px;
    margin: 0px auto -1px auto; 
    background: #cccccc;    
  }
    
  /* Footer css */
#Footer {
    height: 43px;
    background-image: url("../img/footer.jpg");
    width:1100px;
    margin: 0px auto -1px auto; 
  }
  
  #Atualizando {
    height: 30px;
    /*background-image: url("../img/footer.jpg");*/
    background-color:White;
    width:1100px;
    margin: 0px auto -1px auto; 
  }
  
  #Content {
    height: 800px;
    background: White;
    width:1100px;
    margin: 0px auto -1px auto; 
  }
  
 
  
/******************************************INFORMAÇÃO DO USUARIO LOGADO************************/
.AccountInfoCSS 
{
   margin-left:815px;
   COLOR:White;
   font-size:x-small;   
   
}

 .AccountInfoCSS a:link, a:visited,a:active {color:#5084db;} 
 .AccountInfoCSS a:hover {color: #f00}
 .AccountInfoCSS {font-size:x-small}
/*********************************************************************************************/ 
 
/******************************************INFORMAÇÃO DO PROJETO LOGADO************************/
.ProjectInfoCSS 
{
   margin-left:500px;
   COLOR:white;
   font-size:18px;   
}

/*********************************************************************************************/ 
 
 
 /* Erro css */
.error {
    color:Red;
    font-size:x-small;
  }
 /* Sucesso css */
.sucesso {
    color:Green;
    font-size:x-small;
  }
  
  .PageLabel 
{
      width:90%; 
      /*margin: 0px auto -45px auto; */
     color: #86901f;
	 font-size: 16pt;
}

/************************tabela de cadastro********************************/
.ModalTable
{
    padding: 15px;   
    border: 1px solid black;
       margin: 0px auto 0px auto; 
}

/********************table de informação da inner databletools  acc8cc  *****************/

table.tftable {font-size:12px;color:#333333;width:50%;border-width: 1px;border-color: #729ea5;border-collapse: collapse;margin-left: auto;margin-right: auto;}
table.tftable th {font-size:12px;background-color:#b2b2b2;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5;text-align:left;}
table.tftable tr {background-color:#CCCCCC;}
table.tftable td {font-size:12px;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5;}
