  /* University of Adelaide - Adelaidean
 * February 2006 - drl
 */
	
/* body
------------------------------------------------------ */

body {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background-image: url('/global/images/gradient01.gif');
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
	background-color: #f1f7fe;
	}
table.main {
	border: 1px solid #abc;
	border-top: 4px solid #abc;
	border-bottom: 4px solid #abc;
	}
	
/* horiz nav
------------------------------------------------------ */

a.horiznav {
	color: #369;
	font-weight: bold;
	text-decoration: none;
	}
a.horiznav:active, a.horiznav:hover {
	color: #black;
	font-weight: bold;
	text-decoration: underline;
	}
.text_header {
	font: normal normal bold 14pt/14pt sans-serif;
    color: #666666;
    white-space: nowrap;
    text-decoration: none;
	}
.text_header2, .text_header2 a, .text_header2 a:visited {
	font: normal normal bold 10pt/10pt sans-serif;
    color: #666666;
    text-decoration: none;
    white-space: nowrap;
	}
.text_header2 a:hover, .text_header2 a:active {
    color: #000066;
	}

/* search form
------------------------------------------------------ */

input.searchinput {
	font-size: 12px;
	color: #456;
	background-color: white;
	width: 145px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
#search form {
	padding: 0px;
	margin: 0px;
	display: inline;
	}

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

h1 {
	color: #036;
	margin-top: 0px;
	font-size: 150%;
	}
.news a:link,
.news a:visited {
    color: #0000FF;
	}    
table.news_nav a,
table.news_nav a:visited,
a.news_nav,
a.news_nav:visited {
    color: #036;
    text-decoration: none;
	}
table.news_nav a:hover,
table.news_nav a:active,
a.news_nav:hover,
a.news_nav:active {
	color: #603;
	}
tr.news_header,
td.news_header,
tr.image_header,
td.image_header,
tr.attachment_header,
td.attachment_header {
    background-color: #DCD6B5;
    color: #036;
	}
tr.news_line,
tr.image_line,
tr.attachment_line {
    background-color: #FFFFFF;
	}
tr.news_title,
tr.image_title,
tr.attachment_title {
    background-color: #D8EFF0;
    font: normal normal normal 10pt/12pt sans-serif;
	}
span.news_title,
span.image_title,
span.attachment_title {
    font: normal normal bold 10pt/20pt sans-serif;
    color: #666666;
	}
tr.news_content,
tr.image_content,
tr.attachment_content {
    background-color: #C5CDD3;
    font: normal normal normal 12pt/14pt sans-serif;
    vertical-align: top;
	}
span.news_content,
span.image_content,
span.attachment_content {
    font: normal normal bold 10pt/18pt sans-serif;
    color: #666666;
	}
tr.news_content a,
tr.image_content a,
tr.attachment_content a {
    font: normal normal normal 10pt/12pt sans-serif;
	}
td.news_highlight,
td.image_highlight,
td.attachment_highlight {
    background-color: #FFFFFF;
	}
tr.news_highlight,
tr.image_highlight,
tr.attachment_highlight {
    background-color: #FFFFFF;
	}
.highlight_line {
    line-height: 3em;
    vertical-align: middle;
	}
tr.news_state {
    background-color: #eeeeee;
	}
td.news_field {
    background-color: #FFFFFF; 
    font: normal normal normal 10pt/10pt sans-serif;
	}
th.news_field {
    font-weight: bold;
    text-align: left;
    background-color: #C5CDD3;
	}
tr.news_archive {
    background-color: #DDE5EC;
    font: normal normal normal 9pt/10pt sans-serif;
	}
tr.news_archive td {
    padding-top: 2px;
    padding-bottom: 2px;
	}

/* footnotes
------------------------------------------------------ */

div.footnote {
    color: #666666;
    font-size: 95%;
    border-top: 1px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-style: solid;
    border-color: #333333;
    padding-top: 1em;
    padding-bottom: 1em;
	}
div.contact {
    padding-bottom: 1em;
	}
