.phlist table {
	width: 100%;
	border-width: 0;
	border-collapse: collapse;
}
.phlist td {
	padding: 5px;
}

.phlist .title {
	font-weight: bold;
	color: #000;
	font-size: 20px;
}

.phlist .header {
	background-color: #f4f4f4;
	color: #000;
	font-weight: bold;
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;    
}
.phlist .headerl {
	background-color: #f4f4f4;
	color: #000;
	font-weight: bold;
	border: 1px #999 solid;
	border-right: none;    
}
.phlist .headerr {
	background-color: #f4f4f4;
	color: #000;
	font-weight: bold;
	border: 1px #999 solid;
	border-left: none;    
}

.phlist .label {
	background-color: #f4f4f4;
	color: #000;
	font-weight: bold;
	padding: 0 10px 0 10px;
	width: 20%;
	border-right: 1px #999 solid;
	border-left: 1px #999 solid; 
	text-align: right;   	 
}
.phlist .labeltop {
	background-color: #f4f4f4;
	color: #000;
	font-weight: bold;
	padding: 0 10px 0 10px;
	width: 20%;
	border: 1px #999 solid;
	border-bottom: none;    
}
.phlist .labelbtm {
	background-color: #f4f4f4;
	color: #000;
	font-weight: bold;
	padding: 0 10px 0 10px;
	width: 20%;
	border: 1px #999 solid;
	border-top: none;    
}

.phlist .infor {
	border-right: 1px #999 solid;
}	

.phlist .notes {
	color: #000;
	font-size: 9px;
	border-top: 1px #999 solid;
	vertical-align: bottom;

}

.searchScope {
	background: #990000;
	color: White;
}

.searchInput {
	background: White;
}

.searchMenu {
	color: black;
	font-size: 10px;
}



