/* CSS Document */

.WAATK h1 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #BABDC2;
	margin: 0px 0px 2px 0px;
}

.WAATKDataTable {
	padding-top: 4px;
	padding-bottom: 4px;
}

.WAATKDataTable th {
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	padding: 2px;
	padding-left: 0px;
}

.WAATKDataTable td {
	font-size: 10px;
	padding: 5px;
}

.WAATKButtonRow {
  margin-top: 2px;
  padding-top: 5px;
  border-top: 1px solid #BABDC2;
}

.WAATKTextField {
  /* will affect all input[type=text|password] fields */
}
.picBorder {
	border: 1px solid #DCE7E9;
	padding: 2px;
}
