/* STYLESHEET FOR STARS.UCHICAGO.EDU. ENJOY. */
/* This is for the 2011-2024 version of the page */
/*----------------------------------------------------*/
.sublink{
background-color: #DCDCDC;
}

.onhover{
display: none;
font-size: 8pt;
background-color: #B0C4DE;
}


.shown:hover .onhover{
display: inline;
}

.divide{
background-color: #DCDCDC;
padding:0px;
}

/*----------------------------------------------------*/

div{
 display: block;
}

a{
  
  display: block; 
  padding: 10px; 
  text-align:center;
  text-decoration:none;
  background-color: #DCDCDC;
}

a:hover{
  background-color:rgba(176,196,222, 1);
}

div.horizontalgap{float:left;overflow:hidden;height:1px;width:0px;}

/*----------------------------------------------------*/

#navHeader
{
  display: block;
  padding: 0px;
  text-align: center;
  background-color: #DCDCDC;
}


#left{
   float:left;
   
}


#middle{
   
   left:0px;
   right:0px;
   margin-left: auto;
   margin-right: auto;
}

#right{
   vertical-align: top;
   float:right;
}



