﻿/* TAGS HTML - Estes são os elements*/
a
{
  color: #5D7B9D;
}

a:hover
{
  text-decoration: underline;
  color: #5D7B9D;
}

a:active
{
  text-decoration: underline;
  color: #5D7B9D; /* font-weight: bold; */
}


/* Master */

.divCinza
{
  border-right: #cccccc thin solid;
  border-top: #cccccc thin solid;
  border-left: #cccccc thin solid;
  border-bottom: #cccccc thin solid;
  background-color: #eeeeee;
}

.divBranco
{
  border-right: #cccccc thin solid;
  border-top: #cccccc thin solid;
  border-left: #cccccc thin solid;
  border-bottom: #cccccc thin solid;
  background-color: #ffffff;
}

/* Login */
.divLogin
{
  border-right: #ffffff thin outset;
  border-top: #ffffff thin outset;
  border-left: #ffffff thin outset;
  border-bottom: #ffffff thin outset;
  background-color: #eeeeee;
  color: #666666;
  width: 993px;
  font-size: 8pt; /* não tinha tamanho da fonte */
}

/*Formularios*/
.formulario
{
  color: #666666;
  width: 785px;
  font-size: 8pt;
  font-family: Verdana, Tahoma, Arial, 'Microsoft Sans Serif';
}

/* cabeçalhos dos gridviews property Caption  - deve ser colocada a seguinte linha
 em cada Caption dos gridviews.
<table width="100%" class="tituloGridview"><tr><td class="text_Title">Alunos encontrados</td></tr></table>*/

.tituloGridview
{
  color: #ffffff;
  background-color: #5D7B9D;
  font-weight: bold;
  table-layout: auto;
  border-collapse: separate;
}

.tituloSetorFichaInscricao
{
  background-color: rgb(2, 74, 151);
  color: White;
  font-weight: 700;
  text-align: center;
  padding: 3px 0 3px 0;
}
.divLinhaDireita
{
  float: right;
}
.divLinhaEsquerda
{
  float: left;
}
.divNovaLinha
{
  clear: both;
}


