@charset "UTF-8";
/* 
	CSS Document for Wharton Marketing 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: #878787;
	font: 10px/20px arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	}

img {
	vertical-align: middle;
	}
	
	img.default {
		padding: 9px;
		border: 1px solid #eaeaea;
		}
	
a:link, a:visited {
	font-weight: bold;
	color: #2e3192;
	text-decoration: none;
	}
	
	a:hover {
		color: #999;
		}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	}

h2 {
	font-size: 2.1em;
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #666;
	font-weight: normal;
	border-bottom: 1px solid #eaeaea;
	}
	
h3 {
	color: #666;
	margin-bottom: 10px;	
	font-size: 1.6em;
	font-weight: normal;
	}
	
h4 {
	color: #666;
	font-size: 1.2em;
	margin-bottom: 10px;
	}
	
h5 {
	font-size: 1.2em;
	}
	
p {
	margin-bottom: 10px;
	font-size: 1.2em;
	}
	
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 #be1e2d;
		}
	
input.defaultButton {
	background: #be1e2d;
	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: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
	font-size: 1px;
	line-height: 1px;
	}

a.anchor {
	line-height: 1px;
	}
	
/* Layout Settings */

h1 {
	width: 320px;
	height: 308px;
	float: right;
	}
	
	h1 a {
		display: block;
		width: 320px;
		height: 308px;
		margin: 0px;
		text-align: left;
		text-indent: -80000em;
		text-decoration: none; 
		}

#header {
	background: #fff url("images/main.jpg") top center no-repeat;
	width: 100%;
	min-width: 960px;
	height: 308px;
	clear: both;
	overflow: hidden;
	}
	
	#header .plc {
		width: 960px;
		margin: 0px auto;
		overflow: hidden;
		}

#menu {
	width: 100%;
	min-width: 960px;
	height: 46px;
	background: url("images/bg_menu.png") top repeat-x;
	border-top: 10px solid #2e3192;
	}
	
	#menu ul {
		width: 940px;
		margin: 0px auto;
		overflow: hidden;
		padding-top: 4px;
		}
		
		#menu ul li {
			float: left;
			margin-right: 1px;
			color: #d9831e;
			}
			
			#menu ul li a:link, #menu ul li a:visited {
				color: #fff;
				font-weight: bold;
				font-size: 14px;
				padding: 5px 10px;
				display: block;
				background: #f7921c;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				}
				
				#menu ul li a:hover {
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
					}
					
				#menu ul li.disabled {
					font-weight: bold;
					font-size: 14px;
					padding: 5px 10px;
					display: block;
					}

#wrapper {
	background: #fff url("images/bg_content_shade.jpg") top center no-repeat;
	width: 100%;
	min-width: 960px;
	overflow: hidden;
	}
	
#contents {
	width: 940px;
	min-height: 320px;
	margin: 0px auto;
	padding: 0px 10px;
	padding-bottom: 10px;
	overflow: hidden;
	clear: both;
	}
	
	#contents #column {
		width: 590px;
		min-height: 300px;
		padding: 14px;
		float: left;
		font-size: 1em;
		background: #fff;
		border: 1px solid #ccc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		}
		
		#contents #column ul {
			font-size: 1.2em;
			width: 80%;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			}
			
			#contents #column ul li {
				background: #f7921c;
				padding: 5px 10px;
				margin-bottom: 1px;
				color: #fff;
				}
				
	#contents #sidebar {
		width: 300px;
		float: right;
		font-size: 1em;
		}
		
		#contents #sidebar .sidebarModule {
			width: 280px;
			padding: 9px;
			margin-bottom: 10px;
			background: #fafafa;
			border: 1px solid #ccc;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			overflow: hidden;
			}

#footer {
	width: 920px;
	margin: 0px auto;
	margin-bottom: 30px;
	padding: 10px 10px;
	font-size: 0.9em;
	color: #fff;
	}
	
	#footer p {
		margin: 0px;
		}
	
	#footer a:link, #footer a:visited {
		font-weight: bold;
		color: #fff;
		}
		
		#footer a:hover {
			color: #ccc;
			}


