﻿body, html, .ui-body
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-family: Tahoma;
    font-size: 12px;
    /*color:#727272;*/
    color: #788395;
}

.ui-overflow-auto
{
    overflow: auto;
}

.ui-session-form
{
    position: absolute;
    width: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    -moz-transition: width ease-out 0.3s;
    -o-transition: width ease-out 0.3s;
    -webkit-transition: width ease-out 0.3s;
    transition: width ease-out 0.3s;
    background: rgba(250, 250, 250, 0.8);
}

.ui-session-label
{
    display: block;
}

.ui-session-textbox
{
    display: block;
}

.ui-hidden
{
    display: none;
}
