/**
 * The default CSS stylesheet used for all templates.
 *
 * @package AutoIndex
 * @author Justin Hagstrom <JustinHagstrom@yahoo.com>
 * @version 1.0.2 (February 05, 2004)
 *
 * @copyright Copyright (C) 2002-2004 Justin Hagstrom
 * @license http://www.gnu.org/licenses/gpl.html GNU General Public License (GPL)
 *
 * @link http://autoindex.sourceforge.net
 */

/* Body */
.autoindex_body, html
{
	font-family: verdana, lucidia, sans-serif;
	font-size: 13px;
}

/* Images */
.autoindex_body img
{
	border: none;
}

/* Tables */
.autoindex_table
{
	width: 100%;
	border: none;
	border-spacing: 2px;
}
.light_row
{
	background-color: #F2F6FC;
	font-size: 13px;
}
.dark_row
{
	background-color: #E3E3E3;
	font-size: 13px;
}
.autoindex_td
{
	font-size: 13px;
	font-family: verdana, lucidia, sans-serif;
	vertical-align: top;
	border: 1px solid #006A4E;
	padding: 0px;
	text-align: left;
/*	white-space: nowrap; */
}
.autoindex_td_right
{
	font-size: 13px;
	font-family: verdana, lucidia, sans-serif;
	vertical-align: top;
	border: 1px solid #7F8FA9;
	padding: 0px;
	text-align: right;
	width: 75px;
/*	white-space: nowrap; */
}
.autoindex_th
{
	font-size: 13px;
	color: #FFFFFF;
	background-color: #006A4E;
	border: 1px solid #000010;
	padding: 0px;
}

/* Links */
.plain_link
{
	color: #FFFFFF;
	text-decoration: none;
}
.plain_link:link, .plain_link:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.autoindex_a:link
{
	color: #006A4E;
	text-decoration: none;
}
.autoindex_a:active, .autoindex_a:hover
{
	color: #F42A41;
	text-decoration: none;
}
.autoindex_direct_link:link
{
	color: #F42A41;
	text-decoration: none;
}
.autoindex_direct_link:active, .autoindex_direct_link:hover
{
	color: #006A4E;
	text-decoration: none;
}
.light_row:hover, .dark_row:hover
{
/*	background-color: #FFFFA8; */
}

/* Buttons */
.button
{
	color: #707070;
	background-color: #F2F6FC;
	font-family: sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	cursor: pointer;
	border: none;
	padding: 3px 10px 3px 10px;
}

/* Misc. */
.paragraph
{
	background: #F2F6FC;
	font-size: 13px;
	color: #000020;
}
.autoindex_hr
{
	color: #000020;
	background-color: #000020;
	border: none;
	width: 75%;
	height: 1px;
}
.autoindex_small
{
	font-size: 10px;
}

#short-url {
	font-size: 1em;
	color: #006A4E;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

#short-url input {
	font-size: 1em;
	color: #006A4E;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #006A4E;
}

#mirror {
	font-size: 1em;
	color: #006A4E;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #006A4E;
}

#mirror a
{
	color: #F42A41;
	text-decoration: underline;
	font-weight: bold;
}

#fb-timeline {
	font-size: 1em;
	color: #3b5998;
	width: 650px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #3b5998;
}


.fb-button {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	background-color: #3b5998;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

.fb-button:hover {
	background-color: #4A67A1;
}

/* quick links */
.fb_share_link { padding:2px 0 0 20px; height:16px; background:url(http://b.static.ak.fbcdn.net/rsrc.php/zAB5S/hash/4273uaqa.gif) no-repeat top left; }
.quick_download_link { padding:2px 0 0 20px; height:16px; background:url(http://music-com-bd.ft-images.net/wp-content/themes/bobv2/i/quick-download.png) no-repeat top left; }
.play_link { padding:2px 0 0 20px; height:16px; background:url(http://music-com-bd.ft-images.net/wp-content/themes/bobv2/i/play.png) no-repeat top left; }