﻿/* ============================================================
    PRINT styling
============================================================ */



/* do not print top & bottom menu, back-to-top tabs, print & search bar, audio players */

#top-menu-wrapper, .back2top-left, .back2top-right, .back2top-container-bottom, #print-search, #bottom-menu-wrapper,.audio-container, #page-container
.noprint 
{display: none !Important
}


.main-content {
	width:100%;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding: 0; 
	border: 0;
}


#masthead-outside{
	display:table; 
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 22px;
	background-color: white; 
	padding-top: 0;
	padding-bottom: 0;
	border:0;
	width:100%;
	border-bottom: 1px solid black;
 }

/* =======================  reduce font sizes ======================== */

body {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	font-family: Georgia, serif;
	color: black;
	font-size: 11pt;
	font-weight: normal;
	line-height: normal;
	text-align:justify;
	float: none;               /* TBC TBC TBC TBC TBC TBC TBC*/
}

img {
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
}

tr, td, th {page-break-inside:avoid}  /* Browser will TRY to avoid spanning content within across a page */

thead {display:table-header-group}    /* Repeat table headers when table spans a page */

/* section-heading styling */

h1 {
	font-size: 12pt;
	font-weight: bold;
	color: black;
	text-align: left;
	text-transform: uppercase;
	line-height: normal;
	padding-top:0.125em; /* 4px/16=0.25em */
	margin-top: 0.25em;  /* 8px/16=0.5em */
	margin-bottom: 0.75em;
	border-top-style: solid;
	border-top-color: blue;
    border-top-width:1px;
 }



/* caption formatting # 1*/

h2 {
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	color: #800080;
	line-height: normal;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
 }

h2.left {
	font-size: 11pt;	font-weight: bold;
	font-style: italic;
	color: #800080;       /* purple; original: maroon #800000  */
	line-height: normal;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
 }


/* caption formatting #2 */

h3 {
	font-size: 11pt;
	font-weight: normal;
	font-style: italic;
	color: #800080;
	text-align: center;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 1em;
 }

/* section-heading styling - without blue line */

h4 {
	font-size: 12pt;
	font-weight: bold;
	color: black;
	text-align: left;
	text-transform: uppercase;
	line-height: normal;
	padding-top:0.25em; /* 4px/16=0.25em */
	margin-top: 0.5em;  /* 8px/16=0.5em */
	margin-bottom: 1em;
 }


/* header formatting for audio & video players */

h5 {
	font-size: 12pt;
	font-weight: bold;
	color: black;
	text-align: left;
	text-transform: uppercase;
	line-height: normal;
	padding-top:0em;
	padding-bottom:0.25em; 
	margin-top: 0em; 
	margin-bottom: 0.1em;
	border-top-style: solid;
	border-top-color: blue;
    border-top-width:1px;
 }


/* paragraph formatting */

p {
	font-family: Georgia, serif;  
	font-size: 11pt;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 1.0em;
}


#ref-table {
    font-family: Georgia, serif;
    line-height: normal;
    display: block;
    width: 95%;
    border-collapse: collapse;  /* single border between cells */
    text-align:left;
    font-weight:normal;
    margin-left:auto;
    margin-right: auto;
}


td.col1-red {
	background-image: url(../img-ant/redball.gif);   /* url is relative to location of this style sheet */
	background-repeat: no-repeat;
	background-position: 0.5em 0.25em;    /* w.r.t. left and top; 8/16px=0.5em  4/16px=0.25em */
	white-space: nowrap;
	font-weight: bold;
	width: 2.5em;                  /* 40/16px=2.5em  */
	padding-right: 0.5em;          /* 8/16px=0.5em  */
	padding-left: 1.625em;         /* 26/16px=0.625em  */
	vertical-align: top;
}


td.col1-blue {
	background-image: url(../img-ant/blueball.GIF);   /* url is relative to location of this style sheet */
	background-repeat: no-repeat;
	background-position: 0.5em 0.25em;    /* w.r.t. left and top; 8/16px=0.5em  4/16px=0.25em */
	white-space: nowrap;
	font-weight: bold;
	width: 2.5em;                  /* 40/16px=2.5em  */
	padding-right: 0.5em;          /* 8/16px=0.5em  */
	padding-left: 1.625em;         /* 26/16px=1.625em  */
	vertical-align: top;
}


#patent-table th {
	font-size: 0.75em; /* 12px/16=0.75em */
    font-weight: bold;
    text-align: center;
    border: 1px solid blue;
    padding: 0.3125em;   /* 5px/16=0.3125em */   /* top right bottom left  */
    color: white;
    background-color: #A9A9A9;     /* DarkGray  */
}


#patent-table td {
	font-size: 0.6875em; /* 11px/16=0.6875em */
    padding: 0.25em;   /* 4px/16=0.25em */   /* top right bottom left  */
    border: 1px solid blue;
    text-align: center;
}    
    
.video-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width:750px;
}


.video-unit {
    margin: 0 auto 0 auto;
    background-color: #E0E0E0;      /*  Grey    */
    padding: 0.5em 0.5em 0.25em 0.5em; /* 8/16px=0.5em */
}


.video-unit video {
    width: 100%;
    height:auto
}
   
ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display:block;
}

li { 
    padding-left: 1em; 
    text-indent: -0.7em;
}

li:before {
    content: "■ ";
    color: red;
}

#ref-table {
    display: block;
    width: 100%;
    text-align:left;
    font-weight:normal;
    margin-left:0;
}


td.col1-red {
	white-space: nowrap;
	font-weight: bold;
	width: 8em;                  /* 40/16px=2.5em  */
	vertical-align: top;
	padding-left:-5em;
}
