/* | The Chapter.css stylesheet acts as the master template | | from which all front material and back material sheets | | are based. In cases where changes had to be made to the | | front/back material sheets, those changes will be | | reflected in the individual sheets. | */ /*handles @font-face and assigns the html element font family*/ @import url("Fonts.css"); /*TYPE SELECTORS*/ img { max-width: 100%; max-height: 100%; } a.IndexAnchor:visited {cursor: default; color: #000000; text-decoration: none} a.IndexAnchor:link {cursor: default; color: #000000; text-decoration: none} a.IndexAnchor:active {cursor: default; color: #000000; text-decoration: none} a.IndexAnchor:hover {cursor: default; text-decoration: none} a.ThirdLevelTocAnchor:visited {cursor: default; color: #000000; text-decoration: none} a.ThirdLevelTocAnchor:link {cursor: default; color: #000000; text-decoration: none} a.ThirdLevelTocAnchor:active {cursor: default; color: #000000; text-decoration: none} a.ThirdLevelTocAnchor:hover {cursor: default; text-decoration: none} ol { /*This prevents numbered lists from auto-displaying number designators.*/ list-style-type:none; padding-left:2em; } ul { padding-left:2em; } ul.simple { list-style-type:none; } td span.MathtypeInline { /*Padding is to prevent MathType overlap of cell borders */ padding-right: 5px; } span.MathTypeDisplay { padding-bottom: 10px; padding-top: 10px; display:block; } /*CLASS SELECTORS*/ .EndNote_Hd { font-weight:bold; text-transform:uppercase; font-family:arial, sans-serif; font-size:15pt; text-align:left; } .SectionChapterNumber { text-align:center; font-variant:small-caps; } .title { text-align:center; font-size:20pt; font-family:arial, sans-serif; margin-top:45px; /*text-transform:capitalize;*/ } .subtitle { text-align:center; font-size:18pt; font-family:arial, sans-serif; /*text-transform:capitalize;*/ } ul.affiliates { list-style-type: none; margin: 0; padding: 0; } ul.affiliates li { margin-bottom: 20px; display: block; font-style: italic; text-align: center; } ul.affiliates li span { } ul.affiliates li span:first-child { font-size: 1.2em; } .author { /*line-height decreases space both above and below text. margin-top allows separation of author/affil blocks*/ text-align:center; font-style:italic; /* line-height:50%; <------LINE HEIGHT */ margin-top:20px; display: block; } .affiliation { text-align:center; font-style:italic; /* line-height:50%; <------LINE HEIGHT */ margin-bottom:20px; margin-top:-20px; } .Para_No_Ind { margin-top:20px; } .subhead_1 { font-weight:bold; /*text-transform:uppercase;*/ font-family:arial, sans-serif; font-size:15pt; text-align:left; } .subhead_1_no_space_above{ font-weight:bold; /*text-transform:uppercase;*/ font-family:arial, sans-serif; font-size:15pt; text-align:left; } .subhead_2 { font-weight:bold; /*text-transform:capitalize;*/ font-family:arial, sans-serif; font-size:13.5pt; text-align:left; } .subhead_2_no_space_above { font-weight:bold; /*text-transform:capitalize;*/ font-family:arial, sans-serif; font-size:13.5pt; text-align:left; } .subhead_3 { font-style:italic; /*text-transform:capitalize;*/ font-family:arial, sans-serif; font-size:13.5pt; text-align:left; } .subhead_3_no_space_above { font-style:italic; /*text-transform:capitalize;*/ font-family:arial, sans-serif; font-size:13.5pt; text-align:left; } .subhead_4 { font-weight:bold; /*text-transform:capitalize;*/ font-family:arial, sans-serif; text-align:left; } .subhead_4_no_space_above { font-weight:bold; /*text-transform:capitalize;*/ font-family:arial, sans-serif; text-align:left; } .Fig_Title { /*should be identical to tbl_title*/ font-style:italic; font-size:12.5pt; margin-top:50px; margin-bottom:30px; } .Tbl_Title { /*should be identical to fig_title*/ font-style:italic; font-size:12.5pt; margin-top:50px; margin-bottom:30px; } .H1 { font-weight:bold; /*text-transform:uppercase;*/ font-family:arial, sans-serif; font-size:15pt; } .Para_Quote { font-style:italic; margin-left:75px; margin-right:75px; } .Ref_Hd { font-weight:bold; text-transform:uppercase; font-family:arial, sans-serif; font-size:15pt; } .Ref_Para { font-size:13pt; } /*LIST STYLES The combination of 'text-indent' with a negative value and 'padding-left' allows for the hanging indent of lists.*/ .List_1_First { margin-left:0px; text-indent:-1em; } .List_1 { margin-left:0px; text-indent:-1em; } .List_1_Last { margin-left:0px; text-indent:-1em; } /*begin INLINE STYLES*/ .Italics { font-style:italic; } .Bold { font-weight:bold; } .Underline{ text-decoration:underline; } .Superscript { vertical-align:super; line-height:0.5; } .Subscript { vertical-align:sub; line-height:0.5; } .Small_Caps { font-variant:small-caps; } .Bold_Italic { font-style:italic; font-weight:bold; } .Bold_Italic_Underline { font-style:italic; font-weight:bold; text-decoration:underline; } .Bold_Underline { font-weight:bold; text-decoration:underline; } .Italic_Underline { font-style:italic; text-decoration:underline; } .Bold_Subscript { font-weight:bold; vertical-align:sub; } .Bold_Superscript { font-weight:bold; vertical-align:super; } .Italic_Subscript { font-style:italic; vertical-align:sub; } .Italic_Superscript { font-style:italic; vertical-align:super; } .Bold_Italic_Subscript { font-style:italic; font-weight:bold; vertical-align:sub; } .Bold_Italic_Superscript { font-style:italic; font-weight:bold; vertical-align:super; } .Italic_Subscript { font-style:italic; vertical-align:sub; } .Bold_Small_Caps { font-weight:bold; font-variant:small-caps; } .Italic_Small_Caps { font-variant:small-caps; font-style:italic; } .Bold_Italic_Small_Caps { font-variant:small-caps; font-style:italic; font-weight:bold; } .Bold_Italic_Small_Caps_Subscript { font-variant:small-caps; font-style:italic; font-weight:bold; vertical-align:sub; } .Bold_Italic_Small_Caps_Superscript { font-variant:small-caps; font-style:italic; font-weight:bold; vertical-align:super; } /*end INLINE STYLES*/ /*Tables*/ table { border-collapse:collapse; page-break-inside: auto; max-height: 100%; max-width: 100%; } th { background-color:#C0C0C0; } table, th, td { border:1px solid black; } th, td { padding:5px; } .Figure_Caption { background-color:transparent!important; text-align:left; } table.Figure_Table, table.Figure_Table td, table.Figure_Table th { border:none!important; } /* end tables */