/* CSS Document */
.WADAClearRight {
	margin: 0px;
	padding: 0px;
	height: 0px;
	clear: right;
}
.WADAClearLeft {
	margin: 0px;
	padding: 0px;
	height: 0px;
	clear: left;
}
.WADAClearBoth {
	margin: 0px;
	padding: 0px;
	height: 0px;
	clear: both;
}


.WADAHorizLine {
  height: 1px;
  background-image: url(../images/Pacifica/Refined_hline.gif);
  background-repeat: repeat-x;
}

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

.WADADataTableHeader,
.WADADataTable th {
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	padding: 5px;
}
.WADADataTable th.required,
.WADADataTable table th.required {
	font-weight: bold;
}

.WADADataTableCell {
	font-size: 11px;
	padding: 5px;

}

.WADADataNavButtonCell {
  padding: 2px;
}

.WADAHeaderText, .WADAHeader {
	font-size: 12px;
	font-weight: bold;
}

.WADAButtonRow {
  padding-top: 5px;
}

.WADANoResultsMessage, .WADAMessage {
	font-size: 11px;
}

.WADAHeader {
	font-size: 12px;
	padding-bottom: 10px;
}


.WADAButton_Table {
  height: 17px;
}

.WADADataTableCell{
	font-size: 11px;
}

#WADADeleteForm{
	padding:0px;
	margin:0px;
}

#WADADeleteForm #Delete{
	vertical-align:middle;
}

.WADAButton_Left {
  width: 3px;
  height: 17px;
  background-image: url(../images/Pacifica/Refined_lg-cap-L.gif);
	background-repeat: no-repeat;
}

.WADAButton_Right {
  width: 3px;
  height: 17px;
  background-image: url(../images/Pacifica/Refined_lg-cap-R.gif);
	background-repeat: no-repeat;
}

.WADAButton_Middle {
  vertical-align: middle; 
  height: 17px;
	text-align: center;
  background-image: url(../images/Pacifica/Refined_lg-BG.gif);
	background-repeat: repeat-x;
}

.WADATextButton {
  vertical-align: middle;
  padding-left: 6px;
  padding-right: 6px;
	font-size: 11px;
}

.WADAButton_Middle a {
  color: #003366;
	text-decoration: none;
}

.WADAResultsNavigation {
	padding-top: 5px;
	padding-bottom: 10px;
	float: left;
}
.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;
	padding-top: 1px;
	padding-bottom: 1px;
/*	width: 95%;*/
	clear: none;
	float: left;
}

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

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

.WADAResultsTableCell {
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
}

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

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

.WADAResultsRowDark {
	background-color: #DFE4E9;
}

/* added by maj */
.WADADataTableCell ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.WADADataTableCell ul li {
	list-style-type: none;
}

