/* default styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D9D9C0;
	font-size: 62.5%;
	text-align: left;
	color: #000;
}

a:link, a:visited {
	color: #900;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: none;
}

h1 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: normal;
	color: #000;
}

h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.4em;
	line-height: 1.0em;
	font-weight: normal;
	color: #930;
}

h3 {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #930;
}

li {
	padding-bottom: 5px;
}

blockquote {
	font-size: 0.9em;
	margin: 20px;
}

#outerMain {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #999;
	background-color: #EFEFE0;
	padding: 5px;
	font-size: 1.3em;
}

#mainHeader {
	/* border-bottom: 5px solid #C30;*/
	color: #000;
}

#menu { 
	font-size: 1.0em;
	font-weight: bold;
	background-color: #E0E0E0;
	background-image: url(/graphics/bg_menu.gif);
	color: #C30;
	vertical-align: bottom;
	padding: 5px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #C30;
}

#menuNav {
	width: 550px;
	float: left;
}

#menuNav a:link, #menuNav a:visited { 
	color: #C30;
	text-decoration: none;
}

#menuNav a:hover {
	color: #900;
}

#issueDate {
	width: 400px;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFF;
}

#issueDate a:link, #issueDate a:visited, #issueDate a:hover {
	color: #000;
	text-decoration: none;
}

#header_main {
	background-color: #CB3208;
	background-image: url(/graphics/bg_header.gif);
	padding: 0 10px 10px 10px;
	height: 85px;
}

#header_logo {
	color: #FFF;
	float: left;
    margin-top: 10px;
	height: 80px;
}

#header_tagline {
	clear: both;
	width: 400px;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFF;
}

#header_search {
	float: right;
	margin-top: 60px;
}

#donateTab {
	float: right;
	margin: 0 0 10px 0;
	text-align: right;
}

.donate {
	font-size: 1.0em;
	font-weight: bold;
	width: 140px;
	float: right;
	color: #000;
	text-align: right;
}

.donate a {
	color: #000;
	text-decoration: none;
}

.donate a:hover {
	color: #CE3D16;
	text-decoration: none;
}

#donateTab2 {
	margin: 0;
	text-align: right;
}


#cse-search-box input, #cse-search-box submit {
	border: 1px solid #E0E0E0;
}

#mainContent {
}

#content {
background-color: #FFF;
padding: 2px 10px 20px 10px;
}

#issue {
}

#article {
}

#indexLeft {
	margin: 10px 0;
	float: left;
	width: 400px;
}

#indexRight {
	margin: 10px 0;
	float: right;
	width: 388px;
}

#indexBottom {
	clear: both;
}

#about {
    border-right: 1px solid #000;
	width: 525px;
	float: left;
	font-size: 0.9em;
	padding: 5px 5px;
}

#donate {
	width: 240px;
	float: right;
	font-size: 0.9em;
	padding: 5px 10px;
	text-align: center;
}

#footer {
	margin-top: 10px;
	border: 1px solid #999;
	clear: both;
	background-color: #FFF;
	padding: 5px 10px;
}


/* homepage styles */

.tocThemeTab, .tocDepartmentsTab, .tocArticlesTab, .tocWebinarsTab, .tocPolicyTab  {
	border-style: solid;
	border-width: 1px 0;
	color: #FFF;
	padding: 2px 8px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.5em;
}
.tocThemeTab {
	background-color: #069;
	border-color: #036;
}
.tocDepartmentsTab {
	background-color: #690;
	border-color: #360;
}
.tocArticlesTab {
	background-color: #609;
	border-color: #306;
}
.tocWebinarsTab {
	background-color: #069;
	border-color: #036;
}
.tocPolicyTab {
	background-color: #960;
	border-color: #630;
}

.tocThemeBox, .tocDepartmentsBox, .tocArticlesBox, .tocWebinarsBox, .tocPolicyBox {
	background-color: #FFF;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	padding: 5px;
}
.tocThemeBox {
	border-color: #036;
}
.tocDepartmentsBox {
	border-color: #360;
}
.tocArticlesBox {
	border-color: #306;
}
.tocWebinarsBox {
	border-color: #036;
}
.tocPolicyBox {
	border-color: #630;
}

.tocType  {
	font-size: 1.3em;
	font-family: Georgia, Times New Roman, serif;
	color: #333;
}

.tocTitle {
	font-weight: bold;
	padding: 5px;
}

