/* CSS Document */
#pic {
	width: 140px;
	height: 225px;
	border: solid 1px #444444;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
#name {
	background: url(graphics/staff_btm_bg.png) top left;
	width: 130px;
	height: 50px;
	margin-top: 165px;
	padding: 5px;
}
#employeename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
#employeetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
}
#employeehours {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#employeehours a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
#employeehours A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
#image {
	border: 0px;
}

#headertextcolor {
	font-size: 14px;
	color: #ffe100;
}
#headertext {
	font-size: 14px;
}


#dhtmltooltip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	position: absolute;
	width: auto;
	border: 1px solid #999999;
	padding: 4px;
	background-color: #FFFFFF;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

