/*--------------------------------
	COLOURS USED IN THIS SITE

-- Poster colors adopted as the base colours for this website --
MAIN blue: 		#0038a8
				#406ABE
				#809CD4
RED: 			#CE1021
				#DB4C59
				#E78891
TO DO: 
>> colours for links

>> colours for menu buttons

--------------------------------*/

html {
	background-color:#fff;
	background-image:url('images/white_wall_hash.png');
}

body {
	font-family: 'Roboto', 'Times', serif;
	font-size: 13px;
	color: #333;
	border-top: 6px solid #0038a8;
}

.container_16 {
	background-color:#fff;
}

.container_16 .grid_16.header {
	background-color:#fff;
	/*border-bottom: 4px solid #000166;*/
	width:960px;
}

a, a:visited {
	text-decoration: none;
	color: #102e7e;
	border-bottom:1px dotted #666;
	padding: 0 2px 1px 2px;
	font-weight:bold;
}
a:hover {
	background: #cb1e25;
	color: #ffffff;
	text-decoration: none;
}

/*
This cannot be used here because there are already a lot of places in the website
where a PDF icon has been added manualy. This causes a double PDF icon to appear,
obviously. To avoid looking for all these cases, decided to drop this feature from
this website. In future, let's use this from the beginning...
*/

/*
a[href$='.pdf'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
	font-size:10px;
    background: url("http://azuleon.org/_images/pdf.png") center left no-repeat;
}
a:hover[href$='.pdf'] {
	background: #0860a8 url("http://azuleon.org/_images/pdf.png") center left no-repeat;
	color: #ffffff;
	text-decoration: none;
}
*/


.noShow, .noShow:visited {
	border-bottom:0px solid;

}


.container_16 .grid_16.footer {
	height: 46px;
	width:960px;
	background-color:#fff;
	border-top: 3px solid #0038a8;
	text-align:left;
	left: 50%;
	margin-left: -480px;
	bottom:0px;
}
.container_16 .grid_16.footer a { 
	color: #3A3A3A;
 	background:transparent; 
	font-weight: bold; 
}
.container_16 .grid_16.footer a:focus,
.container_16 .grid_16.footer a:hover, 
.container_16 .grid_16.footer a:active { 
	color: #ff6d00;
	background-color: transparent;
}

img.plain {
 border: 1px solid #868e9f;
 padding: 3px;
 background-color: #fff;
}

.top_image {
	width:960px;
	margin: 0 0 0 0;
	padding:0;
	border:0px solid;
}



/* `Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4 {
	font-family: 'Roboto Slab', 'Arial', sans-serif;
	color: #CE1021;
}

h1 {
	font-size: 24px;
	padding: 2px 0 6px 2px;
	background-color:#E8E8E8;
	width:100%;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 24px;
	padding: 2px 0 5px 0px;
	width:100%;
	margin: 20px 0 6px 0;
}

h3 {
	font-size: 16px;
	margin: 10px 0 10px 0;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 12px;
}

p {
	font-family: 'Roboto', 'Times', serif;
	font-size: 14px;
	color: #333333;
	line-height:1.5;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

ol {
	font-family: 'Roboto', 'Times', serif;
	list-style: decimal;
}

ul {
	font-family: 'Roboto', 'Times', serif;
	list-style: square;
	margin-bottom: 15px;
	font-size:14px;
}

li {
	margin-left: 15px;
	margin-bottom: 5px;
	line-height: 20px;
}

/* TABLES */
table { width: auto; border-collapse:collapse; margin-bottom: 2em; }
table.full { width: 100%; }
table.fixed { table-layout:fixed; }

th,td { padding: 0 0.5em; font-size:14px; font-family: 'Roboto', 'Times', serif; line-height:2;
}
thead th { background: #444; color: #fff; }
tbody th { background: #fff; color: #333; }


/*SPONSORS*/

.sponsors td {
	text-align:center;
	vertical-align: middle;
	width: 280px;
}

/* Used in the Programme page */
td.schedule {
	width: 100px;
	font-family: Inconsolata, Courier, monospace;
	vertical-align: text-top;
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
}
table.prog td {
	padding-bottom:10px;
}

.SessionChairs  {
   font-weight:normal;
   font-size:11px;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   margin-top:5px;
   padding-left: 55px ;
   text-indent: -55px ;
    }
.SessionTitle {
	font-weight:bold;
	font-size:13px;
 	margin-bottom:5px;
	margin-top:5px;
	}
.Session {
	font-weight:bold;
	font-size:14px;
 	margin-bottom:5px;
	margin-top:5px;
	padding-bottom: 0px;
    }
.Location {
	font-weight:bold;
	font-size:14px;
	font-variant:small-caps;
 	margin-bottom:0px;
	margin-top:5px;
	padding-bottom: 0px;
	color:#CE1021;
    }

.PresTitle  {
   padding-bottom: 0px;
	font-size:12px;
   }
.Session_break {
	font-weight:bold;
	font-size:13px;
	font-style: italic;
	margin-top:5px;
	padding-bottom: 0px;
    }
.Speaker {
	font-style:italic;
	font-size:13px;
	color:#0038a8;
 	margin-bottom:0px;
	padding-bottom: 0px;
    }
