/*
****************************************************************
PERSON HTML STYLES
*****************************************************************
*/
div.divPersonList div.list.person div.item
{
	width : 234px;
	height : 72px;	
	text-align : left;
	margin-bottom : 5px;
}
div.divPersonList div.list.person div.item.odd { float : left; }
div.divPersonList div.list.person div.item.even { float : right; }
div.divPersonList div.list.person div.item div.image
{
	width : 90px;
	float : left;
	margin : 5px;
}
div.divPersonList div.list.person div.item div.image a img
{
	border : solid 1px #DADADA;
	display : block;
	width : 90px;
	height : 60px;
}
div.divPersonList div.list.person div.item div.description
{	
	float : left;
	padding : 0px 5px;
	overflow : hidden;	
	width : 120px;
	height : 67px;
}
div.divPersonList div.list.person div.item div.description h2
{
	font-size : 11px;	
	font-weight : bold;	
	display : block;
	padding : 5px 0 2px 0px;	
	text-align : left;
}
div.divPersonList div.list.person div.item div.description h2 a
{
	text-decoration : none;	
	color : #656A70;
}
div.divPersonList div.list.person div.item div.description h2 a:hover
{
	text-decoration : underline;
}
div.divPersonList div.list.person div.item div.description h3
{
	font-size : 10px;	
	font-weight : normal;	
	display : block;
	text-align : left;
}
div.divPersonList div.list.person div.item div.description h3 a
{
	text-decoration : none;	
	color : #656A70;
}

div.divPerson { margin-top : -10px; }
div.divPerson h1
{
	color : Black;
	font-size : 12px;
	line-height : 15px;
	padding : 5px;
	margin-bottom : 5px;
}
div.detail div.divPerson img
{
	border : solid 1px #DADADA;
	display : block;
	margin : 0px auto;
}
div.divPerson dl
{
	margin-left : 10px;
}
div.divPerson dl dt
{
	font-size : 12px;
	font-weight : bold;
}
div.divPerson dl dd
{
	padding : 5px 0px 10px 0px;
}
div.divPerson dl dd a
{
	text-decoration : none;
	color : #656A70;
}
div.divPerson dl dd a:hover
{
	text-decoration : underline;
}

