@import url("styles/global-elements.css");
@import url("styles/global-sidebars.css");
@import url("styles/global-citation.css");
@import url("styles/global-dynamic-elements.css");

@import url("styles/global.css");

@import url("styles/page-content.css");
@import url("styles/content-figures.css");
@import url("styles/content-tables.css");

#acsFullImageWrapper {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	background: transparent url('/images/overlay.png') repeat;
	/*overflow: scroll;*/
}

#acsFullImageWrapper img{
	margin: auto;
	padding: auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

#acsFullImageClose {
	position: absolute; top: 5px;
	right: 5px;
	padding: 5px;
	border: 1px solid #000;
	cursor: pointer;
	background: #FFF;
}

#searchNavLinks {
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.searchNavLink {
	width: 75px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	text-align: center;
}

.openAccess {
	color: #931b22;
	/*background-color: #931b22;*/
	/*font-weight: bold;*/
	padding: 5px;
	margin-top: 5px;
	width: 100px;
	font-size: 10px;
}

.promotionalOpenAccess {
	color : #00a300;
	padding: 5px;
	margin-top: 5px;
	width: 100px;
	font-size: 10px;
}

.acsMarkLogicWrapper a:visited {color: #551A8B;}

#mlTabs {
	overflow: hidden;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #AAA;
	position: relative;
}

#content #mlTabs ul {
    white-space: nowrap;
    width: 100%;
	margin: 0px;
	padding: 0px;
}

#mlTabs li {
	float: left;
	margin: 0px;
	padding: 0px;
}
/*For New SSSA Theme*/
#content #mlTabs ul li:before {
	content: none;
}

/*Added for show/hide of abstracts on TOC page*/
.hidden {
	display: none;
}
