#main-content p a:link { /*the default colour 099 is too light when the font weight is normal */
font-weight:bold;
}

A:link {
  color: #C90;
  text-decoration:none;
  }

A:active {
  color: #C90;
  text-decoration: underline;
  }

A:visited {
  color: #C90;
  text-decoration:none;
  }

A:hover, .nav-ugrad .sidenav2 a:hover {
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#FC3;
  }

#colorbar-left {
  background-color: #FC3;
  border-top: hidden; 
  border-right: 2px #ccc solid; 
  border-bottom: hidden; 
  border-left: hidden;
  text-align:center;
  }

#colorbar-right {
  background-color: #FC3;
  background-image:url('../images/resrch-tag.gif');
  background-repeat:no-repeat;
  }

td#page-title-bg {
  background-image:url('../images/page-title-research.gif');
  background-repeat:no-repeat;
  border-top: hidden; 
  border-right: hidden; 
  border-bottom: 3px #ccc solid; 
  border-left: hidden;
  }

#breadcrumb a:link, #breadcrumb a:hover, #breadcrumb a:visited {
    color:#C90;
	}

#breadcrumb a:hover {
    text-decoration: none;
	}

.wp_input {
  font-size: 10px;
  font-size-adjust:.58;
  border:none;
  width:185px;
  }

#colgroup-search-label {
  text-align: right;
  vertical-align: top;
  padding-right: 10px;
  }

.col-search-label {
  font-size:11px;
  font-weight:bold;
  border-top: 3px #ccc solid; 
  border-right: 3px #ccc solid; 
  }

.col-search-margin {
  border-top: 3px #ccc solid; 
  border-bottom: 3px #ccc solid; 
  }

.col-search-input {
  text-align:right;
  vertical-align: middle;
  font-weight: bold;
  border-top: 3px #ccc solid;
  border-bottom: 3px #ccc solid; 
  }

#colgroup-search-input {
  text-align: left;
  vertical-align: top;
  padding-right: 8px;
  }

#colgroup-search-margin {
  text-align: left;
  vertical-align: top;
  padding-left: 3px;
  padding-right: 0px;
  }

.event, .event_date, .centre_project_staff {
  font-size:11px;
  }

span.event_date {
display:block;
font-size-adjust:.5;
line-height:100%;
padding-top:6px;
}

.seminar-category {
  color: #C90;
  font-weight:bold;
  font-style:italic;
  font-size:11px;
  }

/* open branches of the heirarchy */
.home-nav, 

.welcome-nav, 

.ugrad-nav,

.pgrad-nav, 

.resrch-nav-open, 
.nav-resrch,

.personnel-nav, 

.student-nav, 

.intl-nav, 

.working-nav, 

.news-nav, 

.contact-nav {
  display: block;
  }


/* changes the color for the current branch of the heirarchy */
.sidenav .sidenav2 a:link, .sidenav .sidenav2 a:visited {
  font-weight: normal;
  text-decoration: none;
  color: #C90;
  border-bottom-style: none;
  }

.sidenav .sidenav2 a:hover { 
  color: #C90;
  border-bottom-style:none;
  text-decoration:none;
  }