/* 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: bold;
  text-align: right;
  padding: 5px;
  padding-left: 28px;
}

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

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

.WAATKTextField {
  /* will affect all input[type=text|password] fields */
}

span.required {
	color: #FF0000;
	font-size: large;
	font-weight: bolder;
}

div#errors {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	border: #FC6 1px solid;
	background-color: #FFC;
}

div#errors h3 {
	color: #C00;
	font-style: normal;
	font-weight: bold;
	margin-top: 0;
}

div#errors ul {
	list-style: disc;
}

.error {
	background-color: #FFFF66;
}
	