/* CSS for CMMR Printer-Friendly HTML Documents */
<!--
/************************ PRINTABLE / NON-PRINTABLE ************************/
.print_only {
	display: run-in;
	padding: 0;
	margin: 0;
}
.screen_only {
	display: none;
	padding: 0;
	margin: 0;
}

/****************************** HEADER STYLES ******************************/
.org_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	margin: 0;
	padding: 0;
	padding-bottom: 2pt;
	margin-top: 0;
	margin-bottom: 0;
}
.subgroup_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 7pt;
}

/************************* GENERAL HTML TAG STYLES *************************/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-bottom: 4pt;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	margin-bottom: 3pt;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.subtitle {
	font-size: 10pt;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	line-height: 11pt;
	margin-top: 14pt;
	margin-bottom: 14pt;
}
/************************* CONTENT STYLES *************************/
/* apply to entire content block */
.cbody {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
}
/* apply to chart or table titles */
.tbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: bold;
	color: #000000;
	line-height: 10pt;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
/* apply to chart or table titles */
.tbl_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: bold;
	color: #000000;
	line-height: 10pt;
	margin: 0;
	font-weight: bold;
}
/* apply to chart or table titles */
.tbl_title_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: bold;
	color: #000000;
	line-height: 10pt;
	margin: 0;
	font-weight: bold;
}
/* apply to chart or table items */
.tbl_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: bold;
	color: #000000;
	line-height: 10pt;
	margin: 0;
}
/* apply to chart or table items */
.tbl_item_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: bold;
	color: #000000;
	line-height: 10pt;
	margin: 0;
}
/* square-bulleted list, no indentation */
.ulist_level1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	line-height: 11pt;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(assets/bullet_square.gif);
	margin-left: 10pt;
	text-indent: -11pt;
}
/* square-bulleted list, no indentation, space after */
.ulist_level1_gap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	line-height: 11pt;
	margin: 0;
	margin-bottom: 9pt;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(assets/bullet_square.gif);
	margin-left: 10pt;
	text-indent: -11pt;
}
/* square-bulleted list, indented once*/
.ulist_level2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	line-height: 11pt;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(assets/bullet_square.gif);
	margin-left: 23pt;
	text-indent: -11pt;
}
/* square-bulleted list, indented once*/
.ulist_level2_gap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	line-height: 11pt;
	margin: 0;
	margin-bottom: 9pt;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(assets/bullet_square.gif);
	margin-left: 23pt;
	text-indent: -11pt;
}
/* square-bulleted list, indented twice*/
.ulist_level3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	line-height: 11pt;	
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(assets/bullet_square.gif);
	margin-left: 36pt;
	text-indent: -11pt;
}
/* square-bulleted list, indented twice*/
.ulist_level3_gap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	line-height: 11pt;
	margin: 0;
	margin-bottom: 9pt;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(assets/bullet_square.gif);
	margin-left: 36pt;
	text-indent: -11pt;
}
/* arrow-bulleted list, no indentation*/
.ulist_arrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	line-height: 11pt;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(assets/TCP_arrow_small.gif);
	margin-left: 15px;
	text-indent: -20px;
}
/* numbered list */
.olist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	line-height: 11pt;
	margin: 0;
	padding: 0;
	list-style-type: decimal;
	list-style-position: inside;
}
/* apply to block around the .list_levelX classes - 
eliminates surrounding whitespace */
.list_block {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	line-height: 11pt;
	margin: 0;
	padding: 0;
}
/* links for content */
a.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
}
/* links for content */
a.body_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	color: #000000;
}
/* apply to bits of text that you don't want inside a paragraph 
but has the same text formatting as a paragraph */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	line-height: 10pt;
	margin: 0;
	padding: 0;
}
/* Unbulleted list item: level 1, no indent, no gap between list items */
.list_level1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	line-height: 10pt;
	margin: 0;
	padding: 0;
	margin-left: 10pt;
	text-indent: -10pt;
	list-style-type: none;
}
/* Unbulleted list item: level 1, no indent, gap between list items */
.list_level1_gap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	line-height: 10pt;
	padding: 0;
	margin-bottom: 9pt;
	margin-left: 10pt;
	text-indent: -10pt;
	list-style-type: none;
}
/* Unbulleted list item: level 2 indent, no gap between list items */
.list_level2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	line-height: 10pt;
	margin: 0;
	padding: 0;
	margin-left: 28pt;
	text-indent: -15pt;
	list-style-type: none;
}
/* Unbulleted list item: level 2 indent, gap between list items */
.list_level2_gap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	line-height: 10pt;
	margin: 0;
	padding: 0;
	margin-bottom: 9pt;
	margin-left: 28pt;
	text-indent: -15pt;
	list-style-type: none;
}
/* Unbulleted list item: level 3 indent, no gap between list items */
.list_level3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	line-height: 10pt;
	margin: 0;
	padding: 0;
	margin-left: 50pt;
	text-indent: -22pt;
	list-style-type: none;
}
/* Unbulleted list item: level 3 indent, no gap between list items */
.list_level3_gap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	line-height: 10pt;
	margin: 0;
	padding: 0;
	margin-bottom: 9pt;
	margin-left: 50pt;
	text-indent: -22pt;
	list-style-type: none;
}
/* Similar to unbulleted list items, but does not contain hanging text indent */
.indent1 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	line-height: 11pt;
	margin-left: 20px;
    margin-bottom: 0;
}
/* Similar to unbulleted list items, but does not contain hanging text indent */
.indent2 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	line-height: 11pt;
	margin-left: 55px;
    margin-bottom: 0;
}
/* Similar to unbulleted list items, but does not contain hanging text indent */
.indent3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	line-height: 11pt;
	margin-left: 80px;
    margin-bottom: 0;
}
/* apply to authors of scientific pages */
.author {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
}
/* apply to images inside image gallery */
.img_spacing {
	font-size: 50px;
	line-height: 50px;
}
/* inline images aligned left */
.img_left {
	margin-left: 0;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* inline images aligned right */
.img_right {
	padding-left: 10px;
	padding-right: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* apply to bulletin title on the right-hand panel */
.bulletin_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #0066CC;
	margin: 0;
	padding-top: 4px;
	padding-left: 0px;
	padding-bottom: 4px;
	background-color: #FFFFFF;
	font-weight: bold;
}
/* apply to bulletin text on the right-hand panel */
.bulletin_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #0066CC;
	line-height: 14px;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 0px;
}
/* apply to bulletin block surrounding text on the right-hand panel */
.bulletin_body {
	margin: 0;
	padding-top: 6px;
	padding-bottom: 10px;
	padding-left: 13px;
	padding-right: 6px;
	background-color: #F5F7FB;
}
/********************************** MISCELLANEOUS **********************************/
.no_space {
	margin: 0;
	padding: 0;
	border: 0;
}
/******************************** DATABASE TABLES ********************************/
h2.db {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #165BA0;
	background-color: #DAECF2;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 2px;
}
.db_results_title {
	color: #36AACE;
	font-weight: bold;
}
.db_tbl {
	border: 0;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.db_tbl th{
	border: 0;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding: 2px;
	padding-left: 2px;
	padding-right: 2px;
}
.db_tbl th.left{
	border: 0;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-weight:bold;
	color: #000000;
	text-align: left;
	padding: 2pt;
	padding-left: 4pt;
	padding-right: 2pt;
}
.db_tbl td {
	border: 0;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 2pt;
	padding-left: 2pt;
	padding-right: 2pt;
	text-align: left;
	vertical-align: top;
}
.db_tbl_sp {
	padding: 10px;
}
.db_tbl_highlight {
	font-weight: bold;
}
.db_tbl_row1 {
}
.db_tbl_row2 {
}
.db_tbl_above2 {
	font-weight: bold;
	color: #CC9900;
}
.db_tbl_below2 {
	font-weight: bold;
	color: #009900;
}
.db_tbl_TA{
	font-weight: bold;
	color: #CC3300;
}
.db_tbl_NA{
	font-weight: bold;
	color: #0066CC;
}
.db_tbl_noborder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.db_tbl_noborder td {
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
	vertical-align: top;
}

/******************************** DATABASE SECTIONS ********************************/
h1.db {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #BA253E;
	padding: 1px;
	padding-right: 5px;
}
.db_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	background-color: #3693B3;
	padding: 3px;
}
.db_p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #000000;
}
.db_tbl2 {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.db_tbl2 th{
	border: 0;
	border-top: 1px solid #7AB8CC;
	font-weight:bold;
	color: #3693B3;
	background-color: #FFFFFF;
	text-align: center;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
}
.db_tbl2 th.left{
	border: 0;
	font-weight:bold;
	color: #3693B3;
	background-color: #FFFFFF;
	text-align: left;
	padding: 2px;
	padding-top: 8px;
}
.db_tbl2 td {
	border: 0;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
	vertical-align: top;
}
.db_tbl2_sp {
	padding: 10px;
}
.db_tbl2_highlight {
	background-color: #DAECF2;
}
.db_tbl2_row1 {
	background-color: #DAECF2;
}
.db_tbl2_row2 {
	background-color: #FFFFFF;
}
.db_tbl2_above2 {
	background-color: #FFFF66;
}
.db_tbl2_below2 {
	background-color: #99FF66;
}
-->

