/* 
 * Copyright (c) 2010 - 2012 Binary Space Pty Ltd
 * Author: Saxon Druce 
 */

/* Additional styles for the member page. */

/* The prompt to login on the member page. */
div#member-login-prompt
{
	text-align: center;
}

/* The 'Name' heading for the display name. */
#display-name-heading
{
	float: left; 
	width: 50px;
	height: 25px;
	padding-top: 4px; 
}

/* The div containing the display name when it is displayed normally. */
#display-name-normal
{
	height: 25px; 
	padding-top: 4px;
}

/* The div containing the edit controls for the display name. */
#display-name-edit
{
	height: 25px; 
}

/* The 'Accounts' heading for the table. */
#accounts-heading
{
	padding-top: 8px; 
	padding-bottom: 8px;
}

/* The td (cells) on the accounts table on the member page. */
#accounts-table td
{
	padding: 3px;
}

/* The account type (eg Facebook or Google) images on the member page. */
.account-image
{
	width: 24px;
	height: 24px;
}

/* The title of the account (eg Facebook or Google) on the member page */
.account-title
{
	font-weight: bold;
}

/* The value of the account (ie the email address / name, or None). */
.account-value
{
	font-style: italic;
}
