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

/* this is the top [BAND NAME] generic header */
/* to hide it, uncomment the display: none line */
div.generic 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.generic div.generic_artist_header ul.page_options { display:inline; }
div.generic div.generic_artist_header ul.page_options li {
    list-style: none;
    display: inline;
    padding: 0 1px 0 4px;
    border-left: 1px black solid;
}
div.generic div.generic_artist_header ul.page_options li.first { border: 0; }

/* this is for the date/subject box */
div.generic div.generic_detail div.generic_basic {
/*    background-color: #CCCCCC; */
/*    color: #000000; */
/*    border: 3px double #000000; */
    padding: 2px 2px 2px 2px;
}
div.generic .generic_date {
    font-size: 9px;
    font-weight: none;
}
div.generic div.generic_detail .generic_date { display: block; }
div.generic div.generic_detail .generic_subject {
    font-size: 13px;
    font-weight: bold;
}

div.generic .generic_text
{
    padding-top: 5px;
    padding-bottom: 5px;
}

div.generic span.generic_date { color: #333333; }

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

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