﻿html,body, div#topmost_lostlight {
	background-color: #0F0F0F;
}

html, body{
	font-family: Lucida Console;
	color: White;
	height: 100%;
	z-index: 1;
}
body{
}
h1
{
	font-family: Viner Hand ITC;
	font-size: 48pt; 
	text-align: center;
}

h2
{
	font-size: 16pt;
}

div#master
{
	float:none;
	display: block;
	margin-top: 130px;
	text-align: left;
}


div#nav_music
{
}
div#nav_menu
{
	width: 15%;
	color: #454545; 
	left: 0;
	z-index: 1;
	/*height: 100%;*/
	position: fixed !important;
	position: absolute;
}

div#enca{
/*
	margin-left: 25%;
	margin-right: 25%;
	*/
	z-index: 1;
	display: block;
}

/**
*centered_all is used whenever the sidebar menus are unpresent.
*/
div#centered_all{
	width: 100%;
}

div.centered_div
{
	text-align: left;
	z-index: 1;	
	margin-right: auto;
	margin-left: 15%;
}


.musicpart
{
	font-size: 75%;
	color: inherit;
}

.externalname
{
}
.democlass
{
	font-weight: bolder;
	text-decoration: underline;
}
.filetypeclass
{
	font-size: 75%;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #FF00FF;
}
a.mp3
{
    color:gray;
    display:none;
}
a.disc
{
	font-weight: bolder;
}
a.contact
{
	text-decoration: underline;
}
a.function
{
	/*font-weight: bolder;*/
}
a.song{
}
/*
tr.discrow, td.disccell
{
	background: darkred;

}
*/
.discrow
{
	display: table-row !important;
	display: block;
	background-color: darkred;
}
.discrow_zip{
	display: table-cell !important;
	display: inline;
}
.discrow_name{
	display: table-cell !important;
	display: inline;
}
.songrow{
	display: table-row !important;
	display: block;
}
.songrow_name{
	display: table-cell !important;
	display: inline;
}
.songrow_mp3{
    display: table-cell !important;
    display: inline;
    padding-right: 0.4em;
}
.nav_allsongs{
	overflow: auto;
}
.song_cp, .disc_cp{
	margin-bottom: 2em;
}
.disc_song_item{
	display: table-row !important;
	display: block;
}
.disc_song_item_nr{
	display: table-cell !important;
	display: inline;
	padding-right: 1em;
}
img.cd_cover{
	height: 10em;
	display: block;
}
.disc_song_item_name{
	display: table-cell !important;
	display: inline;
}

.disc_song_body{
	display: table !important;
	display: block;
}


div.nav_menu_item
{
	
}



div#topmost_lostlight
{
	position: fixed !important;
	position:  absolute;
	display: block;
	top: 0px;
	z-index: 4;
	height: 7.35em;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	margin-bottom: 0em;
	/*background-color: inherit;*/
	clear: both;
	border-style: none;
}

body > div#topmost_lostlight, body > div#nav_menu, body > div#nav_music{
	
}

div#topmost_lostlight h1{
	margin-top: 0em;
	background-color: inherit;
	z-index: inherit;
}

div#topmost_lostlight img{
	margin-top: 0em;
	background-color: inherit;
	z-index: inherit;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: 1px;
	border-style: none;
}

div.externalsites
{	
	width: inherit;
	height: auto;
	position: relative;
	bottom: -10em;
	left:0;
	z-index: 2;
	border: 2px;
	border-color: red;
	border-style: none;
}


div.externalname
{
	position: relative;
	left: 0px;
/*
	width: 280px;
	height: 20px;
*/
}


div.externalsite_tooltip
{
	position: absolute;
	left: +150px;
	clear: both;
	top: auto;
	z-index: 10000;
	width: 250px;
	height: 100px;
	display:none;
	/*float: right;*/
	background-color: #0F0F0F;
	border: 2px;
	border-style: dotted;
	border-color: Olive;
	
}

div.bi_normal, div.bi_good, div.bi_bad{
	width: 21px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: center;
	border: 2px;
	border-style: none;
	border-color: Olive;
	background-color: inherit;
	position: absolute;
	top: 0;
	right: 0;
	margin-right: 10px;
	
}

div.bi_normal{
	background-image: url("images/bi_normal.gif");
}
div.bi_good{
	background-image: url('images/bi_good.gif');

}
div.bi_bad{
	background-image: url('images/bi_bad.gif');
}

div.simple_table{
	display: table !important;
	display: block;
}
div.simple_row{
	display: table-row !important;
	display: block;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}
div.closebutton{
	top:0;
	right:0;
	
	top:0;
	right:0;
	border-color: red;
	border-style: none;
	display: inline;
	position:absolute;
}
img.closebutton{
	height: 18px;
}
.simple_cell{
	display: table-cell !important;
	display: inline;
	padding-right: 0.4em;
	vertical-align: middle;
}
.simple_cell_label{
	vertical-align:top;
	/*width: 7em;*/
	white-space: nowrap;
}
.simple_cell_value{
}
.simple_cell_header{
	font-weight: bold;
	text-align: center;
	
}

.simple_row_even{
	background-color : #2E2E2E;
}

.simple_row_odd{
	
}

@media print{
  body{ 
    background-color:#FFFFFF;
    background-image:none;
    color:#000000;
  }
  div#nav_music, div#nav_menu { display:none;}
  div#centered_clean, div#enca, div.centered_div{
	margin: 0em;
  }
  div#topmost_lostlight
    {
	position: absolute !important;
	display: block;
	top: 0px;
	z-index: 4;
	height: 4.5em;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	margin-bottom: 0em;
	/*background-color: inherit;*/
	clear: both;
  }
  h1{
	font-family: Viner Hand ITC;
	font-size: 28pt; 
	text-align: center;
  }
}