@charset "UTF-8";
#abswrapper {
font-family:Arial, Helvetica, sans-serif;
overflow:visible;
font-size:12px;
z-index:2;
text-align:left;
margin:0;
float: left;
clear:none;
width: 750px;
}

#abstop {
float:left;
position:relative;
z-index:2900;
}

#abstopleft {
padding-bottom:20px;
padding-right:350px;
margin-bottom:5px;
clear:left;
}

#abstopleft h1 { /*this style is FOR SIAM ONLY - rm */
line-height: 25px;
}

#abstopright {
float:right;
clear:left;
}

#abstoprightwrapper {
position:relative;
width:300px;
height:108px;
background-repeat:no-repeat;
padding:23px 10px 10px 10px;
}

#absbotborder {
border:solid 1px #989898;
float:left;
}

#absbottomanchor {
position:relative;
}

#absbottom {
width: 750px;
overflow:visible;
float:left;
clear:both;
background-color:#fff;
margin:0;
padding:5px;
}

#absbottom_refs,#absbottom_citings {
display:none;
margin-top:5px;
background-color:#fff;
float:left;
padding:0px;
overflow:visible;
}

#citinghere {
float:left;
margin:15px 0 0;
padding:0;
}

#absbottom_stand {
background-color:#fff;
}

#absleft {
z-index:3;
width: 435px;
}

#absright {
width: 250px;
float:right;
z-index:4;
margin:0;
padding:0;
}

#abs_navigator {
margin-top:20px;
position:absolute;
bottom:-1px;
left:0;
}

.nav_selected {
float:left;
clear:none;
background-color:#fff;
margin-right:3px;
line-height:100%;
font-size:12px;
font-weight:700;
color:#000;
border-color:#989898 #989898 #FFF;
border-style:solid;
border-width:1px;
padding:3px 10px;
}

.nav_selected:hover {
color:#a12b2b;
}

.nav_unselected {
float:left;
clear:none;
background-color:#e7e7e7;
border:1px solid #989898;
margin-right:3px;
line-height:100%;
font-size:12px;
color:#6a2525;
font-weight:700;
padding:3px 10px;
}

.nav_unselected:hover {
background-color:#f3f3f3;
color:#a12b2b;
cursor:pointer;
}

/* Accordian styles ************************ */
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
#Accordion1 {
 z-index:500;
}
 
#Accordion1 .Accordion {
 overflow: hidden;
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: none;
 border-left-style: none;
}
 
#Accordion1 .AccordionPanel {
 padding: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 5px;
 margin-left: 0px;
}
 
#Accordion1 .AccordionPanelTab_submenu {
 background-color: #e7e7e7;
 padding: 2px 5px 2px 5px;
 font-weight: bold;
 border-top-width: 1px;
 border-top-style: solid;
 border-top-color: #FFFFFF;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #1789c1;
 margin: 5px;
}
#Accordion1 .AccordionPanelTab { 
 background-color: #CCCCCC; 
 margin: 0px;
 color: #FFFFFF;
 cursor: pointer;
 -moz-user-select: none;
 -khtml-user-select: none;
 font-weight: bold;
 padding-top: 3px;
 padding-right: 3px;
 padding-bottom: 3px;
 padding-left: 5px;
 border-top-color: gray;
 border-right-color: gray;
 border-bottom-color: gray;
 border-left-color: gray;
}
 
#Accordion1 .AccordionFocused .AccordionPanelTab { background-color: #006699; }
 
#Accordion1 .AccordionPanelTab h3 {
 font-family: Arial, Helvetica, sans-serif;
 margin: 0px;
 padding: 0px;
 font-size: 14px;
 color: #FFFFFF;
 font-weight:bold;
 background-image: url(/journals/help_system/getabs/images/uparrow.gif);
 background-repeat: no-repeat;
 background-position: right;
 border-style:none;
} 
#Accordion1 .AccordionFocused .AccordionPanelTab h3 {
 margin: 0px;
 padding: 0px;
 font-size: 14px;
 color: #FFFFFF;
 background-color: #006699;
 background-image: url(/journals/help_system/getabs/images/uparrow.gif);
 background-repeat: no-repeat;
 background-position: right;
} 
#Accordion1 .AccordionPanelContent {
 overflow: auto;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 100px;
 font-size: 12px;
 line-height: 140%;
}
 
#Accordion1 .AccordionPanelContent2 {
 overflow: auto;
 margin: 0px;
 height: 40px;
 padding: 0px;
}
 
