body, ul, li {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    font-size: 12px;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
    font-family: helvetica;
    min-height: 0px;
}

#header {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #5e87b0 /*{b-bar-background-color}*/;
    color: #fff /*{b-bar-color}*/;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #003366 /*{b-bar-background-start}*/ ), to( #5e87b0 /*{b-bar-background-end}*/ )); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(#003366 /*{b-bar-background-start}*/, #5e87b0 /*{b-bar-background-end}*/ ); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(#003366 /*{b-bar-background-start}*/, #5e87b0 /*{b-bar-background-end}*/ ); /* FF3.6 */
    background-image: -ms-linear-gradient(#003366 /*{b-bar-background-start}*/, #5e87b0 /*{b-bar-background-end}*/ ); /* IE10 */
    background-image: -o-linear-gradient(#003366 /*{b-bar-background-start}*/, #5e87b0 /*{b-bar-background-end}*/ ); /* Opera 11.10+ */
    background-image: linear-gradient(#003366 /*{b-bar-background-start}*/, #5e87b0 /*{b-bar-background-end}*/ );
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#003366', EndColorStr='#5e87b0', GradientType=0); /* MSIE */
    padding: 0;
    color: #eee;
    font-size: 20px;
    text-align: left;
}

    #header a {
        color: #f3f3f3;
        text-decoration: none;
        font-weight: bold;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
    }

.bigframe {
    position: absolute;
    top: 45px;
    left: 0px;
    padding: 0px;
    border: 0px;
}

.smallframe {
    position: absolute;
    top: 45px;
    left: 0px;
    padding: 0px;
    border: 0px;
}

#loginframe {
    z-index: 46;
    left: 0px;
    margin: 0px 0px 0px 0px;
    background-color: White;
    display: none;
}

#partialframe {
    position: absolute;
    z-index: 55;
    top: 45px;
    left: 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    display: none;
    background-color: White;
    padding: 0px;
    border: 0px;
}

#fullframe {
    z-index: 20;
    left: 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    display: none;
    background-color: White;
}

#leftframe {
    position: absolute;
    z-index: 3;
    left: 0;
    margin: 0px 0px 0px 0px;
    border: 0px;
    display: none;
}

#rightframe {
    position: absolute;
    z-index: 4;
    left: 0;
    margin: 0px;
    width: 100%;
    background-color: #EEEEEE;
    display: none;
}

#menudiv {
    position: absolute;
    z-index: 50;
    top: 45px;
    left: 0;
    padding: 5px;
    margin: 0px;
    border: 0px;
    width: 150px;
    background-color: #DDDDDD;
}

