<?php header('Content-type: text/css'); ?>
/*
 * Monash University postgraduate web page
 * Copyright (c) 2008, Monash University
 */

/* General styles */
 
.bluebox {
border: 1px solid #36c;
background-color: #EAEFFA;
margin-bottom: 3px;
}
.bluebox h3 {
font-size: 1em;
color: #000000;
background-color: #EAEFFA;
}
.bluebox a:link {
color: #000;
}

.white-background {
background-color: #ffffff;
}

.biglinks ul {
padding-left: 0.25em;
}

.biglinks li {
margin-top: 0.25em;
list-style-image: url("http://assets.monash.edu.au/images/black-arrow.gif");
}

.biglinks a:link {
color: #339;
}

.blacklinks ul {
color: #000;
padding-left: 0.25em;
}

.blacklinks li {
color: #000;
list-style-image: url("http://assets.monash.edu.au/images/black-arrow.gif");
}

.bluelinks ul {
color: #339;
padding-left: 0.25em;
}

.bluelinks li {
color: #339;
list-style-image: url("http://assets.monash.edu.au/images/blue-arrow.gif");
}

.black h3 {
color: #000;
}
.black a:link {
color: #000;
}

/*content styles */

#research-offers {
  background: #f8f2f2;
  padding: 0.2em 0.2em;
  margin-bottom: 0.25em;
}


#research-offers h2{
  background: #f8f2f2;
  padding-left: 0.25em;
}

#research-offers ul {
 background: #f8f2f2;

}

#research-offers p {
 background: #f8f2f2;

}

#research-offers li {
 background: #f8f2f2;

}

#research-about {
  background: #f1eae6;
  padding: 0.2em 0.2em;
  margin-bottom: 0.25em;
}

#research-about h2{
  background: #f1eae6;
  padding-left: 0.25em
}

#research-about ul {
 background: #f1eae6;

}

#research-about p {
 background: #f1eae6;

}

#research-about li {
 background: #f1eae6;

}

/* leftcol/quick links styles */

#quick-links {
    background: #760012 url(/study/assets/images/study-research/curve.jpg) bottom no-repeat;
  color: #fff;
  margin: 0px;
  padding: 0px 0px 50px 0px;
  line-height: 1.5em;
  }

#quick-links ul {
 background: #760012;

}

#quick-links li {
 background: #760012;

}

#quick-links a,
#quick-links a:visited,
#quick-links a:link,
#quick-links a:active {
  color: #ffffff;
  background: #760012
}

#quick-links a:hover {
  color: #fff;
}

#quick-links p {
background: #760012;
  font-size: 1.25em;
  margin: 0px;
  padding: 5px 0px 5px 5px
}

#quick-links p a,
#quick-links p a:visited,
#quick-links p a:link,
#quick-links p a:active {
  text-decoration: underline;
}

#quick-links p a:hover {
  text-decoration: none;
}

#quick-links h3 {
  margin: 0px;
  padding: 5px 0px 5px 5px;
}

#quick-links h2 {
  background: #760012;
  color: #ffffff;
  margin: 0px;
  padding: 5px 0px 5px 5px;
}

#accessibility {
    text-align: right;	       
    padding-bottom: 5px;
	padding-right: 8px;
}

#table-test {
	padding-left: 5px;
	padding-right: 5px;
}

/* right col/campaign styles */

#campaigns {
  background: #fff;
}

#campaigns img {
  clear: both;
  float: left;
  padding: 0px 5px 3px 0px;
}

#campaigns .long, 
#campaigns .short {
  border: 1px solid #36c;
  padding: 3px;
  margin-bottom: 2px;
  overflow: auto;
  height: 100%;
}

#campaigns h3 {
  font-size: 1em;
  line-height: 1em;
  padding: 0px;
  margin: 0 0 5px 0;
}

#campaigns p {
  font-size: 0.9em;
  line-height: 1.1em;
  padding: 0;
  margin: 3px 1px 1px 145px;
}

#campaigns .swf {
  padding: 0;
  margin: 0 0 2px 0;
}

#campaigns .swf p {
  font-size: 0.8em;
  margin: 0;
  padding: 0;
  text-align: right;
}

#test h2 {
	background-color: #fff;
	color: #339;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    margin: 0em 0em 0.5em 0em;
	padding: 0;
}


