/* Copyright 2008 Elbel Consulting Services, all rights reserved */
HTML { margin: 0; padding: 0; }

body {  /* coordinate with following old browserhack */
	min-width: 760px;
	margin: 31px 0px 0px 0px; 
	padding: 0; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	color: #261B0E;
	background-color: #5f5e67;
	background-image:  url(../images/ab_graph_paper_bg7.gif);
	background-repeat: repeat;
}

	
/* NS4 & IE3 hack: tables truncate style application - match Body above */
p, address, blockquote, body, div, dl, ol, pre, span, ul, li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	color: #261B0E;
}

a:link    { color: #863947; /* #893630; */ }
a:visited { color: #574544; }
a:hover   { color: #D91900; } 
a:active  { color: #863947; }




h1, h2, h3, h4, h5, h6 {
	color: #413626;
}
h1  {	font-size: 17px; font-weight: 700; margin: 32px 0px 20px 0px; }
h2  { font-size: 16px; font-weight: 700; margin: 40px 0px 20px 0px; }
h3  { font-size: 15px; font-weight: 600; margin: 40px 0px 20px 0px; }
h4  { font-size: 14px; font-weight: 600; margin: 30px 0px 15px 0px; }
h5  { font-size: 12px; font-weight: 600; font-style: italic; }
h6  { font-size: 9px;  font-weight: 600; font-style: italic; }

h1#topHeading {
	margin-top: 0px;
	margin-bottom: 35px;
}
h1 span.trademark { font-size: 45%; vertical-align: top; }
h2 span.trademark { font-size: 45%; vertical-align: top; }
h3 span.trademark { font-size: 45%; vertical-align: top; }
p span.trademark  { font-size: 60%; vertical-align: top; }

table#mainContainer {
	background-color: #f2f3f0; /* no red flicker on load */
}


td#mainBody {
	background: url(../images/ab_page_body_bg.gif) repeat-y;
}
td#pageFooter {
	clear: both;
	background: url(../images/ab_page_footer.gif) no-repeat;
}




div#leftNavColumn {
	margin: 46px 0px 0px 0px;
	padding: 0px;
	width: 167px;
	height: 400px; /* minimum page height */
	float: left;
}
div#leftNav {
}
div.leftNavTopImage {
	height: 18px;
	margin:  0;
	padding: 0;
	background: url(../images/ab_left_nav_top.gif) no-repeat;
}
div.leftNavBottomImage {
	height: 19px;
	margin:  0;
	padding: 0;
	background: url(../images/ab_left_nav_bottom.gif) no-repeat;
}
.leftNavItem	{
	margin:   0;
	padding:  6px 0px 6px 38px;
	background: url(../images/ab_left_nav_mid.gif) no-repeat;
	font-size: 12px;
	letter-spacing: 1.1px;
	line-height: 14px;
	font-family: Geneva, Arial, Helvetica, Verdana,  sans-serif;	
}
.leftNavItem a:link    { color: #57656D; text-decoration: none; }
.leftNavItem a:visited { color: #57656D; text-decoration: none; }
.leftNavItem a:hover   { color: #E69B51; text-decoration: none; }
.leftNavItem a:active  { color: #57656D; text-decoration: none; }





div#mainContentColumn {
	margin: 46px 50px 20px 0px;   
	padding: 0px 0px 0px 30px;     
	width: 500px;
	font-size: 13px;
	float: right;
}
div#mainContentColumnOuterHomePage {
	position: relative; /* to position curve */
	top: 0px;
}

div#homePageCurveRightPart {
	position: absolute;
	top:  -210px;
	left:  150px;
}
div#homePageQuote1 {
	position: absolute;
	top:   44px;
	left:  532px;
	color:#662547;
	font-size: 12px;
}
div#homePageQuote2 {
	position: absolute;
	top:   335px;
	left:  532px;
	color: #662547;
	font-size: 12px;
}
div#homePageQuote1 span.quoteText {
	font-style: italic;
	color: #662547;
	font-size: 12px;
}
div#homePageQuote2 span.quoteText {
	font-style: italic;
	color:#662547;
	font-size: 12px;
}
div#homePageQuote1 span.quoteBy {
	color: #662547;
	font-size: 11px;
}
div#homePageQuote2 span.quoteBy {
	color: #662547;
	font-size: 11px;
}
div#homePageLowerText {
	width:  264px;
	border-right: 1px dotted #aaaaaa;
	margin: 80px 0px 0px 0px;
	padding: 0px 16px 0px 0px;
	clear: both;
}

/* align footer content under mainContentColumn */
div#footerContent {
	margin: 22px 50px 0px 0px;   
	padding: 0px 10px 0px 0px;     
	width: 500px;
	font-size: 11px;
	float: right;
	text-align: center;
}
div#mainContent {
	margin:  0px 35px 0px 0px;
	padding: 0px 0px 0px 0px;    
}





