/* 
  <link REL=STYLESHEET HREF="/styles/house_lists.css" title="CS: Additional List Styles"> 
  <link REL=STYLESHEET HREF="/teaching/this_year/audit/audit.css" title="Specific Audit Styles">
*/

/* Make the list lead text black and bold */
DL.list-dl1 DT {
    color: #000000;
    font-weight: bold;
    background-color: inherit;
}



/* ------------ Unordered Lists ----------------- */
/* No Bullets */
UL.no-bullets {
    list-style: none;
}

UL.main-menu {
    list-style:none;
    width: 30%;
    float: left;
    text-align: right;
    font-size: 20px;
}

/* No margin top and bottom. Bullets with very little white space to the
left. Microsoft requires margin-left:2em oterwise the bullets disappear
altogether. 
Used on welcome.template for the 'Shortcut to Staff Homepages' boc.
*/
UL.narrow {
    margin-top:0;
    margin-bottom:0;
    margin-left:2em;
}

/* Lists with no indents: from UKC style list */

ul.noindent70 {
font-size : 70% ;
list-style-type: square;
list-style-position: outside;
padding-bottom: 0px;
margin-bottom: 0px;
margin-left: 15px;
}

ul.noindent80 {
font-size : 80% ;
list-style-type: square;
list-style-position: outside;
padding-bottom: 0px;
margin-bottom: 0px;
margin-left: 15px;
}

ul.noindentmenu80 {
font-size : 80% ;
list-style-image: url("/newimages/arrow.gif");
list-style-type: square;
list-style-position: outside;
padding-bottom: 0px;
padding-left: 20px;
margin-bottom: 0px;
margin-left: 0px;
}

ul.noindentmenu80 ul {
list-style-type: square;
list-style-position: outside;
padding-bottom: 0px;
padding-left: 15px;
margin-bottom: 0px;
margin-left: 0px;
}

ul.noindentmenu80 li {
padding-bottom: 5px;
}

ul.noindentmenu80 ul li,ul.noindentmenu ol li {
padding-bottom: 0px;
}




/* For the portal */
ul.portalNoIndent100 {
  /* font-size : 80% ; */
  font-size : 100% ;
  /* list-style-image: url("http://www.kent.ac.uk/newimages/arrow.gif"); */
  list-style-type: square;
  list-style-position: inside;
  padding-bottom: 0px;
  padding-left: 2px;
  margin-bottom: 0px;
  margin-left: 0px;
}

ul.portalWithIndent100 {
  /* font-size : 80% ; */
  font-size : 100% ;
  /* list-style-image: url("http://www.kent.ac.uk/newimages/arrow.gif"); */
  list-style-type: square;
  list-style-position: inside;
  padding-bottom: 0px;
  padding-left: 2px;
  margin-bottom: 0px;
  margin-left: 20px;
}

