html {
	padding: 0px;
	margin: 0px;
}

body {
	padding: 0px;
	margin: 0px;
	background: #555;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

td {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h1 {
	border: 0px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-size: 200%;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #C27106;
}

h2 {
	border: 0px;
	padding: 0px;
	margin: 15px 0px 5px 0px;
	font-size: 150%;
	font-style: normal;
	font-weight: bold;
	color: #C27106;

	white-space: nowrap;
	border-bottom: 2px solid #999;
	width: 45%;
}

h3 {
	border: 0px;
	padding: 0px;
	margin: 10px 0px 2px 0px;
	font-size: 125%;
	font-style: normal;
	font-weight: bold;
	color: #D9A300;
}

p {
	border: 0px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	text-align: justify;
}

/* Links */
/* ----- */
a.inText {
	text-decoration: underline;
	border-top: 1px;
	border-bottom: 1px solid #C27106;
	border-bottom: 1px;
	color: #C27106;
}

a.inText:hover {
	text-decoration: underline;
	border-top: 1px dashed  #C27106;
	border-bottom: 1px dashed  #C27106;
	color: #C27106;
	background: #FFF1F1;
}

a.plainLink {
	text-decoration: none;
	border-top: 1px;
	border-bottom: 1px;
	color: #000;
}

a.plainLink:hover {
	text-decoration: none;
	border-top: 1px;
	border-bottom: 1px;
	color: #888;
}

/* Page */
table.page {
	width: 95%;
	margin: 10px auto 10px auto;
	padding: 0px;
	background: #FFF;
}

/* Banner */
/* ------ */
table.banner {
	width: 100%;
}

td.bannerLeft {
	text-align: left;
	background-image: url("../images/bannerFill.png");
	background-repeat: repeat-x;
}

td.bannerRight {
	text-align: right;
	background-image: url("../images/bannerFill.png");
	background-repeat: repeat-x;
}

/* Menu Block */
/* ---------- */
div.menuBlock1 {
	width: 100%;
	margin: 0px;
	padding: 4px 0px 1px 0px;
	background: #AAA;
}
div.menuBlock2 {
	width: 100%;
	margin: 0px;
	padding: 4px 0px 1px 0px;
	background: #AAA;
}
div.menuBlock3 {
	width: 100%;
	margin: 0px;
	padding: 4px 0px 5px 0px;
	background: #AAA;
}

table.menuBlock {
	background: #AAA;
	color: white;
	margin: 0px;
}

td.topMenuLeft {
	border-right: 1px solid #CCC;
	padding: 0px 10px 0px 10px;
	text-align: center;
}

td.topMenuRight {
	border-left: 1px solid #777;
	padding: 0px 10px 0px 10px;
	text-align: center;
}

td.topMenu {
	border-left: 1px solid #777;
	border-right: 1px solid #CCC;
	padding: 0px 10px 0px 10px;
	text-align: center;
}

a.topMenu {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.topMenu:hover {
	color: #E5D952;
	color: #F5E857;
	font-weight: bold;
	text-decoration: none;
}

/* Content */
/* ------- */
table.content {
	width: 100%;
}

td.contentLeft {
	vertical-align: top;
	text-align: center;
	width: 160px;
	padding-top: 5px;
	border-left: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-right: 1px dashed #999;
	background-color:#EEE;
}

td.contentCentre {
	vertical-align: top;
	text-align: left;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #999;
}

td.contentRight {
	vertical-align: top;
	text-align: center;
	width: 220px;
	padding-top: 5px;
	border-left: 1px dashed #999;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	background-color:#EEE;
}

/* Other */
/* ----- */
img.thumb {
	border: 1px solid #888;
	margin: 2px;
}

img.photoLeft {
	float: left;
	border: 1px solid #888;
	margin: 2px 10px 2px 0px;
}

img.photoRight {
	float: right;
	border: 1px solid #888;
	margin: 2px 0px 2px 10px;
}

img.logo {
	margin-bottom: 10px;
}

td.committee {
	text-align: center;
	width: 200px;
}

span.modified {
	color: #999999;
	font-size: 90%;
}

div.info {
	text-align: center;
	margin: 5px 10px 10px 10px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	background: #FFF;
}

div.info h3 {
	margin: 0px 0px 2px 0px;
	font-weight: bold;
	color: #333;
	font-size: 110%;
}

span.newsDate {
	font-weight: bold;
	color: #D9A300;
}

div.newsBlock p {
	margin: 0 0 0.25em 0;
}

span.googlePrivacy
{
	font-size: smaller;
	color: #AAAAAA;
}

ul.details {
	padding: 0px 0px 0px 1em;
	margin: 2px 0px 8px 0px ;
}

div.complete {
	background-image: url("../images/complete.jpg");
	background-position: center center;
	color: #999;
}

/* Tables */
/* ------ */
table.listing  {
	padding: 0.5em 0px 1em 0px;
	width: 100%;
}

table.listing th {
	padding: 2px 3px 2px 3px;
	border-top: 1px solid #ffeca6;
	border-bottom: 1px solid #ffeca6;
}

table.listing tr.odd {
	background-color: #FFFFDE;
}

table.listing td {
	padding: 2px 3px 2px 5px;
	border-bottom: 1px solid #ffeca6;
}

table.listing .centre {
	text-align: center;
}

/* Map Block */
div#mapBlock {
	float: right;
	border: 1px solid #AAA;
	background-color: #FEFFEF;
	padding: 5px;
	margin: 5px;
	width: 300px;
}
div#mapBlock h2 {
	text-align: center;
	margin: 2px;
	width: 100%;
	border: 0px;
}
div#mapBlock a img {
	padding: 0px;
	border: 1px solid #999;
	margin: 5px 5px 0px 0px;
}
div#mapBlock a {
	font-weight: bold;
}
div#mapBlock td {
	vertical-align: middle;
}

