/* $Id: mfds_base.css,v 1.4 2009/07/30 05:47:45 db Exp $ */
/* BEGIN MYERWEB RESET */
/* http://meyerweb.com/eric/tools/css/reset/ */
@CHARSET "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END MYERWEB RESET */

body{
/*	margin:5pt; */
	color: 	#ffffff;
	margin-top :15pt;
	line-height:12pt;
	font-size: 10pt;
	background: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	cursor:default;
}
A { 
	text-decoration: none; 
	color: 	#aaaaaa;
}
A:hover {
	text-decoration: none;
	color: #000000;
	background: #999999;
}
A:active {
	text-decoration: underline;
	color: 	#ffffff;
}
strong{
	font-weight: 700;
}

/******* LOGO *******/
#logorow{
	text-align: center;
	margin: 15px auto;
}
img.main_logo {
	width:320px;
	height:30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
/******* END LOGO *******/

/******* MENU *******/
table#mainmenutable{
	width: 40%;
	border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
	empty-cells: show;
/*border: 1px solid #fc6;*/
}
.menurow td{
	padding-top:7px;
/*	padding-bottom:3px;*/
/*border: 1px solid #ff6;*/
}
td#songsinfomyspacemenucell{
	text-align: right;
}
.podcastlink{
    color: #666666;
}
.menulink{
    color: #cccccc;
}
/******* END MENU *******/
/******* LOADING *******/
#loading{
	position: absolute;
	top: 0px;
	margin: 3pt auto;
	padding: 2pt;
	font-size: 8pt;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
	background: #cccccc;
	display: none;
}
/******* END LOADING *******/
/******* BEGIN INFO *******/
.info_div {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #999999;
	font-size: 12pt;
	position: relative;
	margin-left: 105pt;
}
.info_list {
	list-style-type: none;
	padding: 5pt;
	margin-top: 10pt;
	margin-left: 110pt;
}
.info_cell {
	float: left;
	padding: 0 3pt 0 0;
}
.info_rule {
	color: #cccccc;
}
/* END INFO */
.album {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	position: relative;
	margin-left: 210pt;
	width: 175pt;
/*border: 1px solid #eee;*/
}
.album_name {
	height: 18pt;
	line-height: 21pt;
	padding-left: 5pt;
	margin-left: 0pt;
	/* 
	TOTAL HACK - FIX THIS
	Without setting the width, it assumes "100%", putting
	the list of items behind this toggle and unavailable. 
	This particularly sucks since it means a long toggle 
	name might be longer than this hardcoded value .
	*/
	width: 160pt;
/*background: #ffffcc;*/
/*border: 1px solid #399;*/
}
.album_name span {
	color: #aaaaaa;
	font-size: 12pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	cursor: pointer;
	padding-left: 3pt;
	padding-right: 3pt;
/*border: 1px solid #666;*/
}
.album_name span:hover {
	color: #000000;
	background: #999999;
}
.album_name span:active {
	color: #ffffff;
	text-decoration: underline;
}
.album_songs {
    position: absolute;
    left: 0pt;
    top: 0;
/*border: 1px solid #f99;*/
}

.album_songs{
	padding: 0pt;
	margin-top: 0pt;
	margin-left: 180pt;
	empty-cells:show;
/*background: #ccffff;*/
}
.album_songs td{
	padding-left: 3pt;
	padding-bottom: 4pt;
	vertical-align: middle;
/*border: 1px solid #9f9;*/
}
.album_songs a {
    font-size: 12pt;
    font-weight: regular;
    color: #aaaaaa;
    text-decoration: none;
	white-space: nowrap;
	padding-left: 3pt;
	padding-right: 3pt;
/*border: 1px solid #99f;*/
}
.album_songs a:hover {
	color: #000000;
	background: #999999;
}
.album_songs a:active {
	color: #ffffff;
    text-decoration: underline;
}
.album_songs a.current {
    color: #ffcc00;
}

/* Legacy from prev version Not sure what this does. */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* .clearfix {display: inline-block;} */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
