@charset "UTF-8";
/* 
	CSS Document for WWIB Conference 2009
	Copyright (c) 2009 Neuro-Designs. All rights reserved.
*/

@import url("_styles_reset.css");

/* IE Warning */
#IEWarning {
	width: 100%;
	background: #f00;
	clear: both;
	padding: 10px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	text-align: center;
	}
	
	#IEWarning a:link, #IEWarning a:visited{
		font-weight: bold;
		color: #fff;
		}
		
		#IEWarning a:hover {
			color: #fff;
			text-decoration: underline;
			}

/* General Settings */
body {
	background: #fff url("images/bg_main.png") center repeat-y;
	font: 10px/20px arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	}

img {
	vertical-align: middle;
	}
	
a:link, a:visited {
	font-weight: bold;
	color: #59a69e;
	text-decoration: none;
	}
	
	a:hover {
		color: #999;
		}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}

h2 {
	font-size: 2.2em;
	color: #2d3967;
	margin-bottom: 20px;
	line-height: 1.1em;
	}

	h2 span.subtitle {
		color: #59a69e;
		}
	
h3 {
	margin-bottom: 10px;	
	font-size: 1.4em;
	color: #2d3967;
	}
	
h4 {
	color: #2d3967;
	font-weight: bold;
	font-size: 1.2em;
	}
	
	h4.notice {
		background: #eef5ed;
		padding: 5px 9px;
		margin-bottom: 10px;
		border: 1px solid #d9efd6;
		}
	
p {
	margin-bottom: 10px;
	font-size: 1.1em;
	}

sup {
	font-size: 0.7em;
	position: relative;
	top: -0.6em;
	}
	
strong {
	font-weight: bold;
	}
	
em, cite {
	font-style: italic;
	}
	
small {
	font-size: 0.9em;
	}

input.defaultText, textarea.defaultText, select {
	background: #eee;
	padding: 4px;
	border: 1px solid #ccc;
	font-size: 1em;
	}
	
	select {
		border: 1px solid #59a69e;
		}
	
input.defaultButton {
	background: #59a69e;
	padding: 5px 10px;
	border: 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	}
	
	input.defaultButton:hover {
		background: #999;
		}
		
/* Additional Classes */

.nomargin {
	margin: 0px;
	}
	
.divider {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	font-size: 1px;
	line-height: 1px;
	}

.hotelBlock {
	width: 253px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 1px solid #d9efd6;
	background: #eef5ed;
	padding: 9px;
	float: left;
	}
	
	.hotelBlock p {
		margin: 0px;
		}
	
/* Layout Settings */

h1 {
	width: 960px;
	height: 251px;
	clear: both;
	}
	
	h1 a {
		display: block;
		width: 960px;
		height: 251px;
		background: url("images/main.jpg") 0 0 no-repeat;
		margin: 0px;
		text-align: left;
		text-indent: -80000em;
		text-decoration: none;
		}

#header {
	width: 960px;
	background: url("images/bg_top.png") top no-repeat;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	}
	
	#header ul#menu {
		width: 950px;
		padding-left: 10px;
		border-top: 4px solid #2d3967;
		font-size: 1.4em;
		font-weight: bold;
		overflow: hidden;
		}
		
		#header ul#menu li {
			float: left;
			margin-top: 1px;
			margin-right: 1px;
			}
			
			#header ul#menu li a:link, #header ul#menu li a:visited {
				display: inline-block;
				padding: 10px;
				color: #59a69e;
				background: url("images/bg_menu.png") bottom repeat-x;
				white-space: nowrap;
				border-bottom: 1px solid #fff;
				}
				

				#pgHome #header ul#menu li a#linkHome:link, #pgHome #header ul#menu li a#linkHome:visited,
				#pgAgenda #header ul#menu li a#linkAgenda:link, #pgAgenda #header ul#menu li a#linkAgenda:visited,
				#pgKeynotes #header ul#menu li a#linkKeynotes:link, #pgKeynotes #header ul#menu li a#linkKeynotes:visited,
				#pgPanels #header ul#menu li a#linkPanels:link, #pgPanels #header ul#menu li a#linkPanels:visited,
				#pgPanelists #header ul#menu li a#linkPanelists:link, #pgPanelists #header ul#menu li a#linkPanelists:visited,
				#pgLogistics #header ul#menu li a#linkLogistics:link, #pgLogistics #header ul#menu li a#linkLogistics:visited,
				#pgAlumnae #header ul#menu li a#linkAlumnae:link, #pgAlumnae #header ul#menu li a#linkAlumnae:visited,
				#pgRegister #header ul#menu li a#linkRegister:link, #pgRegister #header ul#menu li a#linkRegister:visited,
				#pgAbout #header ul#menu li a#linkAbout:link, #pgAbout #header ul#menu li a#linkAbout:visited
				{
					background: url("images/bg_menu.png") top repeat-x;
					color: #fff;
					}
				
				#header ul#menu li a:hover, #header ul#menu li a.selected {
					background: url("images/bg_menu.png") top repeat-x;
					color: #fff;
					border-bottom: 1px solid #59a69e;
					}
					
			#header ul#menu li a.disabled:link, #header ul#menu li a.disabled:visited, #header ul#menu li a.disabled:hover {
				cursor: default;
				color: #ccc;
				background: #fff;
				border-bottom: 1px solid #fff;
				}



