body {
  font-family: 'Quicksand', sans-serif;
  background-color: #FFFFFF;
}

.styleTableHeader {  width: 100%;
	}
	
.styleTable { border-collapse: separate; 
	border-left-style: none;  border-left-width: 0px; border-right-style: none; border-right-width: 0px; 
	}
.styleTable TD { font-weight: normal !important; padding: .4em; border-top-width: 0px !important; 
	border-left-style: none;  border-left-width: 0px; border-right-style: none; border-right-width: 0px; 
	}
.styleTable TH { text-align: center; padding: .8em .4em; }
.styleTable TD.first, .styleTable TH.first { border-left-width: 0px !important; }

.styleTableList { border-collapse: separate; 
	border-left-style: none;  border-left-width: 0px; border-right-style: none; border-right-width: 0px; 
	}
.styleTableList TD { font-weight: normal !important; padding: .4em; border-top-width: 0px !important; 
	border-left-style: none;  border-left-width: 0px; border-right-style: none; border-right-width: 0px; 
	}
.styleTableList TH { text-align: center; padding: .8em .4em; }
.styleTableList TD.first, .styleTableList TH.first { border-left-width: 0px !important; }

.ui-tableList-odd {
	border: 1px solid #a6c9e2;
	background: #fcfdfd;
	color: #222222;
}
.ui-tableList-even {
	border: 1px solid #a6c9e2;
	background: #f8fcfd;
	color: #222222;
}

.styleTableForm { border-collapse: separate; 
	border: 1px solid #a6c9e2;
}
.styleTableForm TD { font-weight: normal !important; padding: .4em; border-top-width: 0px !important; 
	border-left-style: none;  border-left-width: 0px; border-right-style: none; border-right-width: 0px; 
	}
.styleTableForm TH { text-align: center; padding: .8em .4em; }
.styleTableForm TD.first, .styleTableForm TH.first { border-left-width: 0px !important; }

.ui-tableForm-odd {
	border: 1px solid #a6c9e2;
	background: #fcfdfd;
	color: #222222;
}
.ui-tableForm-even {
	border: 1px solid #a6c9e2;
	background: #f8fcfd;
	color: #222222;
}
