body, html{height:100%; overflow:hidden;}

/*.secNovoUsuario
{
	display: none;
	position: fixed;
	width: 100% auto;
	height: 550px;
	top: 60px;
	left: 210px;
	border: 1px solid #cac9c9;
	background: white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 2px 2px 0 #686868;
	-moz-box-shadow: 2px 2px 0 #686868;
	-webkit-box-shadow: 2px 2px 0 #686868;
}*/

.secHideBG
{
	display: none;
	position: fixed;
	background: #fafafa;
	left: 201px;
	right: 0px;
	top: 48px;
	bottom: 0px;
	border: none;
	padding:0;
	overflow-y: scroll;
	z-index: 10;

}
 
.secNovoUsuario
{
	display: none;
	position: relative;
	/*margin-left: 200px;*/
	margin-left: 10px;
	width: 80%;
    min-height: 100%;
	top: 12px;
	border: none;
	background: #fff;
	padding: 20px;
	text-align: left;
	z-index: 0;
}


.secNovoUsuario h1
{
    margin-top: 5px;
	color: #009900;
    text-align: left;
	font: 21px Arial;
	font-weight: bold;
	
}
.fieldsetNovoUsuario
{
	padding-left: 0px;
	border: none;
	width: 600px;
    margin: auto;
    margin-bottom: 2em;
    display: inline-table;
	text-align: left;
}

