input.bordered {
    border: 1px solid #000;
}

.clearer {
    clear: both;
    line-height: 0;
}

#infoblock {
    position: absolute;
    width: 300px;
    height: 60px;
    top: 10px;
    right: 10px;
    background-color: #fff;
    border: 1px solid #a0df82;
}

#infoblock li {
    padding: 2px 0 2px 5px;
}

#infoblock li#balance {
    color: #fff;
    background-color: #50a029;
    margin-bottom: 2px;
}

#infoblock li#balance.red {
    background-color: red; /*& #d51400; */
}

div.header {
    padding: 5px;
    padding-left: 15px;
    margin: 0 0 15px 0;
    color: #fff;
    font-weight: bold;
    background-color: #50a029; /* #58b9da; */
}

#main-tabs li {
    padding-top: 5px;
}

#wordstat {
}
span.keywordInactive {
    font-weight: bold;
}
/* color: #800080; */
.invisible {
    display: none;
}

.checked {
    background-color: red;
}

.words-container {
    width: 100%;
    padding-left: 15px;
}

.words-container td {
    vertical-align: top;
}

.bolded {
    font-weight: bold;
}

#statusInformer {
    text-align: left;
}

.menuKeyword {
    display: block;
    position: absolute;
    width: 195px;
    height: 195px;
    padding: 5px;
    border: 1px solid black;
    background: #fff;
}

.menuStopKeyword {
    display: block;
    position: absolute;
    padding: 2px;
    margin: 0;
    padding: 0;
    border: 1px solid #ababab;
    background: #fff;
}

.keywordBack1 {
    background-color: #eee;
}

.keywordBack2 {
    background-color: #fff;
}

.keywordHover {
    background-color: red;
}

.keywordSelected {
    background-color: green;
}
/* ADS */
.adHover {
    background-color: green;
}
/* main toolbar */
#mainToolbar {
    height: 88px;
    background: url('img/toolbar-back.gif') top left repeat-x;
}

.mainToolbarBlockOuter {
    float: left;
    width: 25%;
}

.mainToolbarBlock {
    margin: 0 5px;
    height: 86px;
    border: 1px solid #c5c5c5;
    background: url('img/toolbar-block-back.gif') top left repeat-x;
}

#mainToolbarCloser {
    height: 9px;
    text-align: center;
    background: url('img/toolbar-closer-back.gif') top left repeat-x;
}

#mainToolbarCloser a {
    display: block;
    width: 65px;
    height: 9px;
    margin: auto;
    text-indent: -6666px;
    background: url('img/toolbar-closer-button-back-opened.gif') top left no-repeat;
}

#mainToolbarCloser a.inverted {
    background: url('img/toolbar-closer-button-back-closed.gif') top left no-repeat;
}
/* ICONS */
.largeIcon {
    display: block;
    width: 100px;
    height: 86px;
    margin-left: 10px;
    text-align: center;
    line-height: 150px;
    font-size: 12px;
    color: #000;
    white-space: nowrap;
    background-position: top center;
    background-repeat: no-repeat;
}

.largeIcon:hover {
    text-decoration: none;
}
/* Draggable droppable and stuff */
/* #example1, #example2, #example3 { display: none; } */
.ui-selecting {
    background-color: #eee;
}

.ui-selected {
    background-color: #dceab2;
}

.hover {
    background: #000;
}

.draggable {
    width: 80px;
    height: 35px;
    background-color: #68BFEF;
    border: 2px solid #0090DF;
    padding: 5px;
    text-align: center;
    margin: 10px;
    cursor: pointer;
    z-index: 100;
}
.droppable {
    width: 100%;
    height: 200px;
    background-color: #e9b96e;
    border: 3px double #c17d11;
    text-align: center;
    overflow: auto;
    opacity: 0.7;
}

.droppable.nested {
    width: 120px;
    height: 80px;
    margin-top: 20px;
    margin-right: 30px;
    background-color: #f9c97e;
    border: 3px double #c17d11;
}

.droppable-active {
    opacity: 1.0;
}

.droppable-hover {
    outline: 1px dotted black;
}

.node {
    background-color: #fff;
}

.oddNode {
    background-color: #f2f2f2;
}

.expander {
		display:-moz-inline-stack;
    display: inline-block;
    width: 11px;
    height: 11px;
		vertical-align:middle;
}

.collapsed {
    background: url('img/iPlus.gif') 0 0 no-repeat;
}

.reload {
    background: url('img/iReload.gif') 0 0 no-repeat;
}

.expanded {
    background: url('img/iMinus.gif') 0 0 no-repeat;
}


.draghelper {
    border: 1px solid #b2c380;
    background-color: #ccc; /* #dceab2; */ /*#dceab2;*/
    font-weight: bold;
    color: #000;
    padding-right: 5px;
    width: 45px;
    height: 15px;
    text-align: right;
}

.draghelperPlussed {
    border-color: #b2c380;
    background-color: #dceab2;
}

.draghelperMinused {
    border-color: #8c2100;
    background-color: red;
    color: #fff;
}

.toolStripButton .smallButton {
    width: 16px;
    height: 17px;
    float: left;
}

.flyinNodeMenu {
    padding-left: 25px;
}
.closeButton {
    width: 9px;
    height: 9px;
    display:-moz-inline-stack;
    display: inline-block;
    text-indent: -5000px;
    /* STUB ��������� ������ :) */
    background-image: url('img/iClose.gif');
    background-position: top left;
    background-repeat: no-repeat;
    vertical-align:middle;
}
.closeButtonOnOff
{
    width: 70px;
    height: 12px;
    background-image: url('img/iOnOff-On.gif');
}

.stopKeywordShell a.keyword {
    color: #646464;
}