﻿
article, aside, footer, header, main, nav, section {
  display: block;
}

html, body, h1, h2, h3, ul, li, a, p, 
article, aside, footer, header, main, nav, section {
  padding: 0;
  margin: 0;
}

#banner {
    position: absolute;
    background-color: goldenrod;
    left: 0px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 1250px; 
    z-index: -1;
}


#maingrid {
    position: absolute;
    top: 65px;
    left: 0px;
    width: 520px;
    height: 630px;
    border: 3px solid #73AD21;
    padding: 10px;
    float: left;
    margin-bottom: 10px;
    z-index: -1;
}

#videodiv {
    position: absolute;
    top: 65px;
    left: 600px;
    height: 650px;
    width: 650px;
    border: 5px solid black;
    overflow: hidden;
    background-color: antiquewhite;
    z-index: -1;
}

#video1 {
    position: relative;
    top: -5px;
    left: 5px;
    height: 480px;
    width: 640px;
}

#SwapPanel {
    position: absolute;
    top: 200px;
    left: 550px;
    width: 48px;
    height: 48px;
    border: 0px;
    cursor: pointer;
    background-image: url(images/leftright.png);
    z-index: -1;
}

#Settings {
    display: none;
    position: absolute;
    width: 315px;
    height: 564px;
    top: -20px;
    left: 70px;
    margin-left: 15px;
    z-index: 1;
}

#Kodi {
    display: none;
    position: absolute;
    top: 300px;
    left: 200px;
    width: 800px;
    height: 512px;
    border: 0px;
    cursor: pointer;
    z-index: 1;
}

#Main {
    display: none;
    position: absolute;
    top: 350px;
    left: 950px;
    width: 337px;
    height: 582px;
    border: 0px;
    cursor: pointer;
    z-index: 1;
}



#agentInfo {
    position: relative;
    left:5px;
    color: red;

}

#LeftArrow {
    width: 24px;
    height: 24px;
    border: 0px;
    cursor: pointer;
    float: left;
    background-image: url(images/left_green.png);
}

#RightArrow {
    width: 24px;
    height: 24px;
    border: 0px;
    cursor: pointer;
    float: right;
    background-image: url(images/right_green.png);
}

#Restore {
    cursor: pointer;
    float: right;
    color: blue;
    text-decoration: underline;
}


#guide1 {
    position: absolute;
    top: 0px;
    left: 150px;
    color: black;
}

#guide2 {
    position: absolute;
    top: 10px;
    left: 620px;
    color: darkred;
}
/*   New CSS above this line */
#help {
    top: 0px;
    width: 32px;
    height: 32px;
    border: 0px;
    cursor: pointer;
    float: right;
    background-image: url(images/help.png);
}
#iphone {
    width: 214px;
    height: 426px;
    float: right;
    margin-right: 20px;
    background-image: url(images/main.png);
}
#mxq {
    width: 163px;
    height: 155px;
    float: right;
    margin-right: 60px;
    background-image: url(images/mxq.png);
}

/* Popup container */
.popup {
    color: red;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
    visibility: hidden;
    width: 476px;
    height: 854px;
    position: absolute;
    z-index: 1;
    bottom: -425px;
    left: 50%;
    margin-left: 15px;
    background-image: url(images/settings.png);
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}
