
/* Header CSS will have the style sheet settings for Header, Footer and Menu */


.headerBanner{
	background-color: #008DA1;
	/* background-image: url("../img/solaa_logo_bg.png"); */
}

.headerBanner a{
	outline: none;
}


.solaaTitle {
	color: #ffd812
}

.menu{
	min-height: 30px;
	text-align: center;
	padding: 1px;
	font-size: 1em;
}

.menu a{
	 outline: none;
	 padding: 10px;
}

.menu span{
	padding: 10px;
}

.hrLine{
	border: 1px;
	border-style: solid;
	border-color: #A3B3BB;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* .dropdownMenu {
	position: absolute;
    left: 0px;
    top: 92px;
    z-index: 100;
    
	background-color: #75cee8;
    min-height: 140px;
    width: 70%;
    margin-left: 15%;
    padding: 20px;
    border-radius: 4px;
   
}

.dropdownMenu .hidden {
    max-height: 0;
} */


.userDropdownMenu {
	position: absolute;
    top: 70px;
    z-index: 100;
    /* background-color: #A3B3BB; */
	background-color: #48d1cc;    
    min-height: 120px;
    width: 200px;
    padding: 20px;
    border-radius: 4px;
    right: 10px;
    font-size: 1.1em;
    font-weight: 600;
}

.userDropdownMenu .hidden {
    max-height: 0;
}

.staffDropdownMenu {
	position: absolute;
    top: 70px;
    z-index: 100;
    background-color: #00ced1;
    min-height: 182px;
    width: 210px;
    padding: 10px 20px;
    border-radius: 4px;
    right: 0px;
    font-size: 16px;
    font-weight: 600;
}

.staffDropdownMenu .hidden {
    max-height: 0;
}


.aHeader {
	color: #000080;
	text-decoration: none;
	
}

.aHeader:hover {
	color: #010358 ;
	text-decoration: underline;
	
}

.loggedHeader {
	font-weight: 600;
	font-size: large;
	text-decoration: underline;
	color: navy;
}

#footer {
  clear: both;
  text-align: center;
  font-size: 1em;
  padding: 10px;  
  background-color: #f2f2f2;
}

