/* $Id: subjectspagex.css,v 1.3 2004/05/21 12:00:35 tim.parry Exp $ */

#pagerOuter{
	border-top: 1px solid black;
	padding: 4px 0 0 0;
	margin: 0 4px 10px 0;
}

#noItems{
	border-top: 1px solid black;
	padding: 4px 0 0 0;
	margin: 0 4px 10px 0;
}

#subjectSearchInstructions{
	margin: 4px;
	margin-top: 0px;
	padding: 4px;
	padding-top: 0px;
	width: 400px;
	text-align: justify;
	float:right;
	font-size: 100%;
}

*html #subjectSearchInstructions{
	margin-right: 2px;
	margin-top: 0px;
	font-size: 95%;
}

#subjectSearchInstructions img{
	position: relative;
	top: 6px;
}

#subjectsPageTree{
    font-size: 100%;
    margin-left: 8px;
    margin-top: 0px;
    margin-bottom: 8px;
}

*html #subjectsPageTree{
    font-size: 95%;
    margin-left: 4px;
}


#subjectsPageTree img{
	position: relative;
	top: 5px;
}

#underline{
	text-decoration: underline;
}

