/* CSS Document */

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

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

.WAATKDataTable th {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.WAATKDataTable td {
	font-size: 11px;
	padding: 5px;
	vertical-align: middle;
}

.WAATKButtonRow {
	margin-top: 2px;
	padding-top: 5px;
	margin-bottom: 5px;
}

.WAATKTextField {
	border: 1px solid #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	height: 18px;
	padding: 3px;
  /* will affect all input[type=text|password] fields */
}
.WAATKTextareaField {
	border: 1px solid #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	height: 50px;
	padding: 3px;
}
.WAATKListField {
	border: 1px solid #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	height: 25px;
	padding: 3px;
}
