/* CSS Document */

.WAATK {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;	
	/*border-bottom: solid 1px #BABDC2;*/	
}
.WAATK h1 {
  font-family:Georgia, "Times New Roman", Times, serif;		
  font-size: 1.4em;
  /*font-weight: bold;*/
  border-bottom: 1px solid #BABDC2;
  margin: 0 0 8px 0;
  padding-bottom:10px;
}

.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 */
}
.WAATK input[type="submit"] , #loginbtn input[type="reset"] {
	width:10em;
	padding:0;
	border:solid 1px #CCC;
	border-bottom:2px solid #333;
	border-right:2px solid #333;
	margin: 0 0 10px 280px;
	background-color:#F3F3F3;
}
.WAATK input[type="submit"]:hover , #loginbtn input[type="reset"]:hover{
	color: #990000;
	font-style:normal;
	border:solid 2px #333;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;	
	margin-bottom: 11px ;	/* this prevents the overall margin changing due to the border changes on hover*/
}
