html
{
width:100%;
height:100%;
color:#FFFFFF;
background:#000000;
letter-spacing: 0.7px;
font-family:sans-serif;
user-select: none;           /* Non-prefixed version, currently supported by Chrome, Edge and Opera */
-webkit-user-select: none;   /* Safari */
}
body
{
margin:0;
width:100%;
height:100%;
overflow:hidden;
}
iframe
{
display:none;
}
div, div:hover, div:active, div:focus, div:visited
{
outline:none;
}
#logo_div
{
width:100%;
margin:0;
border:0;
height:90px;
}
#logoMainDiv
{
margin:0;
border:0;
width:100vw;
height:90px;
text-align:center;
display:table-cell;
vertical-align:middle;
}
.logooutertable
{
width:10%;
margin:0px 3px;
min-width:128px;
display:inline-block;
}
.logomiddletable
{
height:78px;
display:inline-block;
}
#logo_img
{
float:left;
width:85px;
height:85px;
position: relative;
}
#logo_text
{
width:87px;
height:12px;
display:none;
vertical-align: middle;
}
img.logo_srch
{
height:20px;
cursor:text;
vertical-align: middle;
background-color:#7b7975;
}
img.logo_icon
{
height:20px;
cursor:pointer;
vertical-align: middle;
background-color:#7b7975;
}
img.logo_lang
{
height:20px;
cursor:pointer;
vertical-align: middle;
background-color:#7b7975;
}
img.logo_lang:hover
{
background-color:#ffffff;
}
img.logo_sele
{
height:20px;
cursor:default;
vertical-align: middle;
}
#body_div
{
top:90px;
width:100%;
overflow:auto;
position:fixed;
height: calc(100% - 128px);
}
h1
{
font-size:24px;
}
p
{
font-size:14px;
}
#footer_div
{
left:0px;
right:0px;
bottom:6px;
height:32px;
position:fixed;
background:#000000;
}
.footertable
{
width:30%;
float:left;
height:100%;
}
p.footer_text
{
margin:12px 3px 0 3px;
font-size: 12px;
color: #cccccc;
}
#mailCover
{
top:0;
left:0;
right:0;
bottom:0;
display:none;
z-index:5001;
position:absolute;
}
#mailHolder
{
top:0;
left:0;
right:0;
bottom:0;
display:none;
z-index:5002;
position:fixed;
background-color:rgba(40,40,40,0.6);
}
#mailBoard, #searchBoard
{
width:720px;
height:420px;
display:none;
z-index:5003;
position:relative;
border:1px solid white;
margin:120px auto 0 auto;
background-color:#000000;
}
#mailBoard
{
border: 0;
padding: 6px;
border-radius: 25px;
background-color: rgba(0,0,0,0.4);
}

