/* Start of CMSMS style sheet 'powerline_dates' */

.dates-artist ul {
    border-top: 1px solid black;
    width: 600px;
    vertical-align: top;
    margin-top: 10px;
}

.dates-artist .row {
    padding: 5px 0px;
    font-family: Arial, sans-serif;
    font-weight: normal;
}

.dates-artist .invisible-tourdate {
    text-decoration: line-through;
}

.dates-artist .visible-tourdate a {
    border-bottom: 2px solid yellow;
}

.dates-artist .row .add-info {
    font-size: 12px;
    line-height: 14px;
    margin-left: 80px;
    padding: 3px 0;
    display: none;
}

.dates-artist .open .add-info {
    display: block;
}

.dates-artist .row .field {
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
}

.dates-artist .row .date {
    
}

.dates-artist .row .venue {
    width: 350px;
}

.dates-artist .row .opened, .dates-artist .row .closed  {
    width: 15px;
    cursor: pointer;
}

.dates-artist .opened {
    display: none;
}

.dates-artist .closed {
    display: inline;
}

.dates-artist .open .opened {
    display: inline;
}

.dates-artist .open .closed {
    display: none;
}

.dates-artist .info {
    width: 15px;
}

.dates-artist .country {
    width: 25px;
}

.dates-artist .no-add-info .info {
    visibility: hidden;
}


.dates-artist .row .ticket {
    background: white;
    float: right;
    margin-top: 3px;
}

.dates-artist .row .ticket a {
    line-height: 12px;
    font-size: 12px;
}

.dates-artist .info-text {
    /* margin-top: 5px; */
    /* margin-bottom: 10px; */
}

.dates-artist .row {
    border-bottom: 1px solid black;
}

.dates-artist .headline {
    background: white;
    font-size: 24px;
    display: inline;
}

.dates-artist .headline a {
    line-height: 24px;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    width: 600px;
}

.dates-artist .band {
    margin-bottom: 40px;
}

.leftnav-dates ul li a {
    font-family: Georgia, Times, serif;
    font-weight: normal;
    line-height: 14px;
}

.leftnav-dates ul li {
    margin-bottom: 5px;
}

.leftnav-dates ul li span {
    display: none;
}

.leftnav-dates ul li.selected span {
    color: white;
    display: inline;
}

.leftnav-dates ul li.selected a.band-link {
    display: none;
}
.leftnav-dates ul li.selected-admin {
    margin: 10px 10px;
}

.leftnav-dates ul li.selected-admin a.band-link {
    color: white;
    font-size: 18px;
}

.leftnav-dates ul li.visible-tour a {
    border-bottom: 2px solid yellow;
}

.leftnav-dates ul li.visible-tour .admin-band-line a {
    border-bottom: none;
}

.page-dates a.admin-action, .leftnav-dates a.admin-action {
    color: white;
    font-family: Georgia, Times, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-right: 10px;
}

.page-dates .old-shows {
    margin-top: 40px;
}

.page-dates .old-shows .header {
    font-size: 18px;
    margin-bottom: 10px;
}

.page-dates .no-dates-available {
    text-align: left;
    font-size: 14px;
    font-style: italic;
    margin: 20px 0;
}

.page-dates .errors {
    color: yellow;
    font-weight: bold;
    font-size: 14px;
}



/* End of 'powerline_dates' */

