@charset "UTF-8";
/*
Custom local styles...
*/

#thesis-table {
	background-color: #ccc;
	font-size: .9em;
	width: 490px;
}
#thesis-table th {
	background-color: #f3f0e9;
	border: 1px solid #fff;
	padding: 2px 17px 2px 4px;
	text-align: left;
	cursor: pointer;
}
#thesis-table th.headerSortUp {
	background: #e2ded4 url(../images/icon-sort-down.gif) no-repeat right 50%;
}
#thesis-table th.headerSortDown {
	background: #e2ded4 url(../images/icon-sort-up.gif) no-repeat right 50%;
}
#thesis-table td {
	background-color: #fff;
	vertical-align: top;
	padding: 4px;
}
#thesis-table td.author {white-space: nowrap;}
#thesis-table tr.odd td {background-color: #eee;}

/* Icons for external links and anchors */
#mainContent a[href^="http"] {
	background: url(../images/icons/icon-link-external.gif) center right no-repeat;
	padding-right: 13px;
}
#mainContent a[href^="http://academic.reed.edu/economics"] {
	background: none;
	padding: 0;
}
#mainContent a[href^="#"] {
	background: url(../images/icons/icon-link-anchor-down.gif) center right no-repeat;
	padding-right: 13px;
}
#mainContent a[href="#"] {
	background: none;
	padding: 0;
}
#mainContent a[href^="#mainContent"] {
	background: url(../images/icons/icon-link-anchor-up.gif) center left no-repeat;
	padding-left: 13px;
	font-size: .9em;
}
#mainContent a[href^="mailto"] {
	background: url(../images/icons/icon-link-mailto.gif) center right no-repeat;
	padding-right: 13px;
}
