table.content .center, table.content .center img {
	width : 83px;
}
table.content .right {
	width : 196px;
	padding-top : 22px;
}

/* Expert */
#expert {
	margin : 4px 0 18px 0;
}
#expert table.expert {
	width : 100%;
}
#expert .photo {
}
#expert .info {
	width : 100%;
	background-color : #e0f8af;
	padding : 7px 7px 8px 8px;
}
#expert .info div {
	color : #3d3d3d;
}
#expert .info .label {
	display : inline;
	font-weight : bold;
	margin-right : 6px;
}
#expert .actions {
	border-width : 1px 0 0 0;
	border-style : solid;
	border-color : #fff;
	background-color : #b2e945;
	text-align : right;
	height : 24px;
	padding-right : 2px;
	vertical-align : top;
	width : 100%;
}
#expert .actions table {
	float : right;
}
#expert .actions .default {
	vertical-align : middle;
	padding-right : 6px;
}
#expert .actions .default a, #expert .actions .default a:active {
	color : #2487b0;
	padding-left : 1.0em;
	background-image : url(../images/link-arrow-right.gif);
	background-repeat : no-repeat;
	background-position : 0 .4em;
	margin-left : 8px;
	text-decoration : none;
	font-weight : bold;
}
#expert .actions .default a:visited {
	color : #93B054;
	background-image : url(../images/link-arrow-right-visited.gif);
}
#expert .actions .defaulta:hover {
	text-decoration : underline;
}
#expert .actions .contact {
	height : 24px;
	vertical-align : middle;
}
#expert .bio {
	margin-top : 11px;
	line-height : 16px;
}

/* Info / Side Navigation */
#info {
	background-color : #e3dcee;
}
#info .text {
	padding : 0px 15px 15px 6px;
	width : 227px;
}
#info .section {
	margin : 0 0 22px 0;
}
#info a, #info a:active {
	color : #2487b0;
	text-decoration : none;
}
#info a:visited {
	color : #93B054;
}
#info a:hover {
	text-decoration : underline;
}
#info .links a {
	padding : 0.9em 0 0 1.1em;
	display : block;
}
#info .links a.current {
	font-weight : bold;
	background-image : url(../images/link-arrow-right.gif);
	background-repeat : no-repeat;
	background-position : 0 1.3em;
}
#info .links a.current:visited {
	background-image : url(../images/link-arrow-right-visited.gif);
}
#info .section-title {
	color : #a45acb;
	font-size : 1.1em;
	font-weight : bold;
	margin : 8px 0 0px 12px;
}
#info .event {
	margin : 8px 0 0px 12px;
}
