/* ****************************************************************************** */

/* BODY AND GENERAL TEXT STYLES */
body {
	margin: 0px;
	background: #FFFFFF;
}
body.instructions {
	margin: 10px;
}
/* Workaround for lack of position:fixed in IE */
* html body {
	overflow-y: hidden;
}
body,p,td,th,tr,li,ul,select,textarea {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: normal;
	font-size: 11pt;
	text-align: left;
	color: #333333;
}
input {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-weight: normal;
	font-size: 11pt;
	color: #333333;
}
b {
	font-weight: bold;
}
b.heading {
	font-weight: normal;
	font-size: 20pt;
}
b.subheading {
	font-weight: normal;
	font-size: 14pt;
}
i {
	font-style: italic;
}
.small {
	font-size: 10pt;
}
ul {
	margin-top: 0px;
}
button {
	padding: 3px 10px;
	overflow: visible;
}
a.bookbutton {
	color: #ffffff !important;
	background-color: #1196e6;
	display: inline-block;
	height: 24px;
	padding: 0 10px;
	line-height: 24px;
	border: 1px solid #808080;
	font-size: 9pt;
	vertical-align: middle;
	white-space: nowrap;
}

/* ****************************************************************************** */

/* COLOURS */
.blue {
	background-color: #EAF3F9;
}
.lightblue {
	background-color: #F9FCFD;
}
.red {
	color: #ff0000;
}
.grey {
	color: #a0a0a0;
}

/* ****************************************************************************** */

/* IMAGES */
img {
	border-color: #333333;
}
img.left, img.block {
	margin: 10px;
	margin-left: 0px;
}
img.center {
	margin: 10px;
}
img.right {
	margin: 10px;
	margin-right: 0px;
}

/* ****************************************************************************** */

/* TABLES */
table {
	border-style: none;
}
th {
	font-weight: bold;
	vertical-align: middle;
}
td {
	padding: 0px;
	text-align: justify;
	vertical-align: middle;
}
td.lalign {
	text-align: left;
}
td.calign {
	text-align: center;
}
td.ralign {
	text-align: right;
}
td.talign {
	vertical-align: top;
}
td.caption {
	text-align: center;
	font-size: 8pt;
}
td.instructions {
	background-color: #F9FCFD;
	padding: 10px;
}
td.padded {
	padding: 10px;
}
table.form td {
	padding: 3px;
	text-align: left;
	vertical-align: middle;
}
table.editlink {
	background-color: #EAF3F9;
	border: 1px solid #D7E6ED;
}
table.editlink td {
	padding: 3px;
	background-color: #EAF3F9;
}
table.boxed {
	border-collapse: collapse;
}
table.boxed td {
	padding: 5px;
	vertical-align: middle;
	border: solid 1px #999999;
}
table.boxed th {
	padding: 5px;
	vertical-align: middle;
	border: solid 1px #999999;
}
table.boxed2 {
	border-collapse: collapse;
}
table.boxed2 th {
	padding: 10px;
	vertical-align: middle;
	border: solid 1px #999999;
}
table.boxed2 td {
	padding: 10px;
	vertical-align: middle;
	border: solid 1px #999999;
}
table.nobox td {
	padding: 0px;
	border: 0px;
}

/* Diary event table specific definitions */
td.title {
	padding: 10px;
	text-align: left;
	font-weight: bold;
	background-color: #EAF3F9;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
}
td.noline {
	padding: 10px;
	text-align: left;
	background-color: #F9FCFD;
	border-top: solid 1px #999999;
}
td.leftline {
	padding: 10px;
	text-align: left;
	background-color: #F9FCFD;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
}
td.rightline {
	padding: 10px;
	text-align: left;
	background-color: #F9FCFD;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
}
td.bothlines {
	padding: 10px;
	text-align: left;
	background-color: #F9FCFD;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
}
td.info {
	padding: 10px;
	text-align: justify;
	background-color: #F9FCFD;
	border: solid 1px #999999;
}

/* ****************************************************************************** */

/* LINKS */
a:link {
	font-weight: bold;
	color: #0090E4;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #0090E4;
	text-decoration: none;
}
a.underline {
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #0090E4;
	text-decoration: underline;
}

a.hide:link {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a.hide:visited {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a.hide:hover {
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

/* ****************************************************************************** */

/* CALENDAR STYLES */
table.calendar {
	background-color: #F9FCFD;
	border: 1px solid #D7E6ED;
}
table.calendar-key {
	background-color: #F9FCFD;
	border: 1px solid #D7E6ED;
}
table.calendar-key td {
	font-size: 10pt;
	text-align: center;
}
caption.calendar-month {
	background-color: #EAF3F9;
	border: 1px solid #D7E6ED;
	border-bottom: 0px;
	font-weight: bold;
	font-size: 11pt;
}
table.calendar th {
	font-weight: normal;
	font-size: 10pt;
	text-align: center;
}
table.calendar td {
	font-size: 10pt;
	height: 15px;
	width: 30px;
	text-align: center;
}
.workshops {
	background-color: #B4EEEE;
}
.talks {
	background-color: #DBF1D1;
}
.network {
	background-color: #FFF1A3;
}
.other {
	background-color: #FFDBC1;
}
.multi {
	background-color: #AB7E72;
}
a.calendar:link {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.calendar:visited {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.calendar:hover {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

/* ****************************************************************************** */

/* MAIN CONTENT DIV */
div#main {
	position: absolute;
	top: 0px;
	left: 200px;
	margin: 0px;
	padding: 0px;
	padding-right: 5px;
	padding-top: 25px;
}
/* Workaround for lack of position:fixed in IE */
* html div#main {
	left: 0px;
	padding-left: 200px;
	height: 100%;
	width: 100%;
	overflow-y: auto;
	background: transparent;
}

/* ****************************************************************************** */

/* FOOTER DIV */
div#footer {
	margin-left: 40px;
	margin-right: 50px;
	margin-top: 50px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 10pt;
	border-top: 1px solid #cccccc;
	padding-top: 15px;
	color: #a0a0a0;
}
div#footer a {
	color: #6db2db;
}

/* ****************************************************************************** */

/* NAVIGATION DIV */
div#nav {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 170px;
	height: 100%;
	margin: 0px;
	margin-right: 30px;
	padding: 0px;
	border: 0px;
	background: #EAF3F9;
	overflow: auto;
	overflow-y: auto;
}
/* IE only */
* html div#nav {
	overflow: hidden;
	overflow-y: auto;
}
div#nav ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 5px;
}
div#nav li {
	vertical-align: middle;
	border-bottom: 1px solid #D7E6ED;
}
div#nav a {
	display: block;
	padding: 5px;
	padding-left: 10px;
	font-size: 10pt;
	color: #333333;
	font-weight: normal;
}
div#nav a:hover {
	background: #E2EAF0;
	color: #000000;
}
div#nav a.highlite {
	font-weight: bold;
	background: #4B5380;
	color: #ffffff;
}
div#nav a.highlite:hover {
	font-weight: bold;
	background: #4B5380;
	color: #ffffff;
}
div#nav ul ul {
	list-style-image: url(images/menu_arrow.gif);
	margin-left: 30px;
	padding: 0px;
}
div#nav ul ul a {
	padding-left: 5px;
}
div#nav ul ul a.highlite {
	border-top: 1px solid #D7E6ED;
}
div#nav ul ul li {
	vertical-align: bottom;
	border: 0px;
}

/* Start IE/Win bugfix */
* html div#nav a {
	height: 20px;
}
* html div#nav ul ul li {
	padding-left: 5px;
}
/* End IE/Win bugfix */

/* ****************************************************************************** */
