a:link, a:visited { 
  color: blue;
}
@media print {
  a:link, a:visited {
    color: black;
    text-decoration: none;
  }
}

.containercol {
  width: 100%;
  position: relative;
}

.leftcol {
  width: 71%;
  clear: none;
}
@media print {
  .leftcol {
    width: 100% !important;
  }
}

.rightcol {
  float: right;
  width: 25%;
  clear: none;
  font-size: 80%;
}
@media print {
  .rightcol {
    width: 100%;
    font-size: 100%;
    float: none !important;
  }
}

.lefthalf { 
  width: 48%;
  clear: none;
}
.righthalf { 
  float: right;
  width: 48%;
  clear: none;
}

/* .rightcol h3 { */
/*   margin-top: 0em; */
/* } */
.rightcol h4 {
  margin-bottom: 0.5em;
}
.rightcol ul { 
  list-style: none;
  padding-left: 0em;
  margin-top: 0em;
/*   margin-left: 1em; */
 }
.rightcol ul li { 
  list-style: none;
  padding: 0.2em;
  margin-left: 0.1em;
 }
.logoheader { 
  font-family: eurostile, sans-serif;
  color: white;
  font-weight: bold;
  font-size: 400%;
  margin: 0.3em 0;
 }
.logosubheader { 
  font-family: eurostile, sans-serif;
  color: #666666;
  font-weight: normal;
}
.logosubheader strong { 
  color: black;
  font-weight: bold;
  font-style: normal;
}
.logoheadergrey { 
  font-family: eurostile, sans-serif;
  color: #666;
  font-weight: bold;
  font-size: 300%;
  margin: 0.3em 0;
 }

.logoheadergrey a:link, .logoheadergrey a:visited { 
  color: #666;
}

h1, h2, h3 { 
  font-family: eurostile, sans-serif;
}
@media print {
  h2 {
    page-break-before: always;
  }
}

body { 
  font-family: sans-serif;
 }
@media print {
  body {
    font-size: 10pt;
  }
}

strong {
  font-weight: bold;
  font-style: italic;
}

/* @media print { */
/*   .footer { */
/*     position: absolute; */
/*     bottom: 0; */
/*   } */
/* } */
.footer img {
  border-style: none;
  vertical-align: top;
}

img.mapimg {
  max-width: 100%;
  border: 1px solid blue;
}
@media print {
  img.mapimg {
    width: auto;
    border: none;
  }
}

.yellowgrad { 
background: #f3d87b; /* Old browsers */

background: -moz-linear-gradient(left,  #f3d87b 0%, #ffffff 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f3d87b), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  #f3d87b 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  #f3d87b 0%,#ffffff 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  #f3d87b 0%,#ffffff 100%); /* IE10+ */

background: linear-gradient(to right,  #f3d87b 0%,#ffffff 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3d87b', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

@media print {
  .uglyprint {
    background: white !important;
  }
}

table.thinborders { 
  border-width: 1px;
  border-style: solid;
  border-collapse: collapse;
}
table.thinborders th, table.thinborders td { 
  border-width: 1px;
  border-style: solid;
}

@media print {
  .notprinted {  display: none; }
}

table.programme {
  border: solid black 1px;
  border-collapse: collapse;
}

table.programme tr td { 
  border: solid black 1px;
  border-collapse: collapse;
  text-align: center;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
 }
.pday { background: #f3d87b; }
tr.psessionrow:first-child {  background: inherit }
tr.psessionrow td {
  background: #f3d87b;
}
@media print {
  tr.psessionrow td {
    background: #eee;
  }
}
.psession { font-weight: bold }
.ptime {
  white-space: nowrap;
  background: #f3d87b;
  font-weight: bold;
}
@media print { 
  .ptime {
    white-space: nowrap;
    background: #eee;
    font-weight: bold;
  }
}
.psubtime {
  font-weight: normal;
}
.pbreak { background: #f3d87b; }
@media print {
  .pbreak { background: #eee; }
}
.pwide {  }
.boldpoint { font-weight: bold }
.plocation { font-style: italic }
.ptitle { font-style: italic }
.pchair { font-style: italic }
.pchair:before { content: "Chair: " }

dt {
  padding-left: 2em;
  font-weight: bold;
  text-indent: -2em;
}
