@charset "utf-8";
/* CSS Document */
.plbus-nav {
	width:100%;
	margin-right:auto;
	margin-left:auto;
	font-size: 12px;
	color: #FFF;
	background-color: #6F2774;
	margin-bottom: 10px;
	font-weight: bold;
}
.plbus-nav tr {color:#FFF;
}
.plbus-nav td {
	padding:5px;
	width: 16%;
	border: 1px solid #FFF;
}
.plbus-nav td a:link {
	color: #FFF;
	text-decoration: none;
}
.plbus-nav td a:visited {
	color: #CCC;
}
.plbus-nav td a:hover {
	color: #C6F;

}
.plbus-nav td a:active {color: #CCC;
}
.plb-1 {
	width: 100%;
	background-color: #F0E2DD;
	padding-bottom: 5px;
	padding-top: 5px;
}
 /*.plb-2 {
	width: 100%;
	background-color: #F0E2DD;
	padding-top: 10px;
	padding-bottom: 10px;
}
.plb-3 {
	width: 100%;
	background-color: #BFCCC7;
	padding-top: 10px;
	padding-bottom: 10px;
}
.plb-4 {
	width: 100%;
	background-color: #F0E2DD;
	padding-top: 10px;
	padding-bottom: 10px;
}
.plb-5 {
	width: 100%;
	background-color: #BFCCC7;
	padding-top: 10px;
	padding-bottom: 10px;
} */
.TFtablePLB th {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	background-color: #87318E;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #780151;
	border-left-color: #780151;
}
/* PLB 3-col gallery-table with alternating colour */
	.TFtablePLB{
	border-collapse:collapse;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	}
	.TFtablePLB td{
	border:1px solid #780151;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-size: 12px;
	line-height: 20px;
	color: #470004;

	}
	/* provide some minimal visual accomodation for IE8 and below */
	.TFtablePLB tr{
	background-color: #F9F9F7;
	}
	/* Set first column left */
	.TFtablePLB tr td:nth-child(1) {
	text-align:left;
	vertical-align: middle;
}
	/* Set 2nd column left */
	.TFtablePLB tr td:nth-child(2) {
	text-align:left;
	vertical-align: middle;
	width: 30%;
}
	/* Set 3rd column left */
	.TFtablePLB tr td:nth-child(3) {
	text-align:left;
	vertical-align: middle;
	width: 30%;
}

	/*  Define the background color for all the ODD background rows  */
	.TFtablePLB tr:nth-child(odd){
	background-color: #FFF;
	height: 10px;
	}
	/*  Define the background color for all the EVEN background rows  */
	.TFtablePLB tr:nth-child(even){
	background-color: #F5F5F3;
	}
