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

/* Header */

#icab #header {
	border-top: 9px solid #00598e;
	height: 142px; }

#icab #header #logo {
	width: 240px;
	height: 117px;
	border-top: 25px solid #467baa; }

#icab #pagetitle { border-top: 25px solid #467baa; }

#icab #pagetitle,
#icab #header h1,
#icab #header h1 a {
	display: block;
	float: right;
	width: 740px;
	height: 117px;
	margin: 0;
	padding: 0; }

#icab #header h1 a {
	text-indent: -9999px;
	background: #00598e url(../assets/md5images/94c42e92f4eaa78edf97d2730b9b605b.gif) top left no-repeat; }

/* Navigation */

#icab #navigation {
	height: 37px;
	border-top: 25px solid #467baa; }

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

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

#icab #navigation #tabs a {
	float: left;
	border: 0;
	line-height: 37px;
	font-weight: normal;
	margin: 0 10px;
	padding: 0;
	color: #fff;
	background-color: transparent; }

#icab #navigation #tabs a:link,
#icab #navigation #tabs a:visited {
	text-decoration: none; }

#icab #navigation #tabs a:hover,
#icab #navigation #tabs a:active {
	text-decoration: underline; }

/* Sidebar */

#icab #sidebar a:link,
#icab #sidebar a:visited {
	color: #00598e;
	text-decoration: none; }

#icab #sidebar a:hover,
#icab #sidebar a:active,
#icab #sidebar a:focus {
	background-color: transparent;
	color: #000;
	text-decoration: underline; }

#icab #sidebar ul#navlist { border-top: 1px solid #e4e4e4; }

#icab #sidebar ul#navlist li a { border-bottom: 1px solid #e4e4e4; }

#icab #sidebar ul#navlist li a:link,
#icab #sidebar ul#navlist li a:visited {
	color: #fff;
	text-decoration: none;
	background-color: #00598e; }

#icab #sidebar ul#navlist li a:hover,
#icab #sidebar ul#navlist li a:active,
#icab #sidebar ul#navlist li a:focus {
	color: #00598e;
	text-decoration: underline;
	background-color: #fff; }

#icab #sidebar form label { color: #000; }

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

/* Footer */

#icab #footer { background-color: #00598e; }

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

#icab #footer p,
#icab #footer p a:link,
#icab #footer p a:visited {
	color: #fff;
	text-decoration: none; }

#icab #footer p a:hover,
#icab #footer p a:active {
	color: #fff;
	text-decoration: underline; }

/* Main content area */

#icab #main.text a:link,
#icab #main.text a:visited {
	color: #00598e;
	text-decoration: underline; }

#icab #main.text a:hover,
#icab #main.text a:active {
	color: #000;
	text-decoration: underline; }

#icab #main.text .article-list h1 { font-size: 24px; }

#icab #main.text .article-list h2 {
	background-color: transparent;
	font-size: 21px;
	padding-bottom: 0;
	border-bottom: 2px solid #464646; }

#icab #main.text .doc { margin-top: 1.5em; }

#icab #main.text #beta h4 {
	font-size: 21px;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-weight: normal;
	letter-spacing: 0;
	text-align: left;
	text-transform: none;
	padding-bottom: 2px;
	border-bottom: 2px solid #464646; }

#icab #main.text #beta dl { margin-left: 0; }

#icab #main.text #beta dt {
	font-size: 12px;
	margin-top: 1em; }

#icab #main.text #coverart #sub {
	border-top-color: #fff; }

#icab #main.text #coverart #alpha { border-right-color: #fff; }

#icab #main.text #coverart #beta #coverart-box-container { border-top-color: #fff; }

#icab #main.text #coverart #beta .coverart-box { border-bottom-color: #fff; }

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

#icab #main.text .doc a:hover,
#icab #main.text .doc a:active {
	text-decoration: underline; }

/* Image localization */

#wrapper {
	background-image: url(../assets/md5images/988fc3afeeaf2e3ba83aa7c1a3f22522.gif);
	background-repeat: repeat-y; }
	
/* Adding focus indicator to nav tabs mf 05/19/2021 */
#icab #navigation #tabs a:hover,
#icab #navigation #tabs a:active,
#icab #navigation #tabs a:focus {
    text-decoration: underline; }