div.table {
	/*float: left;
	width: 99%;
	margin-bottom: 20px;*/
}
div.tableRow
{
	width: 100%;
	display: table;
	table-layout: fixed;
	clear: both;
}
div.tableHeaderRow
{
	float: left;
	width: 100%;
	padding:1px;
    border: 1px solid #282211;
	background-color: #bbbbbb;
	font-weight: bold;
}
img.tableHeaderRow
{
	margin-left: 1px;
	border-style: none;
}
div.tableValueRow
{
	display: table;
	table-layout: fixed;
	float: left;
	width: 100%;
	padding:1px;
	margin-top:5px;
    border: 1px solid #282211;
	background-color: #eeeeee;
}
div.tableValueRowExtension
{
	float: left;
	width: 100%;
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #282211;
    border-left: 1px solid #282211;
    border-right: 1px solid #282211;
    background-color: #eee;
}
div.tableValueRowExtensionTable {
	width: 100%;
	margin-bottom: 5px;
	clear: both;
	border: 1px solid #ccc;
	background: #fefefe;
	box-sizing: border-box;
}
div.tableValueRowExtensionTableHeaderRow {
	background-color: #e0e0e0;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	font-weight: bold;
}
div.tableValueRowExtensionTableValueRow
{
	clear: both;
}
div.tableValueRowExtensionTableValueCell
{
	float: left;
	margin: 10px;
}

div.tableValueRowExtensionTableValueCell > span 
{
	-ms-word-break: break-all;
	word-break: break-all;
	/* Non standard for webkit */
    /* ReSharper disable once InvalidValue */
	word-break: break-word;
	display: table-cell;
}
div.tableFooterRow
{
	float: left;
	width: 100%;
	padding:1px;
	margin-top:5px;
    border: 1px solid #282211;
	background-color: #bbbbbb;
	font-weight: bold;
}
div.tableCell
{
	padding: 0 1px;
	display: table-cell;
	margin: 1px;
	overflow: hidden
}
div.tableCellLeft
{
	margin: 1px;
	float: left;
	overflow: hidden
}
div.tableCellRight
{
	margin: 1px;
	float: right;
	overflow: hidden
}
div.ui-datepicker
{
	font-size:10px;
}