#Accordion1 .AccordionPanelClosed .AccordionPanelTab h3 {
 background: url('/journals/help_system/getabs/images/downarrow.gif') no-repeat right 50%;
 color: #6a6a6a;
}
 
#Accordion1 .AccordionPanelContent li {
 line-height: 15px; 
 font-size: 12px;
}
 

#Accordion1 .AccordionPanelOpen .AccordionPanelTab { 
 background-color: #548e99;
 /*background-color: #E2E2E2;*/
 font-weight: bold;
 padding-left: 5px;
}
#Accordion1 .AccordionPanelTabHover {
 color: #555555;
}
/*.AccordionPanelOpen .AccordionPanelTabHover {
 color: #555555;
}*/
#Accordion1 .AccordionFocused .AccordionPanelTab {
 background-color: #CCCCCC;
}
#Accordion1 .AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
 background-color: #548e99;
 color: #FFFFFF;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
 


.optionsbox {
vertical-align:middle;
width:auto;
font-size:12px;
padding:3px;
}

.optionsbox a:hover {
background-color:#E5E5E5;
}

.optionsbox a {
padding:3px;
}

#abswrapper h1 {
font-size:18px;
color:#000;
margin:0 0 10px;
border-style:none;
}

#abswrapper h3 {
color:#000000;
font-size:12px;
margin:4px 0 10px;
padding:0;
border-style:none;
font-weight:normal;
}

#abswrapper h3 a {
color:#06C;
font-size:14px;
border-style:none;
}

#abswrapper a {
color:#06C;
text-decoration:none;
}

#abswrapper li {
padding-bottom:10px;
}

#expandbar {
width:20px;
height:100%;
background-image:url(/journals/help_system/getabs/images/expanderbar.gif);
background-repeat:repeat-y;
margin-left:-20px;
float:left;
}

#abstract {
text-align:justify;
width:auto;
font-size:13px;
z-index:50;
line-height:auto;
margin-bottom:15px;
padding:0;
}

#authorsscroll {
font-size:12px;
overflow:auto;
height:150px;
}

#authors em {
font-size:11px;
padding-top:4px;
}

.blockframe {
background-color:#F7F7F7;
font-size:12px;
overflow:visible;
border:1px solid #CCC;
margin:0 0 8px;
padding:3px;
}

.underlineframe {
background-color:#FFF;
border-bottom:1px solid #989898;
overflow:visible;
margin:0 0 5px;
padding:2px;
}

#errataviewingdiv input,#colleagueviewingdiv input,#errataviewingdivFF input,#colleagueviewingdivFF input {
font-size:12px;
width:150px;
margin:0;
padding:0;
}

#errataviewingdiv p,#colleagueviewingdiv p,#errataviewingdivFF p,#colleagueviewingdivFF p {
font-size:12px;
margin:0 0 6px;
padding:0;
}

#citationpageline {
float:left;
margin-bottom:5px;
}

.blocktitle {
background-color:#E2E2E2;
width:auto;
font-weight:700;
margin-bottom:5px;
padding:3px;
}

#whatsnew {
padding-top:10px;
width:300px;
}

.clearview {
background-color:#F7F7F7;
font-size:9px;
text-align:right;
border:none;
}

.arrownav {
font-size:36px;
float:none;
position:fixed;
top:0;
right:0;
}

#abswrapper p {
font-size:12px;
color:#333;
margin:10px 0 0;
}

#linkingdisplay {
height:190px;
width:440px;
background-image:url(/journals/help_system/getabs/images/linking_backdrop.gif);
background-repeat:no-repeat;
background-color:#f3f3f3;
display:block;
background-position:left top;
position:absolute;
z-index:110;
visibility:hidden;
top:-15px;
left:-350px;
border:none;
padding:5px;
}

#linkmaindisplay {
margin-top:5px;
padding-right:0;
padding-bottom:0;
padding-left:0;
width:450px;
float:left;
visibility:inherit;
}

#linkinganchor {
position:relative;
z-index:100;
margin:0;
padding:0;
}

.linkingcontent {
clear:left;
float:left;
position:absolute;
visibility:inherit;
width:440px;
}

#artactionscontent .linkingcontent td {
font-size:5px;
}

#abswrapper h2 {
background-color:#F9F9F9;
font-size:13px;
border-top-width:1px;
border-bottom:1px solid #CCC;
border-top:1px solid #CCC;
margin:5px 0;
padding:5px;
}

#linkscontent,#articletools {
clear:both;
float:left;
visibility:hidden;
}

