﻿
/* tables */
th.lv {
    display:table-cell;
    vertical-align: middle;
	margin:0.3em;
	padding: 8px;
	width:100%;
	border:1px #999 solid;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;*/
}
th {
    display:table-cell;
    vertical-align: middle;
	margin:0.3em;
	padding: 8px;
	border:1px #999 solid;
}

td.lv {
    display:table-cell;
    vertical-align: middle;
	margin:0.3em;
	padding: 2px 10px 2px 10px;
	width:100%;
	border:1px #999 solid;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	color : black;
}
td {
    display:table-cell;
    vertical-align: middle;
	margin:0.3em;
	padding: 2px 10px 2px 10px;
	border:1px #999 solid;
	color : black;
}

td.hide, th.hide {
	border-style: none;
}

td.action {
	padding: 10px;
}

td.success {
	background-color : green;
}


table.lv {
	table-layout: auto;
	margin-left: 4px;
	margin-right: 4px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.00em;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0;
	color :blue;
}

table {
	table-layout: auto;
	margin-left: 4px;
	margin-right: 4px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.00em;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0;
	color :blue;
}

table.status {
	margin-left: auto;
	margin-right: auto;
	width: max-content;
    border-spacing:0px;
}

th.status {
	border:0px #999 solid;
	border-radius: 10px;
	border-spacing: 20px;
	text-align:center;
}

td.status {
	border:0px #999 solid;
	border-radius: 10px;
	padding:7px;
	text-align:center;
}

table.excel {
	width: max-content;
    border-spacing:0px;
}

th.excel {
	border:1px #999 dotted;
	border-spacing: 20px;
}

td.excel {
	border:1px #999 dotted;
	padding:7px;
}
td.left {
	text-align:left;
}
td.right {
	text-align:right;
}
td.centre {
	text-align:center;
}

table.standard {
	width: max-content;
}

table.compact {
	width: max-content;
    border-spacing:0px;
}

table.center {
  margin-left: auto;
  margin-right: auto;
}

input.hide {
	display: none;
}
