@charset "utf-8";
/**
 * Copyright (c) 2013 Chris Roberts <chris45964596@msn.com>
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 *
 * @category   Joomla 2.5
 * @package    com_sam2joom
 * @subpackage nowplaying
 * @version    1.1.12
 * @link       http://www.sam2joom.com/
 */
 
/* Search Letters */

.searchByLetter {
	text-align: center;
	margin-top: 10px;
	width: 100%;
}

#main td.searchLetter {
	background: url("../images/back_letters_new.png") repeat-x scroll 0 0 #AAA9A8;
    border-bottom: 1px solid #424141;
    /*border-right: 1px solid #424141;*/
    border-top: 1px solid #424141;
    font-family: "Trebuchet MS",Verdana,serif;
    font-size: 14px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: center;
	width: 3.7%;
    border-left: 1px solid #424141;
}

.searchByLetter td:hover, .searchByLetter td:hover a {
	background: url("../images/back_letters_active_new.png") repeat-x scroll 0 0 #727171;
	color: #FFFFFF;
	cursor: pointer;
}

.searchByLetter td a {
	display: block;
}

#main td.searchLetter.first {
	border-left: 1px solid #424141;
}
#main td.searchLetter.last {
	border-right: 1px solid #424141;
}

.letterStyle {
	color: #000000;
}

a.letterStyle {
	text-decoration: none;
	color: #000000;
}

/* End Search Letters */

