BODY {
	background-color: white;
	font-size: 9pt;
	font-family: Arial,Sans-serif;
	color: black;
}

DIV.quadro_tabs {
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -550px;
	width: 1100px;
	background-color: #fafafa;
	border: 1px black solid;
	padding: 6px;
}

DIV.usuario {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	font-size: 8pt;
	text-align: center;
	width: auto;
}

DIV.projeto {
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -550px;
	width: 1100px;
	background-color: #fafafa;
	border: 1px black solid;
	padding: 6px;
}

LEGEND {
	font-size: 10pt;
	font-weight: bold;
}

DIV.alerta {
    float: left; 
    margin-right: .3em;
    margin-left: 5%;
    padding: 1em;
    white-space: nowrap
}


FIELDSET {
	margin-top: 1em;
	background-color: #f0f0f0;
}

TD {
	font-size: 8pt;
	vertical-align: middle;
}

TH {
	font-size: 8pt;
	font-weight: bold;
	vertical-align: middle;
}

#left {
	text-align: left;
}
#right {
	text-align: right;
}
#center {
	text-align: center;
}

A:link {
	text-decoration: none
}
A:hover {
	text-decoration: underline
}
A:visited {
	text-decoration: none
}


/* 	SENHA RESULT STYLE  */
.shortPass{
	color: red;
	font-weight: bold;
}
.shortPass span{
	color: red;
	font-weight: bold;
}
.badPass{
	color: #ff6666;
	font-weight: bold;
}
.badPass span{
	color: #ff6666;
	font-weight: bold;
}
.goodPass{
	color: #00D202;
	font-weight: bold;
}
.goodPass span{
	color: #00D202;
	font-weight: bold;
}
.strongPass{
	color: #008000;
	font-weight: bold;
}
.strongPass span{
	color: #008000;
	font-weight: bold;
}
