/* CSS das áreas comuns do N'WEB
   TEMA: DEFAULT
*/

*{
	margin:0px;
	padding:0px;
	list-style:none;
	font-family:verdana;
}

#geral{
	width:100%;
}

body{
	margin:0px;
	background-image:url('http://nweb4.vetorweb.com.br/default/img/bg.jpg');
	background-repeat: repeat-x;
	background-color: #5a5a5a;

}


.espaco{
	font-size:1px;
}

.botao{
	background-image:url('http://nweb4.vetorweb.com.br/default/img/bg-botao.jpg');
	border:1px solid gray;
	cursor:pointer;
	padding:2px;
}
.botaoSelecionado{
	background-color:gold;
	border:1px solid gray;
	cursor:pointer;
	padding:2px;
}

.inputText{
	border:1px solid #555555;
	height:16px;
	width:150px;
	padding-left:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: gray;
}

#corpo{
	margin:0px auto;
}

img{
	border: 0px;
	margin:0px;
	padding:0px;
	border-spacing: 0px;
	border-style: none;
}

.erro{
	color:#126eb4;
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
}

.login-erro{
	color:#ffffff;
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-color: #d12727;
}

.mensagem{
	font-family:Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#333333;
}

.rodape{
	font-family:verdana, arial, sans-serif;
	font-size: 11px;
	color: #aaaaaa;
	margin-top:4px;
	margin-bottom:4px;
	text-align:center;
	width:100%;
}

.iframe-visualizacao{
	border: 4px dashed #afafaf;
	width: 98%;
	height: 500px;
	background-color:white;
}

.ajuda{
    background-color: #ceeef9;
    border:2px solid #1884a7;
}

.help{
    background-color: #ceeef9;
    border:2px solid #1884a7;
    width:97%;
    margin-top:10px;
    font-family:verdana;
    text-align:left;
    padding:5px;
}

.tituloAjuda{
  background-color:#7abfd6;
  width:100%;
  font-size:19px;
  color:#ffffff;
  font-weight: bold;
  background-image: url('http://nweb4.vetorweb.com.br/default/img/menos.png');
  background-position: right;
  background-repeat: no-repeat;
  cursor:pointer;
  padding-bottom:2px;
}

.tituloAjuda img{
    margin-top:3px;
    margin-left:10px;
    margin-right:0px;
}

#imgHelp{
    margin-top:0px;
    margin-left:10px;
    margin-right:0px;
    height:17px;
}

.textoAjuda{
    font-size:11px;
    margin-top:10px;
    line-height: 15px;
    font-family:verdana;
}

.dr-mpnl-mask-div-opaque{
	opacity:0.5;
	background-color:black;
}

.absolute-arrowUp{
	position:fixed;
	background-color:#b00000;
	color:white;
	left:-72px;
	top:50%;
	margin-top:-22px;
	font-size:12px;
	padding:2px;
	border:1px solid black;
	width:80px;
	cursor:pointer;
	background-image:url('http://nweb4.vetorweb.com.br/default/img/arrowUp.png');
	background-repeat:no-repeat;
	background-position:73px center;
}

.absolute-arrowDown{
	position:fixed;
	background-color:#b00000;
	color:white;
	left:-72px;
	top:50%;
	font-size:12px;
	padding:2px;
	border:1px solid black;
	width:80px;
	cursor:pointer;
	background-image:url('http://nweb4.vetorweb.com.br/default/img/arrowDown.png');
	background-repeat:no-repeat;
	background-position:73px center;
}

.conteudo-opcoes{
	position:fixed;
	z-index:10;
	top:47%;
	left:0px;
	background-color:#dfdfdf;
	padding:2px;
	border:1px solid #333;
}

