<!--CASPIO WD_Corporate_v4 -->
.cbResultSetOuterTable
{
	/*Results Page Outer Table Attributes*/
	width: 100%;
}
.cbResultSetTable
{
	/*Results Page Table Attributes*/
	border-collapse: collapse;
	width: 100%;
	margin: 0px;
	border-color: #bfbfbf;
	border-style: solid;
	border-width: 1px;
}
.cbResultSetTableCellspacing
{
	border-spacing:0px;
}
.cbResultSetTableHeader
{
	/*Results Page Table Header Attributes*/
	background-color: #B39964;
	border-bottom: 2px solid #B39964;
}
.cbResultSetTableHeader_hover
{
	/*Results Page Table Header Hover Attributes*/
	background-color: #B39964;
}
.cbResultSetHeaderCell
{
	/*Results Page Table Header Cell Attributes*/
	text-align: left;
	vertical-align: bottom;
	padding: 10px;
	white-space: normal;
	border-bottom: 2px solid #B39964;
}
.cbResultSetHeaderCellNumberDate
{
	/*Results Page Table Header Cell Attributes*/
	text-align: left;
	vertical-align: bottom;
	padding: 10px;
	white-space: normal;
	border-bottom: 2px solid #B39964;
}
.cbResultSetOddRow
{
	/*Results Page Table Odd Rows Attributes*/
}
.cbResultSetOddRow_hover
{
	/*Results Page Table Odd Rows Hover Attributes*/
}
.cbResultSetEvenRow
{
	/*Results Page Table Even Rows Attributes*/
}
.cbResultSetEvenRow_hover
{
	/*Results Page Table Even Rows Hover Attributes*/
}
.cbResultSetDataRow_selected
{
	/*Results Page Table Selected Rows Attributes*/
}
.cbResultSetActionCell
{
	/*Results Page Action Links Cell Attributes*/
	text-align: center;
	vertical-align: top;
	padding: 8px 10px;
	white-space: normal;
	border-color: #bfbfbf;
	border-bottom-style: solid;
	border-width: 1px;
}
.cbResultSetCheckBoxCell
{
	text-align:left;
	padding: 10px;
	white-space:normal;
	border-color:#bfbfbf;
	border-width:1px;
}
.cbResultSetTableCell
{
	/*Results Page Table Cell Attributes*/
	text-align: left;
	vertical-align: top;
	padding: 10px;
	white-space: normal;
	border-color: #bfbfbf;
	border-width: 1px;
	border-bottom-style: solid;
}
.cbResultSetTableCellNumberDate
{
	/*Results Page Table Cell Attributes*/
	text-align: left;
	vertical-align: top;
	padding: 10px;
	white-space: normal;
	border-color: #bfbfbf;
	border-width: 1px;
	border-bottom-style: solid;
}
.cbResultSetRANestedTable
{
	/*Result Set Record Action Nested Table Attributes*/
	height:100%;
	border-collapse:collapse;
	padding: 0px;
	border: none;
}
.cbResultSetRANestedTableCellspacing
{
	border-spacing:0px;
}
.cbResultSetHeaderCheckBoxCell
{
	text-align:left;
	padding:10px;
	white-space:normal;
}
.cbResultSetGridOddRow
{
	/*Grid Odd Rows Attributes*/
}
.cbResultSetGridEvenRow
{
	/*Grid Even Rows Attributes*/
}
.cbResultSetGridEvenRow_hover
{
	/*Grid Even Row Hover Attributes*/
	background-color: transparent;
}
.cbResultSetGridOddRow_hover
{
	/*Grid Odd Row Hover Attributes*/
}
.cbResultSetGridDataRow_selected
{
	/*Grid Selected Rows Attributes*/
	background-color: transparent;
}
.cbResultSetGridDataCell
{
	/*Grid Data Cell Attributes*/
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	text-align: left;
	vertical-align: top;
	padding: 9px 12px;
}
.cbResultSetGridSeletedDataCell
{
	/*Grid Selected Data Cell Attributes */
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	text-align: left;
	vertical-align: top;
	padding: 9px 12px;
	background: #ffffff;
	-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0, 0.2);
	-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0, 0.2);
	box-shadow: inset 1px 1px 3px rgba(0,0,0, 0.2);
}
.cbResultSetGridErrorDataCell
{
	/*Grid Error Data Cell Attributes*/
	border-color: #ff7f7f;
	background-color: #ffe5e5;
}
.cbResultSetGridCheckBoxCell
{
	/*Results Page Grid CheckBox Cell Attributes*/
	padding: 8px 10px 0px 10px;
	width: 10px;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	background-color: transparent;
	vertical-align: top;
}
.cbResultSetGridActionCell
{
	/*Results Page Grid Action Links Cell Attributes*/
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	text-align: left;
	vertical-align: top;
	padding: 9px;
	white-space: nowrap;
}
.cbResultSetGridHeaderCheckBoxCell
{
	/*Results Page Grid Table Header Checkbox Cell Attributes*/
	padding: 8px 10px;
	width: 10px;
	background-color: #474e53;
	border-style: solid;
	border-color: #474e53 #3e4549 #474e53 #474e53;
	border-width: 1px 1px 0px 1px;
}
.cbResultSetGridHeaderCell
{
	/*Results Page Grid Table Header Cell Attributes*/
	background: #474e53;
	color: #FFFFFF !important;
	font-size: 12px !important;
	font-family: 'Lato', Arial, sans-serif !important;
	font-weight: normal !important;
	text-transform: uppercase;
	text-align: left;
	vertical-align: middle;
	padding: 10px 12px;
	white-space: nowrap;
	border-style: solid;
	border-color: #474e53 #3e4549 #474e53 #474e53;
	border-width: 1px 1px 0px 1px;
}
.cbResultSetGridTableHeader
{
	/*Results Page Grid Table Header Attributes*/
}
.cbResultSetGridTableHeader_hover
{
	/*Results Page Grid Table Header Hover Attributes*/
}
.cbResultSetGridNonEditableColumn
{
	/*Grid Non Editable Data Cell Attributes*/
	background-color: #f2f2f2;
}