<!--

/* CSS for TCP Printer-Friendly HTML Documents */

/************************ PRINTABLE / NON-PRINTABLE ************************/
.print_only {
	display: run-in;
	padding: 0;
	margin: 0;
}
.screen_only {
	display: none;
	padding: 0;
	margin: 0;
}

/*************************** PRINT HEADER STYLES ***************************/
.company_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
/************************* 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-weight: bold;
}
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;
	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: 9pt;
	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;
}
.data_tbl {
	font-size: 7pt;
}
.data_tbl_title {
	color: #FFFFFF;
	vertical-align: top;
	font-weight: bold;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 1px;
}
.data_cell {
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
.data_tbl_section_title {
	font-weight: bold;
}
/* 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: #666666;
	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 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;
}
/* 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: 10pt;
	text-indent: -11pt;
}
/* 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 */
.nsp {
	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;
}
/* links for content - small*/
a.body_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
}
/* links for content */
a.body_xsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
}
/* 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 (designed for manual numbering): 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: 11pt;
	margin: 0;
	padding: 0;
	margin-left: 10pt;
	text-indent: -10pt;
	list-style-type: none;
}
/* Unbulleted list item (designed for manual numbering): 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: 11pt;
	padding: 0;
	margin-bottom: 9pt;
	margin-left: 10pt;
	text-indent: -10pt;
	list-style-type: none;
}
/* Unbulleted list item (designed for manual numbering): 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: 11pt;
	margin: 0;
	padding: 0;
	margin-left: 28pt;
	text-indent: -15pt;
	list-style-type: none;
}
/* Unbulleted list item (designed for manual numbering): 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: 11pt;
	margin: 0;
	padding: 0;
	margin-bottom: 9pt;
	margin-left: 28pt;
	text-indent: -15pt;
	list-style-type: none;
}
/* Unbulleted list item (designed for manual numbering): 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: 11pt;
	margin: 0;
	padding: 0;
	margin-left: 50pt;
	text-indent: -22pt;
	list-style-type: none;
}
/* Unbulleted list item (designed for manual numbering): 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: 11pt;
	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: 10pt;
    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 images inside image gallery */
.img_spacing {
	font-size: 50px;
	line-height: 50px;
}
/* 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: #ECF1F7;
}
/* apply to form items e.g. textboxes, input fields */
.form_item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.job_title {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}

/*************************** Database & Service Pages ******************************/
.service_group {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.service_items_cmhd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
}
.service_items_cmmr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
}
.service_items_mice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
}
.list_item {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(assets/TCP_arrow_small.gif);
	margin-left: 40px;
	text-indent: -15px;
}

/***** TCP Research Operations, TCP Facility Operations, & TCP Specialty Resources construction sites *****/
.copyright_rs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF;
	letter-spacing: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 15px;
	text-align: left;
	line-height: 10px;
}
/********************************** 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_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;
}

-->
