* {
    margin : 0;
    padding : 0;
    outline: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none; color: #bbb;
    
}

a {
    outline: 0;
    text-decoration: none;
}

a:hover {
    color: #eee;
}

a.linkText {
    color: #eecc65;
}

a.linkText:hover {
    color: #ffffff;
}

table {
    border-collapse: collapse;
}

body {
    font-family : Calibri,Helvetica,sans-serif;
    color : #585858;
    background-color: #1f1e1c;
    font-size: 14px;
}


div.label1 {
    font-family : ubuntu, Arial Rounded MT Bold, Calibri;
    font-size: 42px;
    font-weight: bold;
    left: 50%;
    position: absolute;
//    top: 50%;
    transform: translate(-50%, 0%);
    color: #fbd107;
}

div.flags {
    left: calc(50% + 420px);
    position: absolute;
    top: 112px;
    transform: translate(-100%, -0%);
}

div.menu {
    font-family : ubuntu, Arial Rounded MT Bold, Calibri;
    left: 50%;
    position: absolute;
    top: 126px;
    transform: translate(-50%, -0%);
}

.productsTable {
    width:100%;
    margin-bottom: 8px;
}

.productsHeader {
    width:25%;
    font-size: 20px;
    font-weight: bold;
    color: #e0e0e0;
    vertical-align: bottom;
    padding-bottom: 6px;
}

.productsRow {
    font-size: 16px;
    font-weight: normal;
    color: #d0d0d0;
    vertical-align: bottom;
    padding:3px 6px;
    border: solid 1px #a0a0a0;
    text-align: center;
    vertical-align: middle;
}

.pointer {
    cursor: pointer;
}

.nesw-resize {
    cursor: nesw-resize;
}

table.header{
    width:100%;
    height: 161px;
    margin-top:8px;
    vertical-align: top;
    background-image: url(../pics/net.png);
    background-repeat: no-repeat;
    background-position: center 54px;
    background-size: 1200px 98px;
}

td.menuBG{
    position:relative;
    overflow:hidden;
}

td.menuEntry{
    font-size: 16px;
    white-space: nowrap; 
    color: #9c9690;
    padding: 16px 12px;
    height:36px;
}

td.menuEntrySel{
    color: #d0c8c0;
    text-shadow: 0px 0px 10px #fff;
}

div.menuEntry{
    font-size: 16px;
    white-space: nowrap; 
    color: #9c9690;
    padding: 16px 12px;
    height:36px;
    display: inline-block;
}

div.menuEntrySel{
    color: #e0d8d0;
    text-shadow: 0px 0px 10px #fff;
    display: inline-block;
}

.footer {
    float: right;
    font-size : 12px;
    color : #666;
    padding : 0px 4px 0 0;
}

#windowMain{
    width: 100%;
    padding-bottom:6px;
    background-color: #262524;
}

.nowrapBlock{
    white-space: nowrap; /*keep one-line*/
    overflow: hidden;
}

div.paragraph{
    margin-top: 22px;
}

div.paragraphDownload{
    margin-top: 10px;
}

.textHeader{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 28px 8px 28px;
}
.textContent{
    color: #c8c8c8;
    font-size: 16px;
    vertical-align:top;
    background-color: #313029;
    padding: 8px 12px;
    line-height: 20px;
}

.textContent .item{
    padding-left: 40px;
    margin-top:8px;
    color: #f0f0f0;
}

.textContent .subItem{
    margin-top: 2px;
    padding-left: 80px;
}

.textContent .subItem .subItemDesc{
    margin-top: 0px;
    padding-left: 40px;
}

.textContent .itemDownload{
    padding-left: 40px;
    margin-top:4px;
    color: #f0f0f0;
}


img.download{
    margin-left: 6px;
    height: 18px;
    vertical-align:top;
}

.md5sum {
    font-size: 13.5px;
    color: #aaaaaa;
}

.space12 {
    height: 12px;
}

.textUnderline{
    color:#e0e0e0;
    display:inline;
    border-width:0px;
    border-bottom:solid 1px #888888;
    margin-left:20px;	
}

.image{
    border: solid 1px #2f2e2d;
}

.imageTip{
    border: solid 1px #3f3e3d;
}


.log{
    border:solid 1px #383634;
    display:inline-block;
    padding: 2px 4px;
    background-color: #000000;
    font-size: 14px;
    word-wrap: anywhere;
    white-space: pre-wrap;
}

#tooltip{
    position: absolute;
    text-align:left;
    vertical-align:top;
    z-index: 15001;
    background-color: #343230;
    color:#fff;
    border: solid 1px #242220;
    top: 10px;
}
