/* @override https://www.elon.edu/shell/css/law/lawreview.css */

#main_content, #law_review_content tbody{
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 1.15em;
}

#main_content p {
	margin-bottom: 1.25em;
}

#law_review_content h2 {
	font-size: 1.333333em;
	line-height: 1.3125em;
	padding-top: .75em;
	padding-bottom: 0.75em;
	font-weight: bold;
}

#main_content a {
	color: #900;
	text-decoration: none;
	border-bottom:1px dotted #ccc;
}

#main_content a:hover {
	color: #900;
	border-bottom:1px solid #c0c0c0;
}

.name {
text-transform: uppercase;
}

.title {
font-style: italic;
}

.smallcaps {
font-variant: small-caps;
}

#review_menu {
list-style: none;
font-size: 1.1em;
margin-left: 1.25em;
text-transform: uppercase;
}

#review_menu ul {
	font-size: 1em;
}

#review_menu li {
	/*margin: .75em 0;*/
}

#review_menu li a {
	color: #900;
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin: .75em 0 0;
}

#header {
width: auto;
margin: 0 0 1.75em 0;
padding: 0;
}

#header h1 {
background: url(http://www.elon.edu/images/e-web/law/law_review/header.gif) 50% 50% no-repeat;
text-indent: -9999px;
margin: 0 auto;
height: 100px;
padding: 0;
}







/* @group Tables (still need 'cellspacing="0"' in the markup)
 */

#law_review_content.cms table {
	border-collapse:collapse;
	border:none;
	color:#333;
	background:#fff;
	font:normal 13px/1.75 "Times New Roman", Times, Georgia, serif;
	text-align: center;
}

#law_review_content.cms table td {
	border: none;
	font-size: 1em;
	line-height: 1.75em;
	padding: .25em .75em;
	vertical-align: top;
	text-align: center;
}

#law_review_content.cms table td#overview {
	text-align: left;
}

/* EVEN ROW STYLES
---------------------------------------------- */
#law_review_content.cms table tr.even td, #law_review_content.cms table tr.even:hover td, #law_review_content.cms table tr.odd:hover td, #law_review_content.cms table tr.odd td, #law_review_content.cms table.cell-highlight tr.even td:hover, #law_review_content.cms table.cell-highlight tr.odd td:hover {
	background: none;
}

/* TABLE HEAD AND FOOT
----------------------------------------------- */

#law_review_content.cms table th {
	font: bold 1.166em/1.285 Cambria,'Hoefler Text',Utopia,'Palatino Linotype',Palatino,Times,'Times New Roman',Georgia, serif;
	padding:.4em .5em;
	color:#444;
	border: 1px solid #999;
	background: #e0e0e0;
	white-space: nowrap;
	vertical-align: top;
	text-align: left;
}

#law_review_content.cms table tr th a:link, #law_review_content.cms table tr th a:visited, #law_review_content.cms table tr th a:active, #law_review_content.cms table tr th a:hover,
#law_review_content.cms table tr th:hover a:link, #law_review_content.cms table tr th:hover a:visited, #law_review_content.cms table tr th:hover a:active, #law_review_content.cms table tr th:hover a:hover {
	color: #444;
}

table, tbody, table h1, table h2 {
	text-align: center;
	font-family: "Times New Roman", Times, Georgia, serif;
}

table tr, table tr td {
	background: #fff;
}

table h1 {
	font-size: 21px;
	background: none;
	margin-bottom: 0px;
	margin-top: 21px;
}
table h2 {
	font-size: 18px;
	margin-bottom: 9px;
	margin-top: 0px;
	text-align: center;
	font-weight: bold;
}

/* @end */

#contact tbody{
	text-align:left;
}

#law_review_content #issues, #law_review_content #archives {
	text-align:left;
	border-top:1px black solid;
	border-bottom:1px black solid;
	padding:0;
	font-size:13px;
	margin-bottom:18px;
}

