.panel {
	background-color: #fff;
	border: 1px solid #555;
	margin-left: auto;
	margin-right: auto;
	height: 600px;
	max-width: 900px;
	min-width: 600px;
	overflow-y: auto;
}
.panel ul {
	background-color: #aaa;
	border-right: 1px solid #555;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	height: 600px;
	width: 200px;
}
.panel ul li {
	//width: 200px;
}
.panel ul li.nav-item a {
	background-color: #aaa;
	color: #555;
	display: block;
	padding: 10px;
	border-bottom: 1px solid #888;
	text-decoration: none;
}
.panel ul li.nav-item a:hover {
	background-color: #888;
	color: #333;
}
.panel ul li.nav-item-focus a {
	background-color: #555;
	color: #fff;
	display: block;
	padding: 10px;
	border-bottom: 1px solid #888;
	text-decoration: none;
}

table.items {
	border-collapse: collapse;
	top: 20px;
	left: 220px;
	margin: 0;
	padding: 0;
	position: relative;
	table-layout: fixed;
	width: -webkit-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    width: calc(100% - 240px);
}
table.items th,
table.items td {
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 4px;
	text-align: left;
}
table.items *.gry {
	background: #ccc;
	padding: 8px;
	text-align: center;
}
table.items tbody th.gry {
	padding: 0px 8px 8px;
}
table.items tbody td.gry:nth-child(odd) {
	font-size: 12px;
	padding: 0px 4px 8px 8px;
	text-align: right;
	text-wrap: nowrap;
}
table.items tbody td.gry:nth-child(even) {
	padding: 0px 8px 8px 4px;
	text-align: left;
	//text-wrap: nowrap;
}
table.items tbody tr:first-child *.gry {
	padding-top: 8px;
}
table.items *.wht {
	background: #fff;
	border-style: none;
	height: 5px;
}

table.login {
	background-color: #fff;
	border-collapse: collapse;
	border: 1px solid #aaa;
	margin-left: auto;
	margin-right: auto;
}
table.login th {
	background-color: #ccc;
	border: 1px solid #aaa;
	padding: 4px;
}
table.login td:nth-child(odd) {
	font-size: 12px;
	height: 10px;
	padding: 4px 4px 4px 8px;
	text-align: right;
}
table.login td:nth-child(even) {
	font-size: 14px;
	padding: 4px 8px 4px 4px;
}
table.login tbody tr:first-child td {
	padding-top: 8px;
	padding-bottom: 0px;
}
input[type=submit] {
	cursor: pointer;
}

.list {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	max-height: 250px;
	margin-right: 8px;
	position: absolute;
	overflow-y: auto;
}
.item {
	background: #fff;
	border-left: 1px solid #ccc;
	min-width: 175px;
	padding: 4px;
	cursor: pointer;
}
.item:hover {
	background: #bde0fe;
}
.item-focus {
	background: #bde0fe;
	border-left: 1px solid #ccc;
	min-width: 175px;
	padding: 4px;
	cursor: pointer;
}
