/* group_browse */

div#group_browse div#list
{
	float: left;
	width: 540px;
}

div#group_browse div#categories
{
	float: right;
	width: 100px;
}

div#group_browse div#categories ul.sortlist
{
	margin-bottom: 13px;
}

/* group_members */
div#group_members div#groupcontent
{
	float: left;
	width: 460px;
}

/* group_view */

div#group_view div#groupcontent
{
	float: left;
	width: 460px;
}

	div#group_view div#groupcontent table.list
	{
		width: 460px;
		margin-bottom: 0px;
	}
	
	    div#group_view div#groupcontent caption
	    {
	        background-color: #f1f1f1;
	        color: #000;
	    }

	div#group_view div#groupcontent div.members
	{
		margin-top: 13px;
		text-align: center;
	}

		div#group_view div#groupcontent div.members table td
		{
			float: left;
			width: 85px
		}

		div#group_view div#groupcontent div.members table td a
		{
			display: block;
			font-size: 9px;
		}

/* groupinfobar */

div#groupinfobar
{
	float: right;
	width: 180px;
}
	div#groupinfobar a.grouppicture img
	{
		border: 0px;
	}

	div#groupinfobar ul.groupactions
	{
		list-style: none;
		background-color: #f1f1f1;
		padding: 10px;
		margin: 0px;
		border: 1px solid #b8b8b8;
	}

	div#groupinfobar ul.groupactions li a
	{
		display: block;
		padding: 2px;
		color: #145fb7;
	}

	div#groupinfobar div.owner
	{
		text-align: center;
	}

		div#groupinfobar div.owner a
		{
			font-size: 10px;
			display: block;
		}

/* group_create */
div#group_create div.content table.editor td.largelabel
{
	width: 200px;
}

/* group_edit */
div#group_edit div.content table.editor td.largelabel
{
	width: 200px;
}



/* group_leave, group_join */
div#group_leave table.editor td,
div#group_join table.editor td
{
	text-align: center;
}

div#group_leave table.editor td.question,
div#group_leave table.editor td.question
{
	font-weight: bold;
}

/* group_home */
div#group_home div#newgroup
{
	float: right;
	width: 320px;
	margin-bottom: 13px;
}

div#group_home div#browsegroups
{
	float: left;
	width: 320px;
	margin-bottom: 13px;
}

	div#group_home div#newgroup div.actions, div#group_home div#browsegroups div.actions
	{
		padding-top: 10px;
		text-align: left;
	}

	div#group_home div.result div.info dl dt.nick,
	div#group_home div.result div.info dl dd.nick a
	{
		font-size: 11px;
	}
	
	div.info dl dt,
	div.info dl dd,
	div.info dl a
	{
		font-size: 11px;
	}

div#group_home div#newestgroups
{
	float: left;
	width: 320px;
}

div#group_home div#changedgroups
{
	float: right;
	width: 320px;
}
