/**
 * Style rules for author directory component
 *
 * @author Veeresh D.
 * @date March 2008
 */
 
#authorTabComponent
{
	width: 100%;
}

#authorTabComponentResults
{
	background-color: whitesmoke;
	padding-left: 5px;
	width: 99%;
}

.authorTabClass 
{
	font-weight: bold; 
	font-family: Arial; 
	font-size: 14px; 
	height: 25px; 
	width: 25px;
	color: black;
	background-color: gray;
	text-align: center ;
	cursor: pointer;	
}	

.secondCharLinks
{
    text-align: center ;
}

.secondCharLinks A
{
	font-family: Arial;
	font-size: 12;
	color: black;	
	text-decoration: none;	
}

.secondCharLinks A:hover
{
	color: white;
	border-bottom: 1x dotted blue;
}
