/*
 * CSS Created by Dave Hall
 * davehall.com.au
 */
body, div, li, p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a
{
	color: #537991;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

body
{
	background-color: #fff;
	background-image: url('../images/bground.png');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1, h2, h3, h4
{
	color: #537991;
}

img
{
	border: 0px;
}

#page
{
	margin: 10px auto;
	text-align: left;
	width: 800px;
}

#banner
{
	background-color: transparent;
	background-image: url('../images/banner-bg.png');
	background-repeat: repeat-x;
	margin-bottom: 20px;
	width: 800px;
}

#conf-banner
{
	float: right;
}

#side
{
	background-color: transparent;
	background-image: url('../images/side-top.png');
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 10px;
	padding-top: 20px;
	width: 150px;
}

#nav
{
	background-color: transparent;
	background-image: url('../images/side-bottom.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	border-top: 2px groove #999;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 19px 0px;
}

#nav li
{
	background-color: #ccc;
	border-bottom: 2px groove #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 0px;
}

#nav li a
{
	color: #537991;
	display: block;
	padding: 3px;
	text-decoration: none;
	width: 142px;
}

#nav li a:hover
{
	background-color: #ddd;
	color: #f99;
}

#side h3
{
	font-size: 14px;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}

#side h4
{
	font-size: 12px;
	margin: 10px 0px 5px 0px;
	padding: 0px;
}

#sponsors p
{
	font-size: 12px;
	margin: 0px;
}

#content
{
	margin-left: 175px;
}

#footer
{
	border-top: 1px solid #999;
	clear: both;
	color: #999;
	font-size: 11px;
	margin: 20px 100px 0px 100px;
	padding-top: 10px;
	text-align: center;
	width: 600px;
}

/** Programme specific **/
#day1, #day2, #day3
{
	border: 1px solid #999;
	border-collapse: collapse;
	width: 650px;
}

.times
{
	min-width: 100px;
	width: 100px;
}

tbody td
{
	vertical-align: top;
}

thead tr
{
	background-color: #aaa;
}

tbody tr
{
	border-bottom: 1px solid #000;
}

tr.row_off
{
	background-color: #eee;
}

table h3
{
	margin: 0px;
	padding: 0px;
}

table h4
{
	margin: 8px 0px 3px 0px;
	padding: 0px;
}

td p
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

td.split_col
{
	border-right: 2px dotted #999;
	width: 264px;
}

label
{
	display: block;
}
