@charset "UTF-8";
/* 
	CSS Document for Wharton Private Equity and Venture Capital Conference 2010
	Copyright 2009 Morningstar Multimedia
*/

@import url("style-reset.css");



/* General Settings */
body {
	background: #fff;
	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: #8F0000;
	text-decoration: none;
	}
	
	a:hover {
		color: #999;
		}

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

h2 {
	font-size: 1.6em;
	margin-bottom: 20px;
	color: #8F0000;
	border-bottom: 2px solid #B2B2B2;
	padding-bottom:5px;
	}
	
h3 {
	margin-bottom: 15px;	
	font-size: 1.4em;
	color: #333;
	}
	
	h3.panel {
		color: #8F0000;
		}
	
h4 {
	font-size: 1.2em;
	}
	
p {
	margin-bottom: 15px;
	font-size: 1.1em;
	}
	
strong {
	font-weight: bold;
	}
	
em, cite {
	font-style: italic;
	}

sup {
	font-size: 0.7em;
	position: relative;
	top: -0.6em;
	}

sub {
	font-size: 0.7em;
	position: relative;
	top: 0.4em;
	}
	
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 #8fb729;
		}
	
input.defaultButton {
	background: #8fb729;
	padding: 5px 10px;
	border: 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	}
	
	input.defaultButton:hover {
		background: #999;
		}
		
/* Additional Classes */

.footLink {
	font-style: italic;
	font-weight: bold;
	color: #8fb729;
	}

.nomargin {
	margin: 0px;
	}
	
.divider {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 5px solid #eaeaea;
	font-size: 1px;
	line-height: 1px;
	}
	
/* Layout Settings */

#header {
	width: 100%;
	min-width: 960px;
	background: url("images/bg_header.png") top repeat-x;
	margin: 0px auto;
	margin-bottom: 20px;
	padding: 0px;
	border-bottom: 10px solid #FFF;
	clear: both;
	}
	
	#header .plc {
		width: 960px;
		margin: 0px auto;
		}
		
	#header .plc #menu {
		height: 90px;
		padding-left: 10px;
		clear: both;
		}
		
		#header .plc #menu ul {
			overflow: hidden;
			}
			
			#header .plc #menu ul li {
				float: left;
				}
				
				#header .plc #menu ul li a:link, #header .plc #menu ul li a:visited {
					margin-top: 10px;
					margin-right: 30px;
					padding-top: 10px;
					display: block;
					color: #fff;
					font-size: 16px;
					font-weight: normal;
					text-transform: lowercase;
					}
				
				#pgHome #header .plc #menu ul li a#linkHome:link, #pgHome #header .plc #menu ul li a#linkHome:visited,
				#pgWelcome #header .plc #menu ul li a#linkWelcome:link, #pgWelcome #header .plc #menu ul li a#linkWelcome:visited,
				#pgSpeakers #header .plc #menu ul li a#linkSpeakers:link, #pgSpeakers #header .plc #menu ul li a#linkSpeakers:visited,
				#pgPanels #header .plc #menu ul li a#linkPanels:link, #pgPanels #header .plc #menu ul li a#linkPanels:visited,
				#pgAgenda #header .plc #menu ul li a#linkAgenda:link, #pgAgenda #header .plc #menu ul li a#linkAgenda:visited,
				#pgVenue #header .plc #menu ul li a#linkVenue:link, #pgVenue #header .plc #menu ul li a#linkVenue:visited,
				#pgSponsors #header .plc #menu ul li a#linkSponsors:link, #pgSponsors #header .plc #menu ul li a#linkSponsors:visited,
				#pgTeam #header .plc #menu ul li a#linkTeam:link, #pgTeam #header .plc #menu ul li a#linkTeam:visited,
				#pgRegister #header .plc #menu ul li a#linkRegister:link, #pgRegister #header .plc #menu ul li a#linkRegister:visited,
				#pgPast #header .plc #menu ul li a#linkPast:link, #pgPast #header .plc #menu ul li a#linkPast:visited,
				{
					background: url("images/bg_menu_marker.png") top center no-repeat;
					}
					
					#header .plc #menu ul li a:hover {
						background: url("images/bg_menu_marker.png") top center no-repeat;
						}
						
					#header .plc #menu ul li a.disabled:link, #header .plc #menu ul li a.disabled:visited, #header .plc #menu ul li a.disabled:hover {
						cursor: default;
						color: #779822;
						background: none;
						}
		
	#header .plc #mainImage {
		width: 960px;
		height: 300px;
		background: url("images/main.jpg") no-repeat;
		}
		
		#header .plc #mainImage h1, #header .plc #mainImage h2, #header .plc #mainImage h3 {
			
			}
	
#contents {
	width: 960px;
	min-height: 300px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	clear: both;
	}
	
	#contents #column {
		width: 620px;
		padding-left: 10px;
		float: left;
		font-size: 1.1em;
		}

	#contents #fullpage {
		width: 960px;
		float: left;
		font-size: 1.1em;
		}
				
	#contents #sidebar {
		width: 230px;
		padding: 0px 10px;
		float: right;
		font-size: 1.1em;
		}

	#contents #frontcolumn {
		width: 350px;
		padding-left: 10px;
		float: left;
		font-size: 1.1em;
		}

	#contents #frontsidebar {
		width: 500px;
		padding: 0px 10px;
		float: right;
		font-size: 1.1em;
		}


