/* Vigilant Media style */
input, select, textarea
{
	background-color: #000;
	color: #FFF;
	font-size: 100%;
	font-family: inherit;
	border: 1px solid #FFF;
}

input[type=submit], input[type=reset], input[type=button]
{
}

input[type=radio], input[type=checkbox], input[type=image]
{
	background-color: transparent;
	border: none;
}

label
{
	float: left;
	font-weight: bold;
	width: 150px;
}

label.error, span.error
{
	color: #F99;
	display: none;
}

.form_hidden
{
	display: none;
}

.smaller
{
	font-size: smaller;
}

/* Elements */

*
{
}

html, body
{
	font-family: tahoma, 'trebuchet ms', verdana, helvetica, arial;
	height: 100%;
}

h1, h2, h3, h4, h5, h6
{
	font-family: helvetica, tahoma, 'trebuchet ms', verdana, arial, sans-serif;
	color: #FFF;
}

h1 {font-size: 2em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.2em;}

body
{
	background: #000 url("/images/fingerprint_bg.jpg") fixed no-repeat top left;
	color: #FFF;
	margin: 0px;
}

a, a:focus
{
	color: #FC0;
	text-decoration: none;
}

a:hover
{
	color: #FC0;
	text-decoration: none;
	border-bottom: 1px dotted #FC0;
}

a img
{
	border: none;
}

a.no-fx:hover
{
	border-bottom: none;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

th, td, caption
{
	padding: 1px 3px 1px 2px;
}

/* Blocks */

#masthead-container
{
	margin: 0 0 auto;
	height: 100%;
}

#masthead
{
	position: fixed;
	top: 0px;
	left: 0px;
	background: #000 url("/images/fingerprint_bg.jpg") fixed no-repeat top left;
	border-bottom: 1px solid #999;
	width: 100%;
	z-index: 1;
}

#title, #title a
{
	color: #FFF;
	text-decoration: none;
	border: 0px;
	font-family: 'lucida sans unicode';
	font-size: 24pt;
	font-weight: normal;
	margin-bottom: 0;
}

#masthead-right
{
	/*
	background: #000;
	margin-right: 5px;
	margin-top: 20px;
	z-index: 2;
	*/
	text-align: right;
}

#content-container
{
	margin: 0 0 auto;
	height: 100%;
}

#content
{
	margin-top: 50px;
	z-index: 0;
}

.album-container
{
	width: 100%;
	overflow: hidden;
}

.album-left
{
	width: 200px;
	padding-right: 10px;
	float: left;
}

.album-right
{
	margin-left: 220px;
}

.album-cover
{
	border: 1px solid #FFF;
}

.header-row
{
	border-bottom: 1px solid #FFF;
}

.alt-row
{
	background-color: #666;
}

.track-column, .karaoke-column, .vocal-column, .lyrics-column
{
	width: 60px;
}

.track-column
{
	text-align: right;
}

.indent
{
	margin-left: 40px;
}

.no-top-margin
{
	margin-top: 0px;
}

table.track-table
{
	border-collapse: collapse;
	width: 100%
}

table.track-table th
{
	border: 1px dotted #999;
	font-size: 7pt;
	color: #FFF;
	background-color: #333;
}

table.track-table td
{
	border: 1px dotted #999;
	font-size: 8pt;
}

ul.album-list
{
	margin-left: 0px;
}

ul.album-list li
{
	display: inline;
}


@media screen
{
	body>div#masthead
	{
		position: fixed;
	}

	body>div#masthead-right
	{
		position: fixed;
	}
}