/* Reg Times */
/* ------------ */
table.regTimes {
	border-collapse: collapse;
	margin: 0px 0px 1em 0px;
}
table.regTimes td {
	border: 1px solid #777;
	padding: 4px 8px;
}
/* Registration */
/* ------------ */
table#reg {
	border-collapse: collapse;
	margin: 0px 0px 1em 0px;
}

table#reg td, table#reg th {
	border: 1px solid #777;
	padding: 8px;
}
table#reg tr.odd td {
	background-color: #FFFFDE;
}
table#reg th {
	text-align: center;
}

ol.regInfo li, ul.regInfo li {
	padding-bottom: 0.5em;
}

/* Programme */
/* --------- */
table.prog {
	border-collapse: collapse;
/*	background-image: url("../../files/program/prelim.png");
	background-position: center center;*/
}

table.prog th {
	text-align: center;
	border: 1px solid black;
	padding: 2px 3px 2px 3px;
	background-color: #CCF;
}

table.prog td {
	text-align: center;
	border: 1px solid black;
	padding: 2px 3px 2px 3px;
}

table.prog td.noDivide {
	border-top: 0px;
	border-bottom: 0px;
}

table.prog td.date {
	text-align: center;
	border: 0px solid black;
}

table.prog td.date h2 {
	padding: 1em 1em 0.25em 1em;
	margin: 0 auto;
	text-decoration: none;
	border: 0px;
	color: #000;
}

table.prog td.time {
	font-weight: bold;
}

table.prog td.break {
	background-color: #FFC;
}

table.prog td.event {
	background-color: #FFBAE6;
}

table.prog td.poster {
	background-color: #CFF;
}
table.prog td.poster p {
	text-align:center;
	padding: 3px 0px 3px 0px;
	margin: 0px;
}

table.prog td.session p {
	font-size: 80%;
	text-align: center;
	margin: 0px;
	padding: 3px 0px 3px 0px;
}
table.prog td.session p.sessionID {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 3px 0px 3px 0px;
}
table.prog td.session span.room {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 2px 4px 2px 4px;
	border: 1px solid black;
	background-color: #CCF;
}


td.progTime {
	font-weight: bold;
}

td.progBreak {
	background-color: #FFC;
}

td.progPoster {
	background-color: #CFF;
}

td.progKey {
}

td.progEvent {
	background-color: #F9C;
}

td.progEnd {
	border-bottom: 1px solid black;
}

div.warning {
	text-align: center;
	background-color: #FFB6B6;
	border: 1px solid #FF6666;
	padding: 5px 5px 5px 5px;
	margin: 0px 50px 8px 50px;
}
div.alert {
	text-align: center;
	background-color: #FFF8CD;
	border: 1px solid #FFCD6F;
	padding: 5px 5px 5px 5px;
	margin: 0px 50px 8px 50px;
}
div.warning p, div.alert p {
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/* Copyright */
/* --------- */
table#copyright {
	border-collapse: collapse;
	background-color: #FFFFDE;
	margin: 0px 0px 1em 0px;
}
table#copyright td {
	border: 1px solid #AAA;
	padding: 5px;
}
table#copyright td.label {
	font-weight: bold;
}
table#copyright td.button {
	text-align: center;
}

/* Paper */
/* ----- */
div.paper {
	border-top: 1px solid #BBB;
}
div.paper ul {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 1em;
}
div.oral {
	background-image: url(/programme/files/oralSession.png);
	background-position: top right;
	background-repeat: no-repeat;
}
div.poster {
	background-image: url(/programme/files/posterSession.png);
	background-position: top right;
	background-repeat: no-repeat;
}
div.paper h2 {
	color: #C27106;
	margin: 0;
	border: 0px;
	text-decoration: none;
	white-space: normal;
	width: 80%;
}
div.paper p.authors {
	font-weight: bold;
}

div.session {
	border-bottom: 1px solid #BBB;
}
div.session ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 2em;
}

/* Awards */
/* ------ */
div.award {
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	line-height: 1.75em;
}
div.awOdd {
	background-color: #FFFFDE;
}
div.award a.title {
	font-weight: bold;
	font-size: 120%;
	text-decoration: none;
}
div.award span.author {
	font-weight: bold;
}

div#weatherBox iframe {
	width: 480px;
}

/* Code Blocks */
/* ----------- */
div.code
{
	border: solid 1px #D1D1D1;
	padding: 5px 5px 5px 5px;
	background-color: #F0F0F0;
	font-family: monospace;
	margin: 0px 0px 8px 0px;
}

div.code pre {
	margin: 0;
	padding: 0;
}

.Type       { color: #4CD43E;  }                   /* Light Green */
.Special    { color: #FF3030;  }                   /* Red */
.PreProc    { color: #209020;  }                   /* Green */
.Identifier { color: #D59C39;  }                   /* Brown */
.Comment    { color: #888888; font-style:italic;}  /* Grey */
.Constant   { color: #1E90FF;  }                   /* Bright Blue */
.Statement  { color: #4682B4;  }                   /* Slate Blue */
