@charset "utf-8";
/* CSS Document */

.ui-logger-table {
	width:100%;
	color:#000;
	font-size:13.5px;
}
.ui-logger-entry {
	margin-bottom:5px;
	height:35px;	
}
	.ui-logger-table-index {
		width:5%;
	}
	.ui-logger-table-user {
		width:25%;
	}
	.ui-logger-table-action {
		width:35%;
	}
	.ui-logger-table-timestamp {
		width:45%;
	}
	.ui-logger-row {
		width:100%;
		cursor:pointer;
		background-color:#CCC;
		padding: 5px;
	}
	.ui-logger-clear-but {
		width:200px;
		margin-top: 30px;	
		margin-left: 30px;
		cursor:pointer;
		height: 30px;
	}

	.ui-logger-row-over {
		width:100%;
		cursor:pointer;
		background-color:#4a77bb;
		padding: 5px;
		color:#FFF;
	}
		.ui-logger-row-over table {
			color:#FFF;	
		}
		
	.ui-logger-table-entry {
		width: 25%;	
	}
	.ui-logger-table-value {
		width: 75%;	
	}