﻿
.botao
{
    font-weight: bold;
    font-size: 11px;
    color: Black;
    font-family: verdana,tahoma;
}
.caixa
{
    background-color: #ccccff;
    font-size: 11px;
    font-family: verdana,tahoma;
}

.inputs
{
    border: thin solid #cccccc;
    font-size: 11px;
        font-family: verdana,tahoma;
        background-color: #f5f5f5;

}
.FundoTabela
{
    background-image: url(Images/head-bg.png);
    background-attachment: scroll;
    background-repeat: repeat-x;
}

.titulo
{
    font-weight: bold;
    font-size: 14px;
    font-family: verdana,tahoma;
    text-align: center;
    height: 1;
    border-bottom: 1px solid #FFD125;    
}
.deletar
{
    background-color: #d3d3d3;
}
.links
{
    color: #3366ff;
    font-family: verdana,tahoma;
}
A.links:hover
{
    color: #3333cc;
    text-decoration: underline;
}

.button, .dropDownButton
{
    border-width: 1px;
    padding: 1px;
    background-color: #0066cc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
}

.caixaform
{
    background-color: #0066cc;
    font-weight: bold;
    color: #ffffff;
}
.formulario
{
    font-size: 12px;
    font-family: verdana, tahoma, arial;
    background-color: #f5f5f5;
    height: 194px;    
    
}
.formulario TD
{
    margin-left: 10px;
    border-left-style: none;
 
}

.formulario DT {
   clear:both;
   width:33%;
   float:left;
   text-align:right;
}

.formulario DD {
   float:left;
/*   width:66%; */
   margin:0 0 0.5em 0.25em;
}



/* notification banner */
.note { 
	padding: 1px 15px;
	background-color: #fad163;
	-moz-border-radius: 5px;
}
		
.note2{
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: 49px;
	width: 94%;
}
.errors
{
    font-family: verdana, tahoma;
    font-size: x-small;
    font-weight: bold;
    color: #FF0000;
}
.titulo2
{
    font-weight: bold;
    font-size: 12px;
    font-family: verdana,tahoma;
    text-align: center;
    height: 1;
    border-bottom: 1px solid #FFD125;
    border-bottom-color: #3333FF;
}
