body {
    background: #FFFFFF;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

h1{
    font-size: 1.25em;
    color: #334d55;
    margin: 0px;
    padding: 0px;
}

a.glink, a.glink:visited{
    font: 13px Arial;
    color: #000000;
    font-weight: bold;
    margin: 0px;
    padding: 2px 5px 4px 5px;
    border-right: 1px solid #8FB8BC;
}

a.glink:hover{
    background-image:  url("../img/glblnav_selected.gif");
    text-decoration: none;
}


#globalNav img{
    margin-bottom: -4px;

}

.skipLinks {display: none;}

.offlight 
{
    background-color:#FFFFFF;
}

.onlight
{
    background-color:rgba(231, 245, 229, 0.25);
}

.rowlight
{
    background-color:#E0F0DE;
}

.alink {
    color: green;
    font-weight: bold;
}

.alinksig {
    color: #C0C0C0;
    font-weight: normal;
}
.arlink, .arlink:hover {
    text-decoration: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-bottom-style: dotted;
}

acronym {
    cursor: help;
    border-bottom: 1px dotted;
}




a {
    color: #004000;
    text-decoration: none;
}


a:hover {
    text-decoration: none;
    color: #20A517;
}


.subject {
    font-size: 12px;
    font-weight: bold;
}


.post {
    font-size: 1em;
    font-weight: normal;
}


.header2 {
    background-color: white;
    font-family: Verdana;
    font-weight: bold;
    font-size: 0.857em;
}
.badge {
    background-color: rgb(158, 158, 158);
    background-image: none;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-collapse: separate;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    direction: ltr;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 300;
    height: 18px;
    line-height: 11px;
    min-width: 10px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    white-space: nowrap;
}

.nav {
    font-size: 12pt;
    line-height: 1.3;
}


.smalltxt {
    font-size: 0.90em;
}


.mediumtxt {
    font-size: 1em;
    font-weight: normal;
    color: black;
}


.navtd {
    color: #ffffff;
    text-decoration: none;
    float: left; 
    position: relative;
    margin: 5px 10px 0 0;
}

.navtd .fa { //oclor: #59D142;
             color: #1C5011;
             text-shadow: 1px 1px 1px #46B732, 0 0 1em white;
}

.multi {
    font-family: verdana;
    //font-size: 0.8em;
    padding: 0.7em;
}


textarea, select, input, object {
    font-family: Verdana, arial, helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    background-color: #fafafa;
    color: black;
}

.mypost {         
    padding: 5px;
    border: 1px solid #004000;
    width: 98%;
}

.menuclass{
    display:none;
    position:absolute;
}

.spe ,  .spe A:link{
    font-family: Verdana, arial, helvetica, sans-serif;
    font-size: 0.714em;
    font-weight: normal;
    background-color: white;
    color: #4d414d;


}
.blue a {
    color: blue;
}

.folder {
    width:17px;
    height:12px;
    background-image: url(/forum/images/folder-icons.png);
    background-repeat: no-repeat;
}

.folder-default {   background-position: 0px 0px;   }
.folder-unread {    background-position: 0px -12px; }
.folder-hot {       background-position: 0px -24px; }
.folder-hotunread { background-position: 0px -36px; }
.folder-default-my {   background-position: 0px -48px;   }
.folder-unread-my {    background-position: 0px -60px; }
.folder-hot-my {       background-position: 0px -72px; }
.folder-hotunread-my { background-position: 0px -84px; }
.folder-default-guru {   background-position: 0px -96px;   }
.folder-unread-guru {    background-position: 0px -108px; }
.folder-hot-guru {       background-position: 0px -120px; }
.folder-hotunread-guru { background-position: 0px -132px; }
.folder-default-my-guru {   background-position: 0px -144px;   }
.folder-unread-my-guru {    background-position: 0px -156px; }
.folder-hot-my-guru {       background-position: 0px -168px; }
.folder-hotunread-my-guru { background-position: 0px -180px; }
.folder-closed {       background-position: 0px -192px; }



#topnav {
    position: fixed;
    display: inline-block;


    left:0;
    right:0;
    top:0;
    z-index:3000;

    background-color: #2E7D32;
    background-image: url(/images/main-bg.png);
    background-repeat: repeat-y;
    background-position: left top;
    background-position-x: 0%;
    background-position-y: 0%;
}

#topnavinner {

    border-bottom:1px solid #138318;
    position:relative;
    z-index:30;
    -webkit-box-shadow:0 2px 2px -2px rgba(0, 0, 0, .52);
    /*   height:42px;*/
}

#topnavinner > ul {
    -webkit-padding-start: 10px;
    list-style: none;
}

#topnavinner > ul > li {
    position: relative;
    display: block;
    float: left;

}


 .less700show { display: none; }
/* Responsive fix */

@media (min-width: 900px) {
 .less780 { display: block; }
}

@media (max-width: 899px) {
 .less780 { display: none; }
}

@media (min-width: 731px) {
 .less700 { display: block; }
 .less700show { display: none; }
}

@media (max-width: 730px) {
 .less700 { display: none; }
 .less700show { display: block; }
}

