/******************************************************************************
*	ACCOUNT MENU
******************************************************************************/
.AccountMenuHeader
{
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	margin-top: 10px;
}

.AccountMenu
{
	list-style-type: circle;
	margin-left: 15px;
}

.AccountMenu ul
{
	list-style-type: circle;
	margin-left: 28px;
	margin-top: 22px;
}

.AccountMenu ul a:link,
.AccountMenu ul a:active,
.AccountMenu ul a:visited,
.AccountMenu ul a:hover
{	
	font-weight: bold;
	font-size: 8pt;
	color: #333333;
	font-family: Helvetica, sans-serif;
	text-decoration: underline;
	vertical-align: middle;
}

.AccountMenu li
{
	list-style-position: outside;
	vertical-align: middle;
	font-weight: bold;
}

.AccountMenu li a:link,
.AccountMenu li a:active,
.AccountMenu li a:visited,
.AccountMenu li a:hover
{
	color: Black;
}

/******************************************************************************
*	CREATE ACCOUNT
******************************************************************************/

.CreateAccountHeader
{
	margin-top: 25px;
	margin-bottom: -1px;
	position: relative;
	z-index: 1;
}

.CancelCell
{ width:462px; }


.EmailAddressWarning
{
	visibility:hidden;
	width:187px;
}

.EmailOptionCheckbox
{
	font-size:8pt;
	font-weight:normal;
}

.PasswordFieldInput
{ width:200px; }

.PasswordFields { }

.OptionalInfoSelect
{
	width:122px;
	height: 20px;
	background-color: #EEEEEE;
	font-size: 8pt;
}

.OptionalInfoSelectDate
{
	height: 20px;
	background-color: #EEEEEE;
	font-size: 8pt;
}

/************************************/

table.AccountTable tr td
{
	width: 50%;
	text-align: left;
}

.AccountLabel
{
	font-weight: bold;
}

.AccountSectionTitle
{
	color: #333333;
	font-family: Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: 700;
}