#ManageContacts
{
	padding-bottom:5px;
}
#GroupsBox
{
	float:left;
	margin:0 0 5px 0;
	min-height:400px;
}
#Groups
{
	width:240px;
	height:484px;
	overflow:auto;
	margin-top:15px;
	*padding-top:10px;
}
	#Groups ul
	{
		margin:0;
		padding:0;
		list-style:none;
		border-top:dotted 1px #333;
	}
		#Groups ul li
		{
			font-size:11px;
			font-weight:bold;
			border-bottom:dotted 1px #333;
			padding:5px;
			margin:0;
			cursor:pointer;
		}
		#Groups ul li.selected
		{
			color:White;
			background:#222;
		}
			#Groups ul li div.editable
			{
				display:none;
			}
				#Groups ul li div.editable input
				{
					width:205px;
					border:solid 1px #222;
				}
		#Groups ul li span.t-name
		{
			max-width:200px;
			display:inline-block;
		}
		#Groups ul li span.options
		{
			display:block;
			float:right;
		}
			#Groups ul li span.options img
			{
				background:transparent url(/static/themes/dark/images/button-options.png) no-repeat scroll center center;
				height:16px;
				margin:0;
				padding:0;
				width:18px;
			}
			#Groups ul li span.options img.hidden
			{
				display:none;
			}
#ContactsBox
{
	/*float:right;*/
	margin:0 0 5px 270px;
	min-height:436px;
}
	#ContactsBox h2
	{
		margin-bottom:10px;
	}
#Contacts
{
	width:auto;
	height:488px;
	overflow-y:auto;
	overflow-x:hidden;
}
#Contacts div.no-contacts
{
	padding:0 5px;
	text-align:center;
}
.groups-actions, .contacts-actions
{
	position:absolute;
	top:10px;
	right:15px;
}
	#Contacts table.contact
	{
		width:100%;
		border-collapse:collapse;
		border-bottom:solid 1px #333;
		border-top:solid 1px #333;
		cursor:pointer;
	}
		#Contacts table.contact-selected
		{
			background:#222;
			color:White;
		}
		#Contacts table.contact td.checkbox
		{
			width:30px;
		}
		#Contacts table.contact td.name
		{
			font-weight:bold;
		}
			#Contacts table.contact td.name span.t-name
			{
				display:inline-block;
				max-width:300px;
			}
#dialogContactDetails
{
	display:none;
}
	#dialogContactDetails label
	{
		display:inline-block;
		width:100px;
	}
	#dialogContactDetails select
	{
		width:219px;
	}
	#dialogContactDetails input
	{
		width:215px;
	}