.tri div {
  padding-left: 12px;
  margin-bottom: 3px;
}
.tri div div div {
  padding-left: 12px;
  margin-bottom: 3px;
}   
.tri div.lin {
  background: url('/PWE/images/none.gif') no-repeat;
}
.tri div.lip {
  background: url('/PWE/images/plus.gif') no-repeat;
}
.tri div.lim {
  background: url('/PWE/images/minus.gif') no-repeat;
}
.tri div.lin, .tri div.lip, .tri div.lim {
  background-position: 0 4;
}

.popUpShell {
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
    cursor: default;
    /*background: url(/PWE2/images/alfa.gif);*/
}
.popUp {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left:-100px;
    border: 1px solid #333333;/*#7e7e81;*/
    background-color: #e0dfe3;
    min-width: 200px;
    z-index: 21;
}
.iface {
    text-align: right;
    background: url('/PWE/images/iface/bg.gif');
    padding: 1px;
    border-bottom: 1px solid #c0c0e9;
    border-right: 1px solid #c0c0e9;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
}
.iface input {
    border: none;
    cursor: default;
}
.iface h1 {
    font-size: 10pt;
    font-weight: bold;
    float: left;
    margin: 1px 5px 0px 1px;
    color: #333333;
}
.ifb {
    cursor: pointer;
    cursor: hand;
}
.popUp .iface {
    cursor: move;
}
#popUpIface2.iface {
    border-top: 1px solid #c0c0e9;
}
#popUpContent {
    min-height: 50px;
    padding: 5px;
}
#popUpContent, #popUpContent td, #popUpContent th {
    color: #333333;
    font-family: Arial,sans-serif;
    font-size: 8pt;
}
#popUpContent A:link, #popUpContent A:visited {
    color: #0000ff;
}
#popUpContent A:hover {
    color: #ff0000;
}
#popUpContent H1 {
    font-size: 14pt;
}
#popUpContent H2 {
    font-size: 12pt;
}

/* поиск, подсветка найденных слов */
.hlwords {
	background-color:#FFFF00;
	padding:0 3 0 3;
}

.votebar {
    background-color: #FF8040;
    border: 1px solid white;
    display: table;
}

.a2c img {
	cursor: pointer;
	cursor: hand;
}

.png {
	behavior: url('/PWE/images/pngbehavior.htc')
}

td.brd {
	border: 1px solid #cccccc;
}
td.brd div {
	font-size: 7pt;
}