.menubuttons {
font-size:10px;
height:13px;
float:left;
background-color:#E0E0E0;
border-bottom-width:1px solid #999;
border-bottom-style:solid;
border-bottom-color:#999;
z-index:20;
margin:2px;
padding:2px 5px;
}

.menubuttons:hover {
background-color:#F4F4F4;
border-bottom-color:#CCC;
color:#039;
cursor:pointer;
}

.linkinghide {
display:inline;
width:auto;
float:right;
padding-right:15px;
padding-top:3px;
}

.clearview_page {
background-color:#FFF;
text-align:right;
border-width:0;
margin:0 0 14px 160px;
padding:0;
}

#abspagination {
float:right;
z-index:3000;
padding-right: 110px;
height:17px;
margin:0;
}

.erratum {
background-color:#FFD7D7;
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#900;
padding:5px;
}

#showprevious,#shownext,#showtoc,#showsection,#showopenurl {
background-color:#FFF;
width:200px;
visibility:hidden;
position:absolute;
overflow:visible;
z-index:3001;
text-align:left;
border-color:#CCC #999 #999 #CCC;
border-style:solid;
border-width:1px;
padding:5px;
}

#screenout,#screenout1 {
visibility:hidden;
position:absolute;
left:-270px;
top:-50px;
width:425px;
height:350px;
background-color:#CCC;
filter:alpha(Opacity=50);
opacity:0.5px;
-moz-opacity:0.5px;
-khtml-opacity:0.5px;
}

#emailarticle_display,#emailalerts_display {
height:252px;
width:327px;
background-repeat:no-repeat;
background-position:left top;
position:absolute;
visibility:hidden;
top:-31px;
right:-13px;
background-image:url(/journals/help_system/getabs/images/quick_launch_backdrop.gif);
text-align:left;
border-width:0;
padding:35px 15px 8px 8px;
}

#emailalerts_display {
top:-31px;
right:-39px;
}

#colleagueviewingdiv,#errataviewingdiv {
z-index:145;
text-align:center;
line-height:90%;
}

#colleagueviewingdivFF,#errataviewingdivFF {
z-index:145;
text-align:center;
line-height:90%;
width:330px;
margin-top:10px;
}

.opennewwindow {
background-color:#ececec;
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#ccc;
text-align:right;
padding:3px;
}

#showaddinfo {
visibility:hidden;
display:none;
width:80%;
}

.accesstext {
background-color:#e3ffe8;
font-size:10px;
overflow:visible;
border-color:#599e66 #599e66 #c2dfc8 #c2dfc8;
border-style:solid;
border-width:1px;
padding:3px;
}

.accesstext td {
font-size:10px;
}

.log-out {
width:auto;
background-color:#f7f7f7;
text-align:center;
vertical-align:middle;
border-color:#ccc #ccc #efefef #efefef;
border-style:solid;
border-width:1px;
margin:0 0 8px;
padding:5px;
}

.log-in {
width:auto;
background-color:#e8f3e9;
text-align:center;
vertical-align:middle;
border-color:#b2d7b4 #b2d7b4 #dfeee0 #dfeee0;
border-style:solid;
border-width:1px;
margin:0 0 8px;
padding:5px;
}

.erratalink a {
color:#aa1212;
font-weight:700;
}

.erratalink a:hover {
color:#3f3f3f;
text-decoration:underline;
text-align:center;
}

#popup_backdrop {
    position:fixed;
    _position:absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
    display:none;
	background-color:#333333;
	border-color:#000000;
	border-width:2px;
	border-style:solid;
	filter:alpha(Opacity=0);
	opacity:0.0;
	-moz-opacity:0.0;
	-khtml-opacity:0.0;
	text-align:center;
	z-index:4000;
	
	
}

#popup_viewingpane {
    position: fixed;
    _position:absolute;
	background-attachment: none;
	top: 25%;
    left: 27%;
	background-color:#ffffff;
	border-color:#CCCCCC;
	border-width:4px;
	border-style:solid;
	width:500px;
	height:350px;
	display:none;
	z-index:5000;
	padding:8px;
	
	filter:alpha(Opacity=0);
	opacity:0.0;
	-moz-opacity:0.0;
	-khtml-opacity:0.0;
}

