body 
{ 
padding:0px;
margin:0px;
font: 12px Verdana, sans-serif; color:#000;
}

   P { text-indent:1cm; }
   TD { font-size: 10pt;
    font-style : normal;
    font-family: sans-serif;}

#testalert{
display:none;
text-align:center;
width:100%;
margin:auto;
}

#PWform{
	display:none;
	padding:12px;
}    
    
#container
	{
		width: 100%;
		padding: 2px;
		background: #fff;
	}

#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: url(img/tab_bottom.gif) repeat-x bottom;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #f3f3f3;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

#tabnav a:hover
	{
		background: #fff;
	}

#information
	{
		border:1px solid #000;
		background: #fff;
		color: #000;
		padding:2px;
	}

#passwordDescription
{
        font: 10px arial,Verdana,sans-serif; color:#000;
}

#passwordMatch
{
        font: 10px arial,Verdana,sans-serif; color:#900;
}
	
#passwordContainer
{
        height:5px;
        padding:2px;
        width:200px;
        background:#cccccc;
        display:block;
}

#passwordStrength
{
        height:5px;
        display:block;
        float:left;
}

.strength0
{
        width:200px;
        background:#cccccc;
}

.strengthBad
{

        width:25px;
		background-image: url("img/passwordgradient.jpg");
		background-repeat: no-repeat;
}

.strengthWeak
{
        width:75px;    
		background-image: url("img/passwordgradient.jpg");
		background-repeat: no-repeat;
}

.strengthGood
{
        width:130px;    
		background-image: url("img/passwordgradient.jpg");
		background-repeat: no-repeat;
}

.strengthStrong
{
        width:200px;
		background-image: url("img/passwordgradient.jpg");
		background-repeat: no-repeat;
}



.blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow,
.shadowcontent{
	position: relative;
	bottom: 2px;
	right: 2px;
	text-align:center;
	background:#FFF;
	margin:auto;	
}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}

.shadowcontent{
	text-align:center;
	margin:auto;
	color: #000; /*text color of content*/
	border-right: 1px solid #000; /*border color*/
	border-bottom: 1px solid #000; /*border color*/	
	padding:0px;
}


.logonbox{
   position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  text-align:center;
  padding:20px;
}

#messageDiv{
font: 12px arial, sans-serif; color:#060;
}