  @charset "UTF-8";
/*
Custom local styles...
*/

/* Icons for external links and anchors */
#mainContent a[href^="http"] {
	background: url(https://www.reed.edu/irb/assets/images/icons/icon-link-external.gif) center right no-repeat;
	padding-right: 13px;
}
a[href^="http://www.reed.edu/human_subjects"] {
	background: none;
	padding-left: 0;
}
#mainContent a[href^="#"] {
	background: url(https://www.reed.edu/irb/assets/images/icons/icon-link-anchor-down.gif) center right no-repeat;
	padding-right: 13px;
}
#mainContent a[href^="#mainContent"] {
	background: url(https://www.reed.edu/irb/assets/images/icons/icon-link-anchor-up.gif) center left no-repeat;
	padding-left: 13px;
	font-size: .9em;
}