/* @override http://www.sandiego.edu/css/law/content.css */

/* @group Main Content */

div.content h1, div.content h2, div.content h3, div.content, div.content p, div.content ul, div.content li, table.landing_profiles span.subtitle, table.landing_moreinfo span.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.content h1 {
	font-size: 150%;
	color: #000000;
	font-weight: normal;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

div.content h1 + ul {
	margin-top: 0;
	padding-top: 0;
}

div.content h2 {
	font-size: 170%;
	color: #7f7f7f;
	font-weight: normal;
	margin-top: .4em;
}

div.content h3 {
	font-size: 120%;
	color: black;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}
div.content h3 + p {
	padding-top: 0;
	margin-top: 0;
}
div.content h3 + ul {
	margin-top: 0;
	padding-top: 0;
}
div.content h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}
div.content h4 + p {
	margin-top: 0;
	padding-top: 0;
}
div.content h4 + ul {
	margin-top: 0;
	padding-top: 0;
}
div.content, div.content p, div.content ul, div.content li {
	line-height: 1.7em;
	font-weight: normal;
}

div.content table {
	font-size: 100%;
}

div.content table td {
	padding-right: 1.5em;
}

/* 08/17 MAA changed the color of links and made them bold, as per Patrick and Ashley's request. */
div.content a, div.content ul a {
	/* color: #002469; */
	color: #034e98;
	font-weight: bold;
}

div.content a:hover, div#page_contact_block a:hover, table.landing_links a:hover {
	text-decoration: underline;
}

div#page_contact_block {
	color: gray;
	text-align: right;
	padding-top: .5em;
	margin-top: 3em;
	border-top: .1em solid grey;
	clear: both;
}

span.pdf {
	background-color: #830e11;
	color: white;
	font-size: 90%;
	padding: .1em .2em .1em .2em;
}

/* @group Office Hours */
div.hours th, div.hours td {
	vertical-align: top;
}

div.hours a {
	color: #ffffff;
	font-weight: bold;
}

div.hours a:hover {
	text-decoration: underline;
}
/* @end */
/* @end */

/* @group More Information */

div.more_info {
	float: right;
	max-width: 15em;
	line-height: 1.3em;
	margin-left: 1.5em;
	padding-bottom: 2.25em;
	padding-left: 1.5em;
	clear: both;
}

div.more_info h2 {
	text-align: left;
	color: #1a75cf;
	padding: .25 0 .4em 1em;
	font-size: 120%;
	border-bottom: 1px solid white;
	width: auto;
	margin-bottom: -.7em;
	margin-top: 2em;
}

div.more_info p {
	padding: .25 1em .4em 1em;
	text-align: left;
	min-width: 13.2em;
	width: auto;
}

div.more_info ul {
	padding-left: 2em;
	width: auto;
}

div.more_info p img {
	text-align: center;
	background: none;
}
div.more_info img {
	border: 0;
}

/* @end */

/* @group Landing Pages */

/* @group Link Tables */

table.landing_links {
	font-family: Verdana, sans-serif;
}

table.landing_links td {
	vertical-align: text-top;
	font-size: 85%;
	margin-top: 2em;
	line-height: 1.9em;
}

table.landing_links tbody p {
	vertical-align: text-top;
	margin-top: 0;
}

table.landing_links th {
	text-align: left;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	padding-top: 1.4em;
	padding-right: .5em;
	vertical-align: top;
	line-height: 1.25em;
}

/* 08/17 MAA added font-weight: normal; */
table.landing_links a, table.landing_links ul li a {
	color: #636363;
	font-weight: normal;
}

table.landing_links ul {
	list-style-type: none;
	padding-left: 0;
	padding-top: 0;
	margin-top: 0;
	margin-left: 0;
}
table.landing_links ul li {
	font-family: Verdana, Arial;
	line-height: 1.3em;
	padding-top: .4em;
	padding-bottom: .4em;
	padding-left: 0;
	margin-left: 0;
}

/* @end */

/* @group More Info & Profile Tables */

table.landing_profiles, table.landing_moreinfo {
	margin-top: 1.5em;
}

table.landing_moreinfo {
	text-align: center;
}

table.landing_profiles tbody tr th, table.landing_moreinfo tbody tr th {
	text-align: left;
	background-color: #b2b2b2;
	color: white;
	padding: .4em 0 .4em 1em;
	font-size: 90%;
	border-bottom: 1px solid white;
}

table.landing_moreinfo tbody tr th {
	text-align: center;
	padding: .4em 1em .4em 1em;
}

table.landing_moreinfo tbody tr td {
	padding: 1em;
	padding-top: 0;
}