#footer {
    position: absolute;
    z-index: 26;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background: #5e87b0 /*{b-bar-background-color}*/;
    color: #fff /*{b-bar-color}*/;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #003366 /*{b-bar-background-start}*/ ), to( #002244 /*{b-bar-background-end}*/ )); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(#003366 /*{b-bar-background-start}*/, #002244 /*{b-bar-background-end}*/ ); /* Chrome 10+, Saf5.1+ */
    background-image: -moz-linear-gradient(#003366 /*{b-bar-background-start}*/, #002244 /*{b-bar-background-end}*/ ); /* FF3.6 */
    background-image: -ms-linear-gradient(#003366 /*{b-bar-background-start}*/, #002244 /*{b-bar-background-end}*/ ); /* IE10 */
    background-image: -o-linear-gradient(#003366 /*{b-bar-background-start}*/, #002244 /*{b-bar-background-end}*/ ); /* Opera 11.10+ */
    background-image: linear-gradient(#003366 /*{b-bar-background-start}*/, #002244 /*{b-bar-background-end}*/ );
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#003366', EndColorStr='#002244', GradientType=1); /* MSIE */
    padding: 0;
    border-top: 1px solid #444;
}

.action1 {
    background: url(images/actions/actions.png) 0px 0px;
    height: 52px;
    width: 52px;
    cursor: pointer;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

.action2 {
    background: url(images/actions/actions.png) -52px 0px;
    height: 52px;
    width: 52px;
    cursor: pointer;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

.action3 {
    background: url(images/actions/actions.png) -104px 0px;
    height: 52px;
    width: 52px;
    cursor: pointer;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

.action4 {
    background: url(images/actions/actions.png) -156px 0px;
    height: 52px;
    width: 52px;
    cursor: pointer;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

.action5 {
    background: url(images/actions/actions.png) -208px 0px;
    height: 52px;
    width: 52px;
    cursor: pointer;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

.action6 {
    background: url(images/actions/actions.png) -260px 0px;
    height: 52px;
    width: 52px;
    cursor: pointer;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

.action1d {
    background: url(images/actions/actions.png) 0px 52px;
    height: 52px;
    width: 52px;
    cursor: pointer;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

.action2d {
    background: url(images/actions/actions.png) -52px 52px;
    height: 52px;
    width: 52px;
    cursor: pointer;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

.action3d {
    background: url(images/actions/actions.png) -104px 52px;
    height: 52px;
    width: 52px;
    cursor: pointer;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

.action4d {
    background: url(images/actions/actions.png) -156px 52px;
    height: 52px;
    width: 52px;
    cursor: pointer;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

.action5d {
    background: url(images/actions/actions.png) -208px 52px;
    height: 52px;
    width: 52px;
    cursor: pointer;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

.action6d {
    background: url(images/actions/actions.png) -260px 52px;
    height: 52px;
    width: 52px;
    cursor: pointer;
    border: none;
    margin-left: auto;
    margin-right: auto;
}

.action1h {
    background: url(images/actions/actions2.png) 0px 0px;
    height: 52px;
    width: 52px;
    cursor: pointer;
    border: none;
    margin-left: auto;
    margin-right: auto;
    background-size: 600%;
}

.action2h {
    background: url(images/actions/actions2.png) -52px 0px;
    height: 52px;
    width: 52px;
    cursor: pointer;
    border: none;
    margin-left: auto;
    margin-right: auto;
    background-size: 600%;
}

.action3h {
    background: url(images/actions/actions2.png) -104px 0px;
    height: 52px;
    width: 52px;
    cursor: pointer;
    border: none;
    margin-left: auto;
    margin-right: auto;
    background-size: 600%;
}

.action4h {
    background: url(images/actions/actions2.png) -156px 0px;
    height: 52px;
    width: 52px;
    cursor: pointer;
    border: none;
    margin-left: auto;
    margin-right: auto;
    background-size: 600%;
}

.action5h {
    background: url(images/actions/actions2.png) -208px 0px;
    height: 52px;
    width: 52px;
    cursor: pointer;
    border: none;
    margin-left: auto;
    margin-right: auto;
    background-size: 600%;
}

.action6h {
    background: url(images/actions/actions2.png) -260px 0px;
    height: 52px;
    width: 52px;
    cursor: pointer;
    border: none;
    margin-left: auto;
    margin-right: auto;
    background-size: 600%;
}

.action1dh {
    background: url(images/actions/actions2.png) 0px 52px;
    height: 52px;
    width: 52px;
    cursor: pointer;
    border: none;
    margin-left: auto;
    margin-right: auto;
    background-size: 600%;
}

.action2dh {
    background: url(images/actions/actions2.png) -52px 52px;
    height: 52px;
    width: 52px;
    cursor: pointer;
    border: none;
    margin-left: auto;
    margin-right: auto;
    background-size: 600%;
}

.action3dh {
    background: url(images/actions/actions2.png) -104px 52px;
    height: 52px;
    width: 52px;
    cursor: pointer;
    border: none;
    margin-left: auto;
    margin-right: auto;
    background-size: 600%;
}

.action4dh {
    background: url(images/actions/actions2.png) -156px 52px;
    height: 52px;
    width: 52px;
    cursor: pointer;
    border: none;
    margin-left: auto;
    margin-right: auto;
    background-size: 600%;
}

.action5dh {
    background: url(images/actions/actions2.png) -208px 52px;
    height: 52px;
    width: 52px;
    cursor: pointer;
    border: none;
    margin-left: auto;
    margin-right: auto;
    background-size: 600%;
}

.action6dh {
    background: url(images/actions/actions2.png) -260px 52px;
    height: 52px;
    width: 52px;
    cursor: pointer;
    border: none;
    margin-left: auto;
    margin-right: auto;
    background-size: 600%;
}

.actionButton {
    float: left;
    text-align: center;
    width: 100px;
    margin-top: 12px;
}

.k1 {
    background: url(../images/icons/icons100.png) 0px 0px;
    height: 100px;
    width: 100px;
    cursor: pointer;
    border: none;
}

.k2 {
    background: url(../images/icons/icons100.png) -100px 0px;
    height: 100px;
    width: 100px;
    cursor: pointer;
    border: none;
}

.k3 {
    background: url(../images/icons/icons100.png) -200px 0px;
    height: 100px;
    width: 100px;
    cursor: pointer;
    border: none;
}

.k4 {
    background: url(../images/icons/icons100.png) -300px 0px;
    height: 100px;
    width: 100px;
    cursor: pointer;
    border: none;
}

.k5 {
    background: url(../images/icons/icons100.png) -400px 0px;
    height: 100px;
    width: 100px;
    cursor: pointer;
    border: none;
}

.k6 {
    background: url(../images/icons/icons100.png) -500px 0px;
    height: 100px;
    width: 100px;
    cursor: pointer;
    border: none;
}

.k1h {
    background: url(../images/icons/icons200.png) 0px 0px;
    height: 100px;
    width: 100px;
    cursor: pointer;
    border: none;
    background-size: 600%;
}

.k2h {
    background: url(../images/icons/icons200.png) -100px 0px;
    height: 100px;
    width: 100px;
    cursor: pointer;
    border: none;
    background-size: 600%;
}

.k3h {
    background: url(../images/icons/icons200.png) -200px 0px;
    height: 100px;
    width: 100px;
    cursor: pointer;
    border: none;
    background-size: 600%;
}

.k4h {
    background: url(../images/icons/icons200.png) -300px 0px;
    height: 100px;
    width: 100px;
    cursor: pointer;
    border: none;
    background-size: 600%;
}

.k5h {
    background: url(../images/icons/icons200.png) -400px 0px;
    height: 100px;
    width: 100px;
    cursor: pointer;
    border: none;
    background-size: 600%;
}

.k6h {
    background: url(../images/icons/icons200.png) -500px 0px;
    height: 100px;
    width: 100px;
    cursor: pointer;
    border: none;
    background-size: 600%;
}

.i1 {
    background: url(../images/icons/icons50.png) 0px 0px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    border: none;
}

.i2 {
    background: url(../images/icons/icons50.png) -50px 0px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    border: none;
}

.i3 {
    background: url(../images/icons/icons50.png) -100px 0px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    border: none;
}

.i4 {
    background: url(../images/icons/icons50.png) -150px 0px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    border: none;
}

.i5 {
    background: url(../images/icons/icons50.png) -200px 0px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    border: none;
}

.i6 {
    background: url(../images/icons/icons50.png) -250px 0px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    border: none;
}

.i1h {
    background: url(../images/icons/icons100.png) 0px 0px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    border: none;
    background-size: 600%;
}

.i2h {
    background: url(../images/icons/icons100.png) -50px 0px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    border: none;
    background-size: 600%;
}

.i3h {
    background: url(../images/icons/icons100.png) -100px 0px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    border: none;
    background-size: 600%;
}

.i4h {
    background: url(../images/icons/icons100.png) -150px 0px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    border: none;
    background-size: 600%;
}

.i5h {
    background: url(../images/icons/icons100.png) -200px 0px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    border: none;
    background-size: 600%;
}

.i6h {
    background: url(../images/icons/icons100.png) -250px 0px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    border: none;
    background-size: 600%;
}

.j1 {
    background: url(../images/icons/icons16.png) 0px 0px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    border: none;
    float: left;
    margin-top: 12px;
    margin-right: 5px;
}

.j2 {
    background: url(../images/icons/icons16.png) -16px 0px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    border: none;
    float: left;
    margin-top: 12px;
    margin-right: 5px;
}

.j3 {
    background: url(../images/icons/icons16.png) -32px 0px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    border: none;
    float: left;
    margin-top: 12px;
    margin-right: 5px;
}

.j4 {
    background: url(../images/icons/icons16.png) -48px 0px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    border: none;
    float: left;
    margin-top: 12px;
    margin-right: 5px;
}

.j5 {
    background: url(../images/icons/icons16.png) -64px 0px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    border: none;
    float: left;
    margin-top: 12px;
    margin-right: 5px;
}

.j6 {
    background: url(../images/icons/icons16.png) -80px 0px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    border: none;
    float: left;
    margin-top: 12px;
    margin-right: 5px;
}

.j1h {
    background: url(../images/icons/icons32.png) 0px 0px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    border: none;
    float: left;
    margin-top: 12px;
    margin-right: 5px;
    background-size: 600%;
}

.j2h {
    background: url(../images/icons/icons32.png) -16px 0px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    border: none;
    float: left;
    margin-top: 12px;
    margin-right: 5px;
    background-size: 600%;
}

.j3h {
    background: url(../images/icons/icons32.png) -32px 0px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    border: none;
    float: left;
    margin-top: 12px;
    margin-right: 5px;
    background-size: 600%;
}

.j4h {
    background: url(../images/icons/icons32.png) -48px 0px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    border: none;
    float: left;
    margin-top: 12px;
    margin-right: 5px;
    background-size: 600%;
}

.j5h {
    background: url(../images/icons/icons32.png) -64px 0px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    border: none;
    float: left;
    margin-top: 12px;
    margin-right: 5px;
    background-size: 600%;
}

.j6h {
    background: url(../images/icons/icons32.png) -80px 0px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    border: none;
    float: left;
    margin-top: 12px;
    margin-right: 5px;
    background-size: 600%;
}

.menushadow {
    position: relative;
    padding: 0px;
    margin: 0px;
    background-color: rgb(68,68,68);
    -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
    box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    zoom: 1;
    display: none;
}

.shadow {
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 16px 16px #777;
    box-shadow: 0px 0px 16px 16px #777;
}

.menucontent {
    position: relative;
    padding: 5px;
}

.menuitem {
    padding: 8px;
    cursor: pointer;
    border-radius: 5px;
}

    .menuitem:hover {
        background-color: #C1C1C1;
    }

.auto-style3 {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-position: -14px 0px;
    width: 0px;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.auto-style4 {
    text-align: left;
}

.devp {
    float: right;
    display: none;
}

#footernav {
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    height: 100%;
    line-height: 45px;
    list-style: none;
}

    #footernav li {
        width: 80px;
        height: 100%;
        text-align: center;
        vertical-align: middle;
        padding: 0 2px 0 2px;
        display: block;
        float: left;
    }

        #footernav li:hover {
            background-color: yellow;
            background-image: -webkit-gradient(linear, left top, left bottom, from( #004466 /*{b-bar-background-start}*/ ), to( #003344 /*{b-bar-background-end}*/ )); /* Saf4+, Chrome */
            background-image: -webkit-linear-gradient(#004466 /*{b-bar-background-start}*/, #003344 /*{b-bar-background-end}*/ ); /* Chrome 10+, Saf5.1+ */
            background-image: -moz-linear-gradient(#004466 /*{b-bar-background-start}*/, #003344 /*{b-bar-background-end}*/ ); /* FF3.6 */
            background-image: -ms-linear-gradient(#004466 /*{b-bar-background-start}*/, #003344 /*{b-bar-background-end}*/ ); /* IE10 */
            background-image: -o-linear-gradient(#004466 /*{b-bar-background-start}*/, #003344 /*{b-bar-background-end}*/ ); /* Opera 11.10+ */
            background-image: linear-gradient(#004466 /*{b-bar-background-start}*/, #003344 /*{b-bar-background-end}*/ );
            filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#004466', EndColorStr='#003344', GradientType=1); /* MSIE */
        }

.tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tabs li {
    float: left;
    border: 1px solid #bbb;
    border-bottom-width: 0;
    margin: 0;
}

    .tabs li a {
        text-decoration: none;
        display: block;
        background: #eee;
        padding: 0.24em 1em;
        color: #00c;
        width: 6em;
        text-align: center;
    }

.tabs a:hover {
    background: #ddf;
}

.tabs .selected {
    border-color: black;
}

    .tabs .selected a {
        position: relative;
        top: 1px;
        background: white;
        color: black;
        font-weight: bold;
    }

.content {
    border: 1px solid black;
    clear: both;
    padding: 0 1em;
}

h1 {
    margin: 0;
    padding: 0 0 1em 0;
}

#canvas.mouseDown {
    cursor: crosshair;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.addPerson {
    background: url(../images/icons/Users16.png) -128px 0px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
}

.addPerson-grey {
    background: url(../images/icons/Users16_greyscale.png) -128px 0px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    border: 0;
    cursor: default;
}

.pdefault {
    background: url(../images/icons/Images16.png) -96px 0px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    outline: none;
}

.poffline_16 {
    background: url(../images/icons/Users16.png) 0px 0px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.ponline_16 {
    background: url(../images/icons/Users16.png) -16px 0px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.paway_16 {
    background: url(../images/icons/Users16.png) -96px 0px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.pbusy_16 {
    background: url(../images/icons/Users16.png) -48px 0px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.pdnd_16 {
    background: url(../images/icons/Users16.png) -64px 0px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
}

.padd_16 {
    background: url(../images/icons/Users16.png) -128px 0px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 0;
}

.premove_16 {
    background: url(../images/icons/Users16.png) -144px 0px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 0;
}

.premove_16-disabled {
    background: url(../images/icons/Users16_greyscale.png) -144px 0px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 0;
}

.poffline_32 {
    background: url(../images/icons/Users32.png) 0px 0px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}

.ponline_32 {
    background: url(../images/icons/Users32.png) -32px 0px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}

.paway_32 {
    background: url(../images/icons/Users32.png) -192px 0px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}

.pbusy_32 {
    background: url(../images/icons/Users32.png) -96px 0px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}

.pdnd_32 {
    background: url(../images/icons/Users32.png) -128px 0px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}

.padd_32 {
    background: url(../images/icons/Users32.png) -256px 0px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 0;
    outline: none;
}

.premove_32 {
    background: url(../images/icons/Users32.png) -288px 0px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 0;
    outline: none;
}

.premove_32-disabled {
    background: url(../images/icons/Users32_greyscale.png) -288px 0px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    border: 0;
    outline: none;
}
/*.offline_64 {background: url(images/Users64.png) 0px 0px; width:64px; height:64px; background-repeat: no-repeat;}
        .online_64 {background: url(images/Users64.png) -64px 0px; width:64px; height:64px; background-repeat: no-repeat;}
        .away_64 {background: url(images/Users64.png) -384px 0px; width:64px; height:64px; background-repeat: no-repeat;}
        .busy_64 {background: url(images/Users64.png) -192px 0px; width:64px; height:64px; background-repeat: no-repeat;}*/
.removeRelation {
    background: url(../images/icons/Images32.png) -64px 0px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
}

.addRelation {
    background: url(../images/icons/Images32.png) -32px 0px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
}

.removeRelation16 {
    background: url(../images/icons/Images16.png) -32px 0px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
}

.addRelation16 {
    background: url(../images/icons/Images16.png) -16px 0px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
}

.menu {
    background: beige;
    border: 1px solid black;
    border-radius: 5px;
}

.menuButton {
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
}

.person-container {
    border-radius: 3px;
    margin: 3px;
    padding: 3px;
    background-color: #D3D3D3;
    outline: none;
    cursor: pointer;
}

.person-container:hover {
	background-color: #C1C1C1;
}


.device-name {
	padding:0px 10px;
	font-size:1.6em;
	font-weight: bold;
	border-style: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.device-status {
	padding-left:10px;
	font-size:.7em;
	line-height:0.50em;
	margin: 3px 0px 3px 0px;
}

.contact-name {
	padding:0px 10px;
	font-size:1.6em;
	font-weight: bold;
	border-style: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.contact-status {
	padding-left:10px;
	font-size:.7em;
	line-height:0.50em;
	margin: 3px 0px 3px 0px;
}

.file-table{
	display:table;
	width:100%;
	font-size: 12pt;
}

.file-table-title{
	font-size: 12pt;
	margin-bottom: 5px;
	border-bottom: 1px solid darkgray;
	margin-right: 10px;
}

.file-table-row {
	display:table-row;
}
.file-table-row:hover {
	background-color: rgba(193, 193, 193, 0.5); /* 193 == 0xC1. Add alpha so the progress bar can still be seen when mouse over. */
}

.file-table-paddingRow {
	height: 5px;
}

.file-table-row > div:first-child {
	border-radius: 3px 0 0 3px;
}
.file-table-row > div:last-child {
	border-radius: 0 3px 3px 0;
}

.file-table-cell {
	display:table-cell;
	vertical-align: middle;
}

.file-table-cursorHand{
	cursor: pointer;
}

.file-table-file-icon, .file-table-file-control {
    height: 32px;
	width: 32px;
	min-width: 32px;
    border: none;
}

.hide-long-text{
	display: inline-block;
	/*border: 1px solid #CCC;*/
	border-style: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 7px;
}


.hide-long-file-name-in-chat{
	display: inline-block;
	/*border: 1px solid #CCC;*/
	border-style: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 2px;
}


.break-long-text-in-chat{
	word-break: break-all;
}

.file-size {
	text-align: right;
	width: 80px;
	min-width: 80px;
	padding-right: 5px;
}

.tile-container:hover {
	background-color: #C1C1C1;
}

.progressBar {
	background-color: lightgreen;
	width: 0%;
	border-radius: 3px;
}

.file-icon16 {
	display: inline-block;
	position: relative;
	top: -2px;
    background: url(../images/icons/MeshComm16b.png) -48px 0px;
    height: 16px;
	width: 16px;
	background-repeat: no-repeat;
}

.file-status-shared{
    background: url(../images/icons/MeshComm32b.png) -96px 0px;
}
.file-status-queued{    
	background: url(../images/icons/MeshComm32b.png) -288px 0px;
}
.file-status-downloading{    
	background: url(../images/icons/MeshComm32b.png) -288px 0px;
}
.file-status-downloaded {
	background: url(../images/icons/MeshComm32b.png) -256px 0px;
}

.person-selected {
    background-color: #C1C1C1;
}

.device-container {
    border-radius: 3px;
    margin: 3px;
    padding: 3px;
    background-color: #D3D3D3;
    outline: none;
    cursor: pointer;
}

    .device-container:hover {
        background-color: #C1C1C1;
    }

.device-selected {
    background-color: #C1C1C1;
}

.ddefault {
    background: url(../images/icons/Icons16.png) -48px 0px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    outline: none;
}

.dicon {
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    border: 0;
    outline: none;
}

.desktop-online {
    background: url(../images/icons/Icons32.png) 0px 0px;
}

.desktop-offline {
    background: url(../images/icons/Icons32-grey.png) 0px 0px;
}

.laptop-online {
    background: url(../images/icons/Icons32.png) -32px 0px;
}

.laptop-offline {
    background: url(../images/icons/Icons32-grey.png) -32px 0px;
}

.phone-online {
    background: url(../images/icons/Icons32.png) -64px 0px;
}

.phone-offline {
    background: url(../images/icons/Icons32-grey.png) -64px 0px;
}

.server-online {
    background: url(../images/icons/Icons32.png) -96px 0px;
}

.server-offline {
    background: url(../images/icons/Icons32-grey.png) -96px 0px;
}

.iot-online {
    background: url(../images/icons/Icons32.png) -128px 0px;
}

.iot-offline {
    background: url(../images/icons/Icons32-grey.png) -128px 0px;
}

.router-online {
    background: url(../images/icons/Icons32.png) -160px 0px;
}

.router-offline {
    background: url(../images/icons/Icons32-grey.png) -160px 0px;
}

.chat {
    background: blue;
    width: 32px;
    height: 32px;
}

.draw {
    background: brown;
    width: 32px;
    height: 32px;
}

.call {
    background: lime;
    width: 32px;
    height: 32px;
}

.file {
    background: orange;
    width: 32px;
    height: 32px;
}

#personnav {
    -webkit-padding-start: 20px;
}

    #personnav li {
        display: inline;
        list-style-type: none;
        padding-right: 20px;
    }

#devicenav {
    -webkit-padding-start: 20px;
}

    #devicenav li {
        display: inline;
        list-style-type: none;
        padding-right: 20px;
    }

.icon-rtc {
    background: url(../images/icons/Images32.png) -256px 0px;
    height: 32px;
    width: 32px;
    border: 0;
    margin: -4px;
    cursor: pointer;
}

.icon-group {
    background: url(../images/icons/Images32.png) 0px 0px;
    height: 32px;
    width: 32px;
    border: 0;
    margin: -4px;
    cursor: pointer;
}

.icon-alias {
    background: url(../images/icons/Users32.png) -64px 0px;
    height: 32px;
    width: 32px;
    border: 0;
    margin: -4px;
    cursor: pointer;
}

.badge {
    float: right;
    background-color: red;
    text-align: center;
    color: white;
    line-height: 20px;
    font-weight: bold;
    border-radius: 20px;
    width: 20px;
    height: 20px;
}

.m1 {
    background: url(../images/icons/MeshComm32b.png) 0px 0px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    border: none;
}

.m2 {
    background: url(../images/icons/MeshComm32b.png) -32px 0px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    border: none;
}

.m3 {
    background: url(../images/icons/MeshComm32b.png) -64px 0px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    border: none;
}

.m4 {
    background: url(../images/icons/MeshComm32b.png) -96px 0px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    border: none;
}

.m5 {
    background: url(../images/icons/MeshComm32b.png) -128px 0px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    border: none;
}

.m6 {
    background: url(../images/icons/MeshComm32b.png) -160px 0px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    border: none;
}

.m7 {
    background: url(../images/icons/MeshComm32b.png) -192px 0px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    border: none;
}

.m8 {
    background: url(../images/icons/MeshComm32b.png) -224px 0px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    border: none;
}

.redxicon {
    background: url(../images/icons/Images32.png) -64px 0px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
}

.greencheckicon {
    background: url(../images/icons/Images32.png) -32px 0px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
}

.mbutton {
    background: #ccc;
    cursor: pointer;
    border-top: solid 2px #eaeaea;
    border-left: solid 2px #eaeaea;
    border-bottom: solid 2px #777;
    border-right: solid 2px #777;
    border-radius: 5px;
    width: 32px;
    height: 32px;
    padding: 3px 3px;
}

    .mbutton.down {
        background: #bbb;
        border-top: solid 2px #777;
        border-left: solid 2px #777;
        border-bottom: solid 2px #eaeaea;
        border-right: solid 2px #eaeaea;
    }

.g1 {
    background: url(data:image/gif;base64,R0lGODlhEAAQAJEDAPb49Y2Sj9LT2f///yH5BAEAAAMALAAAAAAQABAAAAImnI+py+1vhJwyUYAzHTL4D3qdlJWaIFJqmKod607sDKIiDUP63hQAOw==);
    height: 16px;
    width: 16px;
    cursor: pointer;
    border: none;
    float: left;
    margin-top: 1px;
}

.g2 {
    background: url(data:image/gif;base64,R0lGODlhEAAQAJEDAM2xV/Xur+XPgP///yH5BAEAAAMALAAAAAAQABAAAAJD3ISZIGHWUGihznesYDYATFVM+D2hJ4lgN1olxALAtAlmPCJvuMmJd6PJckDYwicrHhTD5o7plJmg0Uc0asNMkphHAQA7);
    height: 16px;
    width: 16px;
    cursor: pointer;
    border: none;
    float: left;
    margin-top: 1px;
}

.g3 {
    background: url(data:image/gif;base64,R0lGODlhEAAQAJEDAPb19IGBgbq6uv///yH5BAEAAAMALAAAAAAQABAAAAIy3ISpxgcPH2ouQgFEw1YmxnUXKEaaEZZnVWZk66JwzKpvuwZzwOgwb/C1gIOA8Yg8DgoAOw==);
    height: 16px;
    width: 16px;
    cursor: pointer;
    border: none;
    float: left;
    margin-top: 1px;
}

.fileToolbar {
    text-align: center;
    background-color: #E4E9E7;
    border-top-style: solid;
    border-top-width: 2px;
}

.filelist {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    cursor: default;
    -khtml-user-drag: element;
    background-color: white;
    clear: both;
}

.fsize {
    float: right;
    text-align: right;
    width: 180px;
}

.fdate {
    float: right;
    text-align: right;
    width: 180px;
}