@import url(reset.css);
.VYekan{
    font-family: Tahoma;
}
.dir{
    direction: ltr;
}
a {
    text-decoration: none;
}


html{
    background: url(img/bg2.jpg) fixed;
    width:100%;
    font-family: VYekan;
}

body{
    width: 95%;
    padding: 5px;
    margin: 0 auto;
    box-sizing: border-box;
    font-family: Tahoma;
}

a{
    text-decoration: none;
}

.postBox * a:visited {color:#00E;}
.postBox * a:hover {color:#B03131;}

ul > a{

color:#fff !important;

}

body > nav{
    box-sizing: border-box;
    width: 100%;
}
body > nav ul{
    list-style:none;
    background-color: #045280;
    position: relative;
    height: 45px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px 5px 0 0;
}
body > nav > ul > a > li{
    height: 42px;
    display: inline-block;
    margin: 1px;
    min-width: 80px;
    background-color: #045280;
    padding: 7px;
    box-sizing: border-box;
}
body > nav > ul > a > li:hover,body > nav > ul > li:hover{
    background-color: #047cb3;
}
body > nav > ul > a {
    color: #ffffff;
}




.addbox{
    height: 70px;
    margin: 3px 0;
    background-color: #e4e4e4;
    box-sizing: border-box;
    width: 100%;
}

.topdiv{
    background-color: #045280;
    margin: 5px 0;
    height: 40px;
    box-sizing: border-box;
}

.inputval{
    height: 20px;

}

.inputsubmit{
    color: #ffffff;
    background-color: #02687b;
    box-sizing: border-box;
    height: 30px;
    width: 75px;
    border: 3px solid #02687b;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
}

.inputval{
    background-color: #ffffff;
    color: #0a0a0a;
    height: 30px;
    padding: 3px;
    box-sizing: border-box;
    border: 3px solid #02687b;
    margin: 6px;

}

.postBoxs{
    width: 100%;
    /*background-color: rgba(202,196,196,0.3);*/
}

.copyright{
    border: 3px solid #045280;
    font-size: 12px;
    margin: 5px 0;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}
.copyright strong{
    padding: 2px;
    display: block;
    font-family: Sans-Serif;
    direction: ltr;
}

.footerDiv{
    height: 40px;
    background-color: #045280;
    border-radius: 0 0 5px 5px;
}
.postDetail > span{
    display: inline-block;
}
.postBox{
    margin-top: 10px;
    padding: 5px;
    box-sizing: border-box;
    border: 2px solid #ffbd9e;
    border-radius: 10px;
}

.postTittle,.postDetail{
    border: 2px solid #045280;
    padding: 5px;
    box-sizing: border-box;
    min-height: 40px;
    margin-top: 5px;
}

.postArea{
    border: 2px solid #045280;
    padding: 5px;
    box-sizing: border-box;
    margin-top: 5px;
    min-height: 110px;
}
.postDetail > span:nth-child(2){
    margin-left: 15px;
}

.pageNumbers{
    min-height: 40px;
    background-color: #e4e4e4;
    text-align: center;
    margin: 5px 0 5px 0;
    border: 2px black solid;
    padding: 4px;
    box-sizing: border-box;
}

.pageSpanS{
    height: 25px;
    width: 25px;
    background-color: #0d0065;
    display: inline-block;
    border: 2px solid #ffffff;

}
.pageSpanS:hover{
    background-color: #c31328;
    cursor: pointer;
}
a > .pageSpan{
    color: #ffffff;
}
.pageSpanS{
    color: #ffffff;
}

.pageSpanNoLink,.pageSpanCurr{
    height: 25px;
    width: 25px;
    background-color: #0d0065;
    display: inline-block;
    border: 2px solid #ffffff;
    color: #ffffff;
}
.pageSpanCurr{
    background-color: #056aaa;
}
.firslastSPN{
    padding: 0 5px 0 5px;
    height: 25px;
    /*background-color: #0d0065;*/
    display: inline-block;
    /*border: 2px solid #ffffff;*/
    color: #000000;
}
a > .firslastSPN {
    color: #0a0a0a;
}
a > .firslastSPN:hover {
    color: red;
}

.divLogin{
    margin: 0 auto;
    text-align: center;
    background-color: #ccd3d4;
    border: 2px solid #b4c36d;
    min-height: 245px;
    width: 250px;
    padding: 20px;
    line-height: 50px;

}

.divLogin > form > button{

    padding: 5px 5px;
    cursor: pointer;
    width: 90px;
    margin-left: 37px;
    font-size: 19px;
    font-family: VYekan;
}

.captcha {
    display: block;
}

.captcha > img{
    width: 125px;
    margin-left: 70px;
}

.errorDiv{
    padding: 5px;
    border: 2px solid red;
    background-color: #e897a5;
    box-sizing: border-box;
    color: #1f00ff;
}

.trueDiv {
    margin: 5px;
    padding: 5px;
    border: 2px solid #67ff4f;
    background-color: #b4e8cb;
    box-sizing: border-box;
    color: #1f00ff;
}

.even {
    background-color: rgba(228, 228, 228, 1.0) !important;
    border: 2px solid #090300;;

}

.odd {
    background-color: rgba(203, 201, 201, 1.0) !important;
    border: 2px solid #a72400;
}

table{
    width: 95%;
    border: 1px solid black;
    padding: 2px;
    box-sizing: border-box;
    border-spacing: 0;
    margin: 5px;
    overflow: auto;


}
tr,td{
    border: 1px solid black;
    padding: 2px;
    box-sizing: border-box;
    border-spacing: 0;

}

td{
    word-break: break-all;
}
td > a{
    background: none!important;
    padding: 5px;
    box-sizing: border-box;

}


.directory_view_path{
    width: 95%;
    margin: 5px;
}
.directory_view_path > strong{
    display: none;
}
div.tags{
    border: 1px solid black;
    padding: 2px;
    box-sizing: border-box;
}

.posttextdiv{
    word-break: break-all;
}

strong.tagList > span , strong.tagName {
    text-align: center;
    border: 1px solid #004eb2;
    padding: 1px;
    margin: 1px;
    box-sizing: border-box;
}

.postTittle {
    word-break: break-all;
}

.textDate{
    color: #0e92a8;
}
.adminText{
    color: red;
}

.directory_view_path,.directory_view_list,strong.tagName,strong.tagList{
    direction: ltr!important;
}

@media screen and (max-width: 568px) {
    .addbox a img {
        width: 320px;
        height: 70px;
    }
}

@media screen and (max-width: 350px) {
    .addbox a img {
        width: 275px;
    }
}




.css-table {
    display: table;
    direction: ltr!important;
    text-align: left;
    width: 100%;
}

.css-table-header {
    display: table-header-group;
    font-weight: bold;

    text-align: center!important;
}

.css-table-body {
    display: table-row-group;
}

.css-table-row {
    display: table-row;
    word-wrap: break-word;
    height: 30px;
    margin-top: 10px;
}

.css-table-header div {
    display: table-cell;
    padding: 0 6px;
}
.css-table-row div {
    display: table-cell;
    padding: 0 6px;
}
.css-table-header div {
    text-align: center;
    padding: 12px 0 15px 0;
    box-sizing: border-box;
    font-weight: 300;
}


.css-table-row div{

    color: #000000;
    padding: 8px 3px 8px 5px;
    box-sizing: border-box;
    font-family: Tahoma;
    font-size: 14px;


}
.css-table-row div{
    word-break: break-all;
    height: 20px;
}
div.css-table-row > div:last-child{
    font-family: VYekan;
    font-size: 12px;
}
div.css-table-row > div:first-child{
    text-align: left !important;
}
div.css-table-row > div:last-child{
    text-align: right !important;
    direction: rtl;
}


.afilelist{
    color: #000000;
    font-family: Sans-Serif;
    padding-left:22px;
    font-size:14px;

}

div.directory_view_list .css-table-row{
    font-family: VYekan;
    color: #000000;
}
a > strong{
    color: blue;
}