@charset "UTF-8";
/* 

	CSS Document for Wharton Entrepreneurship Conference 2008
	Copyright © 2007 Neuro-Designs
	
*/

/* IE Warning */
#IEWarning {
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 10px 0px;
	font-weight: normal;
	font-size: 1.3em;
	font-family: arial, helvetica, sans-serif;
	background: red;
	clear: both;
	}
	
	#IEWarning a:link, #IEWarning a:visited{
		color: #fff;
		font-weight: bold;
		}
		
		#IEWarning a:hover {
			color: #fff;
			text-decoration: underline;
			}

html, body {
	margin: 0px;
	padding: 0px;
	font: 10px/20px helvetica, arial, sans-serif;
	color: #666;
	background: #fff;
	}
	
#main {
	background: #fff url("images/footer_end.png") no-repeat bottom;
	width: 960px;
	margin: 0px auto;
	padding-bottom: 43px;
	}
	
	#main .placement {
		background: #fff url("images/bg_main.png") repeat-y;
		width: 960px;
		}



#header {
	width: 880px;
	padding-left: 40px;
	}
	
#menu {
	width: 880px;
	padding-left: 40px;
	overflow: hidden;
	}
	
	#menu ul {
		padding: 0px;
		margin: 0px;
		list-style-type: none;
		}
		
		#menu ul li {
			float: left;
			margin: 0px;
			padding: 0px;
			}
			
			#menu ul li img {
				border: 0px;
				}

#contents {
	width: 860px;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
	}
	
	#column {
		width: 610px;
		float: left;
		font-size: 1.1em;
		line-height: 1.7em;
		}
		
	#sidebar {
		width: 230px;
		float: right;
		}

#sponsors {
	width: 880px;
	margin: 0px auto;
	text-align: center;
	padding-bottom: 15px;
	}
	
	#sponsors img {
		margin: 10px 0px 10px 0px;
		border: 0px;	
		}
	
	#sponsors table td.sp_indicator {
		background: #ccc;
		color: #fff;
		font-weight: bold;
		border: 1px solid #fff;
		}
		
	#sponsors table td {
		text-align: center;
		}
	
#footer {
	background: url("images/bg_footer.png") no-repeat;
	width: 860px;
	height: 53px;
	overflow: hidden;
	padding: 5px 10px;
	margin: 0px auto;
	}
	
	#footer .left {
		float: left;
		width: 700px;
		}
		
	#footer .right {
		float: right;
		width: 160px;
		text-align: right;
		}
		
		#footer .right img {
			border: 0px;
/*			vertical-align: middle;*/
			}
		
	#footer .copyright {
		font-size: 0.9em;
		height: 15px;
		padding-top: 10px;
		color: #ccc;
		}
		
		#footer .copyright a:link, #footer .copyright a:visited {
			color: #aaa;
			font-weight: bold;
			text-decoration: none;
			}
			
			#footer .copyright a:hover {
				color: #ccc;
				}
	
	#footer ul {
		padding: 0px;
		margin: 0px;
		list-style-type: none;
		}
		
		#footer ul li {
			float: left;
			margin: 0px;
			padding: 0px;
			padding-right: 3px;
			color: #ccc;
			font-size: 1em;
			}
			
			#footer .left a:link, #footer .left a:visited, #footer .right a:link, #footer .right a:visited {
				color: #666;
				text-decoration: none;
				font-weight: bold;
				text-transform: uppercase;
				}
				
				#footer .left a:hover, #footer .right a:hover {
					color: #64bee2;
					}

/* General Classes */

.nomargin {
	margin: 0px;
	}

/* Headings and Paragraphs */

p, h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	}

h1 {
	margin: 0px;
	}

h2.title {
	font-size: 2em;
	font-weight: normal;
	}

#sidebar h3 {
	margin-top: 20px;
	font-size: 1.3em;
	margin-bottom: 3px;
	}

#column h3.subtitle {
	font-size: 1.4em;
	margin-bottom: 5px;
	margin-top: 25px;
	}

.divider {
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
	}

/* Image and Links */

img {
	border: 0px;
	}
	
	
a:link, a:visited {
	color: #64bee2;
	text-decoration: none;
	font-weight: bold;
	}
	
	a:hover {
		color: #999;
		}

/* Tables */
		
.td_time, .td_reg_type {
	background: #64bee2;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 4px 8px;
	}
	
.td_agenda_1 {
	background: #999;
	text-align: center;
	padding: 4px 8px;
	font-weight: bold;
	color: #fff;
	}
	
