﻿.ps
{
	font-family: Trebuchet Ms,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.textoLeve
{
	font-family: Trebuchet Ms,Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.textoLeveBranco
{
	font-family: Trebuchet Ms,Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: White;
}

.textoTitulo01
{
	font-family: Trebuchet Ms,Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	font-weight: bold;
}

.textoTitulo02
{
	font-family: Trebuchet Ms,Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

.textoTituloBranco
{
	font-family: Trebuchet Ms,Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: White;
	font-weight: bold;
}

a.lnk_menu
{
	text-decoration: none;
	color: #666666;
}

a.lnk_menu:visited
{
	text-decoration: none;
	color: #666666;
}

a.lnk_menu:hover
{
	text-decoration: underline;
	color: #666666;
}

a.lnk_menu:active
{
	text-decoration: none;
	color: #666666;
}


.caixaTextoLeve
{
	border-top-width: 1px;
	border-left-width: 1px;
	font-size: 10px;
	border-left-color: #efefef;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	color: #666666;
	font-family: Trebuchet Ms, Verdana, Arial;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	border-top-color: #efefef;
	background-color: #efefef;
}

.caixaTexto
{
	border-top-width: 1px;
	border-left-width: 1px;
	font-size: 8pt;
	border-left-color: #efefef;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	color: #666666;
	font-family: Trebuchet Ms, Verdana, Arial;
	border-right-width: 1px;
	border-right-color: #CCCCCC;
	border-top-color: #efefef;
	background-color: #efefef;
}




/*Modal Popup*/
.modalBackground
{
	background-color: #000000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.modalPopup
{
	background-color: #ffffff;
	padding: 3px;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: Black;
}

.titulo
{
	font-size: 14px;
	font-family: Arial, Verdana;
	font-weight: bold;
}

/* End Modal PopUp*/

/* PasswordStrength Related Styles */
.TextIndicator_TextBox1
{
	background-color: Gray;
	color: White;
	font-family: Arial;
	font-size: x-small;
	font-style: italic;
	padding: 2px 3px 2px 3px;
}

.BarIndicator_TextBox2_weak
{
	color: Red;
	background-color: Red;
}
.BarIndicator_TextBox2_average
{
	color: Blue;
	background-color: Blue;
}
.BarIndicator_TextBox2_good
{
	color: Green;
	background-color: Green;
}

.BarBorder_TextBox2
{
	border-style: solid;
	border-width: 1px;
	padding: 2px 2px 2px 2px;
	width: 200px;
	vertical-align: middle;
}

.TextIndicator_TextBox3
{
	background-color: Blue;
	color: Yellow;
	font-size: small;
	font-variant: small-caps;
	padding: 2px 3px 2px 3px;
}

.TextIndicator_TextBox3_Handle
{
	width: 16px;
	height: 5px;
	background-image: url(images/Question.png);
	overflow: hidden;
	cursor: help;
}

.TextIndicator_TextBox1_Strength1
{
	background-color: Gray;
	color: White;
	font-family: Arial;
	font-size: x-small;
	font-style: italic;
	padding: 2px 3px 2px 3px;
	font-weight: bold;
}
.TextIndicator_TextBox1_Strength2
{
	background-color: Gray;
	color: Yellow;
	font-family: Arial;
	font-size: x-small;
	font-style: italic;
	padding: 2px 3px 2px 3px;
	font-weight: bold;
}
.TextIndicator_TextBox1_Strength3
{
	background-color: Gray;
	color: #FFCAAF;
	font-family: Arial;
	font-size: x-small;
	font-style: italic;
	padding: 2px 3px 2px 3px;
	font-weight: bold;
}
.TextIndicator_TextBox1_Strength4
{
	background-color: Gray;
	color: Aqua;
	font-family: Arial;
	font-size: x-small;
	font-style: italic;
	padding: 2px 3px 2px 3px;
	font-weight: bold;
}
.TextIndicator_TextBox1_Strength5
{
	background-color: Gray;
	color: #93FF9E;
	font-family: Arial;
	font-size: x-small;
	font-style: italic;
	padding: 2px 3px 2px 3px;
	font-weight: bold;
}

/* End PasswordStrength */


hr
{
	border-style: dashed;
	border-width: 1px;
	width: 100%;
	border-color: #666666;
}

.boxForm
{
	border-style:solid;
	border-width: 1px;
	border-color: #666666;
	background-color: aliceblue;
}

/* DIV CARREGANDO */
#carregando
{
	top: 0px;
	left: 0px;
	width: 100%;
	_width: 2000px;
	height: 5000px;
	z-index: 300;
	position: absolute;
	background-color: Black;
	filter: alpha(opacity=50);
	opacity: 0.5;
}


#carregandoConteudo
{
	top: 0px;
	left: 32%;
	position: fixed;
	z-index: 2500;
	top: 100px;
	height: 80px;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: Black;
	padding: 3px;
	width: 350px;
}

#ul_carregando
{
	float: none;
}
