html, body {
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
}

img, div 
{ 
	behavior: url(./scripts/iepngfix.htc) 
}

#formCadastro form {
    font-size: 10px;
	margin:0px;
	padding:0px;	
	
}

#formSenha form {
    font-size: 10px;
	margin:0px;
	padding:0px;	
	height:91px; 
}



#formCadastro fieldset {
	border: 0;
	padding:0;
	margin:0;
	margin-top:15px;
}

#formCadastro input {
    border: 1px solid #333;
    font-size: 12px;	
    margin-bottom: 10px;
    color: #0E0659;
	padding-top: 1px;	
    padding-left: 2px;
	height:16px;
	font-family: Arial, Helvetica, sans-serif;
}

#formCadastro select {
    border: 1px solid #333;
    font-size: 12px;
	margin-bottom: 10px;
    //margin-bottom: 9px;
    color: #0E0659;
	//height:20px;	
	font-family: Arial, Helvetica, sans-serif;
}

#formCadastro label {
    display: block;
    width: 140px;
    float: left;
    color: #000;
    font-size: 12px;
    border-bottom: 1px solid #f1f1f1;
}

#formCadastro span {
    color: #999;
    font-size: 11px;
}

#divMsg
{
	top: auto; 
	right: 0; 
	bottom: 0; 
	left: 5; 
	height: 91px; 
	line-height: 23px; 
	margin: 4; 
	position: absolute; 
	width: 100%;
	white-space:nowrap;
	
}
#foo


.asterisco
{
	font-size: 12px !important;
	color: red !important;
}

.mensagemErro
{
	font-weight: bold;
	font-size: 15px !important;
	color: red !important;
}

.mensagemErro a
{
	text-decoration: none;
	color: blue;
}

.mensagemErro a:hover
{
	text-decoration: underline;
	color: blue;
}

.botao
{
    font            : bold 10px Verdana, Arial, Helvetica, sans-serif !important;
    color           : #FFFFFF !important;
    border          : 1px solid #ffffff !important;
    background-color: #808080 !important;
    cursor          : pointer !important;
    width           : 110px !important;
    height          : 20px !important;
	padding-top     : 0px;
}

.botao:visited, .botao:hover, .botao:active, .botao:focus
{
    background-color: #0000FF !important;
}

.dvTitulo
{
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #21007F;
}

#divTelaInicial
{
	padding-top: 10px;
	overflow: auto !important; 
}

#menuInicial
{
	display: block;
	padding: 20px 5px 5px 0.5em;
	border: none;
    list-style: none;
}

#menuInicial li
{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 150px;
	height:100px;
	text-align: center;
	display: block;
}

#menuInicial li a
{
	text-decoration: none;
	color: blue;
}

#menuInicial li a:hover
{
	text-decoration: underline;
	color: red;
}

.dvProgresso
{
	padding-left: 20px;
	padding-top : 20px;
	font-size   : 13px;
	font-weight : bold;
	color       : #FF0000;
	width       : 100%;
}

#dvMenuLista
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#dvMenuLista td
{
    border-bottom: 1px solid #0b4a67;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 2px;
}

#dvMenuLista a
{
    text-decoration: none;
    color: blue;
}

#dvMenuLista a:hover
{
    text-decoration: underline;
    color: red;
}

.dvMenuListaTdDir
{
    text-align: right;
    width: 1%;
}

/*sobral*/
#wrapHeader {background: url(../images/pepsico/header_back.gif) repeat-x left top; border-bottom: 1px solid #0b4a67; height: 87px;}
#header {background: url(../images/pepsico/pepsico.png) no-repeat left top; height: 87px; padding-left: 390px;}
#wrapHeader h1 {float: left; font-size: 1.5em; margin: 0; overflow: hidden; text-indent: -1000px;}
#session 
{
	background: url(../images/pepsico/gxs.jpg) no-repeat right top; 
	color: #0b4a67; 
	float: right; 
	height: 87px; 
	padding-right: 140px; 
	text-align: left;
	white-space:nowrap;
}
#session p {margin: 0;}
#session .user {font-weight: bold; margin-top: 30px;margin-left:10px;}
#session .logoff {font-size: 0.8em; font-weight: normal;}
#content {overflow: hidden; position: absolute; top: 88px; right: 0; bottom: 22px; left: 0;}
#footer 
{
	background: url(../images/pepsico/header_back.gif) repeat-x left bottom; 
	top: auto; 
	right: 0; 
	bottom: 0; 
	left: 0; 
	height: 21px; 
	line-height: 21px; 
	margin: 0; 
	position: absolute; 
	width: 100%;
	white-space:nowrap;
}
#footer li {display: block; float: left;}
#footerLiEsq
{
	color: rgb(0, 51, 153);
	font-size:10px;
	padding-left:5px;
	width: 33%;
}
#footerLiMei
{
	font-size: 10px;
	text-align: center;
	color:red;
	width: 33%;
}

#footerLiDir
{
	font-size: 10px;
	text-align: right;
	padding-right: 5px;
	width: 32%;
}

body.paginaLogin form 
{
	background: url(../images/pepsico/login.png) no-repeat right bottom; 
	border-top: 2px solid #0b4a67; 
	overflow: auto; 
	overflow: visible; 
	padding: 10px 10px 68px 10px;
	position:relative;
	width:450px;
	_width: 470px;
	left:50%;
	margin-left:-225px;
	top:10px;
}
body.paginaLogin fieldset {border:0;}

body.paginaLogin legend 
{
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
}
html>body.paginaLogin legend 
{
	margin-bottom: 0px;
}

body.paginaLogin input 
{
    padding-left: 2px;
	padding-top: 0px;
	height:18px;	
}
body.paginaLogin input, body.paginaLogin select {
    border: 1px solid #333;
    font-size: 12px;
    margin-bottom: 10px;
    color: #0E0659;
	font-family: Arial, Helvetica, sans-serif;
}
body.paginaLogin label {
    display: block;
    width: 140px;
    float: left;
    color: #000;
    font-size: 12px;
    border-bottom: 1px solid #f1f1f1;
}
body.paginaLogin  #txtUsuario, #txtSenha, #txtNovaSenha, #txtConfirme
{
	width: 250px;
}

body.paginaLogin #txtCPF
{
	width: 95px;
}

body.paginaLogin #dvDadosAcesso
{
	text-align: center;
	font-size: 16px;
	font-weight: bold;	
	margin-bottom: 20px;
}

/*end of sobral*/

#dvDetalhe
{
    font-family: Arial, Helvetica, sans-serif;
	margin:5px;
}

#dvDetalhe fieldset
{
	border: 1px solid #333;
    padding-left:15px;
    padding-bottom:10px;
    padding-right:10px;
    margin:0;
}

#dvDetalhe legend
{
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
    color:#21007F;
}

#dvDetalhe label
{
    font-size:11px;
    font-weight:bold;
}

#dvDetalhe span
{
    font-size:12px
}

.dvPai
{
    height:40px;
}

.dvFilho
{
    float:left;
    padding-right:10px;
}

.dvValor
{
	text-align:right;
}

body.paginaUsuario form 
{
	border-top: 2px solid #0b4a67; 
	border-bottom: 2px solid #0b4a67;
	border-left: 2px solid #0b4a67;
	border-right: 2px solid #0b4a67;
	overflow: auto;
	padding: 10px 10px 10px 10px;
	position:relative;
	width:480px;
	height:auto;
	_width: 500px;
	left:30%;
	margin-left:-125px;
	top:10px;
}


