/* reset  	    ---------------------------------------- */
* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
/* selectors    ---------------------------------------- */
body {
	background: #fff url(../pics/body_bg.gif) fixed repeat-x;
	font-family: Verdana, Tahoma, sans-serif;
}
a {
	color: #900;
	text-decoration: none;
}
h1 {
	font-size: 15px;
	border-bottom: 1px solid #036;
	line-height: 24px;
}
h2 {
	border-bottom: 1px solid #036;
}
h1, h2, h3, h4 {
	color: #036;
}
h2, h3, li, p, td, blockquote {
	font-size: 12px;
	line-height: 20px;
}
p, td, blockquote {
	color: #333;
}
form, h1, h2, h3, p, ul, blockquote {
	margin-bottom: 10px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 5px;
}
td {
	padding: 0px 5px 5px 0px;
	vertical-align: top;
}
ul {
	list-style-type: circle;
	margin: 0px 0px 5px 20px;
}
li {
	padding-bottom: 5px;
}
label {
	display: block;
	float: left;
	text-align: right;
	padding-right: 10px;
	width: 150px;
}
input, select {
	border: 1px solid #ccc;
	font: normal 11px Tahoma;
	padding: 2px;
}
blockquote {
	background: url(../pics/blockquote_bg.gif) no-repeat;
	background-color: #def;
	padding: 5px 0px 5px 20px;
	text-indent: 15px;
}
blockquote em {
	font-family: Georgia;
	letter-spacing: 1px;
}
blockquote p {
	margin-bottom: 0px;
}
form ul {
	background: #fafafa;
	border-left: 1px dashed #ccc;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
}
form table ul {
	background: transparent;
	border: 0px;
	list-style-type: disc;
	margin: 0px;
}
form li {
	padding: 5px 0px;
}
/* containerDiv ---------------------------------------- */
#containerDiv {
	background: #fff;
	min-width: 760px;	/* lte IE 6 */
	max-width: 980px;	/* lte IE 6 */
}
/* head ------------------------------------------------ */
#head {
	background: url(../pics/head_bg.gif) no-repeat;
	height: 165px;
	margin: 0px;
	width: 100%;
}
#head td {
	padding: 0px;
}
#head span {
	display: none;
}
#head h1, #head h2, #head h3, #head h4 {
	border: 0px;
}
#stock {
	background: url(../pics/head_stock.jpg) no-repeat;
	height: 165px;
	width: 165px;
}
#strap {
	background: url(../pics/head_strap.gif) no-repeat;
	height: 35px;
}
#event {
	background: url(../pics/head_event.gif) no-repeat;
	height: 105px;
	width: 456px;
}
#sticky img {
	display: block;
	margin: auto;
}
#fauxrhs {
	background: url(../pics/right_bg.gif);
	float: right;
	height: 25px;
	width: 160px;
}
#fauxlhs {
	background: url(../pics/left_bg.gif);
	float: left;
	height: 25px;
	width: 165px;
}
/* hide stuff ------------------------------------------ */
.noleft #fauxlhs, .noleft td#left,
.noright td#right,
.nofoot #foot a {
	display: none;
}
.noright #fauxrhs {
	background: none;
}
.noleft #stock {
	background: url(../pics/head_stock_noleft.jpg);
}
/* pop ------------------------------------------------- */
.pop {
	background: #fff url(../pics/body_pop_bg.gif) fixed repeat-x;
	padding: 15px;
}
/* main ------------------------------------------------ */
#main {
	margin: 0px;
	width: 100%;
}
/* left ------------------------------------------------ */
#left {
	background: url(../pics/left_bg.gif);
	padding: 5px 5px 50px 0px;
	width: 160px;
}
#left .nav {
	border-bottom: 1px solid #111;
	border-top: 1px solid #111;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#left .nav li {
	background: #fff;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 160px;
}
#left .nav ul {
	display: none;
	left: 160px;
	position: absolute;
	top: -2px;
}
#left .nav li:hover ul, #left .nav li.over ul {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	display: block;
	float: left;
	margin: 1px 0px 0px 0px;
	padding: 0px;
}
#left .nav li:hover li, #left .nav li.over li {
	border-left: 2px solid #eaeaea;
}
#left .nav li:hover ul a, #left .nav li.over ul a {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #ffe;
	border-bottom: 0px;
	color: #036;
	font-weight: normal;
}
#left .nav li:hover ul a:hover, #left .nav li.over ul a:hover {
	background: #ffd;
	border-bottom: 0px;
	color: #900;
}
#left .nav li a, #left .nav li span {
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-top: 0px;
	color: #036;
	display: block;
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	line-height: 15px;
	padding: 5px 10px;
	text-decoration: none;
}
	/* fix IE & hide from IE Mac \*/
	* html #left .nav li {
		float: left;
		height: 1%;
	}
	* html #left .nav li a {
		height: 1%;
	}
	/* end fix ----------------------------------------- */
