﻿/************ PasswordStrength Related Styles ***********************/


/***######Textbox styles####*****/
.BarInd4TxtWeak
{
    color:Red;
    background-color:Red;
}
.BarInd4TxtAverage
{
    color:Blue;
    background-color:Blue;
}
.BarInd4TxtGood
{
    color:Green;
    background-color:Green;
}
.BarBorderPwd
{
    width:64px;    
    vertical-align:bottom ;
    border:solid 2px #71B586;
    padding:2px 2px 2px 2px;
}
/*additives**
    margin: 0px -6px 0 0px; padding: 0; 
    height: 10px;
    border-bottom: solid 1px green;
    border-style:solid;
    border-width:1px;
    padding:2px 2px 2px 2px;
    height:16px; 
}**********/



.TextIndicator_TextBox1
{
     background-color:Gray;
     color:White;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 2px 3px 2px 3px;
}

.BarIndicator_Password_weak
{
    color:Red;
    background-color:Red;
}
.BarIndicator_Password_average
{
    color:Blue;
    background-color:Blue;
}
.BarIndicator_Password_good
{
    color:Green;
    background-color:Green;
}

.BarBorder_Password
{
    border-style:solid;
    border-width:1px;
    padding:2px 2px 2px 2px;
    width:180px;
    vertical-align:bottom ;
    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:14px;
	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;
}