.large { font-size: 14px; }
.larger { font-size: 16px; }
.largest { font-size: 18px; }
.small { font-size: 10px; }
.smaller { font-size: 9px; }
.smallest { font-size: 8px; }

.highlight {
	background-color: #FEFFF0;
	padding: 5px;
	font-weight: 700;
}





/* Simple quotes without attributions */
div.quote {
	margin: 10px 20px 30px 40px;
	padding: 20px 30px 20px 30px;
	border: 1px solid #cccccc;
	background: url(../images/quote_background.gif);
	background-repeat: no-repeat;
}
div.quote p {
	padding: 2px 12px 2px 12px;
	font-size: 13px; 
	color: #000000;
}
div.quote p.quoteBy {
	margin: 2px 14px 4px 40px;
	font-size: 11px; 
	color: #000000;
}
p.quote {
	margin: 1px 20px 20px 40px;
	padding: 20px 30px 20px 30px;
	border: 1px solid #cccccc;
	background: url(../images/quote_background.gif);
	background-repeat: no-repeat;
	font-size: 13px; 
	color: #000000;
}
p.quoteLeftJustified {
	margin: 10px 10px 20px 0px;
	padding: 20px 30px 20px 30px;
	border: 1px solid #cccccc;
	background: url(../images/quote_background.gif);
	background-repeat: no-repeat;
	font-size: 13px; 
	color: #000000;
}
.excerpt {
	margin: 10px 20px 20px 40px;
	padding: 14px 14px 14px 16px;
	border: 1px solid #cccccc;
	background: url(../images/excerpt_background.gif);
	background-repeat: no-repeat;
	font-size: 12px; 
	color: #000000;
}


.indent { 
	margin-left: 40px;
}
.ul, .underline { text-decoration: underline; }	



.standoutBox { 
	margin: 20px 0px 20px 0px;
	border: solid 1px #dd1111;
	padding: 8px 8px 8px 8px;
	color: #A4212B;
	font-size: 12px;
	font-weight: 700;
}
.standout { 
	color:  #78383D; /* #823036; #82262D; */
	font-size: 12px;
	font-weight: 700;
}
.question {
	margin: 40px 0px 10px 0px;
	color: #572810;
	font-weight: 700;
	font-style: italic;
}
.answer {
	margin: 4px 0px 10px 30px;
}
div.interviewer p span.initials {
	font-weight: 700;
	color: #244866;
}
div.interviewee {
	margin: 10px 5px 30px 20px;
}
div.interviewee p span.initials  {
	font-weight: 700;
	color: #8F363D;
}



div.pulloutBoxRight {
	width: 200px;
	float: right;
	background-color: #FFFEF2;
	border: 1px solid #760014;
	margin: 6px 5px 10px 20px;
	padding: 12px;
	font-size: 11px;
}
div.pulloutBoxRight p {
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 0;
	font-size: 11px;
	text-align: left;
}
div.pulloutNavBoxRight {
	width: 200px;
	float: right;
	background-color: #FFFEF2;
	border: 1px solid #760014;
	margin: 13px 5px 10px 20px;
	padding: 12px;
	font-size: 11px;
}
div.pulloutNavBoxRight p {
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 0;
	font-size: 11px;
	text-align: left;
}



/* Articles and article manager formatting */

/* Article Catalog (TOC) formatting */

div.articleCatalogSummary  {
	margin: 10px 8px 20px 12px;
	padding: 2px 12px 2px 12px;
	border: 1px solid #aaaaaa;
	background-color: #fafafa;
}
div.articleCatalogSummary p {
	margin: 4px 0px 4px 0px;
	padding: 0;
	font-size: 11px;
}

/* formatting for the stand-alone article page: */


p.articleTitle { 
	margin: 20px 0px 14px 0px;
	font-size: 20px; 
	font-weight: 700;
	color: #330033;
}
p.articleByLine { 
	margin: 0px 100px 3px 40px;
	font-size: 12px; 
	font-weight: 600; 
	color: #666666;
}
p.articleDateLine { 
	margin: 1px 100px 30px 40px;	
	font-size: 12px; 
	font-weight: 600;
	color: #666666;
}
p.articleIntroNote { 
	margin: 6px 40px 40px 40px;
	font-size: 11px;
	font-style: italic;
}
p.articleAuthor { /* without subsequent date line */
	margin: 0px 100px 40px 40px;
	font-size: 12px; 
	font-weight: 600; 
	color: #666666;
}
p.articleURL { 
	margin: 6px 30px 40px 40px;	
	font-size: 9px; 
	font-weight: 700;
	color: #666666;
}
div.articleSummary  {
	margin: 10px 20px 30px 40px;
	padding: 6px 12px 6px 12px;
	border: 1px solid #aaaaaa;
	background-color: #fafafa;
}
div.articleSummary p {
	font-size: 13px;
}
div.articleText {
	/* background-color: #fafafa; */
}
div.articleText p {
	padding: 2px 12px 2px 12px;
	font-size: 13px; 
}
p.articleTopNotes {
	margin: 6px 20px 35px 40px;
	font-size: 12px;
	font-style: italic;
}

