
#blackboard a
{
	/* definition of the link that will take all of the container's place */
	display: block;
	width: 137px;
	height: 38px;
	background: url(/con/intra/current_students/gifs/blackboard_up.jpg) top left no-repeat;
	/* Placement of first image in foregrand */
	color: #ffffff;
}

#blackboard a:hover
{
	/* masking the image when hovering background: transparent none;*/
	background: url(/con/intra/current_students/gifs/blackboard_down.jpg) top left no-repeat;
	/* second image place, for second background */
}

#nav li li { padding-right: 1em; }
#mainmenu #nav li ul a { font-size: 1.3em; }
#nav ul { z-index: 1; }

#accepted a
{
	/* definition of the link that will take all of the container's place */
	display: block;
	width: 173px;
	height: 25px;
	background: url(/con/include/accepted_envelope_up.gif) top left no-repeat;
	/* Placement of first image in foregrand */
	color: #000000;
}

#accepted a:hover
{
	/* masking the image when hovering background: transparent none;*/
	background: url(/con/include/accepted_envelope_down.gif) top left no-repeat;
	/* second image place, for second background */
}

.inputfield { border: solid 1px #999999; }

.caption
{
font-size: 90%;
font-style: italic;
line-height: 140%;

}

#faculty_page .dept_title,
#faculty_page #rq_button_div,
#faculty_page #doc_phone,
#faculty_page #locations,
#faculty_page #additional
{
    display: none;
}

#faculty_page li 
{
	width: 500px;
}
