html {
  font-family: verdana, arial, helvetica, sans-serif; 
  font-size: 76%; 
}

body {
  margin: 0; 
  padding: 0;
  color: #000000;
  background-color: #ffffff;
}

/* default tag attributes, mostly used in content */
p { 
  font-size: 1.0em; 
  line-height: 1.5em; 
  margin: 1.2em 0em 1.2em 0em; 
}
p.smallskip {
  margin-top: 0.4em; 
  margin-bottom: 0.4em; 
}
h1 { 
  font-size: 1.1em; 
  color: #006666; 
} 
h2 { 
  font-size: 1.0em; 
  color: #006666; 
} 
h2.skip {
  margin-top: 3em;
}
h3, h4, h5, h6 { 
  font-size: 1.0em; 
  color: #000000; 
} 
.sameline {
  display: inline;
}
.nomargintop {
  margin-top: 0px;
}
.nomarginbottom {
  margin-bottom: 0px;
}
.nomargintopbottom {
  margin-top: 0px;
  margin-bottom: 0px;	
}
.smalltext {
	font-size: 0.9em;
}
li { 
  margin: 0.2em 0em 0.2em 0em; 
  line-height: 1.5em; 
} 
a:link { 
  color: #006666; 
  text-decoration: underline;   
} 
a:visited { 
  color: #006666; 
  text-decoration: underline;   
} 
a:active { 
  color: #000000; 
  text-decoration: underline; 
} 
a:hover {
  color: #000000; 
  text-decoration: underline; 
}
a.linkbold {
  font-weight: bold;
} 
select, input, textarea, button {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
}
input.formSubmit {
	border: 2px solid black;
	background: white;
	font-weight: bold;
}
.dim {
    color: #999999;
}
.colour {
 color: #006666;
}

/* content layout divs */
div.searchTitle {
  padding-left: 100px;
  border-bottom: 3px solid #006666;
  /* Make Mozilla make the height auto so it will expand */
  height: auto !important;
  /* Set the height for IE, which will expand it */
  height: 82px;
  /* Set the min-height for Mozilla, so both have same default */
  min-height: 82px;
}
.caps {
	color: #cc9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight: bold;
}

.console {
  font-family: Andale Mono, Courier New, Courier, Lucidatypewriter, monospace;
  font-size: 1.1em;
}

.advancedSearchLink {
	float: right;
	display: block;
	padding: 0;
	margin: 0;
	position: relative;
	top: -1em;
}
.handbookErrorMessage {
	color: red;
}

.handbookStatusMessage {
	color: green;
}

.handbookImportantMessage {
	color: red;
}

/* Next previous links for search results navigation */
.result_navigation {
	position: relative;
}
.result_navigation .next {
	position: absolute;
	right: 0;
	top: 0;
}
.result_navigation .previous {
	position: absolute;
	left: 0;
	top: 0;
}


/* divs and their respective attributes */
div#container { 
  background: transparent;
  position: absolute;
  height: 100%;
  width: 100%;
  }


div#colourblock {
  position: absolute;
  top: 0px;
  left:0px;
  right: 0px;
  height: 100px;
  width: 100%;
  margin-right: 0px;
  z-index: 0;
  }

  
div#masthead {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 170px;
  height: 100px;
  background: white url(http://global.curtin.edu.au/images/masthead/masthead_3colour.gif) 0px 0px no-repeat;
  z-index: 1;
  }
div#masthead #print_logo { display:none; }


div#utility {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top:0.1em;
  z-index: 1;
  }
div#utility span {
  border-right: 1px solid #000000;
  padding:0em 0.5em 0.2em 0.2em;
  font-size: 0.8em;
  color: #000000;
  }
div#utility span#last {
  border-right: 0px;
  }
div#utility a {
  color: #000000; 
  }
div#utility a:link {
  text-decoration: none; 
  }
div#utility a:visited {
  text-decoration: none; 
  }
div#utility a:hover {
  text-decoration: underline; 
  }
div#utility a:active {
  text-decoration: underline; 
  }


div#siteheading {
  position: absolute;
  top: 25px;
  left: 185px;
  font-size: 1.1em; 
  color: #000000;
  z-index: 3;
  }
div#siteheading a {
  font-size: 1.8em;
  color: #000000;
  font-family: arial, verdana, helvetica, sans-serif; 
  text-decoration: none;
  }


div#topnavigation {
  position: absolute;
  top: 73px;
  left: 185px;
  width: 50em; /* 6 tabs */
  z-index: 6;
  }
div#topnavigation span {
  float: left; 
  border-left: 1px solid #666666;
  padding: 0em 1em 0em 0.15em;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.05em;
  height: 27px;
  width: 7em;
  }
div#topnavigation a {
  color: #666666;
  text-decoration: none;
  }
div#topnavigation a:link {
  text-decoration: none; 
  }
div#topnavigation a:visited {
  text-decoration: none; 
  }
