body {
    font-family: 'RomanaBT-Roman', Georgia, serif;
    margin: 0;
}

div#container {
    padding-top: 55px;
}
div#menuDiv {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.75em;
    margin-bottom: 10px;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid grey;
}
div#menuDiv a {
    text-decoration: none;
    color: black;
    margin: 15px 25px 15px 25px;
}
div#menuDiv a:hover {
    text-decoration: underline;
}
div#menuDiv a.navLink.active {
    font-weight: bold;
}

div#filterOptionsDiv {
    position: fixed;
    width: 200px;
    background-color: white;
    padding: 5px 10px 5px 10px;
    opacity: 0.9;
    border-radius: 1em;
}

div#messageDiv {
    margin: 10px;
    color: red;
}

table#allShowsTable {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table#allShowsTable td {
    padding: 4px;
}
tr.Lungs {
    background-color: #ffe6ff;
}
tr.Ceremonials {
    background-color: #ffcc99;
}
tr.The_2015_Tour {
    background-color: #b3ffb3;
}
tr.How_Big_Tour {
    background-color: #80e5ff;
}
tr.How_Blue_Tour {
    background-color: #7060ff;
}
tr.How_Beautiful_Tour {
    background-color: #9999ff;
}
tr.High_as_Hope {
    background-color: #bbbb66;
}
tr.Dance_Fever {
    background-color: #f2c24f;
}

tr.TourTitleRow.Pre-Lungs {
    background-image: url('/img/lungs-bsides.jpg');
}
tr.TourTitleRow.Lungs {
    background-image: url('/img/lungs.jpg');
}
tr.TourTitleRow.Ceremonials {
    background-image: url('/img/ceremonials.jpg');
}
tr.TourTitleRow.The_2015_Tour {
    background-image: url('/img/hbhbhb-announce.jpg');
}
tr.TourTitleRow.How_Big_Tour {
    background-image: url('/img/shiptowreck.jpg');
}
tr.TourTitleRow.How_Beautiful_Tour {
    background-image: url('/img/hbhbhb.jpg');
}
tr.TourTitleRow.How_Blue_Tour {
    background-image: url('/img/hbhbhb2.jpg');
}
tr.TourTitleRow.High_as_Hope {
    background-image: url('/img/highashope.jpg');
}
tr.TourTitleRow.Dance_Fever {
    background-image: url('/img/dance_fever.jpg');
}

tr.TourTitleRow div.tourTitle {
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
}
tr.TourTitleRow {
    height: 235px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 180px 180px;
}
td.TourCol {
    display: none;
}

tr.SingleTitleRow td.LinkCol, tr.SingleTitleRow td.NameCol {
    font-weight: bold;
}
tr.SingleRow {
    display: none;
    border-left: 3px solid black;
    border-right: 3px solid black;
}
tr.FirstSingleRow {
    border-top: 2px solid black;
}
tr.LastSingleRow {
    border-bottom: 2px solid black;
}

td.LastUpdatedCol {
    color: red;
}
/*td.YoutubeSearchCol {
    display: none;
}*/

div#sumTotalsDiv {
    margin: 10px 15px 0 0;
}
table#sumTotalsTable td:first-child {
    text-align: right;
}

div.formInputDiv {
    text-align: left;
    margin: 5px 0 5px 0;
}
div.formInputDiv span {
    display: inline-block;
    width: 100px;
    text-align: right;
    white-space: nowrap;
}
input.submit {
    font-size: 1.25em;
}

div.header {
    font-size: 1.25em;
    font-weight: bold;
}
div.header, div.paragraph {
    margin: 10px 5px 15px 5px;
}
.hidden {
    display: none;
}
.wrap {
    white-space: normal;
}
.nowrap {
    white-space: nowrap;
}
.clickable {
    cursor: pointer;
}
.centered {
    text-align: center;
}

/* add video */
div#addVideoForm span.missing {
    color: red;
}