/*
#popup_backdrop {
position:absolute;
width:600px;
height:450px;
left:100px;
top:100px;
display:none;
background-color:#333;
filter:alpha(Opacity=0);
opacity:0.0;
-moz-opacity:0.0;
-khtml-opacity:0.0;
text-align:center;
z-index:4000;
border-color:#000;
border-style:solid;
border-width:2px;
}

#popup_viewingpane {
position:absolute;
left:140px;
top:140px;
background-color:#fff;
width:500px;
height:350px;
display:none;
z-index:4001;
filter:alpha(Opacity=0);
opacity:0.0;
-moz-opacity:0.0;
-khtml-opacity:0.0;
border-color:#CCC;
border-style:solid;
border-width:4px;
padding:8px;
}
*/

#popup_header {
font-size:15px;
color:#2a2a2a;
font-weight:700;
margin-bottom:10px;
}

#popup_title {
font-size:15px;
color:#2a2a2a;
background-color:#ececec;
font-weight:700;
border-color:#b9b9b9;
border-style:solid;
border-width:1px;
margin:10px 0;
padding:3px;
}

#popup_content {
font-size:12px;
line-height:18px;
margin:5px 0 10px;
}

#pricepoint {
position:absolute;
right:8px;
margin-top:-15px;
text-align:right;
background-color:#ebffec;
}

#change_log_content {
font-size:12px;
line-height:18px;
height:320px;
overflow:auto;
margin:5px 0 10px;
}

#change_log_content ul {
margin-left:20px;
padding-left:20px;
}

#change_log_content li {
margin-bottom:10px;
}

#datehead {
color:#06c;
font-style:italic;
}

#surveydiv p,#loggedin_support p {
margin:0;
padding:1px 0 0;
}

#surveydiv p {
margin:3px 0 0;
}

#bookmarking,#articletoolsdisplay {
margin-bottom:8px;
}

#bookmarking img,#articletoolsdisplay img {
vertical-align:top;
padding:0 2px 2px;
}

#articletoolsdisplay td a,#bookmarking a {
font-size:11px;
}

#absfooter {
text-align:left;
clear:both;
width:100%;
background:#FFF;
margin-top:30px;
border-color:#656565;
border-style:dashed none none;
border-width:1px;
padding:5px 0 0;
}

#abs_breadcrumb,#abs_breadcrumb a {
font-size:10px;
margin-bottom:5px;
}

#abs_breadcrumb {
float:left;
margin-top:4px;
}

#returntodefault {
display:none;
float:right;
}

#abs_navigation_wrapper {
clear:both;
z-index:2800;
}

.launchwin_showonhandheld {
float:right;
text-align:right;
padding:5px 0px 5px 0px;
}

#absbottom_refs h3,#absbottom_citings h3 {
float:left;
border-style:none;
}

.reftitle,#citsorting,#citdownload,#citlistings,#cittypes {
float:left;
clear:both;
}

.reftitle h3 {
margin-top:0;
}

.loginwrapper {
background-color:#f7f7f7;
text-align:left;
border-color:#069;
border-style:solid none;
border-width:1px;
padding:5px 300px 5px 0px;
}

#loading {
position:absolute;
left:0;
background-color:#fff;
height:150px;
text-align:center;
vertical-align:middle;
display:none;
border-color:#ccc;
border-style:none none solid;
border-width:1px;
}

#ref_item_wrapper {
clear:both;
text-align:left;
width:100%;
margin-top:10px;
padding-left: 15px;
border-color-right:#069;
border-style-right:solid none;
border-width-right:1px;
}

#ref_item_wrapper ol{
margin:29px;
}

#cit_list_wrapper {
clear:both;
}

.AccordionPanelContent p {
padding:0 0 5px 15px;
}

html>body #absright,#showopenurl {
width:300px;
}

#abswrapper h3 a:hover,#abswrapper a:hover {
color:#09F;
}

#authors,#abswrapper input,#abswrapper select {
font-size:12px;
}

.blocktext,#surveydiv {
padding-bottom:5px;
font-size:12px;
}

#quicklaunchanchor1,#quicklaunchanchor2 {
position:relative;
z-index:145;
}

.showonprint{
display:none;
}

#surveylinkdiv {
width:170px;
height:24px;
background-image:url('/journals/help_system/getabs/images/abs_survey_170.gif');
background-repeat:no-repeat;
}


#downloadicons table {
width:100%;
}

#downloadicons table td {
padding:1px;
}

.dicon {
width:20px;
}

#scopuslinks{
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
height: 35px;
clear:right;
}
 
#citinghere {
float:left;
margin:15px 0px 15px 0px;
padding:0px 0px 0px 0px;
}

#absbottom_ref ul,li {
margin-left: 5px;
}
