﻿.btnOriginal
{
	background: url(../MehataImages/suchi_btn.jpg);
    background-repeat: repeat-y;
    text-align: left;
    color: White;
    font-size: medium;
    cursor: pointer;
}

.btnSelected
{
	background-color:#0C525E;     
    text-align: left;
    color: White;
    font-size: medium;
    cursor: pointer;
}
        
.btnHover
{
	background-color:#53A4B1;    
    text-align: left;
    color: White;
    font-size: medium;
    cursor: pointer;
}       
       
.AuthorLinks
{
	width: 224px;
    height: 600px;
    background-color: #CCE0E9;
    float: left;
}

#author_name
{
	float:left;
	width:100%;
	height:22px;	
	margin-top: 10px;	
	text-align:center;
}
.author_name
{
	font-weight:bold; color:#000000;
}

.btnAuthorOriginal
{
	text-decoration: none;
	background-color:Transparent;
	border-style:none;  	
	color:Black;
	font-size:11pt;
	cursor:pointer; 	
}

.btnAuthorHover
{
	text-decoration: none;
	background-color:#93C9FF;  	
	border-style:none;
	color:Black;
	font-size:13pt;	
	cursor:pointer;	
}

.Alphabet
{
 background-color:#FFDFC1;
 border-style:none;
 font-weight:bold; 
 cursor:pointer;  	
}