.dropdown {
	float: none;
	position: absolute;
	visibility: hidden;
	margin: 0px;
	margin-top: -1px;
	display: block;
	padding: 0px;
	width: 180px;
	z-index: 1000;
	font-size: 1.1em;
	}
	
	.dropdown a:link, .dropdown a:visited {
		display: block;
		background: #59a69e;
		padding: 5px 10px;
		color: #fff;
		text-align: left;
		text-decoration: none;
		font-weight: bold;
		}

	.dropdown a:hover {
		color: #fff;
		background: #999;
		}



	
#contents {
	width: 960px;
	margin: 0px auto;
	padding: 15px 0px;
	overflow: hidden;
	clear: both;
	}
	
	#contents #column {
		width: 550px;
		padding: 10px 0px 0px 20px;
		float: left;
		font-size: 1.1em;
		overflow: hidden;
		}
		
		#contents #column .col2 {
			width: 550px;
			overflow: hidden;
			}
				
	#contents #sidebar {
		width: 320px;
		float: right;
		font-size: 1.1em;
		}
		
		#contents #sidebar .sidebarModule, p.announcement {
			width: 280px;
			padding: 9px;
			border: 1px solid #d9efd6;
			background: #eef5ed;
			margin-bottom: 10px;
			}
			
			p.announcement {
				width: 530px;
				font-weight: bold;
				margin-bottom: 20px;
				font-size: 1.1em;
				}
			
	#contents #footbar {
		border-top: 2px solid #2d3967;
		background: #eef5ed;
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 10px;
		font-size: 1.1em;
		overflow: hidden;
		width: 530px;
		}
		
		#contents #footbar ul {
			overflow: hidden;
			}
		
			#contents #footbar ul li {
				float: left;
				}
			
				#contents #footbar ul li a:link, #contents #footbar ul li a:visited {
					display: block;
					padding: 5px 10px;
					background: #59a69e;
					color: #fff;
					margin-right: 2px;
					margin-bottom: 2px;
					}
				
					#contents #footbar ul li a:hover {
						background: #999;
						}

#footer {
	border-top: 4px solid #2d3967;
	width: 920px;
	margin: 0px auto;
	padding: 5px 20px 20px 20px;
	font-size: 0.9em;
	color: #ccc;
	}
	
	#footer p {
		margin: 0px;
		}
	
	#footer a:link, #footer a:visited {
		font-weight: bold;
		color: #ccc;
		}
		
		#footer a:hover {
			color: #999;
			}


/* Specific Sidebar Module Settings */

h3#register a:link, h3#register a:visited {
	display: block;
	width: 300px;
	height: 55px;
	background: url("images/btn_ticketleap.png") top no-repeat;
	text-indent: -80000em;
	}
	
	h3#register a:hover {
		background-position: bottom;
		}

#moduleSocial {
	}
	
	#moduleSocial img {
		margin-bottom: 2px;
		}

#moduleKeynote {
	}
	
	#moduleKeynote #slideshow {
		width: 280px;
		overflow: hidden;
		position:relative;
		}

		#moduleKeynote #slideshow #slideContainer {
		  margin:0 auto;
		  width:280px;
		  overflow: hidden;
		  position:relative;
		}
		
		#moduleKeynote #slideshow span.control {
			display: none;
			}
		
		#moduleKeynote #slideshow .slide {
			width: 280px;
			overflow: hidden;
			}
		
		#moduleKeynote #slideshow .slide .photo {
			width: 87px;
			float: left;
			}
			
			#moduleKeynote #slideshow .slide .photo img {
				border: 1px solid #eaeaea;
				background: #fff;
				padding: 4px;
				}
		
		#moduleKeynote #slideshow .slide .info {
			width: 185px;
			float: right;
			}
			
			#moduleKeynote #slideshow .slide .info p.slot {
				margin: 0px;
				color: #666;
				}
				
			#moduleKeynote #slideshow .slide .info h4 {
				font-weight: bold;
				color: #2d3967;
				font-size: 1.5em;
				}

			#moduleKeynote #slideshow .slide .info h5 {
				font-size: 1.1em;
				}
				
			#moduleKeynote #slideshow .slide .info h6 {
				font-size: 1.1em;
				}




