/* This style sheet contains styles that are common to both public and internal templates */

body
{
	font-size: 76%;
	margin: 0;
	font-family: "Trebuchet MS", arial, sans-serif;
}

/* legacy styles */
code, kbd, samp, tt { font: 110% "Courier New", Courier, mono; }
dt { font-weight: bold; }

acronym, abbr, .info
{
	border-bottom: 1px dotted #708090;
	cursor: help;
}

/* link styles */
a:link { color: #03c; }
a:visited { color: #606; }
a:hover { color: #c00; }
a:active { color: #600; }
li { margin-bottom: 0.4em; }

/* layout styles */

/* the top div */
#top, #top *
{
	margin: 0;
	padding: 0;
}

#skipmenu
{
	position: absolute;
	left: 0;
	top: 0;
}

.skiplink, #skipmenu li, .offstage
{
	position: absolute;
	width: 300px;
	left: -900px;
	top: 0px;
	list-style: none;
}

#homelink
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 4px;
}

#top li
{
	list-style: none;
}

/* the global search bar */

#top #global-bar
{
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	border-bottom: 1px solid #fff;
	padding: 2px 0 3px;
}

#top #global-bar form
{
	display: inline;
	padding: 0 18px 0 6px;
}

#global-bar ul
{
	padding: 2px 0;
	margin: 2px 0 0 0;
}

#global-bar li
{
	display: inline;
	border-right: 1px solid #46a;
	padding: 0 8px 0 5px;
}

#global-bar ul a
{
	color: #46a;
	font-weight: bold;
	font-size: 95%;
	text-decoration: none;
}

#global-bar ul a:hover
{
	color: #c00;
	text-decoration: underline;
}

/* quicklinks */

#quicklinks
{
	border-top: 1px solid #fff;
	padding: 4px 18px 2px;
	height: 1.5em;
}

#quicklinks ul
{
	float: right;
	padding: 0;
	margin: 0;
}

#quicklinks li
{
	list-style: none;
	display: inline;
	border-right: solid 1px #ccc;
	padding: 0 0.5em 0 0;
	margin: 0 0.5em 0 0;
}

#quicklinks li a
{
	color: #ddd;
	letter-spacing: 0.1em;
	text-decoration: none;
}

#quicklinks li a:hover { color: #fff; }

#quicklinks li.last-item
{
	border: none;
	padding: 0;
	margin: 0;
}

/* menu styles */
#menu
{
	float: left;
	width: 210px;
}

#menu *
{
	padding: 0;
	margin: 0;
}

#menu li
{
	list-style: none;
	line-height: 1.1em;
	padding: 3px 0 3px 18px;
}

#menu li ul { margin-top: 4px; }

#menu li li
{
	border-bottom: none;
}

#menu li li li { border: none; }

#menu a
{
	text-decoration: none;
	padding: 3px 2px 3px 2px;
}

#menu img { border: none; }
#menu a.a-bullet { padding-left: 0; }
#menu a:hover { text-decoration: underline; }
#menu a.current { font-weight: bold; }

/* sidebar styles */
#sidebar
{
	float: right;
	width: 180px;
	margin: 1.5em 0 6px 1em;
	padding: 1em 18px 1em 1em;
	border-left: solid 1px #ccc;
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/sidebar_bg.png");
}

/* content styles */

#content h2
{
	letter-spacing: .05em;
	font-size: 1.8em;
	color: #567;
	margin: 0 0 0.5em 0;
	padding: 0;
}

#content h3, #content h4, #content h5, #content h6
{
	color: #567;
	margin: 0.5em 0 0.3em 0;
	padding: 0;
}

#content h3 { font-size: 1.5em; }
#content h4 { font-size: 1.3em; }
#content form, #content form h2 { margin-bottom: 0.5em; }

#content p, #content li
{
	margin: 0.3em 1em 0.7em 0;
	line-height: 1.2;
}

#content dd
{
	margin: 0.3em 1em 0.7em 2em;
	line-height: 1.2;
}

#content blockquote { margin: 0.5em 1em 1em 3em; }
#content div { padding-top: .5em; }

#content .notice, #content .importantnotice
{
	border: 1px dotted #999;
	background-color: #eee;
	padding: 0.6em;
}

#content .importantnotice { color: red; }
#content div.notice { margin: 0 10px 1em 0; }

#content div.floatright
{
	width: 40%;
	float: right;
}

table.grey
{
	border: solid #999 thin;
	border-collapse: collapse;
	margin: 0 0 0.5em 0;
	text-align: left;
}

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

table.grey th { background-color: #eee; }
table.grey td { background-color: #fff; }

/* footer styles */

.topofpage
{
	font-size: 80%;
	padding: 0;
	clear: both;
}

.topofpage a
{
	padding-left: 12px;
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/topofpage_arrow.gif");
	background-repeat: no-repeat;
	background-position: 0 2px;
	text-decoration: none;
}

.topofpage a:hover { text-decoration: underline; }

#footer
{
	clear: both;
	margin: 0;
	font-size: smaller;
	letter-spacing: .1em;
	color: #666;
	line-height: 1.1em;
}

#metalinks
{
	margin: 0 0 18px 0;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
	padding: 1em 18px;
	background-color: #e6e6e6;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
}

#metalinks li
{
	display: inline;
	margin-left: .5em;
	padding-left: .5em;
	border-left: solid 1px #bbb;
}

#metalinks li.first-item { border-left: none; }

#footer div
{
	position: relative;
	width: 100%;
}

#footer dl
{
	margin: 0 0 18px 18px;
	float: left;
	width: 50%;
}

#footer dd
{
	padding: 0;
	margin: 0 0 .3em 2em;
}

#legal
{
	position: absolute;
	right: 18px;
	top: 0;
	text-align: right;
	margin: 0;
	padding: 0;
}

#legal li
{
	margin-bottom: 0.4em;
	list-style: none;
}

/* these styles add tiny icons to links to some non-html media */
/* the styles only apply to the content area of the page       */

#content a[href$=".pdf"], #content a[href$=".doc"], #content a[href$=".xls"], #content a[href$=".ppt"], #content a[href$=".pps"], #content a[href$=".mov"], #content a[href$=".mp3"], #content a[href$=".aif"]
{
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 14px;
}

#content a[href$=".pdf"] { background-image: url("http://www.unimelb.edu.au/template-assets/07/images/tiny/tiny_pdf_icon.gif"); }
#content a[href$=".doc"] { background-image: url("http://www.unimelb.edu.au/template-assets/07/images/tiny/tiny_doc_icon.gif"); }
#content a[href$=".xls"] { background-image: url("http://www.unimelb.edu.au/template-assets/07/images/tiny/tiny_xls_icon.gif"); }
#content a[href$=".ppt"], #content a[href$=".pps"] { background-image: url("http://www.unimelb.edu.au/template-assets/07/images/tiny/tiny_ppt_icon.gif"); }
#content a[href$=".mov"] { background-image: url("http://www.unimelb.edu.au/template-assets/07/images/tiny/tiny_mov_icon.gif"); }
#content a[href$=".mp3"], #content a[href$=".aif"] { background-image: url("http://www.unimelb.edu.au/template-assets/07/images/tiny/tiny_mp3_icon.gif"); }



/* *********************






















































































*/