.tocEditors {
	font-weight: normal;
	color: #333;
	padding-left: 15px;
	padding-bottom: 5px;
}

.tocIntro {
	font-weight: normal;
	line-height: 16px;
	padding: 0 0 10px 15px;
}

.tocList {
	margin-left: 10px;
	padding-left: 10px;
}

.tocLinks a:link, .tocThemeLinks a:visited  {
	line-height: 140%;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 10px;
	color: #C30;
	text-decoration: none;
}

.tocLinks a:hover {
	color: #DDDDBF;
	text-decoration: none;
}

.tocItemTitle {
	font-family: Georgia, Times New Roman, serif;
	font-weight: bold;
	padding: 5px;
}

.tocItemAuthor {
	color: #333;
	padding: 0 0 3px 15px;
}

.tocItemBlurb {
	line-height: 160%;
	padding: 0 5px 10px 15px;
}


/* theme index styles */

#themeIndexFlag {
	width: 800px;
	background-color: #FFF;
	padding-top: 5px;
}

#themeIndexType {
	font-weight: bold;
	font-size: 0.8em;
	font-style: italic;
	color: #333;
	padding: 0 0 2px 5px;
}

#themeIndexTitle {
	font-weight: bold;
	font-size: 1.6em;
	padding: 15px 0 5px 15px;
}

#themeIndexEditors {
	font-size: 0.8em;
	font-weight: normal;
	color: #333;
	padding: 0 0 5px 15px;
}

#themeIndexBody {
	line-height: 16px;
	color: #000;
	background-color: #FFF;
	vertical-align: top;
	width: 800px;
	border-bottom: 7px solid #C30;
	padding: 5px 15px;
}

#themeIndexBlurb {
	padding-top: 10px;
	padding-bottom: 10px;
}

.itemTitle {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 3px;
}

.itemAuthor {
	font-size: 0.8em;
	font-weight: normal;
	color: #333;
	padding: 0 0 3px 15px;
}

.itemBlurb {
	font-weight: normal;
	line-height: 160%;
	padding-left: 0 0 5px 15px;
}


/* back issue styles */

.archiveTitle {
	padding: 0 25px;
	padding-top: 10px;
	line-height: 130%;
	font-weight: bold;
}

.archiveAuthor {
	font-family: Georgia, Times New Roman, serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #333;
	padding: 0 25px;
}


/* miscellaneous elements */

#themeHistoryTable {
	font-size: 0.8em;
	color: #000;
	empty-cells: show;
	border-collapse: collapse;
}

#themeHistoryTable td {
	vertical-align: top;
	padding-left: 0 5px;
	border: 1px solid #DCDCDC;
}

.highlight {
	color: #000;
	background-color: yellow;
} 

.pdfOnlyMarker {
	font-weight: normal;
	color: #C30;
} 

.utilityLinks {
	background-color:#FFEFD5;
	margin-left: 10px;
	padding: 5px 10px;
	float: right;
	border: 1px solid #C0C0C0;
}
.utilityLinksList {
	margin-left: 10px;
	padding-left: 10px;
	list-style-type: none;
}

/* article styles */

#articleText {
	width: 459px;
	background-color: #FFF;
	color: #333;
	font-size: 1.1em;
	line-height: 1.4em;
	/* text-indent: 1.5em; */
	vertical-align: top;
	padding: 0 10px;
}
#articleTextFull {
	width: 100%;
	background-color: #FFF;
	color: #333;
	font-size: 1.1em;
	line-height: 1.4em;
	/* text-indent: 1.5em; */
	vertical-align: top;
	padding: 0 10px 10px 10px;
}
#articleSidebar {
	width: 310px;
	vertical-align: top;
	background-color: #F5F5F5;
	border-left: 1px solid #DCDCDC;
	border-top: 1px solid #DCDCDC;
	padding: 5px;
	font-size: 0.9em;
}

#authorInfo {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic;
	color: #333;
	border-top: 1px solid #999;
	padding: 10px;
}

.articleByline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	margin: -10px 0 10px 10px;
}

.firstGraf {
	margin-top: 20px;
	margin-bottom: 20px;
}

.firstGraf:first-letter {
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.8em;
	color: #930;
}

/*
.firstGraf:first-line {
	font-size: 0.9em;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: 2px;
}
*/

.articleNotes {
	font-size: 0.8em;
	padding-left: 25px;
	text-indent: -25px;
}

