/*Author: Rweze - latest updates;*/
/*@charset "utf-8";*/
/* CSS Document */

body
{
    /* */
    background-color: beige;
}
#header
{
    top: 0px;
    left: 0px;
    position: absolute;
    background-color: #10a900;
    height: 50px;
    width: 100%;
    min-width: 1490px;
    max-width: 1490px;
}
#logo
{
    margin-left: 0px;
    margin-top: 0px;
    background-color: #10a900;
    -webkit-border-bottom-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    -moz-border-radius-bottomright: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
#date
{
    margin-left: 500px;
    margin-top: 0px;
    color: #ffffff;
    font-size:18px;
    position: absolute;
}
#access
{
    width: 0px;
    height: 0px;
    background-color:#003;
    color: #FFFFFF;
    position: absolute;
    right: 240px;
    top: 108px;
    z-index: 99;
    border-bottom-left-radius: 30px;
    volume: soft;
}
#access input
{
    border-radius: 5px;
    width: 420px;
    height: 30px;
    font-size: 14pt;
    text-shadow:1px 2px 6px #000000;
}
#access button
{
    border-radius: 20px;
    margin-left: 100px;
    width: 50%;
    height: 30px;
    font-size: 12pt;
}
#entersystem
{
    position: absolute;
    right: 0px;
    top: 0px;
}
#entersystem button
{
    cursor: pointer;
}
#login
{
    width: 150px;
    height: 50px;

}
#register
{
    width: 150px;
    height: 50px;
}
#closeaccessform a
{
    position: absolute;
    right: 20px;
    top: 0px;
    color: #ffffff;
}
#disasterandclimate
{
    position: absolute;
    top: 50px;
    left: 0px;
    background-color: #333;
    width: 100%;
    min-width: 1490px;
    max-width: 1490px;
    height: 58px;
    color: #fff;
    font-size: 12pt;
}
/*#disasterandclimate
{
    position: absolute;
    top: 50px;
    left: 0px;
    background-color: #fff;
    width: 100%;
    min-width: 1280px;
    height: 58px;
    color: #00f;
    font-size: 12pt;
}*/
#disasterandclimate button
{
    width: 300px;
    height: 50px;
}
#links
{
    position: absolute;
    left: 0px;
    width: 150px;
    height: 570px;
    margin-top: 100px;
    background-color: #444;
}
#links button
{
    width: 145px;
    height: 58px;
    border-radius: 5px;
    background-color: #FFF;
    margin: 2px;
    border-style: dashed;
}
#news
{
    position: absolute;
    left: 155px;
    width: 440px;
    height: 550px;
    margin-top: 100px;
    border-right: thin;
    border-color: #FFFFFF;
}
#newstitlebar
{
    text-align: center;
    background-color: #068;
    color: #FFFFFF;
    font-size: large;
    border-radius: 5px;
}
#newscontent
{
    top: 30px;
    left: 0px;
    width: 440px;
    height: 530px;
    background-color: #FFFFFF;
    position: absolute;
    border-radius: 5px;
    color: #000000;
    box-shadow: 0 10px 10px 0 rgb(0 0 9 / 80%), 0 10px 10px 0 rgb(0 0 9 / 80%);
}
#newscontent img
{
    position: absolute;
    left: 2px;
    width: 138px;
    height: 80px;
    border-radius: 5px;
    text-align: center;
}
#newsitem
{
    width: 440px;
    height: 85px;
    cursor: pointer;
/*    box-shadow: 0 0 5px 1px;*/
}
#newsitemtext
{
    position: absolute;
    margin-left: 110px;
    width: 285px;
    max-width: 285px;
    color: #06c;
    font-family: "Courier New", Courier, monospace;
    font-weight: bold
}
#newsitemtext a
{
    color: #00a600;
}
#newscontent ul {
    list-style-type:none;
}
#entertainment
{
    position: absolute;
    left: 600px;
    width: 440px;
    height: 550px;
    margin-top: 100px;
}
#entertainmenttitlebar
{
    text-align: center;
    background-color: #068;
    color: #FFFFFF;
    font-size: large;
    border-radius: 5px;
}
#entertainmentcontent
{
    top: 30px;
    left: 0px;
    width: 440px;
    height: 530px;
    background-color: #ffffff;
    position: absolute;
    border-radius: 5px;
    box-shadow: 0 10px 10px 0 rgb(0 0 9 / 80%), 0 10px 10px 0 rgb(0 0 9 / 80%);
}
#entertainmentcontent img
{
    position: absolute;
    left: 2px;
    width: 138px;
    height: 80px;
    border-radius: 5px;
}
#entertainmentitem
{
    width: 440px;
    height: 85px;
    cursor: pointer;
}
#entertainmentitemtext
{
    position: absolute;
    margin-left: 110px;
    width: 285px;
    max-width: 285px;
    color: #06c;
    font-family: "Courier New", Courier, monospace;
    font-weight: bold
}
#entertainmentitemtext a
{
    color: #00a600;
}
#entertainmentcontent ul {
    list-style-type:none;
}
#eventsarea
{
    position: absolute;
    left: 1049px;
    min-width: 440px;
    width: 440px;
    height: 550px;
    margin-top: 100px;
}
#eventsareatitlebar
{
    text-align: center;
    background-color: #068;
    color: #FFFFFF;
    font-size: large;
    border-radius: 5px;
}
#eventsareacontent
{
    top: 30px;
    left: 0px;
    width: 440px;
    height: 530px;
    background-color: #ffffff;
    position: absolute;
    border-radius: 5px;
    box-shadow: 0 10px 10px 0 rgb(0 0 9 / 80%), 0 10px 10px 0 rgb(0 0 9 / 80%);
}
#eventsareacontent img
{
    position: absolute;
    left: 2px;
    width: 138px;
    height: 80px;
    border-radius: 5px;
    text-align: center;
}
#eventsareaitem
{
    width: 440px;
    height: 85px;
}
#eventsareaitemtext
{
    position: absolute;
    margin-left: 110px;
    width: 285px;
    max-width: 285px;
    color: #06c;
    font-family: "Courier New", Courier, monospace;
    font-weight: bold;
    text-decoration: none;
}
#eventsareaitemtext a
{
    color: #00a600;
}
#eventsareacontent ul {
    list-style-type:none;
}
#footer
{
    position: absolute;
    margin-top: 670px;
    width: 100%;
    min-width: 1490px;
    max-width: 1490px;
    height: 51px;
    left: 0px;
    background-color: #00a600;
    color: #ffffff;
}
#footer a
{
    color: #ffffff;
}
#layer
{
    width: 0px;
    height: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0.99;
    position: fixed;
    top: 0px;
    z-index: 100;
}
#layercontent
{
    position: absolute;
    right: 150px;
    left: 150px;
    bottom: 88px;
    top: 88px;
    background-color: #0C0;
    height: 500px;
    color: #ffffff;
    opacity: 1;
}
#layercontentevent
{
    position: absolute;
    right: 150px;
    left: 150px;
    top: 88px;
    background-color: #0C0;
    height: 600px;
    color: #ffffff;
    opacity: 1;
}
#iframecontent
{
    width: 100%;
    height: 100%;
    border: none;
}
#closelayer
{
    position: absolute;
    right: 150px;
    top: 70px;
    color: #ffffff;
    text-decoration: none;
}
#missingbanner
{
    width: 100%;
    height: 70px;
    left: 0px;
    background-color: #333;
    position: absolute;
}
#missingbanner button
{
    width: 200px;
    height: 50px;
    top: 0px;
}
#missingnews
{
    width: 100%;
    left: 0px;
    height: 400px;
    background-color: #FFFFFF;
    position:absolute;
    top: 80px;
}
#missingaccess
{
    position: absolute;
    left: 0px;
    width: 50%;
    height: 280px;
}
#missingnewsinfo
{
    width: 49.5%;
    height: 100%;
    border: none;
}
#foundnewsinfo
{
    width: 49.5%;
    height: 100%;
    border: none;
}
#requiredinfo
{
    position: absolute;
    top: 150px;
    left: 500px;
    width: 400px;
    height: auto;
    background-color: #900;
    color: #FFFFFF;
}
#disasterresponse button
{
    width: 300px;
    height: 50px;
}
#disasterpreparedness button
{
    width: 200px;
    height: 50px;
}
#nhelpalert input
{
    width: 300px;
    height: 50px;
    border-radius: 8px;
    font-size: 16pt;
}
#nhelpalert button
{
    height: 40px;
    width: 100px;
}
#helpinfo button
{
    width: 400px;
    height: 50px;
}
#myinfo input
{
    width: 300px;
    height: 30px;
    border-radius: 8px;
}
#myinfo button
{
    width: 200px;
    height: 40px;
    margin-left: 150px;
}
#more_information
{
    position: absolute;
    bottom: 60px;
    left: 0px;
    text-align: center;
    height: 30px;
    width: 99.5%;
    background-color: #fff;
    border-color: #333;
    border-style: dotted;
}
