/* CHOICES ONLINE STYLESHEET                            */
/* article.css: elements used on Choices article pages  */

body {
	background-color: white;
	font-family: Verdana;
	font-size: 9pt; 
	line-height: 140%;
	text-align: left;
	color: black;
	background-image: url(/graphics/bodyBG.gif);
}

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

a:hover {
	color: #777777;
	text-decoration: underline;
}

li {
	padding-bottom: 5px;
}

blockquote {
	font-size: 9pt; 
	margin: 20px;
}


/* ------------------------------------------------- */
/* Article pages -- spacers                          */
/* ------------------------------------------------- */

.spacer10 {
	height: 10px;	
}

.spacer50 {
	height: 50px;	
}

.spacer100 {
	height: 100px;	
}

.spacer250 {
	height: 250px;	
}

.spacer500 {
	height: 500px;	
}

.spacer1000 {
	height: 1000px;	
}


/* ------------------------------------------------- */
/* Outer box; header box/elements                    */
/* ------------------------------------------------- */

#outerArticleTable {
	width: 800px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	empty-cells: show;
	text-align: left;
}

#articleHeaderCell {
	width: 800px;
	margin: 0px;
	padding: 0px;
	border-top: 12px solid #cc3300;
	border-bottom: 2px solid #cc3300;
	color: black;
	background-image: url(/graphics/headerBG.jpg);
}

#menu { 
	font-size: 9pt;
	font-weight: bold;
	color: #cc3300; 
	vertical-align: bottom;
	padding-left: 20px;
	padding-bottom: 3px;
	padding-top: 5px;
}

#menu a:link, #menu a:visited { 
	color: #cc3300;
	text-decoration: none;
}

#menu a:hover {
	color: #cc6600;
}

#issueDate { 
	font-size: 9pt;
	font-weight: bold;
	color: black;
	text-align:right;
	vertical-align: bottom;
	padding-bottom: 3px;
	padding-top: 5px;
	padding-right: 5px;
}

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


/* ------------------------------------------------- */
/* Content box                                       */
/* ------------------------------------------------- */


#articleCell {
	background-color: white;
	width: 800px;
	border-bottom: 7px solid #cc3300;
	margin: 0px;
	padding: 0px;
}

#articleFlagCell {
	width: 800px;
	margin: 0px;
	padding: 0px;
}

.utilityLinksCell {
	padding: 10px;
}

#articleTextCell {
	font-family: Georgia; 
	font-size: 10pt; 
	line-height: 165%;
	color: black; 
	/* text-indent: 1.5em; */
	vertical-align: top;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#articleTextCell ul {
	list-style-type: square;
	list-style-position: outside;
	margin-top: 0px;
	text-indent: 0em;
}

#articleSidebarCell {
	font-family: Verdana; 
	font-size: 10pt; 
	width: 300px;
	vertical-align: top;
	margin: 0px;
	padding: 10px;
	border-left: 1px solid Gainsboro;
	border-top: 1px solid Gainsboro;
	background-color: WhiteSmoke;
}

#authorInfoCell {
	font-family: Georgia; 
	font-size: 8pt; 
	font-style: italic;
	color: #333333; 
	line-height: 165%;
	border-top: 1px solid Gainsboro;
	border-bottom: 1px solid Gainsboro;
	padding: 10px;
}


/* ------------------------------------------------- */
/* Article elements                                  */
/* ------------------------------------------------- */

h1 { /* Use for main article title */
	font-family: Verdana; 
	font-size: 18pt; 
	font-weight: bold; 
	line-height: 130%;
	padding-left: 10px;
	padding-right: 10px;
}

h2 { /* Use for first-level article subhead */
	font-family: Verdana; 
	font-size: 11pt; 
	font-weight: bold; 
	text-indent: 0em;
}

h3 { /* Use for second-level article subhead */
	font-family: Verdana; 
	font-size: 10pt; 
	font-style: italic;
	font-weight: bold; 
	text-indent: 0em;
}

#articleByline, .articleByline {
	font-family: Verdana; 
	font-size: 9pt; 
	padding-left: 10px;
	padding-right: 10px;
}

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

#firstGraf:first-letter {
	font-size: 30pt; 
	font-weight: bold; 
	color: #cc3300;
}

#firstGraf:first-line {
	font-size: 9pt; 
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: 2px; 
}

#articleNotes {
	font-size: 8pt; 
	padding-left: 25px;
	text-indent: -25px;
	line-height: 150%;
}

