/* QUT template - branch stylesheet */
/* Should be used in conjunction with common and corpstyle stylesheets */
/* Copyright QUT 2007 */
/* Version 3.2 */

/* TOP NAVIGATION */
/* (Active button for current branch) */

.about_button A{
  background-color: #fff;
  color: #666;
}

/* Service catalogue styles */

div#service_details {
   margin: 0 80px 0 0;
}

div#service_details p {
   padding: 0;
}

div.service_avail_field {
	margin: 0 0 0 2em;
	padding: 0;
}

div#service_details h2, div#service_details h3, div#service_details h4 {
	color: #88AA00;
	font-weight: bold;
}

h2.service_field_heading {
	border-bottom: 2px solid #d8d8d8;
	font-size: 1.2em;
	margin: 1.1em 0 8px 0;
	padding-bottom: 5px;
}

h3.service_field_heading {
	background: transparent url(/graphics/services/bullet.gif) no-repeat center left;
	border-bottom: none;
	font-size: 1em;
	margin: 1em 0 0 1em;
	padding: 0 0 0 1em;
}

/* Service flags (new service / recently updated service) styles  */
div.service_flag {
	margin: 0;
	padding: 0;
}

div.service_flag p {
	display: inline;
	margin: 0;
	padding: 0 0 0 18px;
	background: transparent url(/graphics/services/flag.gif) no-repeat center left;
}
