@charset "utf-8";
/**********************************************************/
/*  links.css - Setting up SRP pages' special link styles */
/*  Revision: 2009 A - 12 Jan 2009 by Jon Abolins         */
/**********************************************************/

/* Link Styles for  File Formats to Show a Format Icon or Other Standard Icons */

A.linkInfo {
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: .5ems;
	padding-bottom: .5ems;
	padding-left: 20px;
	display: inline;	
	background-image: url(../images/symbols/info12.gif);
}

A.linkMoreInfo {
	background-repeat: no-repeat;
	background-position: right center;

	padding-top: .5ems;
	padding-bottom: .5ems;
	padding-right: 15px;
	display: inline;
	background-image: url(../images/arrows/arrow12ra.gif);
	white-space: nowrap;
}

A.linkMagnify { 
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: .5ems;
	padding-bottom: .5ems;
	padding-left: 20px;
	display: inline;	
	background-image: url(../images/zoom.gif); 
}

/* The linkTop style added 17 Oct 2007 to give a common look to Go To Top links */
A.linkTop {
	background-image: url(../images/arrows/ulcarrow12a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: xx-small;
	padding-left: 15px;
}
