/* 

Notice to Administrators:  
	This file is intended to be modified by Logibec only and will be overwritten when upgrading.  
	If you would like to modify the appearance of the QSS Web Application please review the Customization Guide.

Contents:
	CSS Classes used in rendering the SessionTimeout control.

*/

.toSessionUnder 
{
    background:white;
    height:100%;
    width:100%;
    position:absolute;
    z-index:109980;

	opacity: 0.5; /* CSS 3.0 */
    /* Tranparency Hacks - not standards compliant */
	filter:alpha(opacity=50);
}

.toSession
{
    left:0px;
    position:absolute;   
    top:100px;
    width:100%;
    z-index:109990;
}

.toSessionInner
{
    background-color:white;
    border:2px solid #195BA4;
    padding:10px;
    width:350px;
    margin: 0pt auto;
}

.toSessionMessage
{
    margin:20px;
}