div.image {
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 1px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-color: #666666;
    border-style: solid;
	}
div.image a:link,
div.image a:visited {
    font: normal normal normal 9pt/10pt sans-serif;
	}
div.event_image {
    padding-top: 1em;
    padding-bottom: 1em;
	}
div.event_image a:link,
div.event_image a:visited {
    font: normal normal normal 9pt/10pt sans-serif;
	}
ul.front {
	color: #445566;
	padding-left: 10px;
	}
li {
	padding-bottom: .75em;
	}
.front li {
	color: #456;
	line-height: 1.2em;
	}
.front a:link, .front a:active, .front a:visited {
	text-decoration: underline;
	}
.front a:hover {
	text-decoration: none;
	}

/* table styles
------------------------------------------------------ */

table.issue    { margin-bottom: 1em; }
table.issue th { margin-bottom: 1em; }
table.issue td { border-bottom: 1px solid #999; }
td.main_story {
    padding-left: 20px;
    padding-right: 20px;
	}
td.main_story a {
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
	}
td.main_story a:hover {
    color: #2E4B68;
	}
td.main_story a:active {
    color: white;
	}
td.info {
    padding-left: 20px;
    padding-right: 20px;
	}
td.info {
    color: #576B80;
    font-size: 8px;
    font-weight:normal;
    text-decoration: none;
	}
td.stories {
    color: #576B80;
    font-size: 10px;
    font-weight:normal;
    text-decoration: none;
	}
.linkinfo {
	display: none;
	}
hr {
  	border: 0;
  	width: 100%;
	color: #c96;
	background-color: #c96;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
span.contact_details {
    color: #456;
	font-size: 10px;
	line-height: 12px;
	}
span.contact_details a:link, span.contact_details a:active, span.contact_details a:visited {
	font-weight: bold;
    color: #369;
	text-decoration: none;
	}
span.contact_details a:hover {
    color: black;
	font-weight: bold;
	text-decoration: underline;
	}

/* makes the up/down/left/right arrow glyphs visible
------------------------------------------------------ */

.arrow {
    font-size: 150%;
    font-weight: bold;
    font-decoration: none;
	}
td.login a {
    color: #369;
    text-decoration: none;
	}
td.login a:visited {
    color: #036;
    text-decoration: none;
	}
td.logout {
    background-color: #036;
    color: #333333;
    font: normal normal bold 10pt/10pt sans-serif;
    white-space: nowrap;
	}
td.logout a {
    color: #ffffff;
    font: normal normal bold 10pt/10pt sans-serif;
    text-decoration: none;
	}
td.logout a:visited {
    color: #ffffff;
    font: normal normal bold 10pt/10pt sans-serif;
    text-decoration: none;
	}
.bzinputreq,
p.red,
p.login_warning {
    color: #993300;
	}
table.login th { background-color: #DCD6B5; }

span.pager {
	font-style: italic;
    white-space: nowrap;
	}
span.pager a {
    color: #369;
    text-decoration: none;
	}
span.pager a:visited {
    color: #036;
    text-decoration: none;
	}
span.pager a:hover {
    color: #036;
    text-decoration: underline;
	}
span.search_highlight {
    background-color: #ff9;
	}

table.states,
table.states a,
table.states a:visited {
    font: normal normal 9pt/9pt sans-serif;
    color: #333333;
    text-decoration: none;
    white-space: nowrap;
	}
table.states a:hover {
    color: #0000FF;
	}
tr.print_line {
    background-color: #666666;
	}
	
	
div.infohead, .infohead {
	background-color:#FFFFFF;
	background-position:left center;
	background-repeat:no-repeat;
	border: none;
	border-bottom:1px solid #990000;
	color:#990000;
	font-size:11px;
	font-weight:bold;
	line-height:10px;
	margin:0 0 10px;
	background-image:none;
	padding:4px 0 6px 0;
}

/* Add in styling for linked text below the cover image */
.keyline-left a {
  color: #369;
}

a img {
  border: none; 
}
