﻿.topUserInfo
{
	color: #fff;
	padding: 5px;
	position: absolute;
	top: 10px;
	right: 10px;
}

html 
{
    height: 100%;    
    width: 100%;
}

body 
{
    height: 100%;    
    width: 100%;      
    overflow: hidden; 
    background-color: Black;
}

form 
{
    height:100%;
    width:100%;
}

#dashboard 
{
    overflow:hidden;
    height:92%;
    width:100%;
}

.topUserInfo a
{
	background: #fff;
	color: #111;
	text-decoration: none;
}

.topUserInfo a:hover
{		
	background: #ebebeb;
	color: #999;
	border: 1px solid #fff;
}

.topUserInfo a:active
{
	color:#fff;
	background: #045FB4;
}

#loadingLogin
{
	margin-left: 130px;
	margin-top: -10px; 
	display: none;
}

.logoff
{
	text-decoration: none; 
	margin-left: 5px;
	color: #fff; 
	background: none;
	border: none;
	text-decoration: underline;
}

#loading
{
	display: none;
}

.headerOption
{
	margin-top: 5px;
	margin-left: 7px;
	height: 40px;
}

.headerIcon
{	
	top: 5px;
	margin-left: 25px;	
	color: #fff;
}

.wrp
{
	height:100%;
    width:auto;
}

.hdelogo
{
    position:absolute;
    z-index:10;
    right:20px;
    bottom:0px;
    height:9%;
    width:100%;
    background-color:white;
}
