body {
    background: #ddd;
}

table, tr, th, td, img {
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-spacing: 0px;
    text-align: left;
    vertical-align: top;
}

table.page {
    padding: 0 4px;
}

td.page_history {
    padding: 0 4px;
}

td.page_unit {
    padding: 0 4px;
    width: 100%;
}

table.title {
    background: #444;
    width: 100%;
    color: #fff;
    padding: 1px 8px;
}

table.menu {
    margin: 2px;
    width: 100%;
    background: #444;
}

.menu td {
    color: #fff;
    margin: 1px 8px;
    padding: 1px 8px;
    border-top: 2px solid #444;
    border-left: 2px solid #444;
    border-right: 2px solid #444;
    border-bottom: 2px solid #444;
    vertical-align: middle;
    font-family: 'Courier New', Courier, monospace;
    white-space: nowrap;
}

td.anker, .anker {
    background: #000;
    border-top: #000;
    border-left: #000;
    border-right: #000;
    color: #ff8;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;    
}

td.pict {
    border: solid 1px #000;
    margin: 1px;
    padding: 1px;
}

table.compact td {
    /*white-space: nowrap;*/
}

table.box {
    border: 1px solid #888;
    width: 100%;
}

td.box {
    padding: 2px 8px;
}

td.typ {
    background: #aaa;
}

.active {
	cursor: pointer;
}

.g3text {
	cursor: pointer;
    font-size: 9pt;
}

.menu .select {
    background: #ddd;
    border-bottom: 2px solid #ddd;
	cursor: pointer;
}

.tail {
    width: 100%;
}

.wide {
    width: 100%;
}

.butop {
    background: #ded;
    margin: 1px 4px;
}

span.capture {
    background: #000;
    color: #ff8;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
}

span.title {
    color: #8a8;
    font-family: 'Courier New', Courier, monospace;
}

span.info {
    color: #ddf;
    font-family: 'Courier New', Courier, monospace;
}

.top {
    background: #666;
    color: #fff;
    white-space: nowrap;
}

.menu a {
    color: #eef;
}

.select a {
    color: #00f;
}

.selected {
    background: #88f;
}

.code {
    width:600px;
    height:280px;
    overflow: auto;
    background: #fff;
    color: #000;
    border: 1px solid #666;
}

td.data {
    background: #ddd;
}

a {
    color: #008;
	cursor: pointer;
}

.duration {
	color: #8f8;
    font-size: 9pt;
}

.status {
	color: #f00;
}

.clock {
	font-family: 'Courier New', Courier, monospace;
	color: #ccc;
}

.grid a {
    color: #008;
	cursor: pointer;
    text-decoration: underline;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px;

    height: 800px;
    overflow: auto;
    float: left;
    position: relative;
    margin-left: -5px;
}

.gallerys {
    height: 400px;
}

.content {
    width: 192px;
    margin-bottom: 10px;
    position: relative;
    font-size: 9pt;
    align-items: center;
}

.content img {
    height: 108px;
    object-fit: cover;
    display: block;
}

.link {
    stroke: #999; stroke-opacity: 0.6;
}

.clickable {
	cursor: pointer;
}

.node {
    fill: #ccc; stroke: #fff; stroke-width: 1.5px;
}

.tree {
    background: #f4f4f4;
    /*border: solid 1px #aaa;
    border-collapse: collapse;*/
}

.tree_vert {
    background-image: url('/img/t_vert.png');
    background-repeat: repeat;
}

text {
	font-family: 'Courier New', Courier, monospace;
}

.bold {
	font-weight: bold;
}

.sel {
    background: #999;
	font-weight: bold;
}

.ithost {
	color: #008;
}

.itport {
	color: #066;
    font-size: 9pt;
}

.itcont {
	color: #080;
}
