﻿body
{
	font-size: 10px;
	font-family: Arial;
}

.nchide{display:none;}


.ncheaders{font-size:14px; font-weight:bold; color:white; background-color: #3399cc; width:100%; padding:5px;}

.nch1{font-size:14px; font-weight:bold; color:white; background-color: #3399cc;  padding:5px;}
.nch2{font-size:14px; font-weight:bold;}
.nch3{font-size:11px; font-weight:bold;}
.nch4
{
    font-size: 12px;
    font-weight: bold;
    font-style:italic;
   
    color: #3399cc;
}
.ncredM{font-size:13px;color:Red;}
.ncrequired{color: red;font-size:13px;font-style:italic;font-weight:bold;}
.ncstar{font-size:15px;color:Red;font-weight:bold;}

.ncentry{padding-left:3px;}
.nctable{border-collapse: collapse; border-spacing: 0px; empty-cells: show; }

.ncspaceVSm{ clear:both;  height:5px;}
.ncspaceSm{ clear:both;  height:10px;}
.ncspaceMed{ clear:both;  height:25px;}
.ncfloatL{ float:left;}
.nctd{vertical-align:top;}

A:link { text-decoration: none}



/************* Password Strength Starts *******************/

.ncTextStrengthWeak
{
	font-size: 11px;
	font-family: Arial;
	color: red;
}

.ncTextStrengthAverage
{
	font-size: 11px;
	font-family: Arial;
	color: blue;
}

.ncTextStrengthGood
{
	font-size: 11px;
	font-family: Arial;
	color: #000000;
}

.ncTextStrengthExcellent
{
	font-size: 11px;
	font-family: Arial;
	color:Green;
}

/************* Password Strength Ends *******************/

.ncbuttons 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	background-color: #3399cc;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	text-align: center
}