
/* all templates' general font, color, and size preferences */
div.file_xfer .template_default,
    div.file_xfer .template_default table,
    div.file_xfer .template_default form {
    font: 12px "Trebuchet MS";
    background-color: transparent;
}

/* this is the top [BAND NAME] board header */
/* to hide it, uncomment the display: none line */
div.file_xfer H2 {
    font-size: 1.8em;
    display: inline;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px black solid;
    /* display: none; */
}

/* this is for the header's page link options */
div.file_xfer div.board_artist_header ul.page_options { display:inline; }
div.file_xfer div.file_xfer_artist_header ul.page_options li {
    list-style: none;
    display: inline;
    padding: 0 1px 0 4px;
    border-left: 1px black solid;
}
div.file_xfer div.file_xfer_artist_header ul.page_options li.first { border: 0; }

/* prevents previous item's images from stacking up! */
div.file_xfer div.file_xfer_detail { clear: both; }

/* this is for the date/subject box */
div.file_xfer div.file_xfer_detail div.file_xfer_basic {
    background-color: #CCCCCC;
    color: #000000;
    border: 3px double #000000;
    padding: 2px 2px 2px 2px;
}
div.file_xfer .file_xfer_date {
    font-size: 9px;
    font-weight: none;
}
div.file_xfer div.file_xfer_detail .file_xfer_date { display: block; }
div.file_xfer div.file_xfer_detail .file_xfer_subject {
    font-size: 13px;
    font-weight: bold;
}

div.file_xfer .file_xfer_text
{
    padding-top: 5px;
    padding-bottom: 5px;
}

div.file_xfer span.file_xfer_date { color: #333333; }

div.file_xfer .template_default a:link     { Xcolor: #000066; text-decoration: none; }
div.file_xfer .template_default a:visited  { Xcolor: #333399; text-decoration: none; }
div.file_xfer .template_default a:hover    { Xcolor: #0000FF; text-decoration: underline; }

div.file_xfer ul.file_xfer_list {
    padding: 0px;
    list-style: none;
    margin-left: 0px;
}
