/* 1st Responder Catalog CSS 
May 21st, 2004. 
Sean Corrales */

/* Page Structure
-------------------------------*/
html body {
  margin:0;
  padding:0;
  background:#fff;
  font: 10pt Verdana,Arial,Sans-Serif;
}

/*Left Frame
------------------------------*/
#realm_links{
margin-top: 24px;
margin-left: 10px;

}

a:link, a:visited {
  text-decoration: none;
} 

.realm_link{
font-weight: bold;
}

.secondary_text{
font-size: .8em;
font-weight: normal;
}

a:hover, a:active{
  text-decoration: underline;
  }

/*Middle Frame
------------------------------*/
#drop_menu {
   display: block;
   margin: 0 0;
   padding: 24px 0 0 35px;
   width: 350px;
   /*border: 1px solid #000;*/
}

/*Right Frame
------------------------------*/
#course_display {
  padding: 24px 0 0 10px;
}


#foldheader{cursor:pointer;cursor:hand ; font-weight:bold ;
list-style-image:url(/catalog_data/img/fold.gif)}
.foldopenheader{font-weight:bold ;
list-style-image:url(/catalog_data/img/open.gif)}
#foldinglist{list-style-image:url(/catalog_data/img/list.gif)}
.foldinglist{list-style-image:url(/catalog_data/img/list.gif)}