.posterAbstract{
	width: 257px; 
	min-height: 265px;
	margin: 2px; 
	padding: 0px;
	background-image: url(/images/poster_abstract_div_bg.jpg); 
}

/* Abstract View Styles */
.abstractTitle{
	color: #857464;
	font-weight: bold;
	font-size: 13px;
}

.abstractLabel{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-top: 5px;
}

.abstractDetail{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.abstractTinyLink{
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

/* Detail View Styles */
.detailTitle{
	color: #857464;
	font-weight: bold;
	font-size: 16px;
}

.detailLabel{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
}

.detailDetail{
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

.detailTinyLink{
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}