/*
    Document   : main
    Created on : Feb 27, 2015, 9:04:09 PM
    Author     : werner
    Description:
        Purpose of the stylesheet follows.
*/

root {
    display: block;
}

body {

    margin: 0px;
    background-image: url("images/parchment.jpg");
    background-repeat: round;
    background-attachment: fixed;
}

#page {

    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;

/*    background-image: url("images/parchment.jpg");
    background-repeat: round;*/

    margin: 0px;
    padding: 0px;
}

#container {

    position: relative;
    top: 0px;
    width: 1440px;
    /*height: 600px;*/

    margin-left: auto;
    margin-right: auto;

/*    background-image: url("images/parchment.jpg");
    background-repeat: round;*/

/*    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #000000;
    border-left-color: #000000;
    border-bottom-color: #000000;
    border-top-color: #000000;*/
}

#scheduled {

    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    width: 320px;
    height: 200px;

/*    background-image: url(images/banner.gif);*/

/*    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #ffff00;
    border-left-color: #ffff00;
    border-bottom-color: #ffff00;
    border-top-color: #ffff00;*/
}

#banner {

    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    width: 800px;
    height: 200px;

/*    background-image: url(images/banner.gif);*/

/*    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #ff0000;
    border-left-color: #ff0000;
    border-bottom-color: #ff0000;
    border-top-color: #ff0000;*/
}

#countdown {

    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    width: 320px;
    height: 200px;

/*    background-image: url(images/banner.gif);*/

/*    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #ff0000;
    border-left-color: #ff0000;
    border-bottom-color: #ff0000;
    border-top-color: #ff0000;*/
}

#content {

    float: none;
    position: absolute;
    top: 200px;
    width: 1400px;
    height: 600px;

    margin-left: 20px;
    margin-right: 20px;

/*    background-image: url("images/parchment.jpg");
    background-repeat: round;*/

/*    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #00ff00;
    border-left-color: #00ff00;
    border-bottom-color: #00ff00;
    border-top-color: #00ff00;*/
}

#alert {

    clear: both;
    position: relative;
    top: 0px;
    left: 0px;
    width: 1400px;
    height: 21px;

    margin-left: auto;
    margin-right: auto;

    line-height: 20px;
    color: #ffffff;
    background-color: #550000;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    z-index: 999999;


    animation-name: alert;
    animation-duration: 3s;
    animation-delay: 1s;
}

#menu {

    float: none;
    position: relative;
    top: 0px;
    width: 1400px;
    height: 120px;

    margin-left: auto;
    margin-right: auto;

    /*overflow: hidden;*/

    border: none;
    z-index: 3;

/*    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #00ff00;
    border-left-color: #00ff00;
    border-bottom-color: #00ff00;
    border-top-color: #00ff00;*/
}

#main {

    position: absolute;
    top: 100px;
    height: 500px;
    width: 1400px;

    z-index: 1;

/*    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #0000ff;
    border-left-color: #0000ff;
    border-bottom-color: #0000ff;
    border-top-color: #0000ff;*/
}

#welcome {

    position: relative;
    top: 0px;
    /*left: 400px;*/
    width: 600px;
    height: 500px;

    margin-left: auto;
    margin-right: auto;

/*    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #0000ff;
    border-left-color: #0000ff;
    border-bottom-color: #0000ff;
    border-top-color: #0000ff;*/
}

#footer {

    position: absolute;
    top: 800px;
    left: 320px;
    width: 800px;
    height: 180px;
    color: #ffffff;

    background-image: url("images/beam.gif");
    background-size: 5600px 180px;
    background-repeat: no-repeat;

/*    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #0000ff;
    border-left-color: #0000ff;
    border-bottom-color: #0000ff;
    border-top-color: #0000ff;*/
}

.calendar {

    /*position: absolute;*/
    width: 200px;
    height: 38px;

    /*background-image: url(images/sign-bottom.gif);*/

/*    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #00ff00;
    border-left-color: #00ff00;
    border-bottom-color: #00ff00;
    border-top-color: #00ff00;*/

    -webkit-transition: height 1s linear 1s;
/*    -webkit-transition-duration: 2s, 1s;
    -webkit-transition-timing-function: linear, linear;
    -webkit-transition-delay: 2s, 1s;*/
    transition: height 0.1s linear .25s;
/*    transition-duration: 2s, 1s;
    transition-timing-function: linear, linear;
    transition-delay: 2s, 3s;*/

    overflow: hidden;

    border: 30px solid transparent;
    -webkit-border-image: url(images/menu_tile.gif) 30 30 stretch; /* Safari 3.1-5 */
    -o-border-image: url(images/menu_tile.gif) 30 30 stretch; /* Opera 11-12.1 */
    border-image: url(images/menu_tile.gif) 30 30 stretch;
}

