/* the background banner image */
#top {
	background-image: url("http://cms.unimelb.edu.au/__data/assets/image/0014/103109/cycling.jpg");
}

/* accent controls the colour of the quicklinks bar */
.accent {
	background-color: #339933;
}

/* the border color of the footer bar can optionally be matched to the accent color */
#metalinks
{
	border-bottom-color: #339933;
	border-top-color: #339933;
}

/*changing background of a table when mouse hovers over it*/
tr.highlight:hover { background-color: #E1FFE0; }


#content table.grey3 th, #content table.grey3 td {
border:thin solid #999999;
border-collapse:collapse;
padding:2px;
}

#content table.grey3 {
border-collapse:collapse;
text-align:left;
}


#content table.grey-striped th {
background-color:#EEEEEE;
vertical-align:top;
}

#content table.grey-striped th, #content table.grey-striped  td {
border:thin solid #999999;
border-collapse:collapse;
padding:2px;
}


#content table.grey-striped  {
border-collapse:collapse;
text-align:left;
}
