﻿/**********************************************
Project: GNET

Author: Claudio Mattoccia

Rev. June 2018
**********************************************/


.gnetMain_Body {
    background-color: white;
}

.gnetMain_Area {
    position: relative;
    height: 600px; /*500px*/
    width: 75%;
    text-align: center;
    /*background-image: url('../IMG/MainPage/Ship200.jpg');*/
    /*background-image: url('../IMG/MainPage/Grande-Luanda-and-Atlantic-Sun_SAT.jpg');*/
    background-image: url('../IMG/MainPage/GNETLogo.png');
    background-position:top;
        background-size: initial;
    /*background-size:1000px;*/
    background-repeat: no-repeat;
    margin: auto;
    margin-bottom: 25px;
    border: 0px gray solid;
}


.gnetMain_NoticeDiv {
    /*border-radius: 3px;*/
    filter: alpha(opacity=90);
    opacity: 0.9;
    background-color: #d2e4f7;
    z-index: 10;
    width: 894px;
    height: 150px;
    overflow: hidden;
    overflow-y:scroll;
    border: 1px solid gray;
    padding: 10px;
    padding-top: 2px;
    margin-top: 470px; /*5px;*/
}


.gnetMain_Motto {
    position: absolute;
    float: left;
    bottom: 0px;
    width: 100%;
    background-color: white;
    color: black;
    background-color: #2E4370;
    color: white;
    background-color: #cbb968;
    color: black;
    background-color: #4d4d4d;
    color: white;
    opacity: 0.7;
    padding: 10px;
    font-size: 12pt;
    font-family: Calibri;
    text-align: center;
}


.gnetMain_Msg {
    border: 1px solid #d4a1a1;
    margin: 50px;
    font-family: Calibri Light,Arial;
    font-size: 10pt;
    padding: 5px;
    text-align: left;
    background-color: white;
    color: black;
    width: 75%;
    margin: auto;
    margin-top: 20px;
}
