/* 
issue view style
Author: Unbound Medicine, Inc.
*/
.highlight {
  background-color: #FFFF66;
  border: 1px solid #FFFF66;
}

a.doclink span.highlight {
  text-decoration: underline;
}

/* =issue content
----------------------------------------------- 
*/
/* =issue footer
----------------------------------------------- 
*/
.content-footer {
  position: relative;
  margin: 15px 20px 10px 20px;
  padding: 0 0 5px 0;
  clear: left;
}

.content-footer a {
  color: #006699;
  text-decoration: none;
}

.cfooter-div {
  border-bottom: 1px dashed #666666;
  line-height: 20px;
}

a.top-foot {
  height: 8px;
  margin-top: -14px;
  padding: 0;
  display: block;
  float: right;
}

.doclink {
  color: #2D3E75;
  text-decoration: none;
  border-bottom: 1px dotted #2D3E75;
  font-weight: none;
}

.doclink:hover {
  text-decoration: none;
  color: #2358a7;
}

a.mediapop {
  text-decoration: underline;
}

.document-content table {
  border-collapse: collapse;
  margin: 8px 0 8px 0;
  max-width: 100%;
}

.document-content table td {
  border: 1px solid #666;
  padding: 4px;
  vertical-align: top;
}

.rescontentbody table td *
{
  vertical-align: inherit;
}

a.drugLink {
  color: green;
  text-decoration: underline;
}

/*display all button*/
div#displayAll {
  margin: 0px 20px 0px 0px;
  float: right;
}

span#audiobox {
  background-image: url(../../../images/audio_normal.png); 
  background-repeat: no-repeat;
  background-position: left center;
  padding: 5px 0 5px 30px;
  line-height: 40px;
}
span#audiobox:hover {
  background-image: url(../../../images/audio_hover.png); 
}

/* search history in issueview */
div.srchhist {
  margin: 5px;
}

span.tablecaption,span.caption {
  font-weight: bold;
  margin: 0px;
  color: #000;
  font-size: 11px;
}

span.toggle-page {
  font: Verdana 10px #006699;
  font-weight: bold;
  color: #006699;
  border: 2px solid #006699;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 15px;
  padding-right: 9px;
  margin-left: 10px;
  height: 14px;
  cursor: pointer;
  margin-bottom: 4px;
}

span.toggle-page:hover {
  background-color: #e2e2e2;
}

span.toggle-hide {
  background-image: url('../../../images/m/triangle.png');
  background-color: #d4d4d4;
}

span.toggle-show {
  background-image: url('../../../images/m/triangle-down.png');
}

span.seperator {
  font-weight: bold;
}

a.clear{
	clear:both;
}