a.btnRegister:link, a.btnRegister:visited {
	width: 280px;
	height: 65px;
	display: block;
	background: url("images/btn_register.png");
	text-indent: -80000em;
	}
			
	a.btnRegister span.register {
		width: 280px;
		height: 65px;
		display: block;
		background: url("images/btn_register.png");
		background-position-y: 65px;
		opacity: 0;
		}

a.btnFacebook:link, a.btnFacebook:visited {
	width: 90px;
	height: 80px;
	display: block;
	float: left;
	background: url("images/btn_facebook.png");
	text-indent: -80000em;
	margin-right: 5px;
	}
			
	a.btnFacebook span.facebook {
		width: 90px;
		height: 80px;
		display: block;
		float: left;
		background: url("images/btn_facebook.png");
		background-position-y: 80px;
		opacity: 0;
		margin-right: 5px;
		}

a.btnTwitter:link, a.btnTwitter:visited {
	width: 90px;
	height: 80px;
	display: block;
	float: left;
	background: url("images/btn_twitter.png");
	text-indent: -80000em;
	margin-right: 5px;
	}
			
	a.btnTwitter span.twitter {
		width: 90px;
		height: 80px;
		display: block;
		float: left;
		background: url("images/btn_twitter.png");
		background-position-y: 80px;
		opacity: 0;
		margin-right: 5px;
		}
		
a.btnLinkedin:link, a.btnLinkedin:visited {
	width: 90px;
	height: 80px;
	display: block;
	float: left;
	background: url("images/btn_linkedin.png");
	text-indent: -80000em;
	}
			
	a.btnLinkedin span.linkedin {
		width: 90px;
		height: 80px;
		display: block;
		float: left;
		background: url("images/btn_linkedin.png");
		background-position-y: 80px;
		opacity: 0;
		}




/* Speaker Profile Display */

	div.profileRow {
		clear: both;
		overflow: hidden;
		width: 590px;
		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: 460px;
			float: right;
			}
			
			div.profileRow div.info h4 {
				font-size: 1.4em;
				margin: 0px;
				}
			
			div.profileRow div.info h5 {
				margin-bottom: 15px;
				font-style: italic;
				font-size: 1.2em;
				}



#contents #column ul.speakers {
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.2em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
	
	#contents #column ul.speakers li {
		background: #eaeaea;
		padding: 5px 10px;
		margin-bottom: 1px;
		color: #333;
		}		



ul.spkJump {
	background: #f7921c;
	color: #fff;
	width: 300px;
	margin-bottom: 10px;
	font-size: 1.1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
	
	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: #333;
					}
								
		ul.spkJump li ul {
			padding-left: 15px;
			}
			
			ul.spkJump li ul li {
				border-bottom: none;
				padding: 0px;
				list-style-type: square;
				}
				
				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;
						}



/* Sponsors */

#sponsor {
	width: 100%;
	min-width: 960px;
	background: #fff;
	border-top: 1px solid #ccc;
	}
	
	#sponsor .plc {
		width: 940px;
		margin: 0px auto;
		}

	#sponsor table td {
		text-align: center;
		}

table td.sponsorTitle {
	background: #ccc;
	color: #333;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #fff;
	}
	
p.sponsor {
	margin-bottom: 30px;
	}
	
p.sponsor img {
	border: 1px solid #eaeaea;
	margin-bottom: 3px;
	}


.hotel {
	width: 274px;
	padding: 5px 10px;
	overflow: hidden;
	float: left;
	background: #eaeaea;
	margin-right: 1px;
	margin-bottom: 1px;
	}
	
	.hotel p {
		margin: 0px;
		}







table.agenda {
	font-size: 1.2em;
	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: #f7921c;
			color: #fff;
			}
			
		table.agenda tr td.sch2 {
			background: #eaeaea;
			}

		table.agenda tr td.sch3 {
			background: #dadada;
			}
		
		table.agenda tr td em {
			font-size: 0.9em;
			}
















	#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;
				margin: 0px;
				}

			#moduleKeynote #slideshow .slide .info h5 {
				font-size: 1.1em;
				}
				
			#moduleKeynote #slideshow .slide .info h6 {
				font-size: 1.1em;
				}
