.PSHidden {
	display:none;
}
.PSNotReallyHide td {
	opacity:0.5;
	background-color:#ff0000;
	text-decoration:line-through;	
}

.PSBolder td {
	font-weight: bold;
}

div.PSActions {
	position:absolute;
	top:0;
	left:0;
	white-space: nowrap;
}

.PSTable td {
	position:relative;
}
.PSCanEdit {
	padding:5px 5px 2px 5px;
	border-top:1px dashed #64ad45;
	border-right:1px dashed #64ad45;
	border-left:1px dashed #64ad45;
	background: #cddc39;
	height:40px;
	border-radius:5px 5px 0 0 ;
	white-space: nowrap;
	position:relative;
}
.PSCanEdit div.buttons {
	float:right;
}

tr.PSTooltip>td:first-child {
	background-image:url("../img/tooltip-small.png");
	background-repeat:no-repeat;
	background-position: right 5px center;
}