﻿* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font: 12px Arial, Helvetica, sans-serif; /*normal small "Trebuchet MS", */
	color: #666666;
}

#corpo 
{
    float: left;
    padding: 10px 0 0 10px;
}

#login 
{
    background: #FFFFFF url(images/login_fundo.png) repeat-x;
    border: solid 2px #CC0000;
    float: right;
    height: 58px;
    margin-top: 3px;
    margin-right: 3px;
    padding: 2px;
    width: 505px;
}

#logo 
{
	float: left;
	height: 60px;
	margin: 0;
}

#menu 
{
    float: left;
}

.active 
{
	border: 1px solid #479AC6;
	border-right: none;
	color: #479AC6;
	height: 36px;
	margin-top: -4px;
	font-weight: bold;
	text-align: center;
}

.ancora
{
    color: #586BAA;
    text-decoration: none;
}

.btnLogar 
{
	background: url(images/img05.gif) repeat-x left bottom;
	color: #CC0000;
	font-weight: bold;
}

.cell_arquivo 
{
	width: 300px;
}

.cell_data 
{
    text-align: center;
    width: 70px;
}

.cell_extenso 
{
    text-align: center;
}

.cell_listas 
{
    width: 80px;
}

.cell_tamanho 
{
    text-align: center;
}

.CampoTexto 
{
	width: 300px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;	
}

.CampoTextoMultiLinha
{
	color: #666666;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 80px;
    width: 475px;
}

.Msg
{
    color: Red;
    font-style: italic;
    font-weight: bold;
    font-size: x-large;
}

.inactive {
	background: #FFFFFF url(images/img02.gif) repeat-x;
	border: 1px solid #479AC6;
	color: #586BAA;
	height: 32px;
	margin-left: 1px;
	margin-top: -4px;
	padding: 0px 20px 0 20px;
	text-align: center;
}

.janela 
{
    height: 200px;
    overflow: auto;
}

.title 
{
	font-size: 1.2em;
	color: #CC0000;
}

.Titulo 
{
 	color: #586BAA;
	padding: 5px 0 0 0;
	font-size: 2em;
	font-weight: normal;
}

.txtEmail {
	width: 170px;
	padding: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}
