﻿body {
height:100%;
background-image:url("Images/abGreen.jpg");
background-repeat:no-repeat;
background-attachment:fixed;
background-color:#1684e3;
background-size:cover;
font-family:Verdana;
font-size:10px;
}


.RadMenu_Default .rmRootGroup {
background-color:transparent;

}



div#main {
    z-index: auto;/* reset z-index so that the Menu stays on top of the opening Windows */
}

.wndLogin {
        margin-top:150px;
    margin-bottom:auto;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    height:250px;
    background-color:white;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);

}


.wndResetSenha {
    margin-top:50px;
    margin-bottom:auto;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    height:350px;
    background-color:white;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);

}

 
.demo-container{
    width: 100%;
    height: 500px;
    position:relative;
}
.restrictionZone
{
    width: 100%;
    background-color:black;
}

.wndChat {
/*width:200px;
height:100px;
position:relative;
top:40px;
background-color:white;*/

    position: absolute;
    right: 0px;
    width: 200px;
    background-color: white;
    height:60px;
    top:410px;
    margin-right:25px;

}



.wndAnnotation {
     position: absolute;
    right: 0px;
    width: 200px;
    background-color: white;
    height:130px;
    top:20px;
    margin-right:25px;
}
.wndNews{
     position: absolute;
    right: 0px;
    width: 200px;
    background-color: white;
    height:249px;
    top:155px;
    margin-right:25px;
}

.wndLogo {
    margin-top:20px;
    margin-left: 40px;
    width:100px;
    position: absolute;
}


.taskbar
{
    display: block;
    float: left;
    width:95%;
    height:35px;
}
.monitor
{
    position:absolute;
    width: 100%;
    height: 500px;
   /*padding: 30px 33px 85px 34px;*/ 
    background-image: url('images/monitor.jpg');
    background-repeat: no-repeat;
    /*margin: 15px 0 0 15px;*/
}
 
div.RadTabStrip .rtsLevel
{
    width: auto;
}
