/*** generic styles ***/
.hide {
    display: none;
}
object {
    padding-left:1em;
}
.left,dd,dt,#leftColumn,.access,.access input,
.sectionHeading h1,
.sectionHeading h2,
.sectionHeading h3,
.selectAll{
    float: left;
}
.right,#rightColumn  {
    float: right;
}
.clear{
    clear: both;
}
div.noTopPadding{
    padding-top:0;
}
/*** Top left round corner ***/
.topLeftRoundCorner{
    background: url(../images/topLeftRoundCorner.gif) top left no-repeat;
    padding: 1em 0 0 1em;
    clear:both;
    zoom: 1;
}
.bottomLeftRoundCorner{
    background: url(../images/bottomLeftRoundCorner.gif) bottom left no-repeat;
    padding: 0 0 1em 1em;
    zoom: 1;
}
/*** Site Logo ***/
#siteLogo {
    margin: 1em 0 1em -25px; /*CMOS-540*/
}
/*** Img shadows ***/
.imgShadow {
    float: left;
    background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
    background: url(../images/shadow.gif) no-repeat bottom right;
    margin: 5px 0 0 5px;
    position:relative;
}
.imgShadow img {
    display: block;
    position: relative;
    background: #fff;
    margin: -5px 6px 6px -5px;
}
/*** Form Error ***/
.formError, .error{
    color:#bc361a;
    font-style:normal;
    clear:both;
}
/*** Headings ***/
.sectionHeading {
    padding:0 0 0.5em 0;
    position: relative;
    clear:both;
    overflow:hidden;
}
.sectionHeading .heading{
    float:left;
    margin-top:0.6em;
}
.sectionHeading h1 {
    padding-bottom:0.1em;
}
.sectionHeading h2 {
    margin-bottom:0;
}
.sectionHeading p {
    display: inline;
    border-left: 2px solid #757373;
    margin: 0 0 0 0.75em;
    padding: 0 0 0 1em;
    line-height: 1em;
    color:#5d5d5d;
}
.sectionHeading p strong {
    color:#007E8B;
}
.sectionHeading p a {
    font-weight: bold;
    font-size: 0.9em;
}
.sortBy {
    float:right;
    padding-right: 0.5em;
}
.sortBy label {
    display:block;
    float:left;
    margin:0.3em 0.5em 0 0;
}
.sortBy select {
    border:1px solid #829DB8;
    height:1.9em;
    margin:0 0.4em 0 0.3em;
    width:12em;
    font-size: 1.2em;
    padding: 0;
    height: auto;
    float:left;
}
.sortBy span.submit {
    margin-top:0.18em;
}
/* Access icon */
.freeAccess,
.licensedContent,
.openAccess {
    float: right;
    text-indent: -999em;
    width: 16px;
    height: 23px;
    margin-top:0.3em;
    background: url(../images/wolIconsNew.gif) no-repeat -385px 5px;
}
.openAccess {
    background-position: -385px -40px;
}
.licensedContent {
    background-position: -385px -91px;
}
.access .licensedContent,
.access .freeAccess,
.access .openAccess {
    margin-top:0;
}
#titleMeta .freeAccess,
#titleMeta .licensedContent,
#titleMeta .openAccess {
    margin-top: 0;
    background-position: -385px 6px;
}
#titleMeta .licensedContent {
    background-position: -385px -94px;
}
#titleMeta .openAccess {
    background-position: -385px -43px;
}

/*** Temporary unpublished identifier ***/
.unpublished {
    float:right;
    text-indent:-999em;
    width:16px;
    height:23px;
    margin-top:0;
}
span.unpublished, #titleMeta span.unpublished, .access span.unpublished {
    background: transparent url(../images/unpublished.gif) no-repeat 0 0;
}
.articles .access span.unpublished {
    background: transparent url(../images/unpublished.gif) no-repeat 0 7px;
}
#publications .access span.unpublished {
    background: transparent url(../images/unpublished.gif) no-repeat 0 1px;
}


