body{
	display: none;
}

body, html {
  height: 100%;
}

#topbar {
	position: absolute;
	top: 0px;
	left: 0px;
	height:40px;
	line-height:40px;
	//border: 2px solid;
	min-width: 100%;
	background-color: #1b4f83;
}

#context {
	position: absolute;
	top: 0px;
	left:40px;
	float: left;
	color:white;
}

#context a {
	color:white;
}

#topnav {
	margin: 0 0 0 0;
	position: absolute;
	top: 40px;
	left: 0px;
	height:60px;
	//border: 2px solid;
	min-width: 100%;
}

#mainContent {
	margin: 0 0 0 0;
	position: absolute;
	top: 100px;
	left: 0px;
	min-height: 100%;
	min-width: 100%;
	//border: 5px solid #08c;
	overflow-y: auto;
}

#dashboard-logo {
	height: 40px;
	width: 40px;
	float: left;
}

#dashboard-logo:hover {
	background-color:#5AC4FA;
}

#dashboard-icon {
    transform:scale(2.0, 2.0);
    margin-left: 14px;
}


