/*=== Styles for AMX Account Center section ===*/

/*==ELEMENTS:==*/


/*==IDs:==*/

/*AccountCenter.Net*/
#ctl00_ctl00_MainContentPlaceHolder_LeftSideBar
{
	float: left;
	margin-right: 10px;
}


/*sections of main Login Center page:*/
#login-center-whatis {float:left; width:55%; padding-right:10%;}
#login-center-createnew {float:left; width:30%;}


/*Create Account - Steps 1 and 2 - use floats to simulate columns*/
#create-account-form {float:left; width:60%; padding-right:5%;}
#create-account-content {float:right; width:25%;}
#create-account-steps {font-size:18px; font-weight:bold; color:#999; line-height:32px;}
	#create-account-steps strong {color:#9A3231;}



/*Create Account - Step 3 - use floats to simulate columns*/
#step3-thanks {float:left; width:60%; padding-bottom:40px;}
#step3-appreciate {float:left; width:35%; font-size:18px; font-weight:bold; color:#999;}
#step3-links {float:left; clear:both; width:60%;}
	#step3-links span {float:left; width:49%;}
	#step3-links a {display:block; color:#9A3231; font-size:16px; font-weight:bold; text-decoration:none;}
		#step3-links a:hover {color:#CC3231;}
#step3-amx-desc {float:left; width:35%; margin:0; padding:0;}





/*==CLASSES:==*/

/*Create Account forms:*/
.form-layout-table {border-spacing:4px;}
	.form-layout-table th {text-align:right; vertical-align:top; font-weight:normal;}
	.form-layout-table td {font-weight:bold;}

.not-bold {font-weight: normal;}
.full-width {width:282px;}
.full-width-with-help {width:260px;}
.first-name {width:155px;}
.middle-initial {width:30px;}

.required {color:#9A3231;} /*red asterisk*/

/*tables with listings of web accounts admin etc:*/
.listing {border-spacing:0px; border-collapse:collapse;}
	.listing thead th {font-weight:bold; text-align:left;}
	.listing tbody td {padding:2px 5px;}

	/*even/odd row coloring:*/
	.listing tr, .listing tr.even {background:#f8f5ee;}
	.listing tr.odd {background:#EEE;}

.listing-header-link {text-align:right; position:relative; top:1em;} /*link at right of listing table headers*/
.spacer {background:#A7AB74;padding:0px 0px 0px 0px;width:1px; margin:0px 0px 0px 0px; }

