/* University of Adelaide
 * Local StyleSheet - February 2008
 */

/* homepage console
------------------------------------------------------ */

table.console {
	margin: 20px 0px 20px 0px; 
	background-image: url('/programs/images/gradient01.png');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #fff;
	border: 1px solid #9ab;
	}
table.console p {
	font-size: 11px;
	line-height: 13px;
	color: #456;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	}
table.console a:link, table.console a:active, table.console a:visited {
	font-size: 12px;
	color: #369;
	text-decoration: underline;
	}
table.console a:hover {
	color: #036;
	text-decoration: underline;
	}
table.console img {
	border: 1px solid #9ab;
	}
	
/* news-items
------------------------------------------------------ */

div.news {
	padding: 15px 15px 10px 15px;
	background-color: #fff;
	}
div.news p {
	margin: 0px 0px 10px 0px;
	}
div.news a:link, div.news a:active, div.news a:visited {
		color: #369;
		text-decoration: underline;
	}
div.news a:hover {
		color: #036;
		text-decoration: underline;
	}
div.news ul {
	list-style-type: square;
	list-style-position: outside;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 5px;
	}
div.news ol {
	list-style-position: outside;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 5px;
	}
div.news li {
	padding-bottom: 5px;
	}
#tt1 {
	background:url("/global/images/tt1_s_cross.gif") no-repeat scroll 240px top transparent;
	