@media (min-width: 375px) and (min-height: 436px) {
    #topnav { position: fixed; }
}

@media (max-width: 365px)
{
    #topnav { position: absolute; }
     .less700show { display: none; }
}

@media (max-height: 435px)
{
    #topnav { position: absolute; }
}



.footer {
    font: 12px/16px Arial, Tahoma, Verdana, sans-serif;
    background-color: #2E7D32;
    background-image: url(/images/main-bg.png);
    width: 100%;
    background-repeat: repeat-y;
    background-position: left top;
    background-position-x: 0%;
    background-position-y: 0%;

}
.footer p { margin: 0; }
.footer .footermod {
    float: left;
    padding: 20px;
}
.footer .footerrmod {
    float: right;
    line-height: 150%;
    padding: 20px;
}

.footer .footerrmod p {
    color: #A9EDE5;
    margin-right: 30px;
    margin-left: 30px;
}

.footer .footerrmod p a {
    color: #FFF;
}

.footer .footermod p a {
    color: #a9ede5;
}

.footer .footermod h3 {
    font-size: 15px;
    color: #FFF;
    font-weight: normal;
}

.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 220px;
    padding: 5px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 1em;
    text-align: left;
    background-color: #4D8F9E;
    background-image: url(/images/main-bg.jpg);
    background-repeat: repeat-y;
    background-position: left top;
    background-position-x: 0%;
    background-position-y: 0%;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown a {
    display: block;
    padding: 2px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap;
    color: #EFE6BE;
}
#topnavmenu i { color: #FFFFFF; width: 1.28571429em;
                text-align: center;}

.headnotice  {
    padding: 1px;
    background-color: rgba(255,0,0,0.65);
    position: absolute;
    overflow: visible;
    right: 1px;
    top: -1px;
    min-width: 11px;
    text-align: center;
    -webkit-border-radius: 2px;
    display: none;
}

#calnum { background-color: rgba(20,130,150,0.65); }

.headnotice span {
    font-size: 0.8em;
    font-weight: bold;
    text-indent: 1px;
    color: white;
}


#topforummenu {
    position: relative;
    height: 120px;
    z-index: 10;
}

#topforummenusmall {
    position: relative;
    height: 30px;
    z-index: 10;
}

#topforumleft {
    position: fixed;
    right: 0px;
    top: 40px;
    bottom: 0px;
    overflow-x: hidden; overflow-y: hidden;
    z-index: 29;
}

#histforum {
    width: 260px; display: block;
}

.histitem {  overflow: auto; clear: both; padding: 5px; margin: 4px 18px; box-shadow: 1px 1px 2px rgba(0,0,0,0.6); background: #f0f9f3 url(/forum/css/redmond/images/ui-bg_flat_100_f0f9f3_40x100.png) 50% 50% repeat-x; color: #222222;}
.histimg { width: 32px; float: left; margin: 0 5px 5px; box-shadow: 0 0 2px rgba(0,0,0,0.5);}



#topforumright {
    position: relative;
    float: right;
    margin-right: 25px;
    margin-bottom: 10px;
    text-align: right;
    min-height: 75px;
    z-index: 10;
}

#topforumnav {
    position: relative;
    clear: both;
    width:100%;
    padding: 5px 0 5px 0;
    font-size: 11px;
    font-family: Tahoma;
    color: white;
    background-color: #004000;
    text-decoration: none;
    z-index: 10;
}


#masthead{
    position: relative;
    top: 1px;
    left: 1%;
    right: 1%;
    width:98%;
    z-index: 12;

}

#siteName{
    margin: 0px;
    padding: 5px 0px 8px 10px;
    color: #333333;
}

.tegs { font-size: 14px; }

.mediumtxt .sig {
    color: #C0C0C0;
}
.mediumtxt strong {
    font-size: 1.1em;
    font-weight: 600;
}

.small_grey {
    color: #AAA;
    font-size: 80%;
    margin-left: 12px;
    display: block;
}

.small_grey_inline {
    color: #666666;
    font-size: 80%;
}


blockquote {
    padding: 10px 20px;
    border-left: 5px solid #EFE6BE;
    background-color: #F7F2DF ;
}

@media (max-width: 360px) {
    blockquote {
        padding: 5px 5px;
    }
}


.quote {
    color: #6C5C1C;
    background-color: #F7F2DF ;
    display: table-cell;
    border: 1px #EFE6BE dashed;
    margin: 5px 5px 5px 0;
    // border-radius: 5px;
    padding: 9px;
}

.warrning { color: #a94442; }

.hide {
    color: #000000;
    padding: 9px;
    display: block;
    width: auto;
    overflow: auto;
}

.hida {
    color: #000000;
    background-color: #EFE6BE ;
    border: 1px solid #D3D3D3;
    padding: 5px;
    display: table-cell;

}

.total a {
    color: #610620;
    font-size: 105%;
}

.hand { cursor: pointer;}
.fastpost { position: absolute; z-index:10; display: none; background: white; padding: 10px; border: 1px solid black; }

#fixmetoo { position: fixed; right: 0px; bottom: 0px; }
#fixmetoo div {
    float: right;
    margin-right: 5px;
    padding: 7px;
}

