﻿.uWindowsContainer 
{
    padding: 0px;
    margin: 0px;
}


.uWindow {
    border-spacing: 0px;
    display: block;
    position: fixed;
    bottom: 0px;
    top: 42px;
    left: 0px;
    right: 0px;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    padding: 0px;
    transition: 0.2s;
    border-style: none;
}

.uWindow iframe{
    border-radius:0px;
}

.uWindowMenu {
    background-color: rgba(35, 56, 82, 0.84);
    color: white;
    padding: 0px 5px 0px 5px;
    overflow: hidden;
    line-height:35px;
}

.uWindowMenuControlBox {
    margin-left: 5px;
    border-left: solid;
    padding-left: 5px;
}

.uWindowMenuHeading {
    vertical-align: middle;
    padding: 0px 10px 0px 10px;
    display: inline-block;
    padding: 0px 10px 0px 10px;
    margin: 3px 10px 3px 0px;

    line-height:30px;
}




.uWindowHeader {
    background-color: #233852;
    color: white;
    height: 0px;
    position: absolute;
    right: 0px;
    /*margin-top:-9px;
    margin-left:-7px;
    margin-right:-7px;
    margin-bottom:5px;*/
    margin: 0px;
    padding: 0px 5px;
    width: 0px;
    z-index: -1;
    overflow: hidden;
}

.uWindowsButton {
}

.PageContent .uWindowHyperlink {
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

    .PageContent .uWindowHyperlink:hover {
    }



/*.uWindowMenu .uWindowHyperlink {
    background-color: #ffffff;
    display: block;
    color: black;
    cursor: pointer;
    padding: 0px 10px 0px 10px;
    margin: 3px 0px 3px 10px;
    border-color: cornflowerblue;
    border-style: none;
    border-width: 1px;*/
    /*border-radius: 2px;*/
    /*font-size: inherit;
    box-shadow: 2px 2px 2px black;
    float: right;
    line-height: 30px;
    border-radius:3px;
}*/

/*    .uWindowMenu .uWindowHyperlink:hover {
        background-color: #456c9f;
        color: white;
    }
*/



.uWindow iframe {
    /*background-color: pink;*/
    background: url(../Content/Loading02.gif) center center no-repeat;
    background-size: 300px 300px;
}



