@charset "utf-8";
/* CSS Document */

html, body{
	margin:0px 0px;
	padding:0px 0px;
	font-family:"Lucida Sans ", "Lucida Grande", sans-serif;
	font-size:12px;
}
Legend{
	color:#1b76c4;
	font-size:13px;
	font-weight:bold;
}
strong{
	color:#df5408;
	font-size:17px;
}
.Lnk
{
	color:#1771b0;
	text-decoration:non;
	font-weight:bold;
}
.Lnk:hover
{
	color:#179fff;
	text-decoration:non;
}

.visiTrue
{
	display:block;
	
	}
	
	.visiFalse
{
	display:none;
	
	}
#letter a
{
	color:#3983a5;
	text-decoration:none;
}
#letter a:hover
{
	color:#1b76c4;
	text-decoration:underline;
}
#letter
{
	line-height:22px;
}
input
{
	width:auto;
}

.hide{ display:none;}

.PWDtable{
		width:950px; 
		border-collapse:collapse;
		font-family:verdana; 
		font-size:12px;
	}
	.PWDtable th{ 
		padding:5px; border:#bfdae9 1px solid; background:#1f93d6; color:#fff; font-size:17px; margin:0 0 0 0; font-weight:normal; text-align:left;
	}
	.PWDtable td{ 
		padding:5px; border:#bfdae9 1px solid; text-align:left;
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.PWDtable tr{
		background: #eef6fa;
	}
	/*  Define the background color for all the ODD background rows  */
	.PWDtable tr:nth-child(odd){ 
		background: #FBFBFB;
	}
	/*  Define the background color for all the EVEN background rows  */
	.PWDtable tr:nth-child(even){
		background: #eef6fa;
	}
	.text-center
	{
	    text-align:center!important;
	}
	.pwd-btn
	{
	    padding:10px 10px;
	    background-color:#1f93d6;
	    border-radius:5px 5px; 
	    border:none;
	    color:#fff;
	}
	.pwd-btn:hover
	{
	    padding:10px 10px;
	    background-color:#1870a3;
	    border-radius:5px 5px; 
	    border:none;
	    color:#fff;
	}
	input[type="text"],input[type="password"], textarea, select{ padding:7px; border-radius:4px; background-color:#fff; border:solid 1px #CDE7EC; }

	input[type="text"]:focus,input[type="password"]:focus, textarea:focus, select:focus{ border:solid 1px #36a3e1; box-shadow:0 0 12px #36a3e1; }
	
	
	.PWDtable-dtl{
		width:950px; 
		border-collapse:collapse;
		font-family:verdana; 
		font-size:12px;
	
	}
	.PWDtable-dtl th{ 
		padding:5px; border:#bfdae9 1px solid; background:#97cae8; color:#000; font-size:17px; margin:0 0 0 0; font-weight:normal; text-align:left;
	}
	.PWDtable-dtl td{ 
		padding:5px; border:#bfdae9 1px solid; text-align:left;
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.PWDtable-dtl tr{
		background: #eef6fa;
	}
	/*  Define the background color for all the ODD background rows  */
	.PWDtable-dtl tr:nth-child(odd){ 
		background: #FBFBFB;
	}
	/*  Define the background color for all the EVEN background rows  */
	.PWDtable-dtl tr:nth-child(even){
		background: #eef6fa;
	}
	.calendar
	{
	    z-index:99999!important;
	}