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

div.equipment, .subhead { text-decoration: underline; }

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

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

div.equipment table.equipment_list {
    padding: 0px;
    margin-left: 0px;
}
