@charset "utf-8";
/* CSS Document */

.pphbutton2 {
	background-color: #c3dbbd;
	height: 30px; 
	width: 175px;
	border: 5px;
	color: white;
	border-style: solid;
}
.pphbutton {
  background-color: #c3dbbd;
  border: none;
  color: red;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}
.pphform {
	background-color: #CFD1C7;
	width: 100%;
}

.pphtable {
	border: 1px solid black;
	margin: 2px;
	background-color: #66C;
	width: 100%;
	padding: 1px;
}

th {
	background-color: #A2C4C0;
	font-size: 14pt;
	font-weight: bold;
	color: #000;
}
td {
	background-color: #FFF;
	border: 1px solid black;
}
.gu-logo {
	position: absolute;
	height: 100px;
	width: 300px;
	left: 50px;
	top: 0px;
	
 
}
.pphtableNoBorder {
	border: thin none #CCCCCC;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	width:100%; 
	text-align: left;
}
.pph_form_name {
	position: absolute;
	top: 15px;
	right: auto;
	font-size: 24px;
	left: 341px;
	width: 318px;
	height: 19px;
}

.pph_info {
	position: absolute;
	top: 135px;
	right: auto;
	left: 10px;
}

.LogOut {
	font-weight: bold;
	color: #FF0000;
}
.login {
	position: absolute;
	width: 150px;
	left: 500px;
}

label {
	font-weight: bold;
}
.pph-div {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color: #36F;
	width: 1000px;
	position: relative;
	display: none;
}
.pph-div2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	width: 1000px;
	position: absolute;
	top: 225px;
	background-color: #CCCCCC;
}
.pphdocs {
	color: #90C;
	position: absolute;
	left: 100px;
}
.comments   {
	width: 500px;
	color: #000;
	overflow: scroll;
}
.EXP {
	vertical-align: top;
	height:auto !important;
}
.list {
	display:none;
	height:auto;
	margin:0;
	float: left;
}
.show {
	display: none;
}
.hide:target + .show{
	display: inline;
}
.hide:target {
	display: none;
}
.hide:target ~ .list {
    display:inline; 
}

/*style the (+) and (-) */
.hide, .show {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 1px 0 #666;
    text-align: center;
    text-decoration: none;
    box-shadow: 1px 1px 2px #000;
    background: #cccbbb;
    opacity: .95;
    margin-right: 0;
    float: left;
    margin-bottom: 25px;
}

.hide:hover, .show:hover {
    color: #eee;
    text-shadow: 0 0 1px #666;
    text-decoration: none;
    box-shadow: 0 0 4px #222 inset;
    opacity: 1;
    margin-bottom: 25px;
}

.list p{
    height:auto;
    margin:0;
}
.question {
    float: left;
    height: auto;
    width: 90%;
    line-height: 20px;
    padding-left: 20px;
    margin-bottom: 25px;
    font-style: italic;
}
pphbody {background-color: #92b68b;}
#noteloc {position: absolute; visibility: visible; left: 20px; top:300px; z-index:20;}