table.landing_profiles tbody tr, table.landing_moreinfo tbody tr {
	background-color: #d7d7d7;
	border-top: 1px solid white;
}

table.landing_profiles tbody tr td p, table.landing_moreinfo tbody tr td p {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 85%;
}

table.landing_profiles tbody tr td span.subtitle, table.landing_moreinfo tbody tr td span.subtitle {
	font-style: italic;
	font-weight: normal;
}

table.landing_profiles tbody tr td img, table.landing_moreinfo tbody tr td img {
	padding: .8em;
	padding-top: 0;
	border: 0;
}
/* @end */


/* @end */


/* @group Tables */
table.content_table {
	border-collapse: collapse;
}
table.content_table tbody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
}
table.content_table th {
	font-weight: bold;
	background-color: white;
	border-bottom: thin solid #7f7f7f;
	text-align: left;
	padding-left: .5em;
}
table.content_table tr.odd_row {
	font-weight: normal;
	background-color: #e5e5e5;
}
table.content_table td {
	padding-left: .5em;
}

table.content_table img {
	padding: .5em;
}

div.main_content table.results.directory.list.display tbody tr.odd {
	background-color: #e5e5e5;
}

div.main_content table.results.directory.list.display {
	width: 100%;

}
div.main_content table.results.directory.list.display tr {
	padding: 3em;
}
/* @end */

/* @group News and Events */

table.results.items.item.display th {
	display: none;
}

table.results.items.item.display img.headshot {
	float: right;
}


/* @end */

/* @group Mugshots */

div.faces {
	width: 90%;
}

div.faces td {
	width: 20%
}

div.faces img {
	width: 125px;
	height: 125px;
}

table.results.mugshots.list.display {
	width: 90%;
}

table.results.mugshots.list.display img {
	width: 125px;
	height: 125px;
}
/* @end */

/* @group Centers & Institutes Accordion */

div#accordion.Accordion {
	margin-top: 1.5em;
	border: 0;
}

div#accordion.Accordion div.AccordionPanelTab {
	font-weight: bold;
	border-top: 0;
	border-bottom: 0;
	margin-bottom: .2em;
}

div#accordion.Accordion img {
	padding: .8em
}

/* @end */

/* @group Search Page */

img.searchlogo {
	width: 8em;
}
/* @end */

/* @group Calendars */

table.list {
	font-family: Verdana, sans-serif;
}

table.list td, div.yearly_calendar h4, div.semester_calendar h3, div.news_releases h3 {
	font-family: Verdana, sans-serif;
	font-size: 85%;
	padding-left: .4em;
}

table.list tr.odd {
	background-color: #E5E5E5;
}

div.semester_calendar table.list, div.yearly_calendar table.list {
	width: 95%;
}

div.yearly_calendar td.weekday {
	width: 10%;
}

div.yearly_calendar td.date {
	width: 8%;
}
div.yearly_calendar td.start_time {
	width: 12%;
}

/* 06/12/09 Morgan Andersen added this for the News Releases display */
div.news_releases td.weekday, div.news_releases td.date{
	width: 5%;
}

table.list td.title {
	width: 50%;
}

div.semester_calendar td.title {
	width: 80%;
}

/* @end */

/* @group Faculty Directory */

table.results.directory.list.display {
	border-top: 1px solid #7f7f7f;
}

/* @end */


/* @group Search */

div.resultitem {
	padding-top: 1em;
}

div.resulttitle {
	font-weight: bold;
	font-size: 110%;
	background-color: #ececec;
}

/* @end */

/* @group Images */
.caption{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
	font-style: italic;
	clear: both;
}
/* @end */

/* @group registration forms */
			.registration_instructions {
				font-weight: bold;
				font-style: italic;
			}

			p.event_date {
				font-weight: bold;
			}

			p.event_location {
				font-style: italic;
			}

			table.registration_form {
				width: 100%;
				border: none;
			}

			table.registration_form input:focus,
			table.registration_form textarea:focus {
				border: solid 2px #e9c697;	/* Used pixels for a thin border */
				background-color: #f8ecdc;
			}

			table.registration_form th {
				vertical-align: top;
				font-weight: bold;
				width: 40%;
				text-align: right;
				padding: .5em;
			}

			table.registration_form td {
				vertical-align: top;
				padding: .5em;
				text-align: left;
			}

			table.registration_form ul {
				margin-top: 0em;
				padding-left: 0em;
			}

			table.registration_form li {
				list-style-type: none;
			}

			p.submit {
				margin-left: 40%;
				padding-left: .5em;
			}
/* @end registration forms */

/* @group miscellaneous */
ol.lower_alpha {
	list-style-type: lower-alpha;
}

ol.upper_alpha {
	list-style-type: upper-alpha;
}

/* @end miscellaneous */
