/* University of Adelaide
 * M&SC Local StyleSheet - October 2007
 */
	
/* search
------------------------------------------------------ */

#search {
	display: block;
	padding: 10px;
	margin: 0px;
	vertical-align: top;
	background-color: #abc;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
#search a:link, #search a:active, #search a:visited {
	font-size: 10px;
	color: #036;
	text-decoration: underline;
}
#search a:hover {
	font-size: 10px;
	color: #369;
	text-decoration: underline;
}
#search form {
	margin: 0px 0px 2px 0px;
	padding: 0px;
	}
input.searchinput {
	width: 145px;
	vertical-align: top;
	font-size: 1em;
	font-style: normal;
	height: 20px;
	margin: 0px 0px 2px 0px;
	color: #456;
	background-color: white;
	border: 1px solid #789;
	}
	
	
/* Publications Interim styles
------------------------------------------------------ */

#pub-list {
	margin: 0;
}

#pub-list ul {
	display: block;
	list-style-image: none;
	list-style-type: none;
}

#pub-list li {
	margin: 0 0 0 -30px;
	display: block;
	list-style-image: none;
	list-style-type: none;
	background-color: #f0f8ff;
	padding: 10px;
	clear: both;
	height: 140px;
	height/**/:/**/ inherit;
	min-height: 122px;
	border-bottom: 1px solid #f0f8ff;
}

#pub-list li img {
	/*width: 84px;
	height: 122px;*/
	float: left;
	margin: 0 20px 10px 0;
	padding: 1px;
	border: 1px solid #CCC;
	background-color: #FFFFFF;

}

/* Pagehead
------------------------------------------------------ */

#tt1 {
background:url("/global/images/tt1_s_cross.gif") no-repeat scroll 360px top transparent;
}
