@charset "utf-8";
@font-face {
    font-family: IranSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iransans/eot/IRANSansWeb(NoEn).eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(NoEn).eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/iransans/woff2/IRANSansWeb(NoEn).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/iransans/woff/IRANSansWeb(NoEn).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/iransans/ttf/IRANSansWeb(NoEn).ttf') format('truetype');
}

@font-face {
    font-family: IranSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/iransans/eot/IRANSansWeb(NoEn)_Bold.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(NoEn)_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/iransans/woff2/IRANSansWeb(NoEn)_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/iransans/woff/IRANSansWeb(NoEn)_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/iransans/ttf/IRANSansWeb(NoEn)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IranSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/iransans/eot/IRANSansWeb(NoEn)_Light.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(NoEn)_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/iransans/woff2/IRANSansWeb(NoEn)_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/iransans/woff/IRANSansWeb(NoEn)_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/iransans/ttf/IRANSansWeb(NoEn)_Light.ttf') format('truetype');
}

* {
    padding: 0;
    margin: 0;
    line-height: 20px;
    font-family: 'IranSans', Tahoma, Verdana;
    font-size: 14px;
}

body {
    background: url(images/bg.gif) repeat;
}

#empty {
    position: relative;
    background: url(images/empty.jpg) no-repeat left center;
    width: 100%;
    height: 449px;
}

#header_txt {
    position: absolute;
    direction: rtl;
    background: url(images/heart_gold.png) no-repeat top right;
    top: 5px;
    right: 5px;
    height: 20px;
    width: 250px;
    font-size: 1em;
    padding: 35px;
    color: #f23f65;
    font-weight: bold;
}

#header_txt h1 {
    font-size: 18px;
    color: #FFF;
}

#main_content {
    position: absolute;
    direction: rtl;
    text-align: right;
    top:150px;
    right: 35px;
    height: auto;
    padding: 5px;
    color: #fff;
    min-width: 300px;
}

a {
    color: #55010d;
    font-weight: bold;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    border-bottom: 1px dashed;
    color: #c91d30;
}

input, textarea, button, select {
    padding: 2px;
    background: #000;
    border: 1px dashed #FFF;
    color: #FFFFFF;
    font-size: 11px;
}

textarea {
    overflow: auto;
}

input:focus, textarea:focus, button:focus, select:focus, .focused {
    background: #FFF;
    border: 1px dashed #000;
    color: #000;
}


.boxContent {
    position: relative;
    background: none;
    padding: 5px;
    color: #FFFFFF;
    filter:alpha(opacity=80);
    -moz-opacity:0.80;
    opacity: 0.80;
}

.loading {
    background: url(images/loadingbox.gif) no-repeat center;
    width: 150px;
    height: 20px;
}

.RedText {
    color: #FF0000;
    background: #FFFFFF;
    font-weight: bold;
}

#footer {
    position: fixed;
    bottom: 5px;
    margin: 0 auto;
    padding: 5px;
    color: #FFF;
    font-size: 9px;
    text-align: center;
    width: 100%;
}

h2 {
    font-size: 16px;
    font-weight: bold;
}
ul.link-list {
    list-style: none;
    margin-right: 10px;
}
ul.link-list li.link-list-item {

}
ul.link-list li.link-list-item a {
    display: block;
    color: #f60123;
    padding: 10px;
    background: #333;
    filter:alpha(opacity=80);
    -moz-opacity:0.80;
    opacity: 0.80;
    margin-bottom: 5px;
}
ul.link-list li.link-list-item a:hover {
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity: 1;
    margin-bottom: 5px;
    background: #222 ;
}