﻿@font-face {
    font-family: 'AlSharkTitle';
    src: url('fonts/AlSharkTitle-Light.eot');
    src: url('fonts/AlSharkTitle-Light.eot?#iefix') format('embedded-opentype'), url('fonts/AlSharkTitle-Light.woff') format('woff'), url('fonts/AlSharkTitle-Light.ttf') format('truetype'), url('fonts/AlSharkTitle-Light.svg#pacificoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AlSharkTitle2';
    src: url('fonts/AlSharkTitle-Light.eot');
    src: url('fonts/AlSharkTitle-Light.eot?#iefix') format('embedded-opentype'), url('fonts/AlSharkTitle-Light.woff') format('woff'), url('fonts/AlSharkTitle-Light.ttf') format('truetype'), url('fonts/AlSharkTitle-Light.svg#pacificoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NewDefFont';
    font-style: normal;
    font-weight: 400;
    src: url('Fonts/DroidKufi-Regular.eot');
    src: url('Fonts/DroidKufi-Regular.eot?#iefix') format('embedded-opentype'), url('Fonts/DroidKufi-Regular.woff2') format('woff2'), url('Fonts/DroidKufi-Regular.woff') format('woff'), url('Fonts/DroidKufi-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'NewDefFont';
    font-style: normal;
    font-weight: 700;
    src: url('Fonts/DroidKufi-Bold.eot');
    src: url('Fonts/DroidKufi-Bold.eot?#iefix') format('embedded-opentype'), url('Fonts/DroidKufi-Bold.woff2') format('woff2'), url('Fonts/DroidKufi-Bold.woff') format('woff'), url('Fonts/DroidKufi-Bold.ttf') format('truetype');
}

body {
    font-family: 'NewDefFont','AlSharkTitle','AlSharkTitle2';
    font-size: 12pt;
}

.popupimg
{
    cursor:pointer;
}

.mailprevPageTTL {
    color: #000099;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.mailprevTTL {
    color: #000099;
    padding: 5px;
}

.mailprevInfo {
    color: #990000;
    padding: 5px;
    text-align: center;
}

.mailprevVAL {
    font-size: 16pt;
}

.mailprevSEP {
    background-color: #c0c0c0;
    height: 1px !important;
}

/********************START MAIN AD *******************/
.MainADDivBlack {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    position: fixed;
    margin: 0 auto;
    top: 0px;
    right: 0px;
    bottom: 150px;
    left: 0px;
    z-index: 10005;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    /*background-color: rgba(255,255,255,0.5);*/
}

/*.MainADCloseImage {
    position: fixed;
    margin: 0px auto;
    top: 0px;
    left: 20px;
    z-index: 10008;
    width: 75px;
}*/

.MainADDiv {
    position: fixed;
    margin: 0px auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10006;
    width: 100%;
    height: 100vh;
    /*position: fixed;
    margin: 10px auto;
    top: 10px;
    right: 150px;
    bottom: 250px;
    left: 150px;
    z-index: 9999;
    width: 50%;*/
}

.MainADDivContent {
    position: relative;
    /*background-color: #fff;*/
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0;
    width: 100%;
    height: 100vh;
}

.MainADDivTitle {
    position: fixed;
    font-family: 'NewDefFont',tahoma;
    font-size: 20pt;
    color: #ffffff;
    background-color: rgba(0,0,0,.5);
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    top: 10px;
    right: 10px;
    z-index: 10008;
    margin: 0px auto;
}

.MainADDivImageTD {
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
}

.MainADDivImage {
    border: 0px solid #303030;
    width: 75%;
    /*height: 100vh;*/
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10007;
    margin: 0px auto;
}

.MainADDivIcon {
    text-align: left;
    padding: 5px;
}

.MainADCloseImage {
    position: fixed;
    margin: 0px auto;
    top: 0px;
    left: 15px;
    z-index: 10008;
    width: 40px;
}