.ºtable{
}
	.ºtable table{
		background: #FFF;
		border-radius: 4px;
		overflow: hidden;
	}
	.ºtable td{
		cursor: default;
		font-weight: normal;
		vertical-align: middle;
	}
	.ºtable thead td{
		padding: 4px 10px 0 0;
		background: #999 url(../pictures/noise.png);
		color: #FFF;
		line-height: 20px;
		font-size: 11px;
		white-space: nowrap;
	}
		.ºtable thead td:empty{
			padding-top: 0;
		}
		.ºtable thead td.sortable{
			padding-left: 5px;
			cursor: pointer;
		}	
			.ºtable thead td.sortable:hover{
				background-color: #777;
			}
		.ºtable thead td .arrow{
			padding-left: 5px;
			padding-right: 5px;
		}		
	
	.ºtable thead .header td{
		padding-top: 2px;
		background: #777 url(../pictures/noise.png);
		font-size: 13px;
		text-transform: uppercase;
		font-weight: 400;
		line-height: 22px;
	}
	
	.ºtable tbody td{
		padding: 2px 5px;
		height: 20px;
		color: #777;
	}

		.ºtable td:first-child{
			padding-left: 10px;
		}	
		
		.ºtable tr.even td{
			background: #EEE url(../pictures/noise.png);
		}
		.ºtable tr.space td{
			height: 10px; 
		}
	
	.ºtable .pagination{
		display: flex;
		margin-top: 15px;
		justify-content: center;
		flex-wrap: wrap;
	}
		.ºtable .pagination .page{
			margin: 0 2px 5px;
			padding: 5px 10px;
			background: #FFF;
			text-decoration: none;
			color: #777;		
			border-radius: 4px;	
			box-shadow: rgba(0, 0, 0, .1) 1px 1px 1px;
		}
			.ºtable .pagination .page:hover{
				background: #79BC28 url(../pictures/noise.png);
				color: #FFF;
			}
		
			.ºtable .pagination .page.current{
				background: #EEE url(../pictures/noise.png);
				color: #777;
			}
		
	.ºtable.clickable tbody tr:hover td{
		background: #79BC28 url(../pictures/noise.png);
		color: #FFF;
		cursor: pointer;
	}
	.ºtable.clickable tbody tr:hover td *{
		color: #FFF;
	}	

.ºtable:not(.form) .ºtextbox .txt_border {
	border: transparent;
	background: gainsboro;
}
.ºtable.form tbody tr:first-child td{
	padding-top: 5px;
}
.ºtable.form tbody tr:last-child td{
	padding-bottom: 5px;
}

	.ºtable.log tbody td{
		padding: 5px 5px;
		line-height: 16px;
		height: auto;
		vertical-align: top;
	}
	.ºtable.log tbody td.control{
		padding: 2px 5px;
	}
	.ºtable.log tbody td:nth-child(5){
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		max-width: 0;
	}

		.ºtable.log tbody td .ºicon_font{
			top: 3px;
		}
		.ºtable.log tbody .bold{
			color: #555;
		}
.ºtable.padding{
	background: #FFF;
	border-radius: 4px;
	overflow: hidden;
}

.ºtable.color td{
	color: #FFF;
}
	.ºtable.color tr.even td{
		background-color: rgba(0, 0, 0, .125);
	}
	.ºtable.color.gray td{
		background: #FFF;
		color: #777;
	}
	.ºtable.color.green table{
		background: #6B6;
	}
	.ºtable.color.red table{
		background: #D66;
	}