#accordion {
	font-size: 1em;
	}
	
	#accordion h3 {
		margin: 0px;
		font-size: 1.1em;
		}
	
	#accordion a {
		display: block;
		clear: both;
		border: 1px solid #d9efd6;
		border-top: none;
		background: #eef5ed;
		color: #2d3967;
		font-weight: bold;
		padding: 5px 9px;
		}
		
	#accordion div.awardRow {
		clear: both;
		border: 1px solid #d9efd6;
		border-top: none;
		padding: 9px 9px;
		background: #fafafa;
		overflow: hidden;
		}
		
		#accordion div.image {
			width: 112px;
			float: left;
			}
			
			#accordion div.image img {
				border: 1px solid #eaeaea;
				background: #fff;
				padding: 4px;
				}
			
		#accordion div.info {
			width: 410px;
			float: right;
			}
			
			#accordion div.info h5 {
				margin-bottom: 15px;
				font-style: italic;
				font-size: 1.1em;
				}
		
		#accordion a.first {
			border-top: 1px solid #d9efd6;
			}





	div.profileRow {
		clear: both;
		overflow: hidden;
		width: 550px;
		margin-bottom: 20px;
		}
		
		div.profileRow div.image {
			width: 112px;
			float: left;
			}
			
			div.profileRow div.image img {
				border: 1px solid #eaeaea;
				background: #fff;
				padding: 4px;
				}
			
		div.profileRow div.info {
			width: 420px;
			float: right;
			}
			
			div.profileRow div.info h5 {
				margin-bottom: 15px;
				font-style: italic;
				font-size: 1.1em;
				}


table.agenda {
	font-size: 1.1em;
	line-height: 1.5em;
	width: 100%;
	}
	
	table.agenda tr td {
		background-color: #fafafa;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: 5px 10px;
		text-align: left;
		}
		
		table.agenda tr td.time {
			text-align: right;
			font-weight: bold;
			width: 100px;
			background: #59a69e;
			color: #fff;
			}
			
		table.agenda tr td.sch2 {
			background: #eef5ed;
			}

		table.agenda tr td.sch3 {
			background: #e5f3de;
			}

		table.agenda tr td.sch4 {
			background: #d8f0cb;
			}
		
		table.agenda tr td em {
			font-size: 0.9em;
			}
			
table.agenda ul {
	padding-left: 20px;
	}
	
	table.agenda ul li {
		list-style-type: square;
		}


.sponsorRow {
	width: 550px;
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: 20px;
	}
	
	.sponsorRow .left {
		width: 265px;
		float: left;
		}

	.sponsorRow .right {
		width: 265px;
		float: right;
		}

ul.panelists {
	margin-bottom: 10px;
	font-size: 1.1em;
	}
	
	ul.panelists li {
		background: #eef5ed;
		padding: 5px 10px;
		margin-bottom: 1px;
		}		
		
ul.spkJump {
	background: #59a69e;
	color: #fff;
	width: 300px;
	margin-bottom: 10px;
	}
	
	ul.spkJump li {
		font-weight: bold;
		border-bottom: 1px solid #fff;
		padding: 5px 10px;
		}

			ul.spkJump li a:link, ul.spkJump li a:visited {
				display: block;
				color: #fff;
				}
				
				ul.spkJump li a:hover {
					color: #eaeaea;
					}
								
		ul.spkJump li ul {
			padding-left: 15px;
			}
			
			ul.spkJump li ul li {
				border-bottom: none;
				padding: 0px;
				}
				
				ul.spkJump li ul li a:link, ul.spkJump li ul li a:visited {
					display: block;
					color: #fff;
					}
					
					ul.spkJump li ul li a:hover {
						color: #eaeaea;
						}


.countdown {
	width: 298px;
	font-size: 1.5em;
	text-align: center;
	background: #eaeaea;
	display: block;
	padding: 10px 0px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 80%
}