@charset "UTF-8";
/* 
	CSS Document for Wharton Entrepreneurship Conference 2009
	Copyright (c) 2008 Neuro-Designs. All rights reserved.
	
*/

@import url("_styles_reset.css");

/* General Settings */
body {
	font: 10px/20px arial, helvetica, sans-serif;
	color: #333;
	background: #0063b9;
	font-size: 62.5%;
	}

img {
	vertical-align: middle;
	}
	
a:link, a:visited {
	color: #00aeef;
	font-weight: bold;
	text-decoration: none;
	}
	
	a:hover {
		color: #999;
		}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #0063b9;
	}

h2 {
	font-size: 1.8em;
	}
	
h3 {
	font-size: 1.4em;
	margin-bottom: 10px;
	}
	
h4 {
	font-size: 1.1em;
	}
	
p {
	font-size: 1.1em;
	margin-bottom: 10px;
	}

em {
	font-style: italic;
	}

strong {
	font-weight: bold;
	}

input.defaultButton {
	background: #0063b9;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px 10px;
	border: 1px solid #0063b9;
	}

input.defaultFile {
	border: 1px solid #0063b9;
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px 10px;
	}

#contents .plc #column ul {
	font-size: 1.1em;
	width: 80%;
	}
	
	#contents .plc #column ul li {
		background: #eaeaea;
		padding: 5px 10px;
		border-bottom: 1px solid #fff;
		width: 100%;
		}
		
		#contents .plc #column ul li ul {
			font-size: 1em;
			padding-left: 20px;			
			}
			
			#contents .plc #column ul li ul li {
				list-style-type: square;
				padding: 0px;
				border: 0px;
				}

/* Additional Classes */

.nomargin {
	margin: 0px;
	}
	
.divider {
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px dotted #ccc;
	font-size: 1px;
	line-height: 1px;
	}
	
/* Layout Settings */

h1 {
	width: 195px;
	height: 95px;
	float: left;	
	}
	
	h1 a {
		display: block;
		width: 195px;
		height: 95px;
		margin: 0px;
		margin-top: 20px;
		text-align: left;
		text-indent: -80000em;
		text-decoration: none;
		z-index: 1000;
		}

#header {
	width: 100%;
	min-width: 960px;
	margin: 0px auto;
	padding: 0px;
	background: url("images/bg_header.png") top repeat-x;
	}
	
	#header .plc {
		width: 940px;
		height: 293px;
		margin: 0px auto;
		background: url("images/main_image.jpg") no-repeat;
		overflow: hidden;
		}
		
	#menu {
		width: 700px;
		height: 100px;
		float: right;
		overflow: hidden;
		}
		
		#menu ul {
			margin: 0px;
			padding: 0px;
			}
			
			#menu ul li {
				float: right;
				margin-right: 1px;
				}
				
				#menu ul li a:link, #menu ul li a:visited {
					color: #fff;
					font-size: 1.4em;
					font-weight: normal;
					display: block;
					padding: 9px;
					padding-top: 40px;
					margin-top: 10px;
					text-transform: lowercase;
					}

					#pgHome #menu ul li a#home:link, #pgHome  #menu ul li a#home:visited,
					#pgAgenda #menu ul li a#agenda:link, #pgAgenda  #menu ul li a#agenda:visited,
					#pgKeynotes #menu ul li a#keynotes:link, #pgKeynotes  #menu ul li a#keynotes:visited,
					#pgPanels #menu ul li a#panels:link, #pgPanels  #menu ul li a#panels:visited,
					#pgSpeakers #menu ul li a#speakers:link, #pgSpeakers  #menu ul li a#speakers:visited,
					#pgSponsors #menu ul li a#sponsors:link, #pgSponsors  #menu ul li a#sponsors:visited,
					#pgLogistics #menu ul li a#logistics:link, #pgLogistics  #menu ul li a#logistics:visited,
					#pgRegister #menu ul li a#register:link, #pgRegister  #menu ul li a#register:visited,
					#pgTeam #menu ul li a#team:link, #pgTeam  #menu ul li a#team:visited,
					#pgExpo #menu ul li a#expo:link, #pgExpo  #menu ul li a#expo:visited
					{	background: #1e3c63;
					}
					
					#menu ul li a:hover {
						background: #1e3c63;
						}
	
#contents {
	width: 100%;
	min-width: 960px;
	margin: 0px auto;
	padding: 0px;
	background: #0063b9 url("images/bg_main.png") top repeat-x;
	}
	
	#contents .plc {
		width: 940px;
		min-height: 300px;
		margin: 0px auto;
		overflow: hidden;
		background: url("images/bg_contents.gif") repeat-y;
		}
	
	#contents .plc #column {
		width: 720px;
		float: left;
		}
		
		#contents .plc #column h2 {
			color: #fff;
			background: #165394;
			margin: 0px;
			padding: 12px 25px;
			}
			
		#contents .plc #column .plc {
			width: 650px;
			padding: 25px;
			padding-top: 20px;
			float: left;
			overflow: hidden;
			}
			
		#contents .plc #column .plc .col1 {
			width: 300px;
			float: left;
			margin-right: 25px;
			}
							
	#contents .plc #sidebar {
		width: 190px;
		float: right;
		padding: 15px 15px 25px 14px;
		}

		#contents .plc #sidebar h3 {
			color: #0063b9;
			margin-bottom: 15px;
			}
		
		#contents .plc #sidebar .sponsors {
			text-align: center;
			}
			
		#contents .plc #sidebar .sponsors img {
			margin-bottom: 10px;
			}
			
		#contents .plc #sidebar .sponsors h3 {
			margin-top: 10px;
			margin-bottom: 10px;
			border-bottom: 1px solid #ccc;
			font-size: 1.1em;
			text-align: left;
			}

			
