/*
 * Copyright by Intland Software
 *
 * All rights reserved.
 *
 * This software is the confidential and proprietary information
 * of Intland Software ("Confidential Information"). You
 * shall not disclose such Confidential Information and shall use
 * it only in accordance with the terms of the license agreement
 * you entered into with Intland.
 */

.userListWidth {
	width: 350px;
}

TR.head	{
	background: #51555E;
}

TH {

	font-weight: normal;
	font-size: 9pt;
	color: white;
	vertical-align: middle;
	line-height: 120%;
	background-color: #51555E;
}

A.sortedby {
	color:white;
	font-weight:bold;
	font-size: 9pt;
}

A.notsortedby {
	color:white;
	font-size: 9pt;
}

/* override default headline bullet style. */
img.bullet {
	background-image: url("../images/member_headline.gif");
}

/**
  Add the usual image to the left of ActionMenuBar
 */
.membersModule .actionMenuBarIcon {
	background-image: url("../images/member_headline.gif");
}

