@charset "utf-8";
/* CSS Document */

/*------LAYOUT------*/
html {
	font-size:100%;
	}

body {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}

#skipNav, #skipBack {
	display:none;
	}

#header {
	background-color: #3B65AD;
	background-image: url(images/banner_bg.jpg);
	height: 150px;
	}

#dates {
	color: #3B65AD;
	background-color: #B9C6D0;
	height: 25px;
	padding-left: 190px;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}


.topright {
	position: absolute;
	top: 0px;
	right: 0px;
}

	
#mainContent {
	border:none;
	border-collapse:collapse;
	width:100%;
	}
#mainContent td {
	vertical-align:top;
	}
	
#navigation {
	width:150px;
	font-size:1.2em;
	background-color: #3B65AD;
	padding-top: 25px;
	}
	
#outlook {
	width:150px;
	font-size:1.2em;
	padding-top: 25px;
	}
	
#navigation ul, #outlook ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
#navigation li.navGap {
	margin-bottom:10px;
	}
	
#organised {
	text-align:center;
	margin-top:15px;
	color:#FFFFFF;
	}
#organised li {
	margin-bottom:10px;
	}
	
#content {
	padding:10px;
	font-size:1.2em;
	}
	
#outlook {
	text-align:center;
	}

#outlook ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:140px; /*optional*/
	}
#outlook a, a.button {
	display:block;
	text-decoration:none;
	border:3px solid;
	border:3px solid;							/* 				"				 */
	border-top-color:#E9DBEA;					/* 				"				 */
	border-right-color:#666666;					/* 				"				 */
	border-bottom-color:#666666;				/* 				"				 */
	border-left-color: #E9DBEA;					/* 				"				 */
	background-color:#CCAACE;
	padding:3px;
	color:#000000;
	font-size: 10px;
	}
#outlook a:hover, a.button:hover {
	border-top-color: #666666;
	border-left-color: #666666;
	border-right-color: #E9DBEA;
	border-bottom-color: #E9DBEA;
	color:#000000;
	}
	
#outlook li {
	text-align:center;
	margin:0 0 10px 0;
	}
	
/*------NAVIGATION------*/
a {
	text-decoration:none;
	font-weight: 600;
	color: #993399;
	}
a:hover {
	text-decoration:underline;
	}
	
#navBar a {
	display:block;
	text-decoration:none;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
	border: 1px solid #FFFFFF;
	margin-bottom: 3px;
	font-weight: 300;
	width: 140px;
	margin-right: 3px;
	margin-left: 3px;
	}

#navBar a:hover {
	display:block;
	text-decoration:none;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 15px;
	border: 1px solid #FFFFFF;
	margin-bottom: 3px;
	font-weight: 300;
	width: 140px;
	margin-right: 3px;
	margin-left: 3px;
	background-color: #993399;
	}
	
a.button {
	font-weight:bold;
	display:inline;
	width:auto;
	text-decoration:none;
	font-size: 100%;
	}

h1 {
	font-size:22px;
	letter-spacing:4px;
	color:#993399;
	}
	
h2 {
	font-size:16px;
	color:#2E5EAC;
	}

h3 {
	font-size:14px;
	color:#000000;
	}

h4 { /* For paragraph header */
	font-size:1.0em;
	padding-bottom:-14px;
	margin-bottom:-14px;
	}
	
h5 { /* For ul header */
	font-size:1.0em;
	padding-bottom:0px;
	margin-bottom:0px;
	}

h6 { /* side headers */
	font-size:1.0em;
	margin:0;
	padding:0;
	}
	
/*------*/	

	
img {
	border:none;
	}
	
/*------*/	
.italic {
	font-style:italic;
	}
	
.clear {
	clear:both;
	}
	
.imgLeft {
	float:left;
	margin:0 20px 20px 0;
	}
.imgRight {
	float:right;
	margin:0 0 20px 20px;
	}

	
.imageList {
	padding:0;
	margin:0;
	list-style-type:none;
	}
.imageList li {
	display:inline;
	vertical-align:text-top; /* IE only */
	}
.imageList li img {
	padding-right:10px;
	}
	
.cc {
	font-size:.9em;
	}
	
/*----------*/
.committee, .plainInfo {
	margin:0;
	padding:0;
	list-style-type:none;
	}
	
.committee li em {
	font-style:italic;
	}
/*----------*/
.org {
	margin-bottom:15px;
	}
.adr {
	margin-top:25px;
	}
address {
	display:inline;
	}
	
/*------PROGRAMME STYLES------*/	
.progDay {
	font-size: 14px;
	font-weight: bold;
	color: #3B65AD;
	padding-top: 15px;
}
.progRefreshment {
	background-color: #CCAACE;
}
.progSession{
	background-color: #E9DBEA;
}

/*------FOOTER------*/
#footer {
	font-size:1.8em;
	margin:0;
	height:40px;
	color: #CC6600;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 180px;
	}

.footerCopyright {
	font-size:0.7em;
	color: #000000;
}
.blueHighlight {
	color: #3B65AD;
	font-weight: bold;
}

.bioPic {
	float:left;
	padding-right:15px;
	padding-bottom:20px;
}

/*------INLINE DIV POPUP THING------*/
#inlinePopupDiv {
	font-size: .8em;
	position:absolute;
	top:178px;
	left:486px;
	width:350px;
	background-color:#FFDFAA;
	padding: 25px;
	display:none;
	border: 2px solid #3b65ad;
}

.clickMe { /* to highlight the cells as interactive */
	background-color:#E9DBEA;
	background-image: url(images/table_cell_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 2px solid #3B65AD;
}
