@import "../__local_style.css";

.interest_form_1
	{
		margin-left: 40px;
	}

.interest_form_1 td:first-child
	{
		text-align: right;
	}

.required
	{
		color: #990000;
	}
	
.interest_form_2
	{
		margin-left: 40px;
	}

#content td li
	{
		margin-left: 5px;
	}

#content ul, ol
	{
		padding-left: 10px;
	}
	

#content table {
	border-collapse: collapse;
	
}

blockquote {
	border-left: 0px solid #ddd;
	font-style: italic;
	margin: 1em 2.5em;
	padding-left: 1em; 
}

#bio .tr,
#bio .td {	
	padding: 5px;
	margin-left: 120px;  
	max-width: 335px;
/*	font: normal 108% "Times New Roman",Times,serif;*/
	color: #000;
}

#bio .author {
	font:  bold 100% "Times New Roman",Times,serif;
	color: #000;
}
#content tr,
#content td {	
	border: 1px solid #999;
	padding: 5px;
	
}

#content .unbordered tr,
#content .unbordered td {
	border: none;
}

.publication-categories {
	display: table-row;
}

.category-icon {
	display: table-cell;
	padding: .5em;
}

.category-name {
	display: table-cell;
	padding-left: 1em;
	padding-right: 2em;
	vertical-align: middle;
	width: 30em;
}