.td_agenda_2 {
	background: #666;
	text-align: left;
	padding: 4px 8px;
	font-weight: bold;
	color: #fff;
	}

.td_agenda_3 {
	background: #eee;
	text-align: left;
	padding: 4px 8px;
	font-weight: bold;
	}
	
.td_reg_type {
	text-align: left;
	}
		
.td_reg_header {
	background: #999;
	color: #fff;
	font-weight: bold;
	padding: 4px 8px;
	}

.td_reg_web {
	background: #eee;
	text-align: center;
	padding: 4px 8px;
	font-weight: bold;
	}

.td_reg_door {
	background: #eee;
	text-align: center;
	padding: 4px 8px;
	font-weight: bold;
	}

/* Lists */


#column ul {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	list-style-type: none;
	}
	
	#column ul li {
		background: #eee;
		margin-bottom: 2px;
		padding: 5px 10px;
		border-right: 5px solid #64bee2;
		}
		
		#column ul li ul {
			margin: 0px;
			}
			
			#column ul li ul li {
				background: none;
				border: 0px;
				border-top: 1px solid #ccc;
				padding: 4px 0px;
				}
				
				#column ul li h4 {
					margin: 0px;
					margin-bottom: 10px;
					}
		
#sidebar ul.frontpage {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	list-style-type: none;
	width: 230px;
	}
	
	#sidebar ul.frontpage li {
		background: #64bee2;
		color: #fff;
		padding: 5px 10px;
		margin-bottom: 1px;
		}
		
		#sidebar ul.frontpage li a:link, #sidebar ul.frontpage li a:visited {
			color: #fff;
			display: block;
			text-decoration: none;
			}
			
			#sidebar ul.frontpage li a:hover {
				color: #eaeaea;
				}



	#sidebar ul.spk_jump {
		width: 230px;
		background: #64bee2;
		margin: 0px;
		padding: 0px 0px;
		list-style-type: none;
		}
		
		#sidebar ul.spk_jump li {
			width: 210px;
			background: #64bee2;
			color: #fff;
			padding: 10px;
			margin-bottom: 5px 10px 10px 10px;
			font-size: 1em;
			font-weight: bold;
			line-height: 1.4em;
			border-bottom: 1px solid #fff;
			}
			
			#sidebar ul.spk_jump li ul {
				width: 210px;
				padding: 0px;
				margin: 0px;
				}

				
				#sidebar ul.spk_jump li a:link, #sidebar ul.spk_jump li a:visited {
					display: block;
					margin-bottom: 0px;
					color: #fff;
					font-weight: bold;
					}

					#sidebar ul.spk_jump li a:hover {
						color: #eaeaea;
						}
				
				#sidebar ul.spk_jump li ul li {
					width: 196px;
					margin: 0px 0px 1px 0px;
					padding: 1px 0px 0px 14px;
					font-size: 1em;
					line-height: 1.6em;
					list-style-type: none;
					background: url("images/bg_li.png") no-repeat;
					border-bottom: 0px;
					}
				
				#sidebar ul.spk_jump li ul li a:link, #sidebar ul.spk_jump li ul li a:visited {
					display: block;
					margin-bottom: 0px;
					color: #fff;
					font-weight: bold;
					}

					#sidebar ul.spk_jump li ul li a:hover {
						color: #eaeaea;
						}

/* Speaker Modules */
				
.spk_module, .panel_module {
	padding: 10px;
	background: #fafafa;
	width: 590px;
	overflow: hidden;
	margin-bottom: 2px;
	}
	
	.spk_module h4.spk_name {
		font-size: 1.3em;
		margin-bottom: 0px;
		color: #64bee2;
		}
		
		.spk_module h5.spk_title {
			font-size: 1.1em;
			}
			
	.spk_module ul {
		padding: 0px;
		padding-left: 14px;
		}
	
	.spk_module .left {
		width: 120px;
		float: left;
		}
		
	.spk_module .right {
		width: 460px;
		float: right;
		}

	.panel_module h4.panel_name {
		font-size: 1.3em;
		color: #64bee2;
		}

table.leadership td{
	background: #eaeaea;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 4px 6px;
	}



table.topics td {
	background: #eaeaea;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	padding: 5px 10px;
	}
	
	table.topics td.topic {
		font-weight: bold;
		background: #64bee2;
		color: #fff;
		}
		

.fulltable {
	font-weight: bold;
	color: #fff;
	background: red;
	padding: 3px;
	}