/*
-----------------------------------------------
bepress IR local stylesheet.
Author:   Kyle G Sessions
Version:  14 October 2010
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

#sdlp {
	margin-top: 16px; }

/* Header */

#sdlp #header,
#sdlp #header #pagetitle,
#sdlp #header h1,
#sdlp #header h1 a {
	display: block;
	height: 129px;
	width: 980px;
	margin: 0;
	padding: 0; }

#sdlp #header #logo {
	display: none; }

#sdlp #header h1 a {
	background: #ffffff url(../assets/md5images/616974428f4dd93dd79f0d36254fce97.gif) top left no-repeat;
	text-indent: -9999px; }
	
#sdlp #masthead {display:none;}

/* Navigation */

#sdlp #navigation {
	height: 34px;
	width: 978px;
	border: 1px solid #125a4f; }

#sdlp #navigation #tabs {
	font-size: 12px; }

#sdlp #navigation #tabs li {
	margin: 0; }

#sdlp #navigation #tabs a {
	float: left;
	border: 0;
	border-right: 1px solid #039;
	font-weight: normal;
	line-height: 34px;
	height: 34px;
	margin: 0;
	padding: 0 11px; }

#sdlp #navigation #tabs a:link,
#sdlp #navigation #tabs a:visited {
	color: #fff;
	background-color: #002a7e; }

#sdlp #navigation #tabs a:active,
#sdlp #navigation #tabs a:hover {
	color: #002a7e;
	background-color: #9bb5d4; }

/* Sidebar */

#sdlp #sidebar {
	font-size: 13px; }

#sdlp #sidebar a:link,
#sdlp #sidebar a:visited {
	text-decoration: none; }

#sdlp #sidebar a:active,
#sdlp #sidebar a:hover {
	text-decoration: underline; }

#sdlp #sidebar ul#navlist {
	border-top: 1px solid #039; }

#sdlp #sidebar ul#navlist li a {
	font-weight: bold;
	border-bottom: 1px solid #039; }

#sdlp #sidebar ul#navlist li a:link,
#sdlp #sidebar ul#navlist li a:visited {
	color: #fff;
	background-color: #002a7e; }

#sdlp #sidebar ul#navlist li a:active,
#sdlp #sidebar ul#navlist li a:hover {
	color: #002a7e;
	background-color: #9bb5d4; }

#sdlp #sidebar form label {
	font-size: 12px; }

#sdlp #sidebar input#email_address, 
#sdlp #sidebar input#search,
#sdlp #sidebar select,
#sdlp .form-table select,
#sdlp .form-table input#author {	
	border: 1px solid #999;
	border-left: 5px solid #999; }

/* Footer */

#sdlp #footer {
	background: #fff;
	border-top: 3px solid #003f87; }

#sdlp #footer p {
	height: 25px;
	line-height: 75px;
	font-size: 12px;
	padding-top: 0; }

#sdlp #footer p,
#sdlp #footer p a:link,
#sdlp #footer p a:visited {
	color: #003f87;
	text-decoration: none; }

#sdlp #footer p a:active,
#sdlp #footer p a:hover {
	color: #57626f;
	text-decoration: underline; }

/* Main content area */

#sdlp #content {
	background-color: transparent; }

#sdlp #main.text a:link,
#sdlp #main.text a:visited {
	color: #003f87;
	text-decoration: underline; }

#sdlp #main.text a:active,
#sdlp #main.text a:hover {
	color: #57626f;
	text-decoration: underline; }

#sdlp #main.text h2 {
	font-size: 21px; }

#sdlp #main.text .article-list h1 {
	font-size: 26px;
	color: #727272; }

#sdlp #main.text .article-list h2 {
	width: 400px;
	padding-bottom: 0;
	padding-left: 10px;
	border-bottom: 2px solid #eee;
	background-color: #fff; }

#sdlp #main.text .articleInfo a,
#sdlp #main.text .article-list .doc a:link,
#sdlp #main.text .article-list .doc a:visited {
	text-decoration: none; }

#sdlp #main.text .article-list .doc a:active,
#sdlp #main.text .article-list .doc a:hover {
	text-decoration: underline; }
	
/* fix for 'intro' document type header */
#sdlp #main.text .article-list #intro {margin-left:0;}

/* Image Localizations */

#sdlp #wrapper {
        background-image: url(../assets/md5images/357536ae07410de2ba70273e4a78fb53.gif);
        background-repeat: repeat-y; }
        
/* Staff and Advisors Table */
#sdlp #staff-and-advisors h3 {text-align:center; float:left; width:100%;}

#sdlp #staff-and-advisors .two-column {
float:left;
width:50%;
padding-top:.25em;
text-align:center;
align:center;
padding-bottom:1em;
}

#sdlp #staff-and-advisors .two-column h5 {text-align:center;}

#sdlp #staff-and-advisors .three-column {
float:left;
width:33.33%;
padding-top:.25em;
padding-bottom:1em;
text-align:center}

#sdlp #staff-and-advisors h5 {text-align:center;}

#sdlp #staff-and-advisors .center-column {text-align:center; float:left; width:100%; padding-top:.25em; padding-bottom:1em;}

#sdlp #subfloat ul {
float:left;
margin:5px;
}

#sdlp #main.text #ul_left,
#sdlp #main.text #ul_right {width:50%; float:left;}
#sdlp #main.text .sdlp_center p,
#sdlp #main.text .sdlp_center h5 {text-align:center; padding-top:15px; font-weight:bold; font-style:normal; font-family:Arial, Helvetica, sans-serif;}

/* Adding focus indicator to nav tabs mf 05/19/2021 */
#sdlp #navigation #tabs a:hover,
#sdlp #navigation #tabs a:active,
#sdlp #navigation #tabs a:focus {
    text-decoration: underline; }