/* SWIC data table styles based on WADA styles. Used to provide consistency for other tables */

.SWICResultsContainer {
	margin: 20px 0 0;
	font-family: Arial, Helvetica, sans-serif;
}
.SWICDataTable2,
.SWICDataTable {
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	border-right: 1px solid #BABDC2;
	border-bottom: 1px solid #BABDC2;
	margin-bottom: 10px;
}
.SWICDataTable2 {
	font-size: 0.85em;
}
.SWICDataTableHeader,
.SWICDataTable2 th,
.SWICDataTable th {
	font-weight: bold;
	text-align: left;
	padding: 5px;
	border-top: 1px solid #BABDC2;
	border-bottom: 1px solid #BABDC2;
	border-left: 1px solid #BABDC2;

}
.SWICDataTable th.required,
.SWICDataTable table th.required {
	font-weight: bold;
}

.SWICDataTableCell {
	padding: 5px;

}

.SWICDataNavButtonCell {
  padding: 2px;
}

.SWICHeaderText, .SWICHeader {
	font-size: 1.1em;
	font-weight: bold;
}

.SWICButtonRow {
  padding-top: 5px;
}

.SWICNoResultsMessage, .SWICMessage {
	font-size: 0.8em;
}

.SWICHeader {
	font-size: 0.8em;
	padding-bottom: 10px;
}


.SWICButton_Table {
  height: 17px;
}

.SWICDataTableCell{
}

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

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

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

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

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

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

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

.SWICResultsNavigation {
	padding-top: 5px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
}
.SWICResultsNavTable {
	text-align: center;
}
.SWICResultsCount {
	font-size: 11px;
	float: left;
	width: 40%;
	text-align: left;
}
.SWICResultsNavBottom,
.SWICResultsNavTop, 
.SWICResultsInsertButton {
	clear: none;
}
.SWICResultsNavBottom,
.SWICResultsNavTop {
	width: 150px;
	float: right;
}
.SWICResultsInsertButton {
	width: 30%;
	float: right;
	text-align: right;
}
.SWICResultsNavButtonCell, .SWICResultsInsertButton {
	padding: 2px;
}
.SWICResultsNavButtonCell {
	width: 25px;
}
.SWICResultsTable {
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 1px;
/*	width: 95%;*/
	clear: none;
	float: left;
}

.SWICResultsTableHeader, .SWICResultsTableCell {
	padding: 3px;
	text-align: left;
}
.SWICDataTable2 .SWICResultsTableHeader, 
.SWICDataTable2 .SWICResultsTableCell {
	padding: 3px;
	text-align: left;
}

.SWICResultsTableHeader {
}
.SWICDataTable2 .SWICResultsTableHeader {
	border-left: 1px solid #BABDC2;
	border-top: 1px solid #BABDC2;
}

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

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

.SWICDataTable2 .SWICResultsTableCell {
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	border-left: 1px solid #BABDC2;
	border-top: 1px solid #BABDC2;
}


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

.SWICResultsRowDark {
	background-color: #DFE4E9;
}

/* added by maj */
.SWICDataTableCell ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.SWICDataTableCell ul li {
	list-style-type: none;
}
.even {
	background-color: #FFF;
}
.odd {
	background-color: #EBEAF4;
}
