@charset "utf-8";
/* CSS for 2008 Innovators' Summit*/
/*reset defaults*/
body,td,th,pre,p,li,h1,h2,h3,h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
body {
	background: none;
	padding: 0;
	margin: 0;
	font-size: .78em;
}
hr {
	color: #a1c0e6;
	height: 1px;
	margin: 0;
}
.clear {
	height: 1px;
	clear: both;
}
p {
	margin: .8em 0;
}
a {
	color: #135aaa;
}
form {
	margin: 0;
}
ul {
	margin-top: .5em;
	margin-bottom: .5em;
	margin-left: 1.2em;
	padding-left: .5em;
}
/*end reset defaults*/
/*layout*/
#container {
	width: 850px;
	margin: 0 auto 12px auto;
}
#content {
	background: none;
	padding: 0;
}
#content #left {
	float: left;
	width: 450px;
	background: url(/images/events/summit08/bg_divider.gif) repeat-y right;
	margin: 0 auto 12px 16px;
	padding-right: 20px;
}
#content #left.lvl2 {
	background: none;
	width: 510px;
	padding-right: 4px;
}
#content #right {
	float: left;
	width: 270px;
	margin: 6px auto 12px 10px;
}
#content H1 {
	margin-left: 22px;
	margin-top: 0;
	padding: 0;
}
#flashcontent {
	display: none;
}
#bottom {
	background:none;
	border-top: 1px solid #666666;
	margin: 0;
	height: 38px;
	padding: 4px 30px;
	font-size: .80em;
	color:#666666;
	text-align: center;
}
/*End layout*/
/*Nav bar*/
#navbar {
	background: url(/images/events/summit08/bg_navbar.gif) repeat-x;
	margin-bottom: 28px;
	height: 30px;
}
#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 20px;
}
#navbar ul li {
	float: left;
	padding: 0;
	margin: 0;
}
#navbar ul li a {
	background: url(/images/events/summit08/bg_btn_off.gif) repeat-x;
	display: block;
	padding: 4px 10px;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
	border-left: 1px solid #bacfe9;
	border-right: 1px solid #a5b5c8;
}
#navbar ul li a.register {
	background: url(/images/events/summit08/bg_regbutton.gif) repeat-x;
	color: #fff;
}
#navbar ul li a.register:hover {
	background: url(/images/events/summit08/bg_regbutton_on.gif);
}
#navbar ul li a:hover, #navbar ul li a.current {
	background: url(/images/events/summit08/bg_btn_on.gif);
	color: #fff;
}
/*end nav bar*/
/*text tags*/
h1 {
	margin: .25em 0;
	padding: 0;
	color: #91991a;
	font-size: 1.6em;
}
h2 {
	margin: .1em 0 .5em 0;
	padding: 0;
	color: #6570a6;
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
	margin: .25em 0;
}
#content #left p {
	line-height: 1.5em;
}
#content #right p {
	line-height: normal;
	font-size: .85em;
}
#content #right h2 {
	font-size: .95em;
}
h2 a {
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
.hilite {
	font-weight: bold;
	color: #BC2479;
}
/*table code for agenda, schedule, etc.*/
table.grid {
	width: 556px;
	margin-top: 12px;
}
.lvl2 table.grid {
	width: 610px;
}
table.grid tr td, table.grid tr th {
	padding: 4px 2px;
	text-align: left;
	vertical-align: top;
}
table.grid tr td p {
	margin-top: .2em;
	margin-bottom: .5em;
}
table.grid tr th {
	background-color: #91991A;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
}
table.grid tr.shaded td {
	background-color: #CDDFF8;
}
td.left {
	width: 120px;
	border-right: 1px solid #999999;
}
td.right {
	width: 390px;
}
table.grid tr.highlight td {
	background-color: #F6DB8A;
}
.callout {
	border: 1px solid #7581bf;
	padding: 4px 8px 0 8px;
	background-color: #fff5d8;
	font-size: .9em;
}
.callout p {
	line-height: 1.4em !important;
	margin-top: .2em !important;
}
/*Left nav code for some second level pages*/
#navBox {
	float: left;
	background: none; 
	width: 185px; 
	padding-top: 0;
	margin-right: 4px;
	margin-left: 0;
	margin-top: 8px;
}
#navBox .bottom {
	background: none; 
	padding: 2px 10px 0 0;
}
#navBox .bottom a {
	font-weight: bold;
	padding-left: 20px;
	text-decoration: none;
	display: block;
	margin-bottom: .5em;
}
#navBox .bottom a:hover {
	background: url(/images/events/summit08/star_bullet.jpg) no-repeat left top;
	text-decoration: none;
}
.backtotop {
	text-align: right;
	padding-right: 20px;
}
.tinytext {
	font-size: .8em;
}
/*speaker hilite area*/
#topHilite {
	border: 1px solid #9dbbe0;
	width: 528px;
	background-color: #cce3ff;
	padding: 0;
}
#topHilite .photo {
	float: left;
	width: 124px;
	background: url(/images/events/summit08/bg_divider.gif) repeat-y right;
	text-align:center;
	padding: 4px;
	clear: right;
}
#topHilite .photo p {
	font-size: .85em !important;
	line-height: 1.1em !important;
	margin-top: .1em !important;
	margin-bottom: .2em !important;
}

#topHilite .bottom {
	clear: both;
	padding: 4px 8px;
	font-size: .9em;
	background-color: #fff5d8;
}
#topHilite .bottom p {
	line-height: normal !important;
	margin: .25em auto .5em auto !important;
}
#topHilite .bottom h3 {
	margin-top: 0 !important;
}
#topHilite .bottom p.link {
	background: url(/images/events/summit08/star_hilite_link.jpg) no-repeat top left;
	padding-left: 22px;
	margin-top: .7em !important;
}
#topHilite .bottom p.link a {
	text-decoration: none;
	font-weight: bold;
}
#topHilite .bottom p.link a:hover {
	text-decoration: underline;
}
ul.stars {
	list-style-image: url(/images/events/summit08/star_bullet.jpg);
}
ul.stars li {
	padding-left: 4px;
	margin-bottom: 8px;
}
ul.stars li a {
	text-decoration:none;
	font-weight: bold;
}
ul.stars li a:hover {
	text-decoration: underline;
}
#printheader {
	display: block;
}