/**
* @version $Id: admin_login.css 3551 2006-05-18 20:23:01Z stingrey $
* @package Joomla
* @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* Joomla! is free software and parts of it may contain or be derived from works
* licensed under the GNU General Public License or other free or open source
* software licenses. See COPYRIGHT.php for copyright notices and details.
*/
html{
	overflow:scroll; 
	overflow-x: hidden;
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color : #FFFFFF;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	height: 100%;
	
}

#wrapperInterno {
		position:relative;
        padding: 0px;
		background: url(../imagens/header/cabecalho_fundo_interno.gif);
		width:100%;
		height: 104px;
		border-bottom: 3px solid #3e6165;
}

#header {
		height: 67px;
        background-color: #FFF;
        background-position: right top;
        border-bottom: 4px solid #C64934;
        background: url(../imagens/header/header_bg.gif);
}

#centroPagina{
	width:100%;
}

#conteudoCentral { padding-bottom: 30px;}
#rodape { position: fixed; bottom: 0px; width: 100%; background: url(../imagens/header/rodape.gif) repeat-x bottom; height: 28px;}
#break {
	height: 50px;
}

form {
    margin: 0px;
}
.nada{
	background: #F1F3F5;
}


.button {
	border : solid 1px #cccccc;
	background: #E9ECEF;
	color : #666666;
	font-weight : bold;
	font-size : 11px;
	padding: 4px;
}

.login {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6em;
	padding: 15px;
	border: 1px solid #cccccc;
	width: 429px;
	height: 209px;
	background: #F1F3F5;
	vertical-align: middle;
}
	
.login h1 {
	background: url(../imagens/login_header.png) no-repeat;
	background-position: left top;
	color: #333;
	margin: 0px;
	height: 50px;
	padding: 15px 4px 0 50px;
 	text-align: left;
	font-size: 1.5em;
}

.login p {
	padding: 0 1em 0 1em;
	}
	
.form-block {
	border: 1px solid #cccccc;
	background: #E9ECEF;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#divSalvaRascunhoInterna{
	margin-bottom:5px;
	width: 105px; 
	height:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:white;
	background:#3e6166;
	padding-top:5px;
	padding-left:13px;
	float:right;
}
.login-form {
	text-align: left;
	float: right;
	width: 60%;
}

.login-text {
	text-align: left;
	width: 40%;
	float: left;
}

.inputlabel {
	font-weight: bold;
	text-align: left;
	}

.inputbox {
	margin: 0 0 1em 0;
	border: 1px solid #cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #F5F5F5;
	
	
	}

.clr {
    clear:both;
    }

.ctr {
	text-align: center;
}

.version {
	font-size: 0.8em;
}


.message {
	margin-top: 10px; 
	padding: 7px; 
	width: 400px;
	border: 1px solid #B22222;
	background: #F1F3F5;
	color: #B22222;	
	font-weight: bold;
	font-size: 13px;
}

.SeparadorPontos{
	font-size: 1px;
	line-height: 1px;
	background-image: url(../imagens/diversos/bkg_pontos.gif);
	background-repeat: repeat-x;
	background-position: 0px center;
	height: 11px;
	float: none;
	clear: both;

}

.FormTituloCampo {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	padding-bottom: 2px;
	padding-top: 6px;
	text-align: left;	
}


.FormTituloCampo2 {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	padding-bottom: 2px;
	padding-top: 6px;
	text-align: left;	
}

.FormContentFloatRight {
	float: right;
	margin-right: 10px;
}
.FormContentFloatLeft {
	float: left;
	margin-right: 10px;
}
.FormContentFloatLeft2 {
	float: left;
	margin-right: 0px;
}

.FormInputText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border: 1px solid #899EBE;
	vertical-align: middle;
}

.FormInputTextNoBorder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	border: 0px;
	vertical-align: middle;
}
#fundoPreview {
	background-color: #000000;
	z-index:4;
	position:absolute;
	height:1024px;
	width:100%;
	top:0;
	left:0;
	filter:Alpha(Opacity=70);/*Para ficar transparente no IÊ*/
	-moz-opacity : 0.7; /*Para ficar transparente no FF*/
	opacity: 0.7;
}
#divPreview {
	position:absolute;
	z-index:5;
	top:30px;
	width:auto;
	height:auto;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
}
