/**
 * Common style rules for subject and publication ontology tree component
 *
 * @author Veeresh D.
 * @date March 2008
 */
 
.clickPtr
{
	cursor: pointer;
}
.treeComponentStyles 
{
	font-family: Arial;
	font-size: 11px;
	white-space: nowrap;	
}
.treeComponentStyles img 
{
	border: 0px;
	height: 18px;
	vertical-align: text-bottom;
}
.treeComponentStyles A 
{
	color: #000;
	text-decoration: none;
}
.treeComponentStyles A:hover 
{
	color: firebrick;
	background-color: whitesmoke; /* F0E68C	 */
}