div#topnavigation a:hover {
  color: #006666;
  text-decoration: none;  
  }
div#topnavigation a:active {
  text-decoration: underline; 
  }
div#topnavigation a.selected {
  color: #006666;
  font-weight: bold;
  }
  

div#menunavigation {
  position: absolute; 
  top: 100px; 
  left: 0px; 
  width: 170px;
  background-color: #cccccc;
  z-index: 5;
  border-top: 10px solid #cccccc;
  border-bottom: 10px solid #cccccc;
  }
div#menunavigation ul {
  margin: 0px 0px 0px 0px;
  padding-left: 0px;
  width: 100%;
  }
div#menunavigation ul ul {
  margin: 0px 0px 0px 0px; 
  padding-left: 11px; 
  width: 155px;
  }
div#menunavigation ul ul ul {
  margin: 0px 0px 0px 0px; 
  padding-left: 11px;
  width: 140px;
  background-color: #eeeeee;
  }
div#menunavigation li {
  margin: 0px 0px 0px 0px;
  padding: 1px 1px 3px 3px;
  list-style-type: none;
  line-height: 1.1em; 
  }
div#menunavigation a {
  font-size: 0.8em; 
  color: #000000; 
  }
div#menunavigation a:link {
  text-decoration: none; 
  }
div#menunavigation a:visited {
  text-decoration: none; 
  }
div#menunavigation a:hover {
  text-decoration: underline; 
  }
div#menunavigation a.active {
  text-decoration: underline; 
  }
div#menunavigation li.selected {
  background-color: #ffffff;
  }
div#menunavigation ul a.selected {
  color: #045F56;
  font-weight: bold;
  list-style-type: none;
  text-decoration: none; 
  }
div#menunavigation ul a.selected:hover {
  text-decoration: none;
  }
div#menunavigation ul ul a.selected {
  color: #045F56;
  font-weight:normal;
  list-style-type: none;
  text-decoration: none; 
  }
div#menunavigation ul ul a.selected:hover {
  text-decoration: none;
  }
div#menunavigation ul ul ul a.selected {
  color: #045F56;
  font-weight:normal;
  list-style-type: none;
  text-decoration: none; 
  }
div#menunavigation ul ul ul a.selected:hover {
  text-decoration: none;
  }
div#menunavigation ul.global {
  background-color: #eeeeee;
  color: #000000;
  }
div#menunavigation ul.global a {
  color: #000000;
  }
div#menunavigation ul.global a.selected {
  color: #006666;
  }


div#content {
  position: relative;
  margin-top: 100px;
  margin-left: 170px;
  margin-right: 200px;
  padding: 0px 15px 10px 15px; 
  background:#FFFFFF url(/watermark_archived_large.gif) repeat scroll 0 50%;
  z-index: 5;
  border-top: 1px solid #cccccc;
  }

div#content_nosml {
  position: relative;
  margin-top: 100px;
  margin-left: 170px;
  margin-right: 0px;
  padding: 0px 15px 10px 15px; 
  background:#FFFFFF url(/watermark_archived_large.gif) repeat scroll 0 50%;
  z-index: 5;
  border-top: 1px solid #cccccc;
  }
  
  
div#sml_content {
  position: absolute;
  top: 100px;
  right: 0px;
  width: 200px;
  color: #ffffff;
  z-index: 3;
  border-top: 1px solid #cccccc;
  }

div#footer {
  position: relative;
  margin-left: 170px;
  padding: 10px 15px 5px 15px;
  font-size: 0.8em; 
  color: #000000; 
  }
div#footer a {
  color: #999999; 
  text-decoration: none; 
  }
div#footer a:link {
  text-decoration: none; 
  }
div#footer a:visited {
  text-decoration: none; 
  }
div#footer a:hover {
  color: #666666; 
  text-decoration: underline; 
  }
div#footer a:active {
  text-decoration: underline; 
  }

/* tables */
table.full_width {
  border-collapse: collapse;
  width: 80%;
  margin-bottom: 0.8em;
}
p.full_width_table {
  width: 90%
}
table.border td, table.border th {
  border: 1px solid #888888;
}
table th {
  color: #006666;
  text-align: left;
  padding: 0.1em 0.2em;
}
table.spaced_headings th {
  padding-top: 1.3em;
  padding-bottom: 0.7em;
  color: #006666;
  text-align: left;
}
table.column_headings th {
	vertical-align: top;
}
table td {
  text-align: left;
  padding: 0.1em 0.2em;
}
table td.nowrap {
  white-space: nowrap;
}
table td.numeric, table th.numeric {
  text-align: right;
}
table td.char, table th.char {
  text-align: center;
  width: 10%;
}
table td.totalcredits {
  text-decoration: underline;
  font-weight: bold;
}
table tr.skipbefore td, table tr.skipbefore th {
  padding-top: 1em;
}
table tr.skipafter td, table tr.skipafter th {
  padding-bottom: 1em;
}