.articleReferences {
	text-indent: -25px;
	padding-left: 25px;
	margin-bottom: 20px;
}


#themeArticlesBox {
	background-color: #FFEBCD;
	border: 1px solid #C0C0C0;
	padding: 10px;
	margin-bottom: 10px;
	width: 300px;
}

#themeArticlesBoxTitle {
	font-weight: bold;
	color: #C30;
	padding-bottom: 5px;
}

#themeArticlesBoxLinks {
	font-weight: bold;
}

.themeArticlesBoxAuthors {
	font-size: 0.9em;
	font-weight: normal;
	color: #333;
	padding-bottom: 5px;
}

.authorInfoFooter {
	border:1px solid #999999;
	color:#333333;
	background-color: #EFEFE0;
	font-family:Georgia,Times New Roman,serif;
	font-style:italic;
	padding:10px;
}
a:link#themePDFlink, a:hover#themePDFlink, a:visited#themePDFlink {
	color: #DDDDBF;
	text-decoration: none;
}

#xrefBox {
	background-color: #FFEFD5;
	border: 1px solid #C0C0C0;
	padding: 10px;
	margin-bottom: 10px;
}

#xrefBoxTitle {
	font-weight: bold;
	color: #C30;
	padding-bottom: 5px;
}

#xrefBoxLinks {
	margin-left: 10px;
	padding-left: 10px;
}

.figureBox {
	background-color: #DDDDBF;
	border-top: 1px dashed #808080;
	border-bottom: 1px dashed #808080;
	padding: 10px;
	margin-bottom: 10px;
}
.figureBox .Left{
	width: 295px;
	float: left;
	clear: left;
	margin-right: 10px;
}
.figureBox .Right{
	width: 295px;
	float: right;
	clear: right;
	margin-left: 10px;
}
.figureNumber {
	font-weight: bold;
	color: #C30;
	padding-bottom: 5px;
}

.figureTitle { 
	font-size: 0.9em;
	font-weight: bold;
	line-height: 160%;
	color: #333;
}

.figureFootnote {
	font-size: 0.9em;
	color: #777;
	line-height: 160%;
}

.sidebarBox {
	background-color: #ddddbf;
	border-top: 1px dashed #808080;
	border-bottom: 1px dashed #808080;
	padding: 10px;
	margin-bottom: 10px;
}

.sidebarHead { 
	font-weight: bold;
	color: #C30;
	line-height: 160%;
	padding-bottom: 5px;
}

.sidebarText { 
	font-family: Georgia, Times New Roman, serif;
	font-size: 0.9em;
	color: #333;
	padding-bottom: 5px;
}

.tableBox {
	background-color: #ddddbf;
	border-top: 1px dashed #808080;
	border-bottom: 1px dashed #808080;
	padding: 10px;
	margin-bottom: 10px;
}

.tableNumber {
	font-weight: bold;
	color: #C30;
	line-height: 160%;
	padding-bottom: 5px;
}

.tableTitle { 
	font-size: 0.8em;
	font-weight: bold;
	line-height: 160%;
	color: #333;
	padding-bottom: 5px;
}

.tableFootnote {
	font-size: 0.8em;
	color: #777;
	line-height: 160%;
}

.appendixBox, appendixBox td { 
	background-color: #FFF;
	border-top: 4px solid #C30;
	border-bottom: 2px solid #C30;
	padding: 10px;
	margin-bottom: 10px;
}


.dataTable {
	font-size: 8pt;
	background-color: #FFF;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: top;
	text-align: right;
}

.dataTableHeader {
	font-weight: bold;
	background-color: #CCC;
	vertical-align: bottom;
	text-align: right;
}

.dataTable td {
	border: 1px solid #CCCCCC;
	padding: 0px;
}

.dataTableFootnote {
	vertical-align: top;
	background-color: #EEE;
}

/* AD new styles, 2011-09-26 */


.ArticleTable {
	font-size: 11px;
	background-color: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	vertical-align: top;
	text-align: left;
}

.ArticleTable th {
	border: 1px solid #ccc;
	padding: 0;
	font-weight: bold;
	background-color: #ccc;
	vertical-align: bottom;
}

.ArticleTable td {
	border: 1px solid #CCCCCC;
	padding: 0;
}

.ArticleTableFootnote {
	font-size: 11px;
}

.ArticleBox {
	background-color: #fff;
	font-size: 11px;
	padding: 5px;
	margin-top: 5px;
}
