.wats_loading {
	background: url('../img/indicator.gif') left center no-repeat;
        margin-left:10px;
        padding-left:20px;
}

.wats_stop_loading {
        margin-left:10px;
        padding-left:20px;
}

.editable {
	background: url('../img/modify.png') right center no-repeat;
}

.editableaccept {
	background: url('../img/accept.png') right center no-repeat;
}

li.wats {
	margin-left:10px;
}

.alternate {
	background-color:#edfbfc;
}

.wats_table {
	border-color: #dfdfdf;
	border-width: 1px;
	border-style: solid;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	clear: both;
}

.wats_table * {
	word-wrap: break-word;
}

.wats_table td,
.wats_table th {
	border-color: #dfdfdf;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 11px;
	vertical-align: text-top;
}

.wats_table td {
	padding: 3px 5px;
	vertical-align: top;
}

.wats_table th {
	text-align: left;
	line-height: 1.3em;
	text-shadow: rgba(255,255,255,0.8) 0 1px 0;
}

.wats_table thead tr th,
.wats_table tfoot tr th {
	color: #333;
	background: #dfdfdf url(../img/blue-grad.png) repeat-x scroll left top;
}