//  This script is essentially a baseline for a short script that styles all elements.
//  Note that TR.row2 is not defined.  The placeholders (/FILE_TABLE_ROW2 & etc.) are left in for convenience if alternating row colors are desired.
//  Note also that /ANCHOR references the file "description.txt".  This grabs description.txt from the folder being searched and drops it in after folder anchors.
//    description.txt files should be something long these lines:  </td></tr><tr><td colspan="%%COLUMNS%" class="note">BLAH BLAH BLAH

/TD_FILENAME_NOT_FIRST_COLUMN
style="border-left: 1px solid #645F4F; padding-left: 8px;"
/HEAD
<style type="text/css">
.centered {margin: auto}
BODY {font: 1em Arial, Helvetica, sans-serif; background: url(steel_background.jpg); background-color: #f1f1f2}
TABLE.file-table {background-color:#252525; font:0.8em Arial, Helvetica, sans-serif;}
TABLE.file-table TD {color:#B0A68B; padding:2px; border: 0; padding-bottom:4px}
TABLE.file-table TD A {text-decoration:none; color: #ebdeba;}
TABLE.file-table TD A:hover {color: #FFF; background: #a4997b;}
TABLE.file-table TD A:visited {color: #B9B4A0}
TABLE.file-table TD A:visited:hover {color: #FFF; background: #596C7E}
TABLE.file-table TD.header-row {background-color: #645F4F; color: #FFF; text-align: center; font-weight:bold; font-size: medium; line-height: 1.5;}
TABLE.file-table TD.centered_td {text-align: center}
TABLE.file-table TD.anchors {text-align: center; background-color:#A4997B; color:#EEECE7; line-height: 1.5; font-size: medium; font-weight: bold;}
TABLE.file-table TD.note {background-color: #817963; color: #000; text-align: center;}
TABLE.file-table TH {background-color:#252525; color:#8e8670; text-align:center; border: 0px;}
//color: #F0F2F3  #F5F7F7
</style>
// /BEFORE_FILENAME_NOT_FIRST_COLUMN
// &nbsp;&nbsp;
/HEADER_STYLE
class="header-row"
/TABLEHEADER
<table border="1" cellspacing="0" cellpadding="2" summary="file table" class="file-table centered">
/ANCHOR_TD
class="anchors"
/FILE_TABLE_ROW2
class="row2"
/FOLDER_TABLE_HEADER
<table border="0" cellspacing="1" cellpadding="2" summary="folder table" class="file-table centered">
/FOLDER_TABLE_ROW2
class="row2"
/ANCHOR_TABLE_HEADER
<table border="0" cellspacing="1" cellpadding="2" summary="anchor table" class="file-table centered">
/ANCHOR_TABLE_ROW2
class="row2"
/SUMMARY_STYLE
style="font:0.75em Arial, Helvetica, sans-serif;"
/ANCHOR_TABLE_TD
class="centered_td"
/ANCHOR
%%FILEdescription.txt%