#footer {
	width: 100%;
	height: 80px;
	min-width: 960px;
	margin: 0px auto;
	padding: 0px;
	padding-top: 10px;
	}

	#footer .plc {
		width: 920px;
		margin: 0px auto;
		overflow: hidden;
		font-size: 0.75em;
		line-height: 1.6em;
		color: #80b1dc;
		}
	
		#footer p {
			margin: 0px;
			}
	
	#footer a:link, #footer a:visited {
		color: #a3c9eb;
		font-weight: bold;
		}
		
		#footer a:hover {
			color: #80b1dc;
			}	

		

.sponsorRow {
	width: 650px;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 20px;
	}

	.sponsorRow .left {
		width: 300px;
		float: left;
		text-align: center;
		}
		
	.sponsorRow .right {
		width: 330px;
		float: right;
		}
		
		.sponsorRow .right h4 {
			margin: 0px;
			font-size: 1.4em;
			}
		
		
		
		
		
		
.speakerRow {
	width: 650px;
	overflow: hidden;
	margin-bottom: 20px;
	}
	
	.speakerRow .left {
		width: 120px;
		float: left;
		}
		
	.speakerRow .right {
		width: 515px;
		float: right;
		}
		
		.speakerRow .right h4 {
			margin: 0px;
			font-size: 1.4em;
			}

		.speakerRow .right h5 {
			font-size: 1.1em;
			color: #333;
			margin-bottom: 15px;
			}
			
			.speakerRow .right h5.nomargin {
				margin: 0px;
				}




.speakerHome {
	width: 620px;
	overflow: hidden;
	margin-bottom: 2px;
	padding: 0px;
	background: #ececec;
	}
	
	.speakerHome .left {
		width: 69px;
		float: left;
		background: #ececec;
		padding: 4px;
		}		
		
	.speakerHome .right {
		width: 380px;
		float: left;
		padding: 10px;
		background: #ececec;
		}
		
		.speakerHome .right h4 {
			margin: 0px;
			font-size: 1.4em;
			}

		.speakerHome .right h5 {
			font-size: 1.1em;
			color: #333;
			margin-bottom: 0px;
			}







table.agenda {
	}
	
	table.agenda td {
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		padding: 5px 5px;
		font-size: 1.2em;
		text-align: center;
		vertical-align: middle;
		}
	
	table.agenda td.time {
		background: #999;
		font-weight: bold;
		color: #fff;
		}

	table.agenda td.event {
		background: #eee;
		}

	table.agenda td.expo {
		background: #ccc;
		font-weight: bold;
		}

	table.agenda td.eventKeynote, table.agenda td.event4 {
		background: #0063b9;
		color: #fff;
		}
		
		table.agenda td.eventKeynote a:link, table.agenda td.eventKeynote a:visited {
			color: #fff;
			}
			
			table.agenda td.eventKeynote a:hover {
				text-decoration: underline;
				}

	table.agenda td.event1 {
		background: #00aeef;
		color: #fff;
		}
		
		table.agenda td.event1 a:link, table.agenda td.event1 a:visited {
			color: #fff;
			}
			
			table.agenda td.event1 a:hover {
				text-decoration: underline;
				}

	table.agenda td.event2 {
		background: #0092c8;
		color: #fff;
		}
		
		table.agenda td.event2 a:link, table.agenda td.event2 a:visited {
			color: #fff;
			}
			
			table.agenda td.event2 a:hover {
				text-decoration: underline;
				}

	table.agenda td.event3 {
		background: #6dcff6;
		color: #fff;
		}
		
		table.agenda td.event3 a:link, table.agenda td.event3 a:visited {
			color: #fff;
			}
			
			table.agenda td.event3 a:hover {
				text-decoration: underline;
				}

table.small td {
	padding: 2px 10px;
	}




div.panel_module {
	background: #fafafa;
	padding: 10px 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	}
	
	div.panel_module h4 {
		font-size: 1.4em;
		margin-bottom: 0px;
		}
	
	div.panel_module h5 {
		font-size: 1.1em;
		margin-bottom: 10px;
		color: #333;
		}
		
	div.panel_module ul {
		font-size: 1.1em;
		margin-bottom: 15px;
		border-bottom: 1px solid #eaeaea;
		}
		
		div.panel_module ul li {
			border-top: 1px solid #eaeaea;
			padding: 3px 0px;
			}
			
			
.wec25Row {
	width: 650px;
	overflow: hidden;
	margin-bottom: 20px;
	}
	
	.wec25Row .left {
		width: 150px;
		float: left;
		}
		
	.wec25Row .right {
		width: 480px;
		float: right;
		}
		
		.wec25Row .right h4 {
			margin: 0px;
			font-size: 1.4em;
			}





		ul.sidebar {
			width: 190px;
			padding: 0px;
			margin: 0px;
			margin-bottom: 20px;
			list-style-type: none;
			line-height: 1.6em;
			font-size: 1.1em;
			font-weight: bold;
			}
			
			ul.sidebar li {
				width: 170px;
				margin-bottom: 1px;
				padding: 5px 10px;
				padding-bottom: 0px;
				background: #fff;
				}
								
				ul.sidebar li a {
					width: 150px;
					color: #00aeef;
					display: block;
					padding: 5px 10px;
					}
					
					ul.sidebar li a:hover {
						color: #999;
						}
					
					ul.sidebar li ul {
						width: 160px;
						padding-left: 10px;
						padding-bottom: 5px;
						margin: 0px;
						font-size: 1em;
						}
						
						ul.sidebar li ul li {
							width: 160px;
							padding: 0px;
							}
						
						ul.sidebar li ul li a {
							width: 160px;
							display: block;
							padding: 0px 0px;
							}

