/* @override http://www.sandiego.edu/css/usd/news_events.css */

/* News and Events from MyPostings */
/* Interior Listings Pages and Focus Pages Only */

/* @group Main News and Events Listings Pages */

div#news_list td a {
	text-decoration: none;
}

div#news_list td a:hover {
	text-decoration: underline;
}

div#news_list h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	color: #002a6e;
	padding-left: .4em;
	padding-bottom: 0;
	margin-top: 1.43em;
	margin-bottom: .25em;
}

div#news_list table.list {
	width: 100%;
	border-top: .1em solid #073855;
}

div#news_list tr.odd {
	background-color: #ebebeb;
}

div#news_list td {
	padding-bottom: .25em;
	padding-top: .25em;
}

div#news_list td.weekday {
	width: 6em;
	padding-left: .5em;
}

div#news_list td.date {
	width: 8em;
	padding-left: .5em;
}

div#news_list td.title {
	padding-left: .5em;
}

/* @endgroup */

/* @group Focus Page */

div#item_details div.controls {
	font-size: 75%;
	text-transform: uppercase;
	padding: .5em;
	margin-top: -1em;
	margin-bottom: 3em;
	border-top: thin solid #000000;
	border-bottom: thin solid #9c9c9c;
}

div#item_details table.display th {
	display: none;
}

div#item_details table.results {
	padding-left: 0;
	width: 100%;
}

div#item_details img {
	float: right;
	max-width: 95%;
	padding: .4em;
	border: .083em solid #bcbcbc;
	margin-left: 1em;
	margin-top: 1em;
}

div#item_details p {
	margin-top: 1.33em;
}

/* @endgroup */
