
body
{
	background-color:white;
	font-family: "Century Gothic";
	font-size: 2.5em;
}

#header {
	position: fixed;
	width: 100%;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	margin:0px;
	 //font-family: "Century Gothic";
	font-size: 1.9em;
  }
  
#sidebar {
	position: fixed;
	width: 250px;
	height: auto;
	top: 69px;
	right: auto;
	bottom: auto;
	left: 0;
	background-color: #00A0E4; //03A9F4
	-moz-box-shadow:    3px 20px 5px 6px #ccc;
	-webkit-box-shadow: 3px 20px 5px 6px #ccc;
	box-shadow:         3px 10px 5px 3px #ccc;
	font-family: "Century Gothic";
	font-size: 1.2em;
	color: #fff;
	padding-top:50px;
	padding-bottom:10000px;
  }
#main {
	position: fixed;
	height: 100%;
	top: 100px;
	right: 0;
	left: 3em;
	overflow-y:auto;
  }
 #selection {
	position: fixed;
	width: auto;
	height: 20px;
	top: 90px;
	left: 500px;
	font-family: "Century Gothic";
	font-size: 1.4em;
	text-align:center;
	color: red;
  } 
  
  .scrollable {
	top: 180px;
	width: 98%;
	overflow:auto;
  }  

  
.data  {
	font-family: "Century Gothic";
	font-size: 0.9em;
  }

.data.right  {
	text-align: right;
  }
  
 .data.red  {
	color: red;
	font-weight: bold;
  } 
  
  
#left{
	float:left;
	width:65%;
}
#right{
	float:right;
	width:35%;
}  


/* The Modal (background) */
.modale {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modale-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.leafSelected
{
   color: rgb(0,0,0);
}

 #status {
	float:left; 
	margin-left:10px;
	font-family: "Century Gothic";
	font-size: 0.8em;
  } 
  
 .note {
	margin-left:10px; 
	margin-right:10px; 
	height:50px; 
	color:#777;
  } 

.bgYellow
{
   background-color: 'yellow';
}