.searchTable {
	width: 100%;
	background-color: white;
	border: 1px solid black;
}

.searchTable td {
	border: 1px solid #CCCCCC;
}


.PTable {
	
}

.PTable table {
	border-collapse: collapse;
	border-color: #8ab0ea;
}

.PTable th {
	text-align: left;
	border: 1px solid #8ab0ea;
	
	background: #c6d9f6;
	padding: 3px 10px;
}

.PTable td {
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 10px;
	background: white;
	text-align: left;
}

.PTable td:first-child {
	border-left: 1px solid #8ab0ea;
}

.PTable td:last-child {
	border-right: 1px solid #8ab0ea;
}

.PTable td+td {
		
}

.RedText {
	color: red;	
}

.GreenText {
	color: green;
}



.section {
	float: left;
	padding: 2px 5px;
	width: 98%;
}

.tableCell {
	float: left;
	border: 1px solid #a0a0a0;
	margin-bottom: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 99%;
}

.cell1 {
	width: 25%;
	float: left;
}

.cell2 {
	width: 35%;
	float: left;
}

.cell3 {
	width: 35%;
	float: left;
}

.cell02 {
	width: 74%;
	float: left;
	overflow: hidden;
}
.cell02 .formText {
	border: 2px solid black;
	font-size: 12px;
	color: rgb(60, 70, 80);
	font-weight: bold;
}

.cell03 {
	width: 1%;
	float: left;
}


.visibilityCell1 {
	width: 130px;
	float: left;
}

.visibilityCell2 {
	width: 240px;
	float: left;
}

.visibilityCell3 {
	width: 300px;
	float: left;
}






