/* CSS Document */

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

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

.WAATKDataTable th {
  text-align: right;
  padding-left: 28px;
}

.WAATKDataTable td {
}

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

.WAATKTextField {
	margin-bottom: 10px;
	display: block;
	border: 1px none #85b1de;
	width: 235px;
	background-image: url(../../images/inputBG.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	height: 32px;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	background-attachment: scroll;}