/*** Sub Headings ***/
.subSectionHeading {
    margin:0 0 1em 0;
}
.subSectionHeading h3{
    margin-right:17.3em;
    line-height:1.1em;
}
#bookHome .books .subSectionHeading h3,
#relatedArticles .subSectionHeading h3,
.subSectionHeading h2 {
    display: inline;
    margin-right:0;
}
.subSectionHeading p {
    display: inline;
    border-left: 2px solid #757373;
    margin: 0 0 0 0.75em;
    padding: 0 0 0 1em;
    font-size: 1.1em;
    line-height: 1em;
}
.articles .citation p.chapter,
.subSectionHeading p a {
    font-weight: bold;
}
.subSectionHeading select {
    position: absolute;
    right: 0;
    border: 1px solid #c7d5d9;
    font-size: 1em;
    width:17.3em;
    top:1em;
}
.subSectionHeading label {
    position: absolute;
    left: -999em;
}
/*** Tabbed content ***/
.tabbedContent {
    border-bottom:2px solid #007e8b;
    clear:both;
    padding:0 0 0 1.2em;
    overflow:hidden;
}
.tabbedContent li {
    color:#757373;
    float:left;
    font-size:1.1em;
    font-weight:bold;
    margin-right:0.5em;
    background:#e4e9eb url(../images/wolIconsNew.gif) no-repeat 0 -714px;
}
.tabbedContent li a,
.tabbedContent li span {
    display:block;
    background: url(../images/wolIconsNew.gif) no-repeat 100% -714px;
    padding:0.6em 0.9em 0.4em 0.9em;
}
.tabbedContent li.active {
    background:#007e8b url(../images/wolIconsNew.gif) no-repeat 0 -775px;
}
.tabbedContent li.active a,
.tabbedContent li.active span {
    background: url(../images/wolIconsNew.gif) no-repeat 100% -775px;
    color:#fff;
}
/*** Year Filter ***/
.yearFilter {
    padding: 0 0 0.8em 0;
    overflow: hidden;
    margin:0 0 0 -1em;
}
.yearFilter li {
    display: inline;
    padding: 0 1em;
    border-left: 2px solid #757373;
    margin-left: -0.2em;
    font-size: 1.1em;
    color: #2d2d2d;
    font-weight: bold;
}
.yearFilter li.selected{
    color: #b27900;
}
/*** Pagenation filter ***/
.paginationFilter {
    padding: 0 0 1em 0;
    margin-left: 1em;
    clear:left;
    overflow:hidden;
}
.paginationFilter p,
.paginationFilter ol {
    float: left;
    line-height: 1.1em;
    font-weight: bold;
    color: #2e2d2d;
    margin-bottom: 0;
}
.paginationFilter p {
    font-size:1.1em;
}
.paginationFilter ol {
    overflow: hidden;
    width:auto;
}
.paginationFilter  li {
    font-size:1.1em;
    display: inline;
    border-left: 2px solid #757373;
    margin-left: -0.2em;
    padding: 0 1em 0.3em 1em;
}
.paginationFilter li.selected{
    color: #b27900;
}
/*** Alphabetical filter ***/
.alphabeticalFilter {
    font-weight: bold;
    padding: 0 0 1em 1.2em;
    clear:left;
}
.alphabeticalFilter li {
    padding: 0 0.55em 0 0;
    color: #2d2d2d;
    display: inline;
}
.alphabeticalFilter li.selected{
    color: #b27900;
}
/*** Product Menu ***/
.productMenu {
    clear: both;
    overflow: hidden;
    padding:0.2em 0 0.4em 0;
    margin-left: -0.3em;
    line-height: 1.3em;
}
.productMenu li,
.articles li .productMenu li{
    border-left: 2px solid #757373;
    margin-left: -0.2em;
    display: inline-block;
    padding: 0 0.6em 0 0.4em;
    font-weight:bold;
}
/*fixes problem when too many items need to check*/
.productMenu li a {
    display:inline-block;
    color:#000;
}
/*** Citation listing ***/
.articles {
    padding: 0;
    clear: both;
    line-height: 1.5em;
    overflow:hidden;
}
.articles li {
    padding: 0 0 1em 0;
    overflow: hidden;
}
.articles li h4 {
    margin-bottom: 0.5em;
    color:#007e8b;
}
.articles li h5 {
    color:#007e8b;
    font-weight:normal;
    font-style:italic;
}
.articles li h4 span {
    font-weight: normal;
}
.articles li p,
#articleInformation .citation p {
    color: #757373;
}
.articles li .citation{
    float: right;
    margin-left: 2em;
    width:41.5em;
}
.articles li .citation a,
.articles li .citation a em,
.articles li .citation a sup,
.articles li .citation a sub{
    color:#000;
    font-weight:bold;
}
.articles .citation p{
    margin: 0;
}
.articles li .articleAbstract p,
.articles .citation p.chapterTitle{
    color:#000;
}
.articles .citation .errata .erratum a{
    font-size:1em;
}
.articles li .articleAbstract {
    margin: 0.5em 0 0.5em 0em;
    float: left;
}
.articles li .articleAbstract a {
    font-weight:normal;
    font-size:inherit;
    text-decoration:underline;
}
.articles li .articleAbstract a:hover {
    text-decoration:none;
}
.articles li .articleAbstract img {
    float: left;
    margin: 0 1.5em 0 0;
}
.articles li .articleAbstract div.para p img {
    float:none;
    margin:0;
}
.articles li .citation h3,
.articles li .articleAbstract h5 {
    color: #757373;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}
.articles li .number {
    float: left;
    font-weight: bold;
    /*font-size: 1.2em;*/
    text-align: center;
    width: 1.6em;
}
.articles li .accessInfo {
    width:19em;
    float: left;
    text-align: right;
    padding: 0 1em 0 0;
}
.articles li .accessInfo p {
    margin: 0 0 0.2em 0;
}
#referenceLinking .articles li .citation {
    float:none;
    margin-left:0;
    width:100%;
}
#referenceLinking ul.externalReferences li {
    display:inline;
    margin-right:0.5em;
    padding:0;
}
#referenceLinking .internalReferences a,
#referenceLinking .externalReferences a{
    font-weight:normal;
    color:#007E8A;
}
/*** selectAll Component ***/
.selectAll fieldset {
    padding-top: 0.1em;
}
.selectAll input {
    margin-right: 0.3em;
}
.selectAll label {
    vertical-align:top;
}
/*** PDF Header ***/
#pdf #pdfHeader{
    overflow:hidden;
    width:97.9em;
    margin:0 auto;
}
#pdf #siteLogo {
    width: 250px;
}
#pdf #pdfHeader #pdfMetaData{
    width: 550px;
    padding-left: 1em;
    float: left;
}
#pdf object{
    clear:left;
}
#pdf {
    position:relative;
    padding:0;
    margin:0;
    width:auto;
    margin-left:2em;
}
#pdfHeader #coBranding {
    float:right;
    margin:1em 0;
}
#pdfHeader #siteLogo {
    margin: 1em 0 1em 0;
    float: left;
}
#pdfHeader #productTitleAndVolume{
    clear:left;
    padding-top:1em;
    width:550px;
    overflow:hidden;
}
#productTitleAndVolume .openAccess,
#productTitleAndVolume .freeAccess,
#productTitleAndVolume .licensedContent {
    float:right;
    margin-top:-0.6em;
}
#productTitleAndVolume h1 {
    font-size: 1.5em;
    margin: 0 0 0.2em 0;
    float:left;
}
#productTitleAndVolume h1 #productTitle {
    margin-right:1em;
}
#productTitleAndVolume #publicationDate,
#productTitleAndVolume #earlyView,
#productTitleAndVolume #acceptedArticle,
#productTitleAndVolume #volumeAndIssue {
    color:#757373;
    font-weight:normal;
    font-size:0.8em;
    padding-top:0.2em;
}
#pdfHeader .productMenu{
    margin-bottom:0.5em;
    width:550px;
    clear:left;
}

