/*  BASE CSS  */
body {    
    margin: 0 !important;
    padding: 0 !important;
}
h1 { 
	margin: 0; 
}

div {
}

table { 
	empty-cells: show; 
}

tr{
	height:100%;
}

td {
	height:100%;
}

td div {
	height:100%;
}

.BackgroundFixedWrapperDiv{
	position: fixed;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	z-index: -200;
	background-image: linear-gradient(to bottom, transparent, #666 100%), 
	                  linear-gradient(to right, transparent, #AAE 100%),
	                  linear-gradient(to top left, transparent, #BCC 100%);
}

.BackgroundWrapperDiv{

}

.BackgroundDiv{
	background-color:#FF0000;
}

.ViewControllerAreaWrapperDiv{
	border: 1px solid gray;
	margin-left: 40px;
	margin-right: 40px;
}

.ViewControllerAreaContainerDiv{
	background-color:rgba(255,255,255, 0.4);
}

/* Basic Geometries */
.CenterDivContainer{
	display:flex;
	justify-content:center;
	align-items:center;
}/* PROJECT INHERITED CSS */
/* File not found: /Main.css */