table.articlePulloutNavBox {
	border: solid 1px #990000;
}
table.articlePulloutNavBox tr td {
	margin: 10px 10px 10px 10px;
	font-size: 10px;
}
table.articlePulloutNavBox tr td p {
	margin: 10px 10px 10px 10px;
	font-size: 10px;
}
table.articlePulloutNavBox tr td div.indent {
	margin: 0px 0px 0px 12px;
}



div#fairUseDisclaimer {
	font-size: 9px;
	color: #9095A3;
	border-top: solid 1px #C9BDAD;
	border-bottom: solid 1px #C9BDAD;
	margin: 60px 5px 10px 0px;
	padding: 5px 0px 5px 0px;
}
div#fairUseDisclaimer a:link { color: #B5ACAD; }
div#fairUseDisclaimer a:visited { color: #B5ACAD; }


/*  end article CSS */

table.dataTable {
	border: 2px solid #aaaaaa;
}
table.dataTable tr td {
	font-size: 12px;
	padding: 2px 4px 2px 4px;
}
table.dataTable tr td span.th {
	font-weight: 700;
}


table.dataTable2 {
	border: 2px solid #aaaaaa;
	background-color: #fdfdfd;
}
table.dataTable2 tr td {
	font-size: 12px;
	/* padding: 2px 4px 2px 4px; */
}
table.dataTable2 tr td span.th {
	font-weight: 700;
}



div.figure {
	margin: 30px 0px 40px 0px;
	display: block;
}
div.figure p {
	margin: 4px 20px 10px 20px;
	font-size: 11px;
}

ol li {  /* li implementation is inconsistent with older browsers */
	margin: 8px 40px 8px 20px;
	font-size: 13px;
	list-style-position: outside;
	/* display: block; causes ns7 to drop enumeration */
	list-style-type: decimal;
}
ul li {  
	margin: 8px 40px 8px 20px;
	font-size: 13px;
	list-style-position: outside;
	/* display: block; causes ns7 to drop enumeration */
	list-style-type: square;
	list-style-image: url(../images/gold_earth_li.gif);
}
ul.mediumSpaced li, ol.mediumSpaced li {
	margin: 10px 40px 26px 20px;
}

div.floatRightBlock1 {
	width: 200px;
	margin: 20px 10px 0px 30px;
	float: right;
}

img.floatRightImg { 
	float: right;
	margin: 2px 0px 8px 10px;
	padding: 0;
	border: 1px solid #dddddd;
}
img.floatLeftImg { 
	float: left;
	margin: 2px 10px 8px 0px;
	padding: 0;
	border: 1px solid #dddddd;
}

div.photoGroup img {
	margin: 20px 0px 0px 0px;
	border: 1px solid #666666;
}
div.photoGroup p {
	margin: 8px 0px 30px 0px;
	font-size: 11px;
}
div.photoWithCaption {
	width: 220px;
	margin: 6px 30px 0px 0px;
}
div.photoWithCaption img {
	margin: 20px 0px 0px 0px;
	border: 1px solid #666666;
}
div.photoWithCaption p {
	margin: 8px 0px 30px 0px;
	font-size: 11px;
}
div.photoWithCaptionRight {
	width: 220px;
	margin: 6px 10px 0px 30px;
	float: right;
}
div.photoWithCaptionRight img {
	border: 1px solid #666666;
}
div.photoWithCaptionRight p {
	margin: 8px 0px 30px 0px;
	font-size: 11px;
}
div.photoNav {
	margin: 0px 0px 0px 0px;
	text-align: center;
}
img.imageWithBorder {
	border: 2px solid #aaaaaa;
}


div#bottomNav {
	margin: 45px 0px 20px 0px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.contentLinksBlock {
	margin: 45px 0px 20px 0px;
	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div#bottomLinks {
	margin: 45px 0px 20px 0px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}



div#bottomNotes {
	margin: 30px 0 0 0;
	font-size: 10px;
	color: #aaaaaa;
	display: block;
	text-align: center;
}
div#bottomNotes  a       { color: #A99B9A;  }
div#bottomNotes  a:hover { color: #D91900; }


div#bottomCopyright {
	margin: 30px 0 0 0;
	font-size: 10px;
	color: #aaaaaa;
	display: block;
	text-align: center;
}
div#bottomCopyright a       { color: #A99B9A;  }
div#bottomCopyright a:hover { color: #D91900; }

div#websiteBy {
	margin: 10px 10px 0px 0px;
	font-size: 10px;
	font-style: italic;
	color: #aaaaaa;
	display: block;
	text-align: center;
}
div#websiteBy a       { color: #B5928E; text-decoration: none; }
div#websiteBy a:hover { color: #D91900; }