#fixmeads { position: fixed; left:0px; bottom: 0px;}
#photosfromgal { 	display: block;
                  float: left;
                  height: 400px;
                  width:200px;
                  overflow: scroll;
                  display: none;
}

#menu {
    z-index:15;
    position: relative;
    background-color: #FFF;
    border: 1px solid #F3F3F3;
    padding: 10px;
    clear: right;
}

.tank {
    padding: 5px;
    width: 150px;
    color: #333;
    display: block;
    float: left;
    margin: 3px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}

.tanktitle {
    font-weight: bold;
}
.started {

    font-size: 10px;
}
.deepblue a {color: #1C57DF; }

.sp_logo { height: 45px; margin: 0 25px 0 0; float:left; border: 0px;}
.page { font-size: 0.95em; border: 1px solid #B3B3B3; margin-left: 1px; padding: 3px; }
.page_here {
    font-weight: bold;
    text-decoration: underline; }

.reklama_warp { min-height:325px; float: right; margin: 3px;}
.reklama {
    height: auto;
    width: 300px;
    border: 3px solid #004000;
    border-radius: 5px;
    display: block;
}
.reklama_head {
    color: yellow;
    background-color: #004000;
    width: 300px;
    height: 25px;
    text-align: center;
    font-weight: bold;
}
.small-button {
    font-size: .8em !important;
}

.xsmall-button {
    font-size: .6em !important;
}

.imgsale { float: left; margin-right: 10px;
           height: 100px;
           width: 100px;
           display: inline-block;
           text-align: center;
           background-color: #0F1A33;
           border: 1px solid #0F1A33;
}

.td-img { width: 16px; height: 18px; }


.forumtable-nobord {
    display: table;
    border: 0;
    border-spacing: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    //width: 99%;
    margin: 0 auto;
}

.forumtable {
    border-collapse: separate !important;
    display: table;
    border: 0;
    border-spacing: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    margin: 0 auto;
    //width: 99%;
}

.forumtable>tbody>tr {
    display: table-row;
}

.forumtable>tbody>tr>td {
    border: 1px solid #CCE8CC;
    border-left-width: 0;
    border-bottom-width: 0;
    padding: 0.25em;
}

.forumtable>tbody>tr>td:first-child {
    border-left-width: 1px;
    width: 35px;

}

.forumtable>tbody>tr>td:last-child {
    border-right-width: 1px;
    width: 15px;
}

.forumtable>tbody>tr:last-child>td {
    border-bottom-width: 1px;
}

.forumtable .category {
    padding: 10px;
    background-color: #004000;
    font-size: 0.857em;
    border-color: #004000;
}

.forumtable .category a { color: #FFFFFF; }

.forumtable>tbody>tr>th, .forumtable .header {
    color: #ffffff;
    padding: 0.3em;
    border-color: #004000;
    background-color: #004000;
    font-weight: bold;
    font-size: 1.1em;
    text-align: left;
}


.post2014 {
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    -webkit-border-radius: 3px;
    //width: 99%;
    margin: 2px auto 3px auto;
    padding: 5px;}

.malt {
    background-color: #fff;
    position: absolute;
    display: none;
}

.vt-nav { margin: 2px auto 3px auto; }



@media screen and (max-width: 1200px) {
    .post2014, .vt-nav,
    .forumtable, .forumtable-nobord {
        width: 99%;
    }
}

@media screen and (min-width: 1200px) {
    .post2014, .vt-nav ,
    .forumtable, .forumtable-nobord {
        width: 1200px;
    }
    .withefir {
        width: 100% !important;
    }
}

@media screen and (min-width: 1460px) {
    .withefir {
        width: 1200px !important;
    }
}





.postrow { width:100%;
           border: 0px;
           border-collapse:collapse;
           margin: 0 auto 0 auto;
}


.tablerow {
    font-family: Tahoma;
    color: black;
    font-size: 12;
}

.postbg { background-color: #FFF}

.bgcolor { background-color: #CCE8CC;}

#headend { padding:3em 5px 20px 10px }
.fa-2 { font-size : 1.6em !important;}
.fa-3 { font-size : 2.0em !important;}
.fa-grey {
    color: #A7A293;
    font-size: 1.2em !important;
}

.meminfo { opacity: 0.7; }

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {


}

@media only screen and (min-width: 992px) {


}

@media only screen and (min-width: 1382px) {


}

.hlspan { margin: 1px;
          height: 150px;
          width: 150px;
          border: 1px solid black;
          white-space: nowrap;
          text-align: center;
          display: inline-block;
          background: #111;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.highslide img {
    vertical-align: middle;
    max-height: 150px;
    max-width: 150px;
}

.scroll_span{
    height: 100px;
    width: 100px;
    border: 1px solid black;
    white-space: nowrap;
    text-align: center;
    margin: auto 2px auto 1px;
    display: inline-block;
    background: #111;
}

.scroll_img {
    max-width:100px;
    max-height:100px;
    vertical-align: middle;

}

.div-left-strong {
    clear: both;
    float:left;
    margin-right: 10px;
    font-weight: bolder;
    min-width: 150px;
}