/* @override 
	http://eudocs.lib.byu.edu/skins/hacken/tweaks.css */

/* tweaks that Richard Hacken asked for to the HBLL intranet skin */

ul {
	margin-top: .3em;
	margin-bottom: .3em;
}
ul li {
	text-align: left;
}
dl {
	margin-left: 2em;
}
hr {
	margin: 1em 0;
}
.thumb {
	margin: 1em 0;
}
.thumbinner {
	font-size: .8em;
	padding: .3em;
	border: 1px solid #aaa;
	background-color: #eee;
	text-align: center;
}
.tright {
	float: right;
}

tr td {
	vertical-align: top;
}

/*showing external link icon*/
/*a.external.text {
	position: relative;
}
a.external.text:after {
content: "";
display: block;
position: absolute;
top: 0;
right: -15px;
background-image: url(images/external-link-ltr-icon.png); 
width: 10px;
height: 10px;
margin-top: 2px;
opacity : 0.3;
}*/

#footer {
	width: 950px;
	margin: 0 auto;
	margin-bottom: 1em;
	font-size: .9em;
	color: #aaa;
}
#footer ul {
	margin: 0;
}
#footer ul li {
	margin-right: 1em;
	display: inline;
}
#footer ul li a {
	color: #bbb;
	font-weight: normal;
	text-decoration: underline;
	display: none;
}
/*
#footer ul li#privacy:before {
	white-space: pre;
	content: "\A";
}
*/
