/* CSS Document */

/*classes added by oz for forward/google linking project */

.relatedheading {
	display: block;
	font: 0.8em Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 10px; 
	padding: 3px 5px;
	width: 14em;
	background: #990000;
	border: 1px solid #990000;
}

.relatedlinks {
	margin: 0px 10px; 
	padding: 10px 5px;
	border: solid 1px #990000;
	font: 0.8em Verdana, Arial, sans-serif;
	width: 14em;
	overflow: hidden;
}

.relatedlinks li {
	margin-bottom: .85em;
	list-style: none;
	font-size: 0.85em;
}
/* end forward/google linking classes */

#ref_div {
	width: auto;
	border-bottom: solid 2px #990000;
	
}

#references {
	
}

.hidden {
	visibility: hidden;
	display: none;
	font-size: 0
}

.ref_h3 {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-color: #FFFFFF;
	border-top: solid 2px #990000;
	width: auto;
	vertical-align: top;
	margin-top: 1.5em;
}

.reference { margin-bottom: 1em; margin-top: 1em; }

#pageimage {
	border: 1px solid #000000;
	cursor: default;
}

.transparent {
    position: absolute; 
	cursor: pointer;
	display: block;
	background: transparent !important;
	/* Win IE (all) and Mac IE 4 will take only
	 * the second declaration here. */
	background: url("clear.gif");
	overflow: hidden;
}

a.reference_arrow {
	position: absolute;
	border: 0;
	cursor: pointer;
	display: block; 
	width: 20px; 
	height: 13px; 
	background: url("reference-pointer.gif") no-repeat; 
	overflow: hidden;
}

td a.reference_arrow:hover, td a.refhover { 
	background: url("reference-pointer-over.gif") no-repeat; 
	/* For some reason, changing the width or height for .reference_arrow
	 * jump starts Win IE 5.01 into not getting stuck on its :hover setting.
	 * NOTE: the second width definition here filters out Win IE 5.01 and 4.
	 * It MUST be the last definition in this list.
	 */
	width: 39px;
	width/* */: 40px;
}
