﻿html, body {
    height: 100%;
    background-color: #f5f5f5;
}

#flashContent {
    width: 100%;
    height: 100%;
}

marquee :hover {
    color: #FF0000;
}

#pscroller1 {
    width: 200px;
    height: 100px;
    border: 1px solid black;
    padding: 5px;
    background-color: lightwhite;
}

#pscroller2 {
    width: 850px;
    height: 20px;
    border: 0px solid black;
    padding: 3px;
    margin-right: 65px;
    margin-top: -47px;
}

    #pscroller2 a {
        text-decoration: none;
    }

.someclass {
    //class to apply to your scroller(s) if desired;
}


.myform {
    margin: 0 auto;
    width: 300px;
    padding: 10px;
}

#stylized {
    border: solid 1px #999;
    background: #f3f3f3;
    font-family: "Segoe UI";
}

    #stylized h1 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 0px;
        font-family: "Segoe UI";
    }

    #stylized p {
        font-size: 11px;
        color: #666666;
        margin-bottom: 20px;
        border-bottom: solid 1px #999;
        padding-bottom: 10px;
        font-family: "Segoe UI";
    }

    #stylized label {
        display: block;
        font-weight: bold;
        text-align: right;
        width: 90px;
        float: left;
        font-family: "Segoe UI";
    }

    #stylized .small {
        color: #666666;
        display: block;
        font-size: 11px;
        font-weight: normal;
        text-align: right;
        width: 140px;
        font-family: "Segoe UI";
        margin-top: -8px;
    }

    #stylized input {
        float: left;
        font-size: 12px;
        padding: 4px 2px;
        border: solid 1px #CCC;
        width: 200px;
        margin: 2px 0 20px 10px;
        font-family: "Segoe UI";
    }

    #stylized select {
        float: left;
        font-size: 12px;
        padding: 4px 2px;
        border: solid 1px #CCC;
        width: 200px;
        margin: 2px 0 20px 10px;
        font-family: "Segoe UI";
    }

    #stylized button {
        clear: both;
        margin-left: 100px;
        width: 125px;
        height: 31px;
        text-align: center;
        line-height: 31px;
        color: #FFFFFF;
        font-size: 11px;
        font-weight: bold;
        font-family: "Segoe UI";
        background-color: #111111;
        background-image: -moz-linear-gradient(#444444, #111111);
        border: 1px solid #222222;
        border-radius: 6px 6px 6px 6px;
        box-shadow: 0 1px 1px #777777, 0 1px 0 #666666 inset;
        padding-left: 0;
    }

#topbar {
    position: absolute;
    border: 0px solid black;
    padding: 2px;
    background-color: #EAE8E8;
    width: 300px;
    visibility: hidden;
    z-index: 100;
}

#containerTitle {
    width: 97%;
    display: inline-block;
}

    #containerTitle .span-12 {
        float: right;
        width: 100%;
    }

#containerHeader, #containerBody {
    width: 100%;
    /*background-color: white;*/
    display: inline-block;
    margin-top: 10px;
}

#containerHeader {
    /*border-bottom: 1px solid white;*/
}

    #containerHeader .right {
        width: 46%;
        background: url('/images/line-pat.png');
        background-position: left;
        background-repeat: repeat-y;
        padding: 28px 0px;
    }

        #containerHeader .right .desc .small {
            text-align: justify;
            background: white;
            width: 90%;
            box-shadow: 0 2px 2px rgba(255,255,255,.1), 0 1px 0 #bbb, 0 1px 0 #aaa, 0 1px 1px #444;
            padding: 11px;
            margin: 2px;
            height: 143px;
            font-family: BKoodak,Tahoma;
            font-size: 14px;
            letter-spacing: 0.2px;
        }

    #containerHeader .left {
        width: 53%;
        display: inline-block;
        float: right;
        height: 169px;
    }

#chImport, #chExport {
    float: right;
    width: 50%;
    text-align: center;
}

    #chImport p, #chExport p {
        font-size: 21px;
        font-family: BKoodak,'Segoe UI';
        color: #19705B;
        text-align: center;
    }

    #chImport img, #chExport img {
    }

#containerBody {
}

    #containerBody .right, #containerBody .left {
    }

    #containerBody .left {
        width: 25%;
    }

    #containerBody .right {
        width: 73%;
        background: url('/images/line-pat.png');
        background-position: left;
        background-repeat: repeat-y;
    }

.picblock {
    border-color: #19705B;
    border-left: 1px solid #19705B;
    border-right: 1px solid #19705B;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 20px;
    padding: 4px;
}

.picblock {
    border: none;
    margin-right: 10px;
    width: 90%;
    display: inline-block;
    position: relative;
}

#containerBody table, #containerBody tbody, #containerBody tr, #containerBody td {
    display: inline-block;
}

    #containerBody table.tbBorder tr {
        display: table-row;
    }

    #containerBody table.tbBorder td, #containerBody table.tbBorder th {
        display: table-cell;
    }

#containerBody tr {
}

#containerBody .right td {
    width: 32%;
    position: relative;
}

#containerBody .left td {
    width: 87%;
    position: relative;
}

.aLinkTxt {
    position: absolute;
    text-align: center;
    font-family: BKoodak,Tahoma;
    font-size: 14px;
    color: white;
    text-shadow: -1px -1px 1px black;
    background-color: rgba(0, 0, 0, 0.4);
    width: 77%;
    right: 15px;
    bottom: 0px;
    padding: 2px 10px;
    border-radius: 0px 0px 15px 15px;
}

.aLinkmore {
    position: absolute;
    text-align: center;
    font-family: BKoodak,Tahoma;
    font-size: 14px;
    color: black;
    text-shadow: -1px -1px 1px black;
    bottom: 5px;
    width: 100%;
}

#containerBody td a {
    display: inline-block;
}

#containerBody .left .picblock {
    width: 100%;
    margin: 0px;
}

@font-face {
    font-family: 'INastaliq';
    src: url('/css/fonts/irannastaliq.woff') format('woff');
}

@font-face {
    font-family: 'BKoodak';
    src: url('/css/fonts/BKoodakBold.woff') format('woff');
}

@font-face {
    font-family: 'BSina';
    src: url('/css/fonts/BSinaBold.woff') format('woff');
}

@font-face {
    font-family: 'BTitr';
    src: url('/css/fonts/BTitrBold.woff') format('woff');
}

@font-face {
    font-family: 'BYekan';
    src: url('/css/fonts/BYekan.woff') format('woff');
}

@font-face {
    font-family: 'BZar';
    src: url('/css/fonts/BZar.woff') format('woff');
}
