/* список ListView */
table.list {
	font-size: 70%;
	width: 100%;
	border-collapse: collapse;
	margin-top: 1px;
}

table.list th {
	background-color: #b3cad3;
	border: 1px solid #568da4;
	color: #122632;
	font-weight: bold;
	padding: 3px 10px;
	text-align: left;
}

table.list th.properties {
	width: 1px;
}

table.list th.actions {
	width: 1%;
	text-align: center;
}

table.list th.checkBoxes {
	width: 1px;
}

table.list th.onlyIco {
	text-align: center;
}

table.list tr.itemLight {
	background-color: #ffffff;
}

table.list tr.itemDark {
	background-color: #e0eaee;
}

table.list tr.itemLightDisabled {
	background-color: #ffe0e0;
}

table.list tr.itemDarkDisabled {
	background-color: #ffd0d0;
}

table.list tr.itemSelected {
	background-color: #aafbad;
}

table.list tr.itemSelectedCursor {
	background-color: #caffcd;
}

table.list tr.itemTotal {
	background-color: gold;
	color: #000000;
}

table.list tr.itemTotal td.total {
	font-weight: bold;
	text-align: right;
}

table.list td {
	border: 1px solid #acc8d4;
	padding: 4px;
}

table.list td.checkBoxes {
	width: 1px;
	text-align: center;
}

table.list td.property {
	width: 1px;
	text-align: left;
}

table.list td.action {
	width: 1%;
	text-align: center;
}

table.list td.action a {
	color: #143dc4
}

table.list td.delete {
	width: 1px;
	text-align: center;
}

table.list td.listItem {
	
}

table.list td.listItemColor{
	width : 50px;
}

table.list td.listItemDateTime {
	color: #770044;
	text-align: center;
}

table.list td.listItemEnum {
	color: #550077;
	text-align: center;
}

table.list td.listItemNumber {
	color: #882200;
	text-align: right;
}

div.listHead {
	text-align: center;
	color: #aa2222;
	font-size: 110%;
	padding: 15px 10px 5px 10px;
	font-weight: bold;
}

div.listIsEmpty {
	border: 1px solid #b3cad3;
	background-color: #e0eaee;
	margin: 8px 3px;
	padding: 7px;
	color: #122632;
	font-weight: bold;
}