/* The University of Adelaide
 * Simplified Tab Style - updated Jan 2008 DRL
*/

/* Tabzone Container
------------------------------------------------------------*/

div.tabzone, table.tabzone {
	background: url("/s/923/images/bkgnd_off.gif") repeat-x left top;
	background-color: #789;
	height: 25px;
	border-top: 1px solid #fff;
	}
	
/* Tab Styling - using id
------------------------------------------------------------*/

#ContentTopLinks {
	width: 100%;
	height: 25px;
	line-height: 10px;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
}
#ContentTopLinks ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#ContentTopLinks li {
	float: left;
	background: url("/s/923/images/bkgnd_off.gif") repeat-x left top;
	margin: 0px;
	padding: 0px;
}
#ContentTopLinks a {
	float: left;
	display: block;
	padding: 7px 12px 9px 12px;
	text-decoration: none;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #abc;
  }

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#ContentTopLinks a {float:none;}
/* End IE5-Mac hack */

#ContentTopLinks a:hover {
	background: url("/s/923/images/bkgnd_hover.gif")  repeat-x left top;
	color: #fff;
	text-decoration: none;
}
#ContentTopLinks li.selected a {
	background-color: #036;
	background-position: left;
	background-repeat: no-repeat;
	color: #fff;
	text-decoration: none;
	background-image: url('/s/923/images/arrow_standard.gif');
	}
#ContentTopLinks li.selected a:hover {
	background: url("/s/923/images/bkgnd_hover.gif")  repeat-x left top;
	color: #fff;
	text-decoration: none;
	}
	
/* Tab Styling - using class
------------------------------------------------------------*/
	
div.header {
	width:100%;
	height: 25px;
	line-height: 10px;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
}
div.header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div.header li {
	float: left;
	background: url("/s/923/images/bkgnd_off.gif") repeat-x left top;
	margin: 0px;
	padding: 0px;
}
div.header a {
	float: left;
	display: block;
	padding: 7px 20px 9px 20px;
	text-decoration: none;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #abc;
  }

		/* Commented Backslash Hack
       hides rule from IE5-Mac \*/
div.header a {float:none;}
		/* End IE5-Mac hack */

div.header a:hover {
	background: url("/s/923/images/bkgnd_hover.gif")  repeat-x left top;
	color: #fff;
	text-decoration: none;
}
div.header #selected a {
	background-color: #036;
	background-position: left;
	background-repeat: no-repeat;
	color: #fff;
	text-decoration: none;
	}
