@charset "UTF-8";

body
{
  font-family       : verdana, arial, helvetica, sans-serif;
  font-size         : 9pt;
  background-color  : rgb( 25, 25, 25);
  color             : white;
}

.indextable
{
  margin-left       : auto;
  margin-right      : auto;
}

.indexttext
{
  text-align        : left;
}

.indexmain
{
  text-align        : left;
}

.timestamp
{
  font-size         : 7pt;
}

.descriptionid
{
  text-align        : left;
}

.description
{
  text-align        : left;
}

.filenamelink
{
  background-color  : rgb( 47, 47, 47);
  text-align        : left;
}

.audiolink
{
  text-align        : left;
}

.videolink
{
  text-align        : left;
}

.audioplayer
{
  text-align        : center;
}

.videoplayer
{
  text-align        : center;
}

.imageview
{
  text-align        : center;
}

.soleimage
{
  text-align        : center;
}

a:link
{
  color             : white;
}

a:visited
{
  color             : white;
}

a:hover
{
  color             : yellow;
}

img
{
  margin            : 9px 5px 5px 5px;                /* top, right, bottom, left */
  border            : 1px solid white;
}

table
{
  border-collapse   : separate;
  border-spacing    : 13px;
}

td
{
  padding           : 0px 5px 0px 5px;                /* top, right, bottom, left */
  border            : 1px solid rgb( 100, 100, 100);
}

audio
{
  margin            : 9px 5px 5px 5px;                /* top, right, bottom, left */
  border            : 1px solid white;
}


video
{
  margin            : 9px 5px 5px 5px;                /* top, right, bottom, left */
  border            : 1px solid white;
}


td.audioplayer       ,
td.videoplayer       ,
td.imageview         ,
.audiofile           ,
.videofile           ,
.midifile            ,
.nmclassicpatch      ,
.nmclassicperformance,
.nmg2patch           ,
.nmg2performance     ,
.wrenpatch           ,
.webpage             ,
.linkedwebpage       ,
.codelisting         ,
.executablefile      ,
.compressedfile      ,
.pdffile             ,
.textfile            ,
.generalfile
{
  background-color  : rgb( 47, 47, 47);
}

