/* ---------- ARTIST DISCOGRAPHY - DONE WITH TABLES ---------- */

.discographyHeader {
    font-weight: bold;
    border-bottom: 1px solid #999;
    font-size: .77em;
}

#ep_discographySortPaginationContainer {
    float: right;
}

#ep_discographySortFilter {
    position: relative;
}

#ep_discographySortFilterTrigger {
    white-space: nowrap;
}

#ep_discographySortFilterTrigger a {
    text-decoration: none;
   /* border-bottom: 1px dashed;*/
}

#ep_discographySortFilterTriggerJQ {
    font-size: 0.85em;
    white-space: nowrap;
}

#ep_discographySortFilterTriggerJQ a {
    text-decoration: none;
    border-bottom: 1px dashed;
}

#ep_discographySortFilterPopOver {
    display: none;
    position: absolute;
    left: 0;
    width: 230px;
}

#ep_discographyPagination {
    padding: 4px 0 8px 0;
}

SPAN.ep_discographyPaginationStartOverHidden {
    display: none;
}

#discographyTable {
    padding-left: 10px;
    clear: both;
}

.pagnDisabled {
  color: #999999;
  padding: 2px;
  white-space: nowrap;
}

.pagn a, .pagn a:visited {
  padding: 2px;
  text-decoration: none;
  white-space: nowrap;
}

.pagn a:active, .pagn a:hover {
  color: #CC6600;
  padding: 2px;
  text-decoration: none;
  white-space: nowrap;
}


.ep_discographyContainer {
    overflow: hidden;
    max-height: 360px;
    margin: 0 0 0 10px;
}

.ep_workContainer {
    width: 120px;
    margin-bottom: 10px;
}

.ep_workContainerJQ {
    width: 100%;
}

.ep_workImage {
    width: 110px;
    height: 110px;
    text-align: center;
    margin-bottom: 2px;
}

.ep_workImage img {
    border: none;
}

.ep_workReviewStars {
    margin-top: 4px;
    padding-bottom: 4px;
}

/* <%-- For IE to show the dotted hover underline --%> */
.ep_workTitle {
    margin-bottom: 2px;
}

.ep_workTitle a {
    text-decoration: none;
}
  
.ep_workTitle a:hover {
  border-bottom :1px dashed;
}

.ep_workTitleJQ a {
    margin-bottom:2px;
    font-size:0.85em;
    font-weight:bold;
    text-align:center;
    text-decoration: none;
}
  
.ep_workTitleJQ a:hover {
  border-bottom :1px dashed;
}

.ep_workReleaseDate {
    margin-top: 2px;
    font-size: 77%;
}

.ep_workAttributes {
    margin-top: 2px;
    color: #E47911;
    font-weight: bold;
    font-size: .85em;
}

h2.ep_disco {
    margin: 0em;
}

#discographyTable.njsColumns div.ep_discographyCell {
  width: 280px;
}

#discographyTable.twoColumns div.ep_discographyCell {
  width: 95%;
}

#discographyTable.fourColumns div.ep_discographyCell {
  width: 47%;
}

#discographyTable.sixColumns div.ep_discographyCell {
  width: 32%;
}

#discographyTable.twelveColumns div.ep_discographyCell {
  width: 16%;
}