/* QUT template - section stylesheet */
/* Should be used in conjunction with common QUT corporate template stylesheet - common.css */
/* Copyright QUT 2003 */
/* Version 2.6 */

/* TOP LEVEL BUTTONS */

/* (Active button) */
A.researchbutton:link {
  color: #000;
}

A.researchbutton:visited {
  color: #000;
}

A.researchbutton:hover {
  color: #339999;
}

A.researchbutton:active {
  color: #339999;
}
/* (End active) */


/* table style for contact details */

.contact-table {margin-top: 5px;}

.contact-table td {padding: 5px; border-top: solid 1px #d1d1d1;}