﻿/* Typography global attributes */
html *
{
	font: normal normal normal 1em/1em "Lucida Sans" , "Lucida Grande" , "Gill Sans" , "Gill Sans Std" , Helvetica, "Trebuchet MS" , Arial, Verdana, sans-serif;
}

html
{
	height: 100%;
}
body
{
	color: #5E5E5E;
	margin: 0;
	padding: 0;
	background: url(../images/page-top-bg.gif) repeat-x;
	min-height: 100%;
	position: relative;
}
* html body
{
	height: 100%;
}

a
{
	color: #5E5E5E;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}



/* Main Blocks */
#page-box
{
	padding-bottom: 30px;
}
#header
{
	height: 60px;
	position: relative;
	background-color: #85c81b;
}

#content
{
	overflow: hidden;
	position: relative;
	z-index: 5;
	padding: 30px;
}

#footer
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
	z-index: 1;
	margin: 0px 0 0 0 !important;
	padding: 0;
	background-color: #85c81b;
	font-size: 0.8em;
	text-align: center;
}


#footer a
{
	color: #000;
	text-decoration: none;
}



/* Estilo */
h1, h2, h3
{
	font-weight: bold;
}

h1
{
	font-size: 160%;
	font-family: "Eurostile" , "Eurostile LT Std" , "Gill Sans" , "Gill Sans Std" , sans-serif;
}

h2
{
	color: #277AAC;
	font-size: 95%;
}

h3
{
	color: #fff;
	font-size: 110%;


	letter-spacing: 0.1em;
	padding: 0px;
	margin: 0px;
	font-family: "Eurostile" , "Eurostile LT Std" , "Gill Sans" , "Gill Sans Std" , sans-serif;
		margin-top: 20px;
	display: block;
	float: left;
}

h4, h5, h6
{
	color: #555;
	font-size: 70%;
}

p
{
	font-size: 85%;
	line-height: 1.15em;
}

p *, p code
{
	font-size: 100%;
}

li
{
	font-size: 75%;
	line-height: 1.2em;
}

ul li *, ol li *
{
	font-size: 100%;
}


.clstdEsq
{
	vertical-align: top;
}

/* Login */
#formulario, #login
{
	background-color: #e6e4db;
	border: solid 1px #000;
	width: 600px;
	margin: 20;
	display: block;
	padding: 30px;
}

#login
{
	width: 350px;
}

.botao
{
	font-size: 85%;
	text-align: center;
	display: block;
	padding: 5px;
	border: solid 1px #000;
}
.botao:active
{
	color: #FFF;
}

.erro
{
	background-color: #ff0000;
	padding: 10px;
	margin: 10px;
	color: #fff;
	font-size: 0.8em;
	display: block;
}

.Sair
{
	display: block;
	float: right;
	margin: 0px;
	padding: 7px;
	border: solid 1px #000;
	width: 70px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: #228B22;
	margin-right: 30px;
}

.Sair:hover 
{
		background-color: #fff;
		color:  #228B22;
		text-decoration: none;
		text-transform: uppercase;
}

.enderecoArquivo
{
	display: block;
	padding: 5px;
	border: solid 1px #000;
	background-color: #ccffcc;
}