/*

	/content/bio/template.css

*/

DIV.cmsContent {
	width: 380px;
}
DIV.cmsContent_Side {
	width: 140px;
}
div.tmpBioPhoto {
	width: 140px;
	height: 190px;
	/*background-color: 9fb0be;*/
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 4px;
}
div#Content div.tmpSide p {
	line-height: 18px;
}
div#Content div#Related {
	margin-top: 32px;
}
div#Content div#Related div {
	margin-bottom: 8px;
}
div#Content div.tmpAward {
	width: 140px;
	height: 140px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 25px;
}
form#Vcard {
	display: none;
}

/* Controls */

select#lstDomain {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: blue;
	margin-left: 5px;
}
input#txtEmail, select#lstDomain {
	vertical-align: middle;
}
input#txtAltEmail {
	margin-left: 5px;
}

/* Excerpt */

body#Document p.Excerpt, body#Document span.Excerpt {
	border: 0;
	background-color: transparent;
}

