﻿.passwordStrengthIndicator	{}

.pwHidden					{display: none;}
.pwTooShort					{border:1px solid #F00; background:#F7CBCB; width:245px; margin-left:-8px; padding:3px 3px 3px 10px; text-align:left;}
.pwGood						{border:1px solid #F79D15; background:#FCD78C; width:245px; margin-left:-8px; padding:3px 3px 3px 10px; text-align:left;}
.pwExcellent				{border:1px solid #003099; background:#E2E7FF; width:245px; margin-left:-8px; padding:3px 3px 3px 10px; text-align:left;}

#ctl00_ContentBody_CarsGridView td,
#ctl00_ContentBody_CarsGridView th, 
#ctl00_ContentBody_GridView1 td,
#ctl00_ContentBody_GridView1 th		{padding: 0 6px 0 6px;}

.DashboardPager				{background-color:#ebebeb; border-top:1px solid #dbdbdb; padding:3px;}

.toppad13					{margin-top:-13px;}
.toppad3					{padding-top:3px;}
.guideline-top				{border-top: 1px solid #ebebeb !important; padding-bottom: 15px;}

/* admin membership gridview custom pager */
#ctl00_ContentBody_GridView1 a.LinkButton{display:block; float: left; border: 1px solid #CCCCCC; font-size: 11px; color: #000000; margin-right: 6px; margin-top: 6px; margin-bottom: 6px; background-image: url(../images/grid-header-bg.jpg); padding: 3px; text-align: center; font-weight:bold;}
#ctl00_ContentBody_GridView1 a.LinkButton:hover{border: 1px solid #6699cc; background-image: url(../images/a-zHover-bg.jpg); color: #000000; text-decoration: none;}
#ctl00_ContentBody_GridView1 a.LinkButtonGreen{display:block; float: left; border: 1px solid Green; font-size: 11px; color: #000000; margin-right: 6px; margin-top: 6px; margin-bottom: 6px; background-image: url(../images/a-zHover-bg-green.jpg); padding: 3px; text-align: center; font-weight:bold;}

/* ajax updating panel (used on LeadManagment.aspx) */
#ctl00_ContentBody_UpdateProgress1
{
	position: absolute;
	background-color: #fff;
	filter: alpha(opacity=85);
	MozOpacity: 0.85;
	opacity: 0.85;
	padding: 0px;
	margin: 0px;
	top: 70px;
	left: 5px;
	width: 99%;
	height:82%;
}
#ctl00_ContentBody_UpdateProgress1 div
{
	position: absolute;
	padding: 4px;
	top: 35%;
	left: 0;
	width: 99%;
	text-align: center;
	vertical-align: middle;
}