.plaud {
	border-collapse: collapse;
	/* [disabled]border-radius: 1px 1px 1px 1px; */
	height: inherit;
	border: thin solid #CCC;
}
.plaud tr {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
	background:rgba(100,100,100,0.2);
	background:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(100,100,100,0.05)),to(rgba(100,100,100,0.2)));
	background:-webkit-linear-gradient(top,rgba(100,100,100,0.05),rgba(100,100,100,0.2));
	background:-moz-linear-gradient(center top , rgba(100,100,100, 0.05), rgba(100,100,100,0.2)) repeat scroll 0 0;
	background:-o-linear-gradient(top,rgba(100,100,100,0.05),rgba(100,100,100,0.2));background:-ms-linear-gradient(top,rgba(100,100,100,0.05),rgba(100,100,100,0.2));background:linear-gradient(rgba(100,100,100,0.05),rgba(100,100,100,0.2));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#EEEEEE,endColorstr=#E8E8E8);
	height: 23px;
}
.plaud tr:hover {
	background-color: #F8F8F8;
	background-repeat: repeat-x;
	background-image: none;
}
.plaud th {
	text-align: left;
	border-collapse: collapse;
	/* [disabled]border-radius: 1px 1px 1px 1px; */
	height: inherit;
	border: thin solid #CCC;
	padding-left: 5px;
	vertical-align: middle;
}
.plaud td {
	text-align: center;
	vertical-align: middle;
	border: thin solid #CCC;
}
.plaud td:hover {
	color: #666;
	/*background-color: #666;*/
	cursor: default;
}
.plaud a {
	/* [disabled]color: #666; */
	cursor: hand;
	/*text-decoration: none;*/
}
.plaud a:hover {
	color: #666;
	/*background-color: #666;*/
	cursor: hand;
}