/* CSS Document */

/* accent effects the background colour of several items in the internal template */
.accent {
	background-color: #0066C8;
}

/* the border color of the footer bar can optionally be matched to the accent color */
#metalinks
{
	border-bottom-color: #CC6600;
	border-top-color: #CC6600;
}

#top /* the background banner image */
{
	background-image: url("../../../template-assets-custom/07/images/banner/sub-banner-6.jpg");
}

/* home page icons */
/* use classes on the divs which already have an 'icon' class to refer to an individual icon image */

#nav div.section1 {
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/icons/001.jpg");
}
#nav div.section2 {
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/icons/002.jpg");
}
#nav div.section3 {
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/icons/003.jpg");
}
#nav div.section4 {
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/icons/004.jpg");
}

/* Customised elements */

/* link styles */
a:link { color: #0066C8; }
a:visited { color: #0066C8; }
a:hover { color: #0066C8; }
a:active { color: #9BCEFF; }

#content a:link {color: darkgoldenrod;}
#content a:visited { color: darkgoldenrod; }
#content a:hover { color: #0066C8; }
#content a:active { color: #0066C8; }

#wikitext a:link { color: #CC6600; }
#wikitext a:visited { color: #CC6600; }
#wikitext a:active { color: #CC6600; }
#wikitext a:hover { color: #0066CC; }

.greenHeading{
	color: #007722;
	font-weight: bold;
}

.mini {
	font-size:10px;

}

#menu
{
	margin: 1.5em 0;
	background-color: #E5F3FF;
}

#menu li
{
	border-bottom: 1px solid #9BCEFF;
}

#menu li li
{
	border-top: dotted 1px #9BCEFF;
}

#menu h2
{
	margin: 0;
	font-size: 1.2em;
	color: #fff;
	padding: 4px 0 4px 18px;
	background-color: #9BCEFF;
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/white-cnr-tr.gif");
	background-position: 100% 0;
	background-repeat: no-repeat;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content th
{
	color: #0066C8;
	margin: 0.5em 0 0.3em 0;
	padding: 0;
}

#content h1
{
	margin: 0.5em 0 0.3em 0;
	padding: 0;
}

#content h1 {font-size: 22px;}
#content h2 {font-size: 16px;}
#content h3 { font-size: 14px; }
#content h4 { font-size: 12px; }

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

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

hr {
	border-style:dashed;
	border-color: #9BCEFF;
	border-width: 1px;
}

div#images img, img{
	border: 1px solid #9BCEFF;
	margin: 2px;
	padding: 2px;
	background-color: #E5F3FF;
	font-size: 10px;
}

div.right_image img{
	border: 1px solid #9BCEFF;
	margin: 5px;
	padding: 5px;
	background-color: #E5F3FF;
	font-size: 10px;
	float: right;
}

.poster img {
	border: 0px;
	padding: 0px;
}

.poster {
	border: 1px solid #9BCEFF;
	vertical-align: text-bottom;
	margin: 5px;
	padding: 5px;
	text-align: center;
	background-color: #E5F3FF;
	max-width: 445px;
	font-size: 10px;
	float: left;
}

.poster_thm {
	border: 1px solid #9BCEFF;
	vertical-align: text-bottom;
	float: left;
	margin: 5px;
	text-align: center;
	background-color: #E5F3FF;
	max-width: 445px;
	font-size: 10px;
	min-width: 140px;
	min-height: 160px;
}

.caption_thm
{
 	padding: 10px;
	width: 120px;
	text-align: center;
}

.right_poster {
	border: 1px solid #9BCEFF;
	vertical-align: text-bottom;
	margin: 5px;
	padding: 5px;
	text-align: center;
	background-color: #E5F3FF;
	max-width: 445px;
	font-size: 10px;
	float: right;
}

.poster_title {
	font-weight: bold;
	font-size: 10px;
	max-width: 200px;
}

.caption_block
{
 	padding: 10px;
	margin-left: 0px;
	text-align: left;
}

table {
	border-color : #9BCEFF;
	border-collapse : collapse;
}

table.wikitable {
	border-collapse : collapse;
}

td.wikicell {
	border-collapse : collapse;
	border : 1px solid #0066C8;
	background-color : #FFFFFF;
	padding: 4px;
}

td.label {
	font-weight: bold;
	color: #0066C8;
	background-color: #E5F3FF;
	border-collapse : collapse;
}

#highlight td{ 
	background-color: #E5F3FF;
}

#menu span.bullet
{
	height: 15px;
	width: 12px;
	padding-right: 3px;
	display: block;
	float: left;
	background: 0 center no-repeat url("../../../template-assets-custom/07/images/menu/arrow.gif");
}

.btn, button, input[type="submit"], input[type="reset"], input[type="button"]
{
   color:#FFFFFF;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-weight:bold;
   background-color: darkgoldenrod;
   border:1px solid #FFFFFF;
   text-transform: uppercase;
   margin: 2px;
   cursor: pointer;
}

.error_msg {
	color: #CC0000;
}

.msg {
	color: #009900;
	font-weight:bold;
}

legend {
	font-size: 16px;
	text-transform: uppercase;
	background-color: #66B3FF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	color:#FFFFFF;
	margin-bottom: 20px;
}

fieldset {
	background-color: #ECF5FF;
	margin-top: 30px;
	border-color: #CCE4FF;
	border-style: solid;
	border-width: 2px;
	display:block;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top: 0px;
	font-size: 12px;
}

fieldset.style_1 {
	background-color: #F9F5FE;
	border-color: #E0C9F6;
}

legend.style_1 {
	background-color: #C79BF0;
}

fieldset.style_2 {
	background-color: #F7FFE6;
	border-color: #D5E8AE;
}

legend.style_2 {
	background-color: #9ACD32;
}

fieldset.style_3 {
	background-color: #FFFFE0;
	border-color: #FFEF91;
}

legend.style_3 {
	background-color: #D7AF11;
}

fieldset.style_4 {
	background-color: #FFF0FA;
	border-color: #FFCAEE;
}

legend.style_4 {
	background-color: #FF8AC5;
}

fieldset.style_6 {
	background-color: #F5F3EB;
	border-color: #DED9B5;
}

legend.style_6 {
	background-color: #BDB76B;
}

fieldset.style_5 {
	background-color: #F8F5FA;
	border-color: #E6E1EC;
}

legend.style_5 {
	background-color: #B8ADC9;
}

fieldset.style_7 {
	background-color: #FEF3F1;
	border-color: #F8E1D3;
}

legend.style_7 {
	background-color: #ECAA79;
}

body {
	color: #333;
}

table th {background-color: #66B3FF}

#content th{color: #fff; padding: 5px;}

#tab_1 {
	background-color:#C79BF0;
}

#tab_2 {
	background-color:#9ACD32;
}

#tab_3 {
	background-color:#D7AF11;
}

#tab_4 {
	background-color:#FF8AC5;
}

#tab_5 {
	background-color:#B8ADC9;
}

#tab_6 {
	background-color:#BDB76B;
}

#tab_7 {
	background-color:#ECAA79;
}

#tab_8 {
	background-color:#66B3FF;
}

.hidden {
	display: none;
}

#display {
	margin-left: 0px;
	display:block;
}

.tab {padding: 5px; margin-right: 4px; float:left; color:#FFFFFF; text-decoration:none;}

#tabs {margin-top: 4px;}

.red_dot {color: red; font-size: 14px; margin-right: 2px}