#left .nav li a:hover {
	background: #ffd;
	border-bottom: 1px solid #933;
	color: #900;
	text-decoration: none;
}
#left .nav li.first {
	background: #333;
	border-bottom: 0px;
	letter-spacing: 1px;
}
#left .nav li.first a, #left .nav li.first span {
	background: url(../pics/nav_first_bg.png) top left no-repeat;
	border-bottom: 0px;
	color: #f5f5f5;
	font-weight: bold;
	letter-spacing: 1px;
}
#left .nav li.first a:hover {
	background: transparent;
	border-bottom: 0px;
	color: #fff;
}
#left .nav .last a, #left .nav .last a:hover {
	border-bottom: 0px;
}
#left .nav ul li.last a, #left .nav ul li.last a:hover {
	border-bottom: 1px solid #ccc;
}
#left .nav .parent {
	background: #fff url(../pics/nav_parent_bg.gif) 142px 8px no-repeat;
}
#left .nav .parent:hover {
	background: #ffd url(../pics/nav_parent_bg.gif) 142px 8px no-repeat;
}
#left .nav .external {
	background: #fff url(../pics/nav_external_bg.gif) 141px 8px no-repeat;
}
#left .nav .external:hover {
	background: #ffd url(../pics/nav_external_bg.gif) 141px 8px no-repeat;
}
#left .nav .contact {
	background: url(../pics/nav_contact_bg.gif) 139px 7px no-repeat;
}
#left .nav .contact:hover {
	background: #ffd url(../pics/nav_contact_bg.gif) 139px 7px no-repeat;
}
#left .nav .register {
	background: #f7fbff url(../pics/nav_register_bg.gif) 142px 9px no-repeat;
	color: #a00;
	font-weight: bold;
}
#left .nav .register:hover {
	background: #ffd url(../pics/nav_register_bg.gif) 142px 9px no-repeat;
	color: #a00;
}
#left .nav .important {
	background: #fff url(../pics/nav_important_bg.gif) 144px 9px no-repeat;
	color: #900;
}
#left .nav .important:hover {
	background: #ffd url(../pics/nav_important_bg.gif) 144px 9px no-repeat;
}
#left .nav .pdf {
	background: #fff url(../pics/nav_pdf_bg.gif) 140px 8px no-repeat;
	color: #900;
}
#left .nav .pdf:hover {
	background: #ffd url(../pics/nav_pdf_bg.gif) 140px 8px no-repeat;
}
/* right ----------------------------------------------- */
#right {
	background: url(../pics/right_bg.gif) top right repeat-y;
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	padding: 5px 1px 50px 6px;
	width: 158px;
}
/* stuff, things --------------------------------------- */
.stuff {
	background: #fff;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	float: left;
	clear: both;
	margin: 0px 0px 10px 0px;
	text-align: center;
	width: 160px;
}
#right .stuff {
	background: #fff url(../pics/right_stuff_bg.gif);
	width: 158px;
}
.stuff h4 {
	background: #999;
	color: #fff;
	font: bold 11px Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	line-height: 15px;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px;
	text-align: left;
}
#right .stuff h4 {
	background: #fff url(../pics/right_stuff_h2_bg.gif);
	text-align: right;
}
#right .stuff h4 a {
	color: #fff;
}
#right .stuff h4 a:hover {
	color: #b00;
}
.stuff img {
	margin: 0px 10px 10px 10px;
}
/* content ---------------------------------------------- */
#content {
	padding: 6px 15px 40px 15px;
}
#content p a, #content li a {
	background: #ffb;
	outline: 2px solid #ffb;
}
#content p a:hover, #content li a:hover {
	background: transparent;
	outline: 0px;
	text-decoration: underline;
}
/* agenda       ---------------------------------------- */
#content .agenda {
	font: normal 10px Verdana, Arial, sans-serif;
	margin-top: 10px;
	}