#frontsidebar #keynotebox {
		width: 480px;
		padding: 10px;
		float: right;
		font-size: 1.1em;
		background-color:#efefef;
		border: 1px solid #ccc;
		}
		

	#contents #footbar {
		border-top: 5px solid #eaeaea;
		background: #f7f8d5;
		margin-top: 0px;
		margin-bottom: 20px;
		padding: 10px;
		font-size: 1.1em;
		overflow: hidden;
		width: 600px;
		}
		
		#contents #footbar ul {
			overflow: hidden;
			background: none;
			margin-bottom: 0px;
			}
		
			#contents #footbar ul li {
				float: left;
				padding: 0px;
				background: none;
				}
			
				#contents #footbar ul li a:link, #contents #footbar ul li a:visited {
					display: block;
					padding: 5px 10px;
					background: #8fb729;
					color: #fff;
					margin-right: 2px;
					margin-bottom: 2px;
					}
				
					#contents #footbar ul li a:hover {
						background: #999;
	

					}







#footsponsor {
	background-color: #fff;
	margin: 0px;
	margin-top: 30px;
	padding: 20px 15px 0px 15px;
	font-size: 1em;
	color: #000;
	border-top: 5px solid #ccc;
	}
	
	#footsponsor p {
		margin: 0px;
		}
	
	#footsponsor a:link, #footer a:visited {
		font-weight: bold;
		color: #fff;
		}
		
		#footer a:hover {
			color: #999;
			}


#footer {

	background-color: #8F0000;
	margin: 0px;
	margin-top: 0px;
	padding: 15px 50px;
	font-size: 1em;
	color: #fff;
text-align:center;
	}
	
	#footer p {
		margin: 0px;
		}
	
	#footer a:link, #footer a:visited {
		font-weight: bold;
		color: #fff;
		}
		
		#footer a:hover {
			color: #999;
			}


#footer .foottxt { width:960px;  }

.keynoteHome {
	overflow: hidden;
	width: 620px;
	}
	
	.keynoteHomeModule {
		width: 190px;
		padding-right: 10px;
		float: left;
		}
		
		.keynoteHomeModule img {
			border: 1px solid #09c;
			}
			
		.keynoteHomeModule h3 {
			margin: 0px;
			margin-top: 5px;
			font-size: 1.2em;
			}
			
		.keynoteHomeModule h4, .keynoteHomeModule h5 {
			margin: 0px;
			font-size: 1.2em;
			}






#column ul {
	padding: 0px;
	margin: 5px 0px 15px 0px;
	list-style-type: none;
	font-size: 1.1em;
	}
	
	#column ul li {
		background: #eaeaea;
		margin-bottom: 2px;
		padding: 5px 10px;
		}

	#column ul.speakers li, #column ul.alt li {
		background: #f7f8d5;
		
		padding: 5px 10px;
		}
		
		#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;
					}

ul.square {
		margin-bottom:8px;}
	
ul.square li {padding: 2px 15px;
		font-size: 1.1em;
		margin-bottom: 2px;
background-image: url(images/redarrow.gif);
background-repeat: no-repeat;
background-position: 0 .6em;}

	
.floatleft {float:left;
		padding:0 10px 5px 0;}


.Speakers {
	width: 900px;
	overflow: hidden;
	border-bottom: 5px solid #eaeaea;
	margin-bottom: 25px;
	}
	
	.Speakers .left {
		width: 122px;
		float: left;
		margin-bottom: 20px;
		}
		
		.Speakers .left img {
			border: 1px solid #333;
			}
			
	.Speakers .right {
		width: 750px;
		float: right;
		}
		
		.Speakers .right h4 {
			font-size: 1.4em;
			}
			
		.Speakers .right h5 {
			font-size: 1.2em;
			margin-bottom: 15px;
			}


#sponsorSidebar {
	text-align: center;
	background: #fafafa;
	}
	
	#sponsorSidebar .divider {
		border-top: 1px solid #eaeaea;
		margin: 0px;
		margin-bottom: 15px;
		}

#sponsorSidebar h4 {
	margin: 15px 0px;
	padding: 3px;
	background: #ccc;
	color: #fff;
	}

.sponsorRow {
	width: 620px;
	overflow: hidden;
	margin-bottom: 10px;
	}
	
	.sponsorRow .left {
		width: 200px;
		float: left;
		text-align: center;
		}
	
	.sponsorRow .right {
		width: 400px;
		float: right;
		}



table.agenda {
	font-size: 1.1em;
	line-height: 1.5em;
	width: 100%;
	}
	
	table.agenda tr td {
		background-color: #efefef;
		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;
			background: #333;
			color: #fff;
			}
			
		table.agenda tr td.sch2 {
			background: #efefef;
			}

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


a.anchor {
	line-height: 1px;
	}