@page {
	size: 8.5in 11in;
	margin: 0.5in;
	
}

h3 {
	break-after: avoid;
}

html {
	position:relative;
}

body {
	position:relative;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	width:8.5in;
	margin-left:1in;
	margin-right:1in;
	/*margin-left:auto;
	margin-right:auto;
	border-left:1px solid gray;
	border-right:1px solid gray;*/
}
body a:link{
	color:black;
}
body a:active{
	color:#0489d0;
}
body a:visited{
	color:black;
}
body a:hover{
	color:#0489d0;
}

table {
	font-size: 10pt;
}

table tr {
  background-color: transparent;
}

div#noprintheader {
  margin:0;
  border:0;
  padding:0;
  display:block;
}


div#printheader {
  margin:0;
  border:0;
  padding:0;
  display:none;
}

div#clicktoprint {
  position:absolute;
  right:10px;
  top:5px;
  display:inline;
  cursor:pointer;
}

div#clicktoprint:hover {
  color:#0489d0;
}

a {
	color: white;
	text-decoration: none;
}

a.tanback {
	color: #0489d0;
	text-decoration: none;
}

a.tanback:hover{
	color:black;
	cursor: pointer;
}

/*
ul {
	width:8.5in;
}
*/
ul  a.nav{
	background-color: #0489d0;
	color: white;
	font-size: 10pt;
	padding: 3px 10px;
	border-right: 8px solid white;
	cursor: hand;
	border-radius: 4px;
}

ul  a.nav:link {
	background-color: #0489d0;
	color: white;
}

ul a.nav:visited {
	background-color: #0489d0;
	color: white;
}

ul a.nav:hover {
	color: black;
	border-right: 8px solid black;
	cursor: pointer;
}

li.nav {
	display:inline;
	list-style-type:none;
	//padding-right:20px;
}

.spanstyle {
  cursor: pointer;
  color: black;
}

.spanstyle1 {
  cursor: pointer;
  position:absolute;
  bottom:0;
  left:0;
  width:200px;
  text-align:center;
  height:28px;
  padding-top:2px;
}

.spanstyle2 {
  position:absolute;
  bottom:0;
  left:202px;
  width:200px;
  text-align:center;
  height:28px;
  padding-top:2px;
  cursor: pointer;
}

.spanstyle3 {
  position:absolute;
  bottom:0;
  left:404px;
  width:200px;
  text-align:center;
  height:28px;
  padding-top:2px;
  cursor: pointer;
}

#idletab {
  color:#0489d0;
  //background-image:url(idletab.jpg);
  border: 3px solid #0489d0;
  border-bottom: 0px;
  border-radius: 20px 20px 0px 0px;
}

#idletab:hover {
  color:black;
  cursor: pointer;
}

#currenttab {
  color:white;
  //background-image:url(currenttab.jpg);
  background-color: #0489d0;
  border: 2px solid #0489d0;
  //border-bottom: 0px;
  border-radius: 20px 20px 0px 0px;
 }

#currenttab:hover {
  color:black;
  cursor: pointer;
}

.checklistTable {
  width:7in;
  margin-left:auto;
  margin-right:auto;
  border-spacing:0px;
}

.checklistTable > tbody > tr:nth-child(2n+3) {
  background-color: #f8f8f8;
}

.checklistTable > tbody > tr:nth-child(even) {
  background-color: white;
}

.checklistTable > tbody > tr:hover {
  background-color: #ededed;
}

.container {
  margin-left:auto;
  margin-right:auto;
}

td.header {
  background-color:#0489d0;
  color:white;
  padding-left:10px;
}

tr.projectdata:hover {
  background-color:#ededed;
}

tr.projectdata {
  font-size:9pt;
}

div.tinydiv1 {
    width:60px;
    text-align:right;
    float:left;
}

div.tinydiv2 {
    display:inline;
    margin-left:3px;
}

td.consultantcells:hover {
  cursor: pointer;
}

.moneycell {
  text-align:right;
}

tr.consultantrow:hover {
  background-color:#ededed;
}

.nobottom {
	margin-bottom:2px;
	padding-bottom:2px;
}

button {
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}

.mtg-subcat {
	page-break-inside: avoid;
	widows: 3;
	orphans: 3;
}

.mtg-footer {
	page-break-inside: avoid;
}

.mtg-category {
	widows: 5;
	orphans: 5;
	page-break-after: avoid;
}

table.subtotals {
  border: none;
  border-collapse: collapse;
  width: 100%;
}

table.subtotals > tbody > tr, table.subtotals > tbody > tr:nth-child() {
  background-color: transparent;
}

table.subtotals > tbody > tr td {
  text-align: left;
}

table.subtotals > tbody > tr.total {
  border-top: 1px solid #eee;
}

table.subtotals > tbody > tr td.dollars {
  text-align: right;
}

.contractamount {
  position: relative;
  display: inline-block;
  text-align: right;
  width: 90%;
}

.contractamount .popup {
  visibility: hidden;
  width: 300px;
  background-color: #555;
  color: #eee;
  text-align: right;
  border-radius: 6px;
  padding: 8px 16px 8px 8px;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 115%;
  box-shadow: 5px 5px 8px 3px #bbb;
}

.contractamount .popup::after {
  content: "";
  position: absolute;
  top: 12px;
  right:100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #555 transparent transparent;
}

.contractamount:hover .popup {
  visibility: visible;
}


/* RW ADDED 2018-03-28 FOR THE PMP ADMINISTRATION PAGE */


table.pmpTable {
  border: none;
  border-collapse: collapse;
  /*width: 100%;*/
  font-size:8pt;
}

table.pmpTable > tbody > tr, table.pmpTable > tbody > tr:nth-child() {
  background-color: transparent;
}

table.pmpTable > tbody > tr td {
  text-align: left;
}

table.pmpTable > tbody > tr td.checked, tr td.initials, tr td.date {
  text-align:center;
}


.pmp {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 80%;
}

.pmp .pmpPopupLeft {
  visibility: hidden;
  width: 600px;
  background-color: #eee;
  color: #555;
  text-align: right;
  border-radius: 6px;
  padding: 8px 16px 8px 8px;
  position: absolute;
  z-index: 1;
  top: 25px;
  left: -27px;
  box-shadow: 3px 3px 8px 5px rgba(18,18,18,0.5);
}

.pmp .pmpPopupLeft::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 80px;
  margin-top: 0px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #eee transparent;
}

.pmp .pmpPopupRight {
  visibility: hidden;
  width: 600px;
  background-color: #eee;
  color: #555;
  text-align: right;
  border-radius: 6px;
  padding: 8px 16px 8px 8px;
  position: absolute;
  z-index: 1;
  top: 25px;
  right: -27px;
  box-shadow: 3px 3px 8px 5px rgba(18,18,18,0.5);
}

.pmp .pmpPopupRight::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 80px;
  margin-top: 0px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #eee transparent;
}

.pmp:hover .pmpPopupLeft {
  visibility: visible;
}

.pmp:hover .pmpPopupRight {
  visibility: visible;
}
