/* css for ICE-EM/AMSI summer school 2007 website (Author: D. Daners) */
td.nav {
  padding: 10px;
/* color: #41657F; */
  color: #000000;
  margin: 0;
  vertical-align: top;
  font-weight: bold;
  background-color: #BFCDE4;
  background-image: url(http://www.maths.usyd.edu.au/u/amsiss07/images/AustGovt-Initiative_stacked.png);
  background-position: 50% 95%;
  background-repeat: no-repeat}
td.banner {
  padding: 10px;
  color: #FFFFFF;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background-color: #2365AC;}
td.corner {
  width: 203px;
  background-color: #2365AC;
  color: #FFFFFF;
}

/* style for headings */
h1 {
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  color: #41657F;
  background-color: inherit
}
h2 {text-align: left;
  font-size: 110%;
  font-weight: bold;
  color: #41657F;
  background-color: inherit
}
h3 {
  text-align: left;
  font-size: 100%;
  font-weight: bold;
  color: #41657F;
  background-color: inherit
}

/* global styles */
body {
  margin: 0pt;
  font-family: Arial, Helvetica, sans-serif}

/* small text for print link and footer of page */
div.footer {
  font-size: 80%;
  border-top: 2px solid #BFCDE4;
  padding-top: .5ex;
  margin-top: 20px;
}
div.print {
  font-size: 80%;}

/* global style declaration for the whole table */
table.main {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  border-collapse: collapse}

/* style declarations for the cell containing the content of main cell */
td.content {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 2px;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  color: #000000;}

/* style for links */
a:hover.corner {
  text-decoration: none;}
a:link {
  color: #41657F;
  background-color: inherit;
  text-decoration: none;}
a:visited{
  color: #41657F;
  background-color: inherit;
  text-decoration: none;}
a:active {
  color: #0033CC;
  background-color: inherit;
  text-decoration: none;}
a:hover {
  color: #0099CC;
  background-color: inherit;
  text-decoration: underline;}

/* list elements */
ul.plain {
  list-style: none;
  padding-left: 0;}
li.plain {
  padding-left: 0;
  margin-left: 0;}
ul.talk {
  list-style: none;
  padding-left: 0;
  font-weight: normal;}
li.talk {
  padding-left: 0;
  margin-left: 3em;
  font-style: italic}
li.speaker {
  padding-left: 0;
  margin-left: 0;
  font-weight: bold}
ul.nav {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 55px}
li.nav {
  padding-top: 1ex;
  padding-left: 0;}

/* Style for sponsors */

div.sponsors{
  font-size: 80%;
  color: #16415B;
  background-color: inherit;
  font-style: italic;
  margin-top: 25px
}

/* buttons */

span.button {
    color: black;
    background-color: #c0c0c0;
    font-size: 70%;
    border-top: solid 2px #e0e0e0;
    border-left: solid 2px #e0e0e0;
    border-right: solid 2px #808080;
    border-bottom: solid 2px #808080;
    margin-right: 8px;
    padding: 3px;}
span.button a:link {
    color: #000000;
    background-color: inherit;
    text-decoration: none;}
span.button a:visited{
    color: #000000;
    background-color: inherit;
    text-decoration: none;}
span.button a:active {
    color: #000000;
    background-color: inherit;
    text-decoration: underline;}
span.button a:hover {
    color: #000000;
    background-color: inherit;
    text-decoration: none;}

/* end css information for conference website */