#pdfHeader #productTitleAndVolume h1 {
    width: 530px;
}
/*** resources ***/
.resources h3{
    margin: 0 0 0.3em 0;
}
.resources li,
.resources p {
    margin: 0 0.8em 0.7em 0;
}
.resources li{
    margin-bottom:0.2em;
    padding:0.35em 0 0 1em;
    background: url(../images/wolIconsNew.gif) no-repeat -395px -503px;
}
/*** Erratum ***/
#pdf .errata{
    clear:left;
    width:800px;
}
.errata{
    clear:both;
}
.errata span.label{
    color:#5D5D5D;
    font-weight:bold;
    margin-bottom:0.2em;
    display:block;
}
.errata .erratum{
    clear:left;
    color:#5D5D5D;
    margin-bottom:0.3em;
}
.errata .erratum p a,
.errata .erratum p a em{
    color:#007E8B;
    font-weight:normal;
}
#titleMeta .errata .erratum p,
.errata .erratum p{
    margin:0;
}
/*** Previous and Next Links ***/
ul.previousAndNext{
    overflow:hidden;
    padding:0.5em 0;
    margin-left:-1em;
}
ul.previousAndNext li{
    border-left:2px solid #757373;
    float:left;
    margin-left:-2px;
    display:block;
    text-indent:0;
    padding-top:0;
    padding-left:1em;
}
ul.previousAndNext li a{
    padding-right:1em;
}
/*** No items retuned ***/
.noItemsReturned{
    margin:1em;
    font-weight:bold;
}
/** Common Tables ***/
table {
    width: 100%;
}
table th,
table td {
    padding: 0.5em 1em 0.5em 0;
}
table .productMenu{
    /*font-size:0.85em;*/
}
/*** Borders on li's when inline ***/
ul.inlineBorder {
    overflow: hidden;
    margin-left: 0.5em;
}
ul.inlineBorder li {
    float: left;
    padding-right: 0.7em;
    border-left: 2px solid #757373;
    padding-left: 0.5em;
    margin-left: -2px;
}
ul.inlineBorder li a {
    line-height:1.2em;
}
.bulleted li {
    margin: 0 0 0.5em 0;
    background: url(../images/wolIconsNew.gif) no-repeat -395px -514px;
    margin-bottom:0.2em;
    padding:0.2em 0 0 1em;
}
/*error pages 500 404*/
#stackTrace {
    height:10em;
    overflow-y:auto;
}
/*
#fullWidthContent #errorPage .separator p {
    float:left;
}
#fullWidthContent #errorPage .simple .submit {
    margin:0.5em 0 0 1em;
    float:left;
}
*/
/* send email */
ol#sendEmailCitation {
    padding:0.3em 0.3em 0.3em 1.5em;
    list-style-type:decimal
}
#sendEmailCitation li {
    margin: 0 0 0.75em 0;
    color:#5d5d5d;
}
.informationList {
    position:relative;
    overflow:hidden;
    width:100%;
}
.informationList dt    {
    position:absolute;
    left:-999em;
    top:-50em;
}
.informationList dd {
    margin:0 1em 0 0;
    display:inline;
    float:none;
}
/*buttons was in separate style sheet*/
/*** Button group ***/
.buttonGroup {
    padding: 1em 0 1em 0;
    overflow:hidden;
}
.buttonGroup li{
    margin: 0 0.5em 0 0;
    float: left;
}
/*** Submit and Action button ***/
.action,
.submit,
.buttonGroup li span {
    background: #006976 url(../images/wolIconsNew.gif) no-repeat 0 -804px;
    display: block;
    width: auto;
    padding-left: 0.3em;
}
.action input,
.submit input,
.buttonGroup li span input,
.submit a,.action a/*,
#saveEditGroup .action a*/{
    border: none;
    display: block;
    cursor: pointer;
    font-weight: bold;
    height: 16px;
    padding: 0 0.2em 0.2em 0;
    background: url(../images/wolIconsNew.gif) no-repeat 100% -804px;
    color: #fff;
    font-size: 1.1em;
}
.buttonGroup li span input,
li .action input,
li .action a{
    font-size:0.9em;
}
.submit a{
    padding: 0.2em 0.4em 0 0.3em;
    height:14px
}
.submit input {
    float: left;
}
.action,
.buttonGroup li span {
    background: #e2eaed url(../images/wolIconsNew.gif) no-repeat 0 -839px;
}
#saveEditGroup .action a,
.action a,
.action input,
.buttonGroup li span input {
    background:#e2eaed  url(../images/wolIconsNew.gif) no-repeat 100% -839px;
    color: #333132;
}
#saveEditGroup .action a {
    height:1.45em;
    padding:0 0.2em;
    line-height:1.45em;
}
#saveEditGroup .action a:hover {
    text-decoration:none;
}
#saveEditGroup {
    float: right;
    margin-right: 3em;
}
/*moved out of fulltext >> as also requiredin mrw.css*/
#fulltext,
#relatedArticles {
    border-bottom:2px solid #e1e9eb;
    border-left:2px solid #e1e9eb;
    padding:1em 1em 0 1em;
}
#relatedArticles,
#fulltext .section {
    overflow:hidden;
}
#relatedArticles .sectionHeading h3{
    color:#000000;
    margin-bottom:0.5em;
}
.viewFullArticleAndPdf{
    border-bottom:2px solid #E1E9EB;
    border-left:2px solid #E1E9EB;
    padding:1em 0 1em 1em;
    overflow:hidden;
}
.viewFullArticleAndPdf .viewFullArticleAndPdfOptions{
    float:right;
    padding:0 1em 0 0;
}
.viewFullArticleAndPdf .viewFullArticleAndPdfOptions a{
    font-size:1.2em;
    font-weight: bold;
}
.viewFullArticleAndPdf .viewFullArticleAndPdfOptions a.viewFullTextLink{
    border-right:2px solid #757373;
    padding:0 1.2em 0 0;
    margin: 0 1em 0 0;
}
.viewFullArticleAndPdf .viewFullArticleAndPdfOptions a.noBorder{
    border:none;
    margin:0;
    padding:0;
}
/* changed this for defect 1815 changed list to display inline, with border on left */
#relatedArticles ul
/*#relatedArticles ul.seeAlso,
#relatedArticles ul.findTopics,
#relatedArticles ul.articlesWithKeywords,
#relatedArticles ul.articlesWrittenBy,
#relatedArticles ul.findArticles*/{
    overflow:hidden;
    margin:0 0 0.5em 0;
}

