/* University of Adelaide
 * Webguide Local StyleSheet - November 2007
 */
 
 #tt1 {
background:url("/global/images/tt1_s_cross.gif") no-repeat scroll 375px top transparent;
}

/* quicklinks
------------------------------------------------------ */

div.quicklinks {
	width: 180px;
	padding: 15px;
	background-color: #abc;
	border-bottom: 1px solid #fff;
	}

/* news items
------------------------------------------------------ */

div.news { width: 180px; padding: 15px; background-color: #ebf0f7; }
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; }
	
/* contact address
------------------------------------------------------ */

#contact {
	padding: 5px 10px 10px 10px;
}
	
/* policies and forms lists
------------------------------------------------------ */

div.list {
	line-height: 1.75em;
	}
	
	
/* homepage table styling
------------------------------------------------------ */
	
#quadintro table {
	background-color: #fff;
	background-image: url('/global/images/quad_gradient.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-color: #abc;
	border-style: solid;
	border-width: 4px 1px;
	margin: 20px 0px 0px 0px;
	padding:0;
	}
/* Custom styling for HTML code snippets
------------------------------------------------------- */
.scrollbox {
	width: 15em;
	height: 6em;
	overflow: auto;
	border:1px solid #666;
	font-family: Courier, Courier New, Verdana, Arial;
	margin-bottom:10px;
}
.htmltop {
	background-color: #112244;
	background-repeat: no-repeat;
	color: #EEEEDD;
	font-weight: bold;
	margin: 0 auto;
	padding: 3px;
	width: 15em;
	display:inline;
}
.htmlarea {
	background-color: #FAFCFE;
	border: 1px dotted #000000;
	color: #465584;
	font-family: Courier, Courier New, Verdana, Arial;
	margin: 0 auto;
	padding: 2px;
	width: 98%;
}


