div.ui-datatable {
	border: none;
	padding: 0;
	margin: 0;
}

.ui-datatable th, .ui-datatable td {
	vertical-align: top;
}

.ui-panelgrid thead .ui-widget-header {
	background: none;
}

.ui-datatable thead th,
.ui-datatable tfoot td {
	border: none;
}

thead tr th, 
.ui-datatable table thead th.ui-state-default {
	background-color: #278CBA;
      background-image: none;
      color: white;
      font-weight: bold;
      border-bottom: 2px solid #81BAC4;
      border-top: 3px solid #81BAC4;
      border-right: none;
      background-image: none;
      padding: 5px 5px 5px 5px;
}

tbody.ui-widget-content,
tr.ui-widget-content {
	border: none;
}

.ui-datatable thead h2,
.ui-datatable thead h4 {
	margin: 0;
	padding: 0;
	color: white;
}

.ui-datatable thead tr:last-child th {
  border-bottom: 1px solid #E2E1DE;
}

.ui-datatable.plain-header th {
	border: none;
}

.ui-datatable td, 
.ui-datatable-data td, 
table.ui-datatable td, 
.ui-datatable .ui-datatable-data td {
	border: none;
	color: black;
}

.ui-datatable .ui-datatable-header, 
.ui-datatable .ui-datatable-footer {
	text-align: inherit;
}

.ui-datatable thead th, 
.ui-datatable tfoot td {
	text-align: inherit;
}

table.plain th {
	background-color:#e9e8e6;
	border-top:solid 1px #ccc;
}

table.plain {
  border: none;
}

table.plain td {
  border: none;
  padding: 3px 2px 3px 2px;
}

table.plainCompact {
  border: none;
}

table.plainCompact td {
  border: none;
  padding: 1px 2px 1px 2px;
}

table th.number, 
table td.number, 
table td.number input, 
table th .number, 
table td .number {
	text-align: right;
}

table th.date, 
table td.date, 
table td.date input, 
table th .date, 
table td .date {
	width: 70px;
}

td.number {
	white-space: nowrap;
}

th .number, td .number {
	float:right;
}

.ui-datatable-footer td {
	font-weight:bold;
}

table.noBorder, 
thead.noBorder, 
table.noBorder td, 
table.noBorder th, 
table.ui-datatable.noBorder, 
table.ui-datatable.noBorder td, 
table.ui-datatable.noBorder th, 
.noBorder .ui-datatable table, 
.noBorder .ui-datatable .ui-datatable-data td, 
.noBorder .ui-datatable th {
	border: none;
}

.ui-datatable thead.plain th {
	background: none !important;
}

table.noMargin, 
table.noMargin td, 
table.noMargin th, 
.noMargin .ui-datatable table, 
.noMargin .ui-datatable .ui-datatable-data td, 
.noMargin .ui-datatable th {
	margin: 0px 0px 0px 0px;
}


table.noPadding, table.noPadding td, table.noPadding th, .noPadding .ui-datatable table, .noPadding .ui-datatable .ui-datatable-data td, .noPadding .ui-datatable th  {
	padding: 0px 0px 0px 0px;
}


table.checkbox {
	border:none;
}


table.checkbox td {
	border:none;
}

table.rowsNoStyle tr:nth-child(2n) {
	background: none !important;
}

table.ui-datatable td.accountTitle {
  width: 130px;
}


table.ui-datatable td.currency {
  width: 30px;
}


table.ui-datatable td.title {
  width: 350px;
}


table.ui-datatable td.number input[type="text"] {
  width: 80px;
}

table.ui-datagrid-data {
	width:auto;
	border:none;
}

div.ui-datagrid-content {
	border: none;
}

table.ui-datagrid-data .ui-datagrid-column {
	border:none;
	vertical-align:top;
	padding-right:30px;
	padding-bottom:30px;
}

table.roundCorner {
	border-radius: 5px;
	overflow: hidden;
}

div.table {
	display: table;
	border-collapse : separate;
	padding-bottom: 10px;
}


div.row {
	display: table-row;
	width: auto;
}


div.cell {
	display: table-cell;
	width: auto;
	padding-right: 20px;
}


tbody .ui-datatable-sortable {
	cursor: auto;
}

thead .ui-datatable-sortable a,
thead .ui-datatable-sortable a:link,
thead .ui-datatable-sortable a:visited {
	color: inherit;
	text-decoration: underline;
}

.ui-sortable-column-icon.ui-icon-carat-2-n-s {
	display: none;
}

.ui-sortable-column-icon.ui-icon-carat-2-n-s.ui-icon-triangle-1-n, .ui-sortable-column-icon.ui-icon-carat-2-n-s.ui-icon-triangle-1-s {
	display: inline-block;
}

table.noshade tr {
	background: none;
}

table.ui-datatable tr.subrow td.sub-title {
    padding-left: 30px;
}

.ui-datatable.vertical-center th {
	vertical-align: middle;
}

table.form.account-selector {
	margin-bottom: 10px;
}

table.form.account-selector td.field {
	padding: 5px 2px 5px 2px;
}

thead th.plain {
	border-radius: 0 !important;
}

#productGroups table > tfoot > tr td, #topUpGroups table > tfoot > tr td {
	background: none !important;
	color: gray !important;
}

table#toolsForm\:toolItems tbody > tr:nth-child(even) {
	background: none !important;
}

#theForm\:eventCategoryGroups table > tfoot > tr td,
#wrapSummaryForm table > tfoot > tr td,
#paymentApplns table > tfoot > tr td,
#confirmSummaryForm table > tfoot > tr td,
#assetSelectionForm table > tfoot > tr td,
#guaranteeSelectionForm table > tfoot > tr td,
#bisaApplns table > tfoot > tr td {
	background: none !important;
	color: gray !important;
}

.ui-dialog .ui-dialog-titlebar {
  font-size: 13px;
  color: gray;
  font-weight: normal;
  background-color: white;
}

div.ui-datatable table th, div.ui-datatable table td,.ui-datatable td, .ui-datatable th {
	padding: 4px 10px;
}

table.form-with-field-descriptions td.group input {
	 float: left;
	 margin-left: 3px;
 }

table.form-with-field-descriptions td.group label {
	margin-left: 215px;
	display: block;
}

table.form-with-field-descriptions td.label {
	vertical-align: top;
}