/* 28 Jan 2014.  This CSS file modified by Paul Penfield, Jr. with dark 
 red color, large size, and extra right margin for source called.  The 
 pseudo-class selector "target" refers to the fragment identifier of the 
 calling URL.  Browsers not supporting this selector should show normal style

 19 Jan 2015.  Class srcIndex implemented so result has margin like reportBody
*/

a
	{
	text-decoration: none;
	}
	
a:hover
	{
	text-decoration: underline;
	}

.pageBody
	{
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	}

.reportBody
	{
	margin-left: 7%;
	margin-right: 7%;
	margin-top: 5px;
	
	padding: 5px;
	
	border: 3px double;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	}

.srcEntry
	{
	border-bottom: solid 1px;
	padding: 7px;
	}

.srcNumber
	{
	font-weight: bold;
	min-width: 72px;
	}

span:target
	{
	color: #900;
	font-size: 21px;
	margin-right: 6px;
	}

.srcIndex
	{
	margin-left: 9%;
	margin-right: 6%;
	padding: 4px;
	}

.footer
	{
	font-size: 10pt;
	margin-bottom: 25px;
	margin-top: 10px;
	padding: 0;
	text-align: center;
	}

.footerEntry
	{
	font-size: 10pt;
	}