#relatedArticles ul li
/*#relatedArticles ul.seeAlso li,
#relatedArticles ul.findTopics li,
#relatedArticles ul.articlesWithKeywords li,
#relatedArticles ul.articlesWrittenBy li,
#relatedArticles ul.findArticles li*/{
    margin:0 0.5em 0.5em 0;
    border-left: 1px solid #000;
    display:inline;
    margin-left:-1px;
    border-right:0;
    padding: 0 0 0 0.5em;
    white-space:nowrap;
    float: left;/*float needed to give padding etc*/

}
/*#relatedArticles span*/#seeAlsoHeading,
/*#relatedArticles span*/#findTopicsHeading,
/*#relatedArticles span*/#findArticlesHeading,
/*#relatedArticles span*/#articlesWrittenByHeading,
/*#relatedArticles span*/#articleKeywordsHeading{
    float: left;
    font-size:1.2em;
    color:#5d5d5d;
    font-weight:bold;
    padding:0 0.5em 0 0;
}
#relatedArticles ul li a
/*#relatedArticles .seeAlso a,
#relatedArticles .findTopics a,
#relatedArticles .articlesWithKeywords li a,
#relatedArticles .articlesWrittenBy a,
#relatedArticles .findArticles a*/{
    font-weight:bold;
    text-decoration:none;
}
#relatedArticles ul li a:hover
/*#relatedArticles ul.seeAlso a:hover,
#relatedArticles ul.findTopics a:hover,
#relatedArticles ul.articlesWithKeywords a:hover,
#relatedArticles ul.articlesWrittenBy a:hover,
#relatedArticles ul.findArticles a:hover*/{
    text-decoration:underline;
}