.fieldsetNovoUsuario input[type=text], .fieldsetNovoUsuario input[type=password]
{
	display: table;
    margin: 0px;
	height: 25px;
    border: 1px solid #999999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.fieldsetNovoUsuario label
{
	color: #666666;
    text-align: left;
	font: 13px Arial;
	font-weight: bold;
}
.fieldsetNovoUsuario input[type=submit]
{
    border: none;
    margin-right: 15px;
    padding: 6px 20px 6px;
	width: 100px;
    text-decoration: none;
    font-size: 13px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #009900;
    color: white;
    box-shadow: 0 1px 0 white;
    -moz-box-shadow: 0 1px 0 white;
    -webkit-box-shadow: 0 1px 0 white;
}

.fieldsetNovoUsuario input[type=submit]:hover, .fieldsetNovoUsuario form a:hover
{
    background: #005500;
    cursor: pointer;
}

.tbNovoUsuario td
{
	padding: 6px 15px 6px;
	text-align: left;
}
.fieldsetNovoUsuario .nomeUsuario, .fieldsetNovoUsuario .emailUsuario, .fieldsetNovoUsuario .sharedSecretUsuario
{
	width: 433px;
}


.fieldsetNovoUsuario .nomeLoginUsuario, .fieldsetNovoUsuario .perfilUsuario, .fieldsetNovoUsuario .senhaUsuario, .fieldsetNovoUsuario .confirmaSenhaUsuario
{
	width: 200px;
}

.fieldsetNovoUsuario .perfilUsuario
{
	background: #ffffff;
	height:30px;
}

.fieldsetNovoUsuario .spnButton
{
	margin-top: 25px;
	margin-left: 0px;
	padding: 0px;
}


.btnCloseNovoUsuario
{
	border: none;
    margin-right: 0px;
    padding: 6px 20px 6px;
	width: 100px;
    text-decoration: none;
    font-size: 13px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #CCCCCC;
    color: #666666;
    box-shadow: 0 1px 0 white;
    -moz-box-shadow: 0 1px 0 white;
    -webkit-box-shadow: 0 1px 0 white;	
}
.btnCloseNovoUsuario:hover
{
	cursor: pointer;
	background: #dddddd;
}

.tabs
{
	width: 470px;
	*border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0; 	
	
}
.tabs td
{
	height: 30px;
	border: 1px solid #999999;
	margin: 0px;
	text-indent: -1px;
	padding: 0px;
	color: #009900;
    text-align: center;
	font: 16px Arial;
	font-weight: bold;	

	
}

.tabs td:first-child
{
	width: 120px;
	border-bottom: none;
	border-radius: 4px 4px 0 0;	
}

.tabs td:last-child
{
	border-top: none;
	border-left: none;
	border-right: none;
	
}

.secErrUser
{
	position: relative;
	padding-left: 1em;
	width: 420px;
	height: auto;
	border: 1px solid #eee;
	border-left: 3px solid #f55;
	color: #888;
	font: 14px Arial;
}
.pTitleErrUser
{
	padding: 0px;
	color: #f55;
	font: 18px Arial;
	font-weight: bold;
}
.pSubTitleErrUser
{
	padding: 0px;
	color: #222222;
	font: 14px Arial;
	
}
.secErrUser ul
{
	padding-left: 25px;
	color: #999999;
	font: 14px Arial;
}
.pInfoDataRegistro
{
	text-align: right;
	font: 11px Arial;
	font-style: italic;
	color: #222222;
	vertical-align: bottom;
}

.secHideBGSenha
{
	display: none;
	position: fixed;
	left: 201px;
	right: 0px;
	top: 48px;
	bottom: 0px;
	border: none;
	padding:0;
	overflow-y: scroll;
	background: rgba(200, 200, 200, 0.8);
	z-index: 10;

}

.secSenha
{
	display: none;
	position: relative;
	/*margin-left: 200px;*/
	margin-left: 10px;
	width: 470px;
    min-height: 20%;

	top: 50px;
	border: none;
	padding: 20px;
	text-align: left;
	background: rgba(255, 255, 255, 1.0);
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;					
	box-shadow: 2px 2px 8px 0px #aaa;
	-moz-box-shadow: 2px 2px 8px 0px #aaa;
	-webkit-box-shadow: 2px 2px 8px 0px #aaa;	
	
	z-index: 0;
}


.secSenha h1
{
    margin-top: 5px;
	color: #009900;
    text-align: left;
	font: 21px Arial;
	font-weight: bold;	
}

.fieldsetTrocarSenha
{
	padding-left: 0px;
	border: none;
	width: 600px;
    margin: auto;
    margin-bottom: 2em;
    display: inline-table;
	text-align: left;
}

.fieldsetTrocarSenha input[type=text], .fieldsetTrocarSenha input[type=password]
{
	display: table;
    margin: 0px;
	width: 200px;
	height: 25px;
    border: 1px solid #999999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.fieldsetTrocarSenha label
{
	color: #666666;
    text-align: left;
	font: 13px Arial;
	font-weight: bold;
}
.fieldsetTrocarSenha input[type=submit]
{
    border: none;
    margin-right: 15px;
    padding: 6px 20px 6px;
	width: 100px;
    text-decoration: none;
    font-size: 13px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #009900;
    color: white;
    box-shadow: 0 1px 0 white;
    -moz-box-shadow: 0 1px 0 white;
    -webkit-box-shadow: 0 1px 0 white;
}

.fieldsetTrocarSenha input[type=submit]:hover, .fieldsetTrocarSenha form a:hover
{
    background: #005500;
    cursor: pointer;
}

.gerarShared
{
	 width: 150px !important;
}
.spnButtonShared
{
	margin-top: 8px !important;
	padding-left: 288px !important;
}

.tbTrocarSenha td
{
	padding: 6px 15px 6px;
	text-align: left;
}

.fieldsetTrocarSenha .spnButton
{
	margin-top: 25px;
	margin-left: 0px;
	padding: 0px;
}


.btnCloseTrocarSenha
{
	border: none;
    margin-right: 0px;
    padding: 6px 20px 6px;
	width: 100px;
    text-decoration: none;
    font-size: 13px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #CCCCCC;
    color: #666666;
    box-shadow: 0 1px 0 white;
    -moz-box-shadow: 0 1px 0 white;
    -webkit-box-shadow: 0 1px 0 white;	
}
.btnCloseTrocarSenha:hover
{
	cursor: pointer;
	background: #dddddd;
}

.senhaTitle
{
	padding: 0px;
	padding-right: 6px;
	margin: 0px;
	color: #666666;
    text-align: left;
	font: 13px Arial;
	font-weight: bold;
}
.senhaNome, .senhaLogin
{
	padding: 0px;
	margin: 0px;
	color: #666666;
    text-align: left;
	font: 13px Arial;
}



