/* reset  	    ---------------------------------------- */
* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
/* selectors    ---------------------------------------- */
body {
	background: #eee;
	font-family: Verdana, Tahoma, sans-serif;
}
a {
	color: #900;
	text-decoration: none;
}
h1 {
	font-size: 12px;
	border-bottom: 1px solid #222;
	line-height: 25px;
}
h2 {
	border-bottom: 1px solid #222;
}
h2, h3, li, p, td, blockquote {
	font-size: 11px;
	line-height: 20px;
}
form, h1, h2, 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;
}
li li {
	padding-bottom: 0px;
}
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;
	padding-left: 15px;
	text-indent: 10px;
}
blockquote em {
	font-family: Georgia;
}
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;
}
/* container    ---------------------------------------- */
#container {
	background: #fff url(../pics/container_bg.gif) repeat-y;
	margin: 0px auto 20px auto;
	padding: 0px 15px;
	width: 960px;
}
/* head         ---------------------------------------- */
#head {
	background: url(../pics/head_map-090812.gif) top right;
	height: 100px;
}
#head h1 span, #head h2 span, #head h3 span {
	display: none;
}
#head h1, #head h2, #head h3, #head h4 {
	background-repeat: no-repeat;
	border: 0px;
	display: block;
	float: left;
	margin: 0px;
	height: 100px;
}
#head h1 {
	background-image: url(../pics/head_stock.jpg);
	width: 175px;
}
#head h2 {
	background: url(../pics/head_event-090812.gif);
	width: 550px;
}
#head h3 {
	width: 0px;
}
#head h4 {
	width: 155px;
	padding-left: 80px;
}
/* left         ---------------------------------------- */
#left {
	float: left;
	padding: 35px 10px;
	width: 155px;
}
#left .nav {
	font: normal 11px Tahoma;
	margin: 0px;
	list-style-type: none;
	width: 155px;
}
#left .nav li {
	line-height: 23px;
	padding: 0px;
}
#left .nav a {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #fff;
	color: #1757ab;
	display: block;
	line-height: 17px;
	padding: 3px 5px 3px 15px;
	text-indent: -10px;
	width: 135px;
}
#left .alpha a {
	border-top: 1px solid #ccc;
	padding-top: 4px;
}
#left .omega a {
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
}
#left .nav a:hover {
	border-bottom: 1px solid #0d4c9e;
	border-top: 1px solid #0d4c9e;
	background-color: #3177d4;
	color: #fff;
	text-decoration: none;
}
#left .register {
	background-image: url(../pics/icon_secure.png);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-right: 25px;
}
#left .info {
	background-image: url(../pics/icon_pdf.png);
	background-repeat: no-repeat;
	padding-right: 25px;
}
#left .contact {
	background-image: url(../pics/icon_email.png);
	background-repeat: no-repeat;
	padding-right: 25px;
}
/* content 	    ---------------------------------------- */
#content {
	color: #222;
	float: left;
	padding: 10px;
	width: 590px;
}
.noright #content {
	width: 765px;
}
#content p a {
	background: #ffb;
	outline: 2px solid #ffb;
}
#content p a:hover {
	background: transparent;
	outline: 0px;
	text-decoration: underline;
}
/* right        ---------------------------------------- */
#right {
	float: left;
	padding: 35px 10px;
	width: 155px;
}
#right .buttons a {
	display: block;
	margin-bottom: 10px;
}
/* foot         ---------------------------------------- */
#foot {
	background: url(../pics/foot_bg.gif) bottom left no-repeat;
	clear: both;
	float: left;
	margin: 0px -15px 0px -15px;
	padding: 0px 5px 15px 5px;
	width: 980px;
}
#foot .hr {
	border-top: 5px solid #d9f0fd;
	border-bottom: 1px solid #fff;
	height: 0px;
	margin: 0px 10px 10px 10px;
}
#foot .nav {
	font: normal 11px Tahoma;
	margin-left: 25px;
}
#foot .nav li {
	float: left;
	list-style-type: none;
	padding-right: 5px;
	white-space: nowrap;
}
#foot .nav a {
	background: #3177d4 url(../pics/foot_a_bg.gif) 0px 8px no-repeat;
	color: #fff;
	display: block;
	padding: 0px 10px 0px 10px;
}
#foot .nav a:hover {
	text-decoration: underline;
}
/* classes 	    ---------------------------------------- */
.tac {
	text-align: center !important;
}
.tal {
	text-align: left !important;
}
.tar {
	text-align: right !important;
}
.red, .req {
	color: #b00;
}
.hr {
	background: #eee;
	height: 1px;
	margin: 10px 0px;
}
.hr hr {
	display: none;
}
.longlist {
	border: 1px solid #eee;
	margin-left: 0px;
}
.longlist.scroll {
	height: 400px;
	overflow: auto;
}
.longlist li {
	list-style-type: none;
	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;
	text-align: right;
}
.left {
	float: left;
}
.right.pic img {
	margin: 0px 0px 10px 10px;
}
.left.pic img {
	margin: 0px 10px 10px 0px;
}
.caption {
	font-size: 10px;
	font-style: italic;
	margin: -5px 0px 10px 0px;
	text-align: center;
}
/* 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;
}
/* popups       ---------------------------------------- */
.popup {
	background: #fafafa;
	padding: 15px;
}
/* agenda       ---------------------------------------- */
#content .agenda {
	font: normal 10px Verdana, Arial, sans-serif;
	margin-top: 10px;
}
#content .agenda .item {
	border-top: 1px solid #eee !important;
	border-right: 1px solid #ddd !important;
	border-bottom: 1px solid #ddd !important;
	border-left: 1px solid #eee !important;
	padding: 1px;
	margin: 5px 0px;
}
#content .agenda h1 {
	background: #f5f5f5;
	border: 0px !important;
	color: #111;
	font-size: 11px;
	padding: 5px 10px;
	margin: 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 10px;
	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: 11px;
	padding: 5px 10px;
	margin: 0px 0px 1px 0px;
	border: 0px;
}
#content .agenda h4 {
	font-size: 10px;
	color: #444;
	background: #eee;
	padding: 5px 10px;
	margin: 0px;
	border: 0px;
}
.agenda.blue h2 {
	background-color: #9cf;
}
.agenda.blue h3 {
	background-color: #bdf;
}
.agenda.purple h2 {
	background-color: #d1bcf8;
}
.agenda.purple h3 {
	background-color: #601b86;
}
.agenda.green h2 {
	background-color: #87c0b8;
}
.agenda.green h3 {
	background-color: #5c832f;
}
.agenda.orange h2 {
	background-color: #ffe1a1;
}
.agenda.orange h3 {
	background-color: #cc6633;
}
.agenda.crimson h2 {
	background-color: #d27789;
}
.agenda.crimson h3 {
	background-color: #740006;
}
#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;
	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;
}
.printer-friendly, .send-to-friend {
	float: left;
	margin: 0px 10px;
}
#content a.printer-friendly, #content a.send-to-friend {
	padding-left: 25px;
	font-size: 12px;
	line-height: 25px;
	outline: 0px;
}
#content a.printer-friendly {
	background: transparent url(../pics/icon_printer-friendly.gif) no-repeat;
}
#content a.send-to-friend {
	background: transparent url(../pics/icon_send-to-friend.gif) no-repeat;
}
/* ticker-area  ---------------------------------------- */
#ticker-area ul {
	margin-left: 0px;
	list-style-type: none;
}
#ticker-area li {
	line-height: 21px;
}
#ticker-area li.waiting {
	background: url(../pics/icon_loading.gif) center left no-repeat;
	padding-left: 25px;
}
#ticker-area a {
	color: #000;
	font: bold 12px "Courier New";
}
#ticker-area a:hover {
	color: #900;
}
/* snapshot     ---------------------------------------- */
.snapshot {
	height: 150px;
}
.snapshot-hidden {
	display: none;
}
.snapshot h3 {
	font: normal 11px Tahoma;
}
.snapshot h3 a {
	border-bottom: 1px dotted #eee;
	border-top: 1px solid #fff;
	color: #1757ab;
	display: block;
	line-height: 17px;
	padding: 3px 5px 3px 15px;
	text-indent: -10px;
	width: 135px;
}
.snapshot h3 a:hover {
	border-bottom: 1px solid #0d4c9e;
	border-top: 1px solid #0d4c9e;
	background-color: #3177d4;
	color: #fff;
	text-decoration: none;
}
.snapshot a {
	color: #333;
}
.snapshot a:hover {
	color: #b00;
}
.speaker-pics {
	margin: 0px;
	list-style-type: none;
}
.speaker-pics li a {
	background-repeat: no-repeat;
	background-position: 3px 5px;
	color: #333;
	display: block;
	font-size: 9px;
	list-style-type: none;
	line-height: 16px;
	min-height: 90px;
	padding: 5px 5px 5px 81px;
	width: 69px;
}
/* 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;
}
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;
}
/* stuff		---------------------------------------- */
.stuff {
	text-align: center;
}
.stuff h3 {
	border-bottom: 1px dotted #ccc;
	color: #1757ab;
	line-height: 15px;
	padding: 15px 0px 5px 0px;
	text-align: right;
}
.stuff a {
	display: block;
	margin: 0px 5px;
}
.stuff img {
	margin: 10px 0px 0px 0px;
}
/* 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;
}
/* 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		---------------------------------------- */