#articleReferences {
	font-size: 8pt; 
	text-indent: -25px;
	line-height: 150%;
	padding-left: 25px;
	margin-bottom: 20px; 
}


/* ------------------------------------------------- */
/* Sidebar elements                                  */
/* ------------------------------------------------- */

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

#themeArticlesBoxTitle {
	font-family: Verdana; 
	font-size: 12pt; 
	font-weight: bold;
	color: #cc3300; 
	line-height: 160%;
	padding-bottom: 5px;
}

#themeArticlesBoxLinks {
	font-family: Georgia; 
	font-weight: bold;
	font-size: 9pt; 
	line-height: 160%;
	list-style-type: square;
	list-style-position: outside;
	padding-left: 0px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#themeArticlesBoxLinks a:link {
	color: black; 
	text-decoration: none;
}

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

#themeArticlesBoxLinks a:visited {
	color: #333333; 
	text-decoration: none;
}

.themeArticlesBoxAuthors {
	font-family: Verdana; 
	font-size: 8pt; 
	font-weight: normal;
	line-height: 140%;
	color: #555555;
	padding-top: 0px;
	padding-bottom: 5px;
}

a:link#themePDFlink, a:hover#themePDFlink, a:visited#themePDFlink {
	color: #cc3300;
	text-decoration: none;
}

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

#xrefBoxTitle {
	font-family: Verdana; 
	font-size: 10pt; 
	font-weight: bold;
	color: #cc3300; 
	line-height: 160%;
	padding-bottom: 5px;
}

#xrefBoxLinks {
	font-family: Verdana; 
	font-size: 8pt; 
	line-height: 160%;
	list-style-type: square;
	list-style-position: outside;
	padding-left: 0px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#xrefBoxLinks a:link {
	color: black; 
	text-decoration: none;
}

#xrefBoxLinks a:hover {
	color: black; 
	text-decoration: underline;
}

#xrefBoxLinks a:visited {
	color: #333333; 
	text-decoration: none;
}

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

.figureNumber {
	font-size: 10pt; 
	font-weight: bold;
	color: #cc3300; 
	line-height: 160%;
	padding-bottom: 5px;
}

.figureTitle { 
	font-family: Verdana; 
	font-size: 8pt; 
	font-weight: bold;
	line-height: 160%;
	color: #333333; 
}

.figureFootnote {
	font-size: 8pt; 
	color: #666666; 
	line-height: 160%;
}

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

.sidebarHead { 
	font-family: Verdana; 
	font-size: 10pt; 
	font-weight: bold;
	color: #cc3300; 
	line-height: 160%;
	padding-bottom: 5px;
}

.sidebarText { 
	font-family: Verdana; 
	font-size: 8pt; 
	line-height: 160%;
	color: #333333; 
	padding-bottom: 5px;
}

.sidebarText ul {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 0px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

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

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

.tableTitle { 
	font-family: Verdana; 
	font-size: 8pt; 
	font-weight: bold;
	line-height: 160%;
	color: #333333; 
	padding-bottom: 5px;
}

.tableFootnote {
	font-size: 8pt; 
	color: #666666; 
	line-height: 160%;
}

.appendixBox, appendixBox td {
	font-family: Verdana; 
	font-size: 10pt; 
	background-color: white;
	border-top: 4px solid #cc3300;
	border-bottom: 2px solid #cc3300;
	padding: 10px;
	margin-bottom: 10px;
}


/* ------------------------------------------------- */
/* Data table elements                               */
/* ------------------------------------------------- */

.dataTable {
	font-family: Verdana; 
	font-size: 7pt; 
	background-color: #666666;
	line-height: 160%;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

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

.dataTableCell {
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: right;
}

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


/* ------------------------------------------------- */
/* Footer box elements                               */
/* ------------------------------------------------- */

#footerCell {
	font-size: 7pt;
	background-color: #ffffff;
	border-bottom: solid 2px #CC3300;
	border-top: solid 2px #CC3300;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#footerCell a:link, #footerCell a:visited  {
	color: #cc3300;
	font-weight: bold;
	text-decoration: none;
	line-height: 180%;
}

#footerCell a:hover {
	color: #cc6600;
} 


/* ------------------------------------------------- */
/* Miscellaneous elements                            */
/* ------------------------------------------------- */

.highlight {
	color: black;
	background-color: yellow;
} 


