/* misc */
#contact_thumbs
{
	position:relative;
}
.contact_icon
{
	float:left;
	height:50px;
	border-right:6px solid white;
	border-bottom:6px solid white;
	overflow:visible;
	position:relative;
	width:50px;
}
#contacts_container
{
	margin-left:6px;
	background-image:url("/images/contacts_bg.gif");
	overflow:hidden;
}
#switcher
{
	float:left;
	border-bottom:6px solid white;
	height:50px;
	position:relative;
	overflow:visible;
}
#switcher #switcher_contents
{
	z-index:2000;
	position:relative;
	font-weight:bold;
	line-height:12px;
}
#switcher #switcher_contents a
{
	display:block;
	color:#c9c9c9;
	text-decoration:none;
}
#switcher #switcher_contents a:hover
{
	color:black;
}
#switcher #switcher_contents #subscriptions_display
{
	margin-bottom:2px;
}
#switcher #switcher_contents span
{
	font-size: 10px;
	font-weight:normal;
}
#switcher #white_bar
{
	position:absolute;
	top:0px;
	left:0px;
	background-color:white;
	height:50px;
	width:10000px;
	z-index:1;
}
.contact_image
{
	height:50px;
	width:50px;
	top:0px;
	left:0px;
}
.contact_letter
{
	float:left;
	height:12px;
	font-size:12px;
	color:black;
	border-right:6px solid white;
	border-bottom:6px solid white;
	overflow:visible;
	position:relative;
	width:50px;
	text-align:center;
	padding-top:19px;
	padding-bottom:19px;
	background-color: #c9c9c9;
}
#contact_name
{
	font-family:Helvetica,Arial,Sans-Serif;
	font-size:18px;
	font-weight:bold;
	padding:6px 3px 3px;	
}

/* controls */

#contact_id, #sub_id
{
	text-align:left;
	float:left;
	margin-top:5px;	
	padding:3px;
	text-align:left;
	color:#000000;
	display:inline;
}
#contact_id #name, #sub_id span
{
	font-weight:bold;
}
.control
{
	float:left;
	height:50px;
	margin:3px;
	overflow:visible;
	position:relative;
	width:50px;
}

.hover_over
{
	background-color: #000000;
	width:200px;
	height:inherit;
	color: #ffffff;
	display:none;
		
}