/* 
  BLUEPRINT CSS
   * Filename:        compressed.css
   * Version:         0.6 (2007-09-21) YYYY-MM-DD
   * Website:         http://code.google.com/p/blueprintcss/
   
   Generated by:
    * Blueprint CSS Grid Generator (2008-01-29) [http://kematzy.com/blueprint-generator/]
  
*/

@import 'reset.css';
@import 'layout.css';
@import 'typography.css';
@import 'forms.css';
@import 'color.css';
/* css for everything else */

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
	position: relative;
	z-index: 5;
}

.image-right {
	float: right;
	margin: 3px 0px 3px 3px;
	padding: 3px 0 3px 3px;
	position: relative;
	z-index: 5;
}


	table#schedule {
		border: 1px solid #666666;
		border-spacing: 0;
		border-collapse: collapse;
		margin-right: 5px;
	}

	table#schedule tbody tr td {
		font-family: "lucida grande", verdana, sans-serif;
		font-size: 8pt;
		padding: 3px 8px 3px 8px;
		border-left: 1px solid #D9D9D9;
	}
 

	table#schedule th {
		font-family: "lucida grande", verdana, sans-serif;
		font-size: 8pt;
		padding: 3px 8px;
		text-align: left;
		background-color: #CC006B;
		color: #ffffff;
		font-weight: bold;
		border-left: 1px solid #346DBE;
		border-bottom: 1px solid #7DAAEA;
	}

	table#schedule ul {
		margin-bottom: .2em;
	}
	table#schedule caption {
		padding-top: .5em; 
		padding-bottom: .5em;
	}
	table#schedule2008 caption {
		font-size:1.2em;
	}	
	
ul#navigation {
	margin: 0px;
	padding: 0 0 0 6px;
	display: inline;
	width: auto;
	float: left;
	height: 4.0em;
	background: transparent url(images/navcontainer-top.gif) repeat-x left top;
}

ul#navigation li {	
	list-style-type: none;
	display: inline;
	float: left;
	position: relative;
	height: 4.0em;
	padding: 0px;
	overflow: hidden;
}

ul#navigation li a, ul#navigation li span {
   	outline: none;
	text-decoration: none; 
	letter-spacing: 1px;
	padding: 1.0em 20px 1em 20px;
	margin-left: 0px;
	margin-right: 0em;
	font: normal normal 1.2em "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
}
  
/* Navigation colours */
ul#navigation li a {
	color: white;
}	

ul#navigation  li.current {
	list-style-position: outside;
	font-weight: bold;
}

ul#navigation li a:focus, ul#navigation li a:hover {
	text-decoration:underline; 
	color: #fff;
	background: transparent url(images/nav-on.gif) no-repeat center top;
}

ul#navigation li.current span{
	color: #fff;
	font-weight: bold;  
	text-decoration:underline; 
	background: transparent url("images/nav-on.gif") no-repeat center top;
	
}

.speakerphotoright {
	width: 150px;
	float: right;
	padding: 0px 5px 0px 15px;
}
.speakerphotoright p{
 font-size: .8em;
 margin: 0px;
 padding: 0px;
}

.image-speaker {
	border: #5e5e5e solid 1px;
	padding: 2px;
	background-color: #fff;
	margin: 0px 0px 5px 0px;
}

#sidebar img.sib2008 {
	border: 1px solid #00597f;
	padding: 0px;
	background-color: #ddd;
	margin: 0px 0px 5px 0px;
}

.sib2008note {
	
}
	
p.message {
	background-color: #CC006B;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #346DBE;
	border-bottom: 1px solid #7DAAEA;
	padding: 8px;
	margin-right: 10px;
	font-weight: bold;
}

/* My Comment */
	
	
	
	

