﻿#contacts {
	font-size: 9pt;
	padding-bottom:20px;
}
#contacts h1.lblName{margin:0px;padding:0px;}

#contacts #default {
	/*background-color:#555;*/
	height:210px;
	width: 640px;
}
#contacts #default #Description{
	margin-top:20px;
	padding-bottom:10px;
}
#contacts #default #lblQuote{
	font-weight:bold;
	font-style:italic;
	color:#555
}

#contacts #default #defaultDetails {
	float:left;
	width:400px;
	height: 100%;
}
#contacts #default #defaultImage {
	float:right;
	width:170px;
	position: relative;
	height: 209px;
	vertical-align: baseline;
	overflow: hidden;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: gray;
	border-right-color: gray;
	border-bottom-color: gray;
	border-left-color: gray;
}

#contacts #default #quote {
	float:right;
	display:none;
}

#contacts #splitter {
	width:100%;
	height: 1px;
	border-top: 1px solid #555;
	margin-bottom: 10px;
}

#contacts #otherNames #deptManagers
{
	width:150px;
	/*border-right:1px solid gray;*/
	height:100%;
	/*background-color:#99CCCC;*/
}

#contacts #otherNames #otherEmployees
{
	float:left;
	/*width:450px;*/
	height:100%;
	overflow:auto;
}

#contacts #otherNames .employeeDetails
{
	float:left;
	width:210px;
	height:70px;
	margin:1px;
	border: 1px solid #888;
	padding: 5px;
}

#contacts #otherNames #deptManagers .employeeDetails
{
	background-color:#E4E4E4;
}

#contacts #otherNames #otherEmployees .employeeDetails
{
	background-color:#FAFAFA;
}
#contacts #otherNames {
	overflow: hidden;
}