.calendar:hover {
    height: 140px;
}

#login {

    display: none;
    position: relative;
    top: 30px;
    left: 0px;
    width: 350px;
    height: 220px;
    border-radius: 25px;
    text-align: center;

    background-image: url('images/beam.gif');
    background-repeat: round;

    z-index: 9;

/*    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #000000;
    border-left-color: #000000;
    border-bottom-color: #000000;
    border-top-color: #000000;*/
}

#pwreset {

    position: relative;
    top: 30px;
    left: 0px;
    width: 350px;
    height: 150px;
    border-radius: 25px;
    text-align: center;

    background-image: url('images/beam.gif');
    background-repeat: round;

    z-index: 9;

/*    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #000000;
    border-left-color: #000000;
    border-bottom-color: #000000;
    border-top-color: #000000;*/
}

#pwchange {

    position: relative;
    top: 30px;
    left: 0px;
    width: 350px;
    height: 200px;
    border-radius: 25px;
    text-align: center;

    background-image: url('images/beam.gif');
    background-repeat: round;

    z-index: 9;

/*    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #000000;
    border-left-color: #000000;
    border-bottom-color: #000000;
    border-top-color: #000000;*/
}

#register {

    /*display: none;*/
    position: relative;
    top: 30px;
    left: 0px;
    width: 350px;
    height: 310px;
    border-radius: 25px;

    background-image: url('images/beam.gif');
    background-repeat: round;

    z-index: 9;

/*    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #000000;
    border-left-color: #000000;
    border-bottom-color: #000000;
    border-top-color: #000000;*/
}

.menu {

    float: left;
    top: 15px;
    width: 204px;
    height: 80px;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    color: #ffffff;
    border-radius: 25px;
    cursor: pointer;

    overflow: hidden;

    /*background-image: url('images/menu_item.gif');*/
    /*background-color: orangered;*/

/*    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #00ff00;
    border-left-color: #00ff00;
    border-bottom-color: #00ff00;
    border-top-color: #00ff00;*/

}

.menu:hover {

    color: brown;
}

.menuitem {

    position: absolute;
    top: 0px;
    left: 0px;
    width: 295px;
    height: 112px;
    overflow: hidden;
}

.menutext {

    position: absolute;
    top: 10px;
    left: 5px;
    width: 200px;
    height: 75px;

    text-align: center;

    /*overflow: hidden;*/
}

.link {

    width: 35px;
    overflow: hidden;
}

.d_header {

    position: relative;
    top: 20px;
    left: 0px;
    width: 100%;
    height: 60px;
    text-align: center;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;

/*    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #00ff00;
    border-left-color: #00ff00;
    border-bottom-color: #00ff00;
    border-top-color: #00ff00;*/
}

.d_labels {

    position: relative;
    float: left;
    top: 0px;
    width: 100px;
    line-height: 26px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: #ffffff;

/*    margin-left: auto;
    margin-right: auto;*/
}

.d_inputs {

    position: relative;
    float: left;
    top: 0px;
    width: 100px;
    line-height: 26px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 18px;
    color: #000000;
}

.d_buttons {


    clear: both;
    height: 30px;
    margin-left: auto;
    margin-right: auto;

/*    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #00ff00;
    border-left-color: #00ff00;
    border-bottom-color: #00ff00;
    border-top-color: #00ff00;*/
}

#copy {

    position: absolute;
    top: 160px;
    left: 20px;

    font-family: verdana;
    font-size: 8px;
}

.m_header {

    position: relative;
    top: 0px;
    width: 100%;
    height: 70px;
    text-align: center;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #000000;
}

.m_text {

/*    position: relative;
    top: 0px;
    width: 100%;
    height: 60px;
    text-align: center;*/
    font-family: Verdana,Arial,Helvetica,sans-serif;
    /*font-size: 15px;*/
    /*font-weight: bold;*/
    color: #000000;
}