/* 

	trollcap.css
	Troll Cap Native Stylesheet
	
	Notes:
	
	div.troll_cmtyes = Troll
	div.troll_cmtno = Not a Troll
	div.troll_notify = AJAX notification
	
	
*/


div.troll_cmtyes {
	font: inherit;
	font-weight: normal;
	
	background-image: url('37icon-troll-small.gif');
	background-position: left center;
	background-repeat: no-repeat;
	
	padding-left: 35px;
	margin: 10px 0 10px 0;
	min-height: 33px;
}

div.troll_cmtno {
	font: inherit;
	font-weight: normal;
	margin: 10px 0 10px 0;
}

div.troll_notify {
	display: none;
	text-align: center;
	color: #333;
	background-color: #ffc;
	font-size: 9px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 3px 0 3px 0;
}