#content .agenda .item {
	border-top: 1px solid #ddd !important;
	border-right: 1px solid #bbb !important;
	border-bottom: 1px solid #bbb !important;
	border-left: 1px solid #ddd !important;
	padding: 1px 1px 0px 1px;
	margin: 5px 0px;
	}
#content .agenda h1 {
	background: #999;
	background-image: url(../pics/overlay_black-50.png);
	border: 0px !important;
	color: #fff;
	font-size: 11px;
	padding: 5px;
	margin: 0px 0px 1px 0px;
	}
#content .agenda h2 {
	background-image: url(../pics/overlay_white-75.png);
	border: 0px !important;
	color: #111;
	font-size: 11px;
	text-align: left;
	padding: 5px;
	margin: 0px 0px 1px 0px;
	border: 0px;
	}
#content .agenda h3 {
	background-image: url(../pics/overlay_white-75.png);
	border: 0px !important;
	color: #111;
	font-size: 10px;
	padding: 5px;
	margin: 0px 0px 1px 0px;
	border: 0px;
	}
.agenda h2 {
	background-color: #7bf;
	}
.agenda h3 {
	background-color: #def;
	}
#content .agenda h4 {
	font-size: 10px;
	color: #444;
	background: #eee;
	padding: 5px;
	margin: 0px 0px 1px 0px;
	border: 0px;
	}
#content .agenda h5 {
	font-size: 10px;
	color: #630;
	line-height: 14px;
	margin: 3px 5px 7px 5px;
	padding: 0px;
	}
#content .agenda span.time {
	background: #fff;
	color: #b00;
	display: block;
	float: right;
	font-size: 10px;
	font-weight: normal;
	padding: 0px 5px;
	}
#content .agenda ul {
	margin: 10px 5px 10px 25px;
	list-style-position: outside;
	padding: 0px;
	}
#content .agenda ul li {
	font-size: 11px;
	line-height: 18px;
	list-style-type: disc;
	margin: 5px 0px;
	padding: 0px;
	}
#content .agenda p {
	font: normal 11px Verdana, Arial, sans-serif;
	line-height: 18px;
	margin: 10px 5px 10px 5px;
	padding: 0px;
	}
#content .agenda ul.speakers {
	border: 0px !important;
	margin-top: 0px;
	}
#content .agenda ul.speakers li {
	border: 0px;
	list-style-type: square;
	color: #036;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	}
#content .agenda .subitem {
	border-left: 20px solid #fed;
	margin: 0px 0px 1px 0px;
	}
#content .agenda .subitem h2, #content .agenda .subitem h3, #content .agenda .subitem p  {
	border-left: 1px solid #fff;
	}
#content .agenda .subitem span {
	margin: 7px 0px 5px -15px;
	float: left;
	font: normal 9px Tahoma, Verdana, Arial, sans-serif;
	}
#content .agenda table {
	margin: 5px -5px;
	}
#content .agenda .threecols td {
	width: 33%;
	}
#content .agenda .fourcols td {
	width: 25%;
	}
#content .agenda td {
	padding: 0px 5px 5px 5px;
	}
/* passes       ---------------------------------------- */
.passes {
	width: 100%;
}
.passes td, .passes th {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-family: Tahoma;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 15px;
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.passes th {
	font-weight: normal;
	min-width: 100px;
	padding-top: 0px;
	white-space: normal;
}
.passes .radio {
	margin-right: 5px;
}
.passes .includes {
	white-space: normal;
	text-align: left;
}
.passes h2 {
	background: url(../pics/overlay_white-100.png);
	border: 1px solid #fff;
	color: #b00;
	font-size: 11px;
	line-height: 15px;
	margin: -3px -8px 5px -8px;
	padding: 5px;
}
.passes li {
	margin-left: 15px;
	padding: 0px;
}
.passes p {
	margin: 0px;
}
.gold td, .silver td, .bronze td {
	background-image: url(../pics/overlay_white-75.png);
	background-repeat: no-repeat;
}
td.current {
	background-image: url(../pics/overlay_white-100.png);
	background-repeat: no-repeat;
	color: #b00;
}
.gold {
	background-color: #fff08a;
}
.silver {
	background-color: #d8d8d8;
}
.bronze {
	background-color: #edaa89;
}
/* footer ---------------------------------------------- */
#foot {
	background: #222 url(../pics/footer_bg.gif) bottom right repeat-x;
	border-top: 1px solid #fff;
	margin: 0px;
	width: 100%;
}
#foot td {
	padding: 0px 10px 10px 10px;
}
#foot ul {
	margin: 0px;
}
#foot li {
	float: left;
	list-style-type: none;
	padding: 5px 5px 5px 0px;
}
#foot a {
	background: url(../pics/footer_a_bg.gif) 0px 5px no-repeat;
	border: 0px;
	color: #ddd;
	font-size: 11px;
	line-height: 15px;
	padding: 0px 10px;
	text-decoration: none;
	white-space: nowrap;
}
#foot a:hover {
	color: #fff;
	text-decoration: underline;
}
/* useful ---------------------------------------------- */
.ticks, .numbers {
	margin-left: 0px;
}
.ticks li {
	list-style-type: none;
	background: url(../pics/ul_ticks_li_bg.gif) 0px 5px no-repeat;
	padding-left: 25px;
}
.numbers li {
	background-position: 0px 4px;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 25px;
}
.one {
	background-image: url(../pics/ol_numbers_1.gif);
}
.two {
	background-image: url(../pics/ol_numbers_2.gif);
}
.three {
	background-image: url(../pics/ol_numbers_3.gif);
}
.four {
	background-image: url(../pics/ol_numbers_4.gif);
}
.five {
	background-image: url(../pics/ol_numbers_5.gif);
}
.six {
	background-image: url(../pics/ol_numbers_6.gif);
}
.seven {
	background-image: url(../pics/ol_numbers_7.gif);
}
.eight {
	background-image: url(../pics/ol_numbers_8.gif);
}
.nine {
	background-image: url(../pics/ol_numbers_9.gif);
}
.tac {
	text-align: center !important;
}
.tal {
	text-align: left !important;
}
.tar {
	text-align: right !important;
}
.red, .req {
	color: #b00;
}
.hr {
	height: 0px;
}
.hr hr {
	display: none;
}
.longlist {
	margin-bottom: 10px;
}
.longlist.scroll {
	height: 200px;
	overflow: auto;
}
.longlist li {
	border-bottom: 1px solid #eee;
	font-size: 11px;
	margin: 0px;
	list-style-type: disc;
	padding: 3px 10px;
}
/*.longlist .alt {
	background: #fafafa;
}*/
.nofloat {
	float: none;
}
label.nofloat {
	display: inline;
	text-align: right;
	width: auto;
}
.ml160 {
	margin-left: 160px;
}
.text {
	width: 200px;
}
.checkbox, .radio {
	border: 0px;
	padding: 0px;
}
.button {
	background: #ffe;
	border: 1px solid #971b1e;
	color: #971b1e;
	font-weight: bold;
	margin-left: 160px;
	width: 100px;
}
.nowrap {
	white-space: nowrap;
}
.right {
	float: right;
}
.left {
	float: left;
}
.right.pic img {
	margin: 0px 0px 10px 10px;
}
.left.pic img {
	margin: 0px 10px 10px 0px;
}
.hidden {
	display: none;
}
.blue {
	color: #036;
}
h2.blue, h1.blue {
	border-bottom: 1px solid #036;
}