/*** External reporting interface ***/
.decisionTree, .decisionTree ul {
    clear:both;
    list-style-type:disc;
    padding:0.5em 2em;
}
/*** Tree structure ***/
.tree {
    line-height:140%;
}
.tree li a {
    font-weight:bold;
}
.tree li {
    clear:both;
    padding-top:0.2em;
    padding-bottom:0.2em;
}
.tree li a.branchLabel span {
    margin-left:1.9em;
}
.tree li span.leaf {
    float: left;
    width: 80%;
}
.tree .closed {
    background: url(../images/plus.gif) no-repeat scroll 0 3px;
}
.tree .open {
    background: url(../images/minus.gif) no-repeat scroll 0 3px;
}
.tree .fetching {
     background: url(../images/arrows.gif) no-repeat 0 0;
}
.tree ol {
    margin: 0 0 0 1.9em;
}
/* +++ direct link label +++ */
.internalReferences{
    margin:0;
    clear:both;
    width:100%;
    overflow:hidden;
}
.internalReferences .directLinkLabel {
    text-indent:-999em;
    width:1.5em;
    background: url(../images/wolIconsNew.gif) no-repeat scroll 0 -587px;
    float:left;
    margin-right:0.7em;
    padding-left:0.4em;
    margin-top:2px;
}
.internalReferences ul{
    overflow: hidden;
    margin-left: -0.4em;
    float:left;
    margin-bottom:0.3em;
}
.internalReferences ul li {
    border-left: 1px solid #757373;
    font-size: 1.1em;
    margin-left: -0.1em;
    display: inline;
    padding: 0 0.4em 0 0.3em;
    line-height:1.2em;
}
.internalReferences ul li a {
    font-size: 0.9em;
}
.internalReferences a {
    float:left;
    margin-top:2px;
}
.internalReferences li a{
    float:none;
}
#productContent .plain li .internalReferences ul li,
#productContent .custom li .internalReferences ul li {
    padding: 0 0.4em 0 0.3em;

}
#referenceLinking .internalReferences .directLinkLabel {
        background: url(../images/wolIconsNew.gif) no-repeat scroll 0 -590px;
}

#productContent .plain li .internalReferences ul {
    padding-left:1.6em
}