/* CSS Document */

.quote, blockquote {
font-family: "Trebuchet MS","Times New Roman", Times, serif;
font-style:italic;
color:#CC0000;
font-size:12px;
margin:10px 0 15px 30px;
text-align:left;
}

.quote {
/* added to override float in class clash with uow2010 migration /base.css*/
float: none;
background-color:#FFF;
width:auto; /*added gja to override width in base.css*/
}

/***** staff page image styles *****/
.staff_info {
width: 500px;
height: 160px;
padding: 0;
margin: 0;
}

.staff_info .image, .mentor_photo {
width: 100px;
height: 136px;
margin:0;
padding: 1px;
border: medium solid #ccc;
float: left;
}

.mentor_photo {
  width: auto;
  height: auto;
  margin: 5px;
}

.staff_info .text {
height: 140px;
width: 350px;
margin:0;
padding: 12px 2px 2px 5px;
float: left;
}

.staff_info .gap {
height: 15px;
width: 500px;
padding: 0;
width: 0;
}

.staff_info .title_style {
font-size:16px;
font-weight:bold;
color: #CC0000;
}

.photo {
  border: 1px solid #c0c0c0;
  padding: 5px;
 margin-left: auto;
  margin-right: auto;
}

.widget_heading {
  background: #990000 url('../maori/images/widget_heading_lo.gif') repeat-x top left;
}

.widget_heading:hover {
  background: #313131 url('../maori/images/widget_heading_hi.gif') repeat-x top left;
}

.widget_heading .widget_corner_tl, .widget_heading:hover .widget_corner_tl {
  background-image: url('../maori/images/widget_heading_tl.gif');
}

.widget_heading .widget_corner_tr, .widget_heading:hover .widget_corner_tr {
  background-image: url('../maori/images/widget_heading_tr.gif');
}

.widget_content, .widget {
  border-color: #900;
}
