/*
===========================================================
	GENERAL STUFF
===========================================================
*/

@import "/styles/cahestyle.css";

/*
	Faculty/Staff Departmental Unit Info Display
*/

.unit_info {
	border: 1px solid #999;
	background: #eee;
	padding-left: 10px;
	padding-right: 10px;
}

.unit_info th {
	padding-right: 10px;
	text-align: right;
}

.unit_info td {
	zpadding-left: 3px;
}

td.unit_aspect
{
	text-align: right;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #9cf;
	background: #def;
	white-space: nowrap;
}

td.unit_value
{
	padding: 5px;
}

/*
	Faculty/Staff Person Display

*/

td.person_aspect
{
	text-align: right;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #9cf;
	background: #def;
	white-space: nowrap;
}

td.person_value
{
	padding: 5px;
}

/*
	Left over from hypatia?
*/

.main_image_display {
	text-align: center;
	padding: 10px;
	margin: 10px;
	border: 1px solid #999;
	}
	
p.image_credit {
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: smaller;
	}

.caption {
	}

.see_full_size {
	font-size: smaller;
	white-space: nowrap;
	}

.field_name {

	margin-left: 20px;
	font-weight: bold;
	margin-bottom: 0px;

}

.field_entry {
	margin-top: 0px;
	margin-left: 80px;

}

img.nice_wide_image {

	width: 100%;
	height: auto;

}

img.nice_tall_image {

	height: 50%;

}

img.nice_square_image {

	width: 60%;

}

td.column_name {
	white-space: nowrap;
}

td.column_del, td.column_edit, td.column_sort
{
	white-space: nowrap;
	text-align: center;
}

.unit_edit_box, .unit_edit_box_new
{
	margin: 5px;
	padding: 5px;
	border: 1px solid #cc6;
	background: #ffd;
}

.unit_edit_box_new
{
	border: 1px solid #9f9;
	background: #dfd;
}