﻿/*
  Use this style sheet to customize the output of the bibliography widget.
  The widget is made up entirely of 'divs' and 'spans', with some anchor links,
  and is wrapped in an outer 'div'.
  Its entire height, width, and appearance of the display text, file links, and profile link, can be customized.
*/

/* The entire bibliography widget 'div' wrapper */
.npsBiblioOuterDiv {
  
  /*
  width:500px;
  height:350px;
  overflow-x:hidden;
  overflow-y:auto;
  border:solid 1px #c0c0c0;
  font-family: Verdana;
  font-size: 9pt;
  */
}

/* Each bibliography record 'div' wrapper */
.npsBiblioInnerDiv {
  margin:0 5px 15px 30px;
}

/* The bibliography text not including file or profile links */
.npsBiblioDisplayText {
	margin:0 0 15px /*-30px*/;
	/*text-indent: 30px;*/
	overflow:visible;
}

/* A span around each file name and its link */
.npsBiblioFileName {
  margin-left:10px;
  font-style: italic;
  font-size:12px;
  font-family:georgia, serif;
}

/* The 'a' element for each file name */
.npsBiblioFileLink:link {
}

/* The 'a' element for each file name (after click) */
.npsBiblioFileLink:visited {
}

/* A span wrapping the 'More...' or 'Less...' link */
.npsBiblioToggleSpan {
}

/* The 'More...' or 'Less...' link ('a') element itself */
.npsBiblioToggleLink {
  color:#96caee;
}

/* A span wrapping the profile link to IRMA */
.npsBiblioProfileSpan {
}

/* The profile link ('a') element itself */
a.npsBiblioProfileLink:link {
  /* color:green;
  text-decoration:underline;
  */
  margin-left:10px;
  font-style: italic;
  font-size:12px;
  font-family:georgia, serif;
}

/* The profile link ('a') element itself (after click) */
a.npsBiblioProfileLink:visited {

}

table.bibliotable
{   width:100%;
    }
/* Overrides the FASite.css for tables*/
.bibliotable,
.bibliotable .bibliotd
{
    clear both;
    border:0;
    border-style:none;
    vertical-align:top;
    text-align:left;
}