body {
	background: #111;
	}

h1, h2, h3, h4, h5, h6, p strong {
	color: #111;
	}

h3 {
	margin-top: 1em;
	}

.boxed {
	background: #f9f9ff;
	}
	
	.boxed h3 {
		font-size: 12px;
		margin-left: 0;
		margin-top: 0;
		}
		
	#nav .boxed ul {
		padding-left: 0;
		margin-left: 0;
		}

	.boxed li {
		list-style-type: none;
		padding-left: 0;
		margin-left: 0;
		color: #333;
		}

#nav li a {
	color: #33c;
	text-decoration: none;
	}

#nav li a:hover {
	color: #c33;
	text-decoration: underline;
	}

#home #li-home a, 
#home #li-home a:hover, #participants #li-participants a,
#participants #li-participants a:hover, #hotels #li-hotels a, 
#hotels #li-hotels a:hover, #travel #li-travel a, 
#travel #li-travel a:hover, #invited-talks #li-invited-talks a, 
#invited-talks #li-invited-talks a:hover, #maps #li-maps a, 
#maps #li-maps a:hover, #organizers #li-organizers a,
#organizers #li-organizers a:hover, #registration #li-registration a,
#registration #li-registration a:hover, #speakers-and-topics #li-topics a,
#speakers-and-topics #li-topics a:hover, #agenda #li-agenda a,
#agenda #li-agenda a:hover, #workshop-documentation #li-workshop-documentation a,
#workshop-documentation #li-workshop-documentation a:hover {
	font-weight: bold;
	cursor: default;
	color: #33c;
	text-decoration: none;
	}
	
#home #li-home {
	display: none;
	}
	
#wrapper {
	margin: 10px auto;
	padding: 10px 10px 10px 0;
	width: 735px;
	background: #fff;
	color: #333;
	}

#di-title {
	margin-left: 10px;
	margin-bottom: 5px;
	}

table img {
	border: 0px;
	}


.highlight {
	background: #ff3;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	}
	
em.highlight {
	font-style: normal;
	font-weight: normal;
	}
	
img#doc {
	float: right;
	margin: 10px 0 5px 5px;
	}
	
img.map {
	margin: 0px;
	border: none;
	}
	
img.logo {
	margin-left: 50px;
	border: none;
	}
	
html body #wrapper p.fineprint {
	font-size: 9px;
	text-align: right;
	}	

#flash {
	margin-left: 5px;
	border-left: 1px solid #000;
	}
	
table#speak {
	border-collapse: collapse;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-spacing: 0;
	margin: 1em 0px;
	font-size: 0.8em;
	}
	
#speak td {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	padding: 5px;
	vertical-align: top;
	background: #f9f9ff;
	}
	
#speak th {
	border-bottom: 4px solid #fff;
	border-top: 10px solid #fff;
	border-right: 2px solid #fff;
	background: #006;
	color: #f9f9ff;
	padding: 5px;
	}

#speak .label th {
	border: 2px solid #fff;
	background: #ccc;
	color: #333;
	font-size: 10px;
	font-weight: normal;
	padding: 2px;
	}

#speak .break td {
	background: #d9d9ff;
	}
	
#speak .breakout td {
	background: #b3b2ff;
	}
	