/* speakerbox   ---------------------------------------- */
table.speakers td {
	width: 50%;
}
.col1 {
	padding: 0px 5px 0px 0px;
}
.col2 {
	padding: 0px 0px 0px 5px;
}
.speakerbox {
	border: 1px solid #ccc;
	border-bottom: 0px;
	margin-bottom: 10px;
	padding: 5px 10px 0px 10px;
}
.speakerbox div {
	height: 165px;
	padding-bottom: 5px;
	overflow: hidden;
}
.speakerbox.expanded {
	height: auto;
}
.speakerbox.expanded div {
	height: auto;
	min-height: 165px;
}
.speakerbox img {
	border-left: 10px solid #fff;
	float: right;
	margin: 2px 0px 10px 5px;
}
.speakerbox p, .speakerbox li {
	line-height: 16px;
}
.speakerbox h2, .speakerbox p {
	margin-bottom: 5px;
}
#selected .speakerbox h4 {
	display: block;
}
.speakerbox h4 {
	background-color: #ccc;
	color: #333;
	display: none;
	font-size: 11px;
	margin: -4px -9px 5px -9px;
	padding: 3px 10px;
}
a.more, a.less {
	background: #ffd url(../pics/a_more-less_bg.gif) no-repeat;
	cursor: pointer;
	display: block;
	font-size: 11px;
	height: 17px;
	line-height: 17px;
	margin: 0px -10px 0px -10px;
	padding: 2px 10px 2px 25px;
}
a.less {
	display: none;
}
.speakerbox.expanded .more {
	display: none;
}
.speakerbox.expanded a.less {
	background-position: 0px -29px;
	display: block;
}
.addthis {
	border-top: 1px solid #eee;
	margin-top: 10px;
	padding-top: 10px;
}
/* snapshot     ---------------------------------------- */
.mystuff {
	background: #fff url(../pics/speaker-pics_bg.gif) bottom left repeat-x;
	border-top: 1px solid #666;
	border-bottom: none;
	clear: both;
	height: 150px;
}
#left .stuff, .snapshot {
	margin: 0px 0px 10px 0px;
}
.snapshot, .podshot {
	width: 160px;
}
.snapshot-hidden, .podshot-hidden, .logoshot-hidden {
	display: none;
}
.snapshot h3, .podshot h3 {
	font: normal 11px Tahoma;
	margin-bottom: 0px;
}
.snapshot h3 a, .podshot h3 a {
	border-bottom: 1px dotted #ddd;
	border-top: 1px solid #fff;
	color: #036;
	display: block;
	line-height: 17px;
	padding: 3px 0px 3px 10px;
	text-align: left;
	width: 150px;
}
.snapshot h3 a:hover, .podshot h3 a:hover {
	border-bottom: 1px dotted #933;
	background-color: #ffd;
	color: #900;
	text-decoration: none;
}
.snapshot a, .podshot a {
	color: #333;
}
.snapshot a:hover, .podshot a:hover {
	color: #b00;
}
.speaker-pics, .podlist {
	float: left;
	margin: 0px;
	list-style-type: none;
}
.speaker-pics li a {
	background-repeat: no-repeat;
	background-position: 8px 5px;
	color: #333;
	display: block;
	font-size: 9px;
	list-style-type: none;
	line-height: 16px;
	min-height: 90px;
	padding: 5px 5px 5px 87px;
	text-align: left;
	width: 69px;
}
.podlist li a {
	background: url(../pics/podcast_icon_download.gif) 10px 7px no-repeat;
	color: #c00;
	display: block;
	font-size: 11px;
	list-style-type: none;
	line-height: 14px;
	padding: 6px 10px 7px 30px;
	text-align: left;
	width: 130px;
}
.podcast {
	background: #fff url(../pics/podcast_bg.gif) bottom left;
	border-bottom: 1px solid #69c;
	border-top: 1px solid #69c;
	height: 145px;
	margin: 25px 0px 10px 0px;
	width: 160px;
}
.podcast-download li {
	list-style-type: none;
	padding: 7px 20px 3px 23px;
}
.download {
	background: url(../pics/podcast_icon_download.gif) 0px 7px no-repeat;
}
.logoshot {
	height: 75px;
	text-align: left;
	width: 158px;
}
.logos {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.logos li a {
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 70px;
	width: 158px;
}
.logos li a span {
	display: none
}
/* tooltip		---------------------------------------- */
.tips div {
	display: none;
}
.tips img {
	float: right;
}
#companyBio {
	background: #fff;
	border: 1px solid #def;
	margin-top: 20px;
	padding: 10px;
	width: 350px;
}
#companyBio p {
	font-size: 11px;
	line-height: 15px;
}
/* logos table	---------------------------------------- */
.index-logos {
	width: 100%;
}
.index-logos td {
	padding: 5px 5px 10px 5px;
	text-align: center;
	vertical-align: middle;
}
/* omghax  		---------------------------------------- */
.clearfix:after, #container:after, #foot .nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix, #container, #foot .nav {
	display: inline-block;
}
.clearfix, #container, #foot .nav {
	display: block;
}
/* all done		---------------------------------------- */