
/* ----------------------- PERSONS SINGLE ---------------------- BEGIN ------------------ */
.person-table {
	width: 507px;
}

.person-table .left	{
	width: 100%;
}
.person-table td.left	{
	font-size: 11px;
}
.person-table td.left p	{
	font-size: 11px;
}
.person-table td.left h5 {
	font-size: 18px;
	font-weight: bold;
}
.person-table td.left h2 {
	font-size: 11px;
	font-weight: bold;
}
.person-table td.text	{
	font-size: 11px;
	padding: 15px 0px 0px 0px;
}
.person-table td.text h1	{
	font-size: 14px;
	font-weight: bold;
}
.person-table a.email	{
	color: #ff9e02;
	display: block;
	padding: 10px 50px 5px 0px;
	text-decoration: underline;
}
.person-table a.email:hover	{
	text-decoration: none;
}
.person-table p.address	{
	padding: 3px 0px 3px 0px;
}
.person-table p.phone	{
	padding: 3px 0px 3px 0px;
}
.person-table .right	{
	padding: 0px 0px 0px 15px;
	text-align: right;
}
.person-table .right ul	{
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
.person-table .right ul li	{
	margin: 5px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
.person-table .right li a	{
	font-size: 10px;
	display: block;
	width: 100%;
	background-color: #f0f0f0;
	padding: 0px 10px 0px 0px;
	color: #494949;
	text-decoration: none;
}
.person-table .right li a:hover	{
	background-color: #e0e0e0;
	text-decoration: none;
}
.person-table .right div.imgborder	{
	border: 1px solid #6c6c6c;
	padding: 5px;
}

p.backlink	{
	padding: 20px 0px 0px 0px;
}
p.backlink a	{
	color: #ff9e02;
	text-decoration: underline;
}
p.backlink a:hover	{
	text-decoration: none;
}
/* ----------------------- PERSONS SINGLE ---------------------- END ------------------ */

/* ----------------------- PERSONS LIST ---------------------- BEGIN ------------------ */
table.person-list	{
	width: 100%;
	border: 1px solid #FBBA00;
	background: #fff;
}
table.person-list td.left	{
	text-align: right;
}
.person-list .right	{
	width: 100%;
}
.person-list .left div.imgborder	{
	padding: 5px;
	text-align: right;
	float: right;
}
.person-list .left div.imgborder img{
	display:block;
}
.person-list .right div.content	{
	width: 360px;
	height:inherit;
	background-color: #fff;
	padding: 5px 0px 5px 0px;
}
.person-list .right div.content div	{
	margin: 0px 10px 0px 10px;
}
.person-list .right div.content h1	{
	font-size: 14px;
	font-weight: bold;
}
.person-list .right div.content h2	{
	font-size: 11px;
	font-weight: bold;
}
.person-list .right div.content p	{
	font-size: 10px;
	font-weight: normal;
}
.person-list .right div.content p	{
	font-size: 10px;
	font-weight: normal;
}
.person-list a.email	{
	font-size: 10px;
	color: #ff9e02;
	display: block;
	padding: 10px 50px 10px 0px;
	text-decoration: underline;
}
.person-list a.email:hover	{
	text-decoration: none;
}
/* ----------------------- PERSONS LIST ---------------------- END ------------------ */



