﻿/* 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: 785px; 
	font-size: 8pt; font-family: Verdana, Tahoma, Arial, 'Microsoft Sans Serif';       
	 }

/*Formularios*/
.formulario
{ 
    color: #666666;   
    width: 985px;  
    font-size: 8pt; font-family: Verdana, Tahoma, Arial, 'Microsoft Sans Serif';       
}
.formulario2
{ 
    color: #666666;   
    width: 785px;  
    font-size: 8pt; font-family: Verdana, Tahoma, Arial, 'Microsoft Sans Serif';       
}

.left18px
{
  margin-left: 18px;
}
.item_wrap
{
  white-space:pre-wrap;
}
.divLinhaDireita
{
  float: right;
}
.divLinhaEsquerda
{
  float: left;
}
.divNovaLinha
{
  clear: both;
}



