@charset "utf-8";
/* CSS Document */

/* Form Table */
	table.formtable
	{
		margin-left:10px;
		width:710px;
	}
	
	table.formtable td.top_left
	{
		font-weight:bold;
		color:#000000;
		
		text-align:left;
		width:250px;
		height:auto;
		
		vertical-align:top;
	}
	
	table.formtable td.top_center
	{
		font-weight:bold;
		color:#000000;
		
		text-align:center;
		width:250px;
		height:auto;
	}
	
	table.formtable td.top_right
	{
		font-weight:bold;
		color:#000000;
		width:210px;
		
		height:auto;
	}
	
	table.formtable td.left
	{
		font-weight:bold;
		color:#000000;
		
		text-align:left;
		width:250px;
		
		height:auto;
		vertical-align:top;
	}
	
	table.formtable td.center
	{
		font-weight:normal;
		color:#000000;
		
		text-align:right;
		width:250px;
		
		height:auto;
		vertical-align:top;
	}
	
	table.formtable td.right
	{
		font-weight:normal;
		color:#000000;
		
		text-align:left;
		width:210px;
		
		height:auto;
		vertical-align:top;
	}
	
	table.formtable td.seperationleft
	{
		font-weight:bold;
		color:#000000;
		
		text-align:left;
		width:250px;
		height:20px;
		
		vertical-align:top;
	}
	
	table.formtable td.seperationcenter
	{
		font-weight:normal;
		color:#000000;
		
		text-align:left;
		width:250px;
		height:20px;
		
		vertical-align:top;
	}
	
	table.formtable td.seperationright
	{
		font-weight:normal;
		color:#000000;
		
		text-align:left;
		width:210px;
		height:20px;
		
		vertical-align:top;
	}
	
	table.formtable td.submit_left
	{
		font-weight:bold;
		color:#000000;
		
		text-align:left;
		width:250px;
		
		vertical-align:top;
	}
	
	table.formtable td.submit_center
	{
		font-weight:normal;
		color:#000000;
		
		text-align:right;
		width:250px;
		
		vertical-align:top;
	}
	
	table.formtable td.submit_right
	{
		font-weight:normal;
		color:#000000;
		
		text-align:left;
		width:210px;
		
		vertical-align:top;
	}
	
	div.errordiv
	{
		color:#C00;	
		float:left;
		
		width: 200px;
	}

/*** PASSWORD STRENGHT ***/
	table.formtable div.availabilityDiv
	{
		text-align:right;
		width:250px;
		
		height:18px;
	}

	table.formtable div.pass_tooshort
	{
		text-align:right;
		width:241px;
		
		height:16px;
		margin-top:2px;
		margin-right:6px;
		
		margin-left:3px;
		
		background-position:right;
		background-image:url(images/pwdstrenght_short.jpg);
		background-repeat:no-repeat;
	}
	
	table.formtable div.pass_weak
	{
		text-align:right;
		width:241px;
		
		margin-top:2px;
		margin-right:6px;
		height:16px;
		margin-left:3px;
		
		background-position:right;
		background-image:url(images/pwdstrenght_weak.jpg);
		background-repeat:no-repeat;
	}
	
	table.formtable div.pass_normal
	{
		text-align:right;
		width:241px;
		
		margin-top:2px;
		margin-right:6px;
		height:16px;
		margin-left:3px;
		
		background-position:right;
		background-image:url(images/pwdstrenght_medium.jpg);
		background-repeat:no-repeat;
	}
	
	table.formtable div.pass_strong
	{
		text-align:right;
		width:241px;
		height:16px;
		
		margin-top:2px;
		margin-right:6px;
		
		margin-left:3px;
		
		background-position:right;
		background-image:url(images/pwdstrenght_strong.jpg);
		background-repeat:no-repeat;
	}	
	
	td.double_left_header
	{
		background-color:#595B72;
		color:#AFE14C;
		font-weight:bold;
		text-align:left;
		padding-left:2px;
		width:355px;
	}
	
	td.double_right_header
	{
		background-color:#595B72;
		color:#AFE14C;
		text-align:right;
		padding-right:2px;
		width:355px;
	}
	
	td.double_left
	{
		text-align:left;
		color:#595b72;
		width:355px;
		padding: 2px 2px 2px 2px;
		
		border-left-color:#595B72;
		border-left-style:solid;
		border-left-width:1px;
	}
	
	td.double_right
	{
		text-align:right;
		color:#595b72;
		width:355px;
		padding: 2px 2px 2px 2px;
		
		border-right-color:#595B72;
		border-right-style:solid;
		border-right-width:1px;
	}
	
	td.double_submit_left
	{
		text-align:left;
		color:#595b72;
		width:355px;
		padding: 2px 2px 2px 2px;
		
		border-left-color:#595B72;
		border-left-style:solid;
		border-left-width:1px;
		
		border-bottom-color:#595B72;
		border-bottom-style:solid;
		border-bottom-width:1px;
	}
	
	td.double_submit_right
	{
		text-align:right;
		color:#595b72;
		width:355px;
		padding: 2px 2px 2px 2px;
		
		border-right-color:#595B72;
		border-right-style:solid;
		border-right-width:1px;
		
		border-bottom-color:#595B72;
		border-bottom-style:solid;
		border-bottom-width:1px;
	}
	
	td.double_span
	{
		text-align:left;
		color:#595b72;
		
		border-left-color:#595B72;
		border-left-style:solid;
		border-left-width:1px;
		
		border-right-color:#595B72;
		border-right-style:solid;
		border-right-width:1px;
		
		padding: 2px 2px 2px 2px;
		width:710px;
	}
	
	td.double_span_closed
	{
		text-align:left;
		color:#595b72;
		
		border-left-color:#595B72;
		border-left-style:solid;
		border-left-width:1px;
		
		border-right-color:#595B72;
		border-right-style:solid;
		border-right-width:1px;
		
		border-bottom-color:#595B72;
		border-bottom-style:solid;
		border-bottom-width:1px;
		
		padding: 2px 2px 2px 2px;
		width:710px;
	}
	
	td.double_space
	{
		height:10px;
		width:710px;
	}