
table.table1 .name
{
	color: #000000;
	text-align: left;
}


img.grayout{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;
filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
opacity: 0.3;
}

.progressbars-outer {
	width: 100%;
	height: 14px;
	padding: 1px;
	border: solid 1px #A4B3BF;
	border-radius: 3px;
	margin: -8px 0 8px 0;
}

.progressbars-inner {
	width: 0;
	height: 100%;
	border: 0;
	border-radius: 3px;
	background-image: url('images/stripes.png');
	background-repeat: repeat;
	display: inline-block;
}

.progressbars-normal-bar {
	background-color: #32cd32;
}

.progressbars-danger-bar {
	background-color: #f08080;
}

.rtl .pmbars-outer {
	text-align: right;
}


.icon-pointshop {
	content: '\f07a';
}

