input {border: 1px solid #00496e; }
textarea {border: 1px solid #00496e; width: 450px; height: 150px; overflow: auto; font-size: 13px; font-family: Arial, Helvetica, sans-serif; }

#WADAPageTitleArea {
	width: 555px;
}
#WADAPageTitleArea div, #WADAPageTitleArea p {
	font-size: 11px;
	padding-bottom: 10px;
}
#WADAPageTitleArea div#WADAPageTitle, #WADAPageTitle {
	font-size: 14px;
	font-weight: bold;
}

.WADAResultsNavigation {
	padding-top: 5px;
	padding-bottom: 10px;
}
.WADAResultsCount {
	font-size: 11px;
}
.WADAResultsNavTop, .WADAResultsInsertButton {
	clear: none;
}
.WADAResultsNavTop {
	width: 60%;
	float: left;
}
.WADAResultsInsertButton {
	width: 30%;
	float: right;
	text-align: right;
}
.WADAResultsNavButtonCell, .WADAResultsInsertButton {
	padding: 2px;
}
.WADAResultsTable {
	font-size: 11px;
	clear: both;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 100%;
}

.WADAResultsTableHeader, .WADAResultsTableCell {
	padding: 3px;
	text-align: left;
}

.WADAResultsTableHeader {
	padding-left: 12px;
	padding-right: 12px;
}

.WADAResultsTableCell {
	padding-left: 14px;
	padding-right: 14px;
}

.WADAResultsTableCell {
	border-left: 1px solid #BABDC2;
}

.WADAResultsEditButtons {
	border-left: 1px solid #BABDC2;
	border-right: 1px solid #BABDC2;
}

.WADAResultsRowDark {
	background-color: #DFE4E9;
}

.WADAResultsContainer {
	margin-left: 30px;
	margin-right: 20px;
}
.WADASearchContainer {
	margin-left: 30px;
	margin-right: 20px;

}
.WADADetailsContainer {
	margin-left: 30px;
	margin-right: 20px;

}
.WADAUpdateContainer {
	margin-left: 30px;
	margin-right: 20px;

}
.textfieldServerError {
  display:inline;
  margin:0px;
  color:#CC3333;
  border: 1px solid #CC3333;
}

.actionButton {
	background-color: #CDE4EC;
	border: 1px solid ##00496E;
	color: #00496E;
}
.actionButton:hover {
	background-color: #00496E;
	color: #CDE4EC;
	border: 1px solid #00496E;
	cursor: pointer;
}