.pgtigerprofiler-published-hint, .pgtigerprofiler-published-hint *,
.pgtigerprofiler-not-published-hint, .pgtigerprofiler-not-published-hint * {
	font-weight: bold;
}
.pgtigerprofiler-published-hint, .pgtigerprofiler-published-hint * {
	color: #00780D;
}

.pgtigerprofiler-not-published-hint, .pgtigerprofiler-not-published-hint * {
	color: #D4000F;
}

p.pgtigerprofiler-published-hint {
	border: 1px solid 	#00780D;
}

p.pgtigerprofiler-not-published-hint {
	border: 1px solid 	#D4000F;
}

div.pgtigerprofiler-ministatus {
	border-bottom: 1px dotted #999999;
	margin-bottom: 0.5em;
}
div.pgtigerprofiler-ministatus-publish-warning {
	border: 2px solid #D4000F;	
	text-align: center;
	margin: 0 0 0.5em 0;
	padding: 0.3em 0.1em;
}

div.pgtigerprofiler-ministatus-publish-warning, div.pgtigerprofiler-ministatus-publish-warning * {
	font-weight: bold;
	font-size: 12pt;
	color: #D4000F;
	
}