/*
 *
 * 'sup
 *
 * eyefortravel event site css
 * @copyright pi-squared
 *
*/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
body {
	background: #fff url(../pics/body_bg.gif) repeat-x;
	color: #222;
	font-family: Verdana, Arial, sans-serif;
}
div#containerDiv {
	background: #fff;
	width: 980px;
}
a {
	color: #800;
	text-decoration: underline;
}
a:hover {
	color: #039;
	text-decoration: none;
}
table {
	border-collapse: collapse;
	}
table td {
	vertical-align: top;
	}
/* head ---------------------------------------------- */
#head {
	background: url(../pics/head_bg-090309.gif) no-repeat;
	height: 165px;
	width: 100%;
}
#head h1 span, #head h2 span, #head h3 span, #head h4 span {
	display: none;
}
#stock {
	height: 165px;
	width: 165px;
}
	.conference #stock {
		background: url(../pics/head_stock-conference-090309.jpg) no-repeat;
		}
#strap {
	background: url(../pics/head_strap-090309.gif) no-repeat;
	height: 35px;
}
#event {
	height: 105px;
	width: 445px;
}
	.conference #event {
		background: url(../pics/head_event-conference-090924.gif) no-repeat;
		}
#sticky {
	text-align: center;
	padding-top: 1px;
}
#topnav {
	height: 25px;
	text-align: center;
}
#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;
}
/* no left, no right ---------------------------------------------- */
.noleft #fauxlhs, .noleft td#left {
	display: none;
}
.noleft #stock {
	background: url(../pics/head_stock_noleft.gif);
}
	.conference .noleft #stock {
		background: url(../pics/head_stock_noleft-conference-090309.jpg) no-repeat;
		}
	.revenue-management .noleft #stock {
		background: url(../pics/head_stock_noleft-revenue.gif) no-repeat;
		}
.noright #fauxrhs, .noright td#right, .notabs #topnav a, .nofoot #foot a {
	display: none;
}
/* pop ---------------------------------------------- */
.pop {
	background: #fff url(../pics/body_pop_bg.gif) fixed repeat-x;
	font-size: 12px;
	padding: 15px;
}
.pop h1, .pop h2 {
	font-size: 12px;
	margin-bottom: 5px;
}
.pop h1 {
	background: #e6f7ff;
	border-bottom: 1px solid #fff;
	margin: -15px -15px 15px -15px;
	padding: 20px 15px 5px 15px;
}
.pop h2 {
	border-bottom: 1px solid #333;
	margin-top: 10px;
	padding-bottom: 3px;
}
.pop p, .pop td {
	font-size: 12px;
	line-height: 20px;
	padding: 5px 0px;
}
/* main ---------------------------------------------- */
#containerdiv {
	position: absolute;
	top: 0px;
	left: 0px;
	}

/* main ---------------------------------------------- */
#main {
	width: 100%;
}

/* left ---------------------------------------------- */
#left {
	background: url(../pics/left_bg.gif);
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	padding: 15px 0px 50px 0px;
	width: 165px;
}
.nav {
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 160px;
}
	.nav,
	.conference .mininav .conference,
	.revenue-management .mininav .revenue-management {
		display: none;
	}
	.conference .conference,
	.revenue-management .revenue-management,
	.mininav .nav {
		display: block;
		}
	ul.conference, ul.exhibition {
		border-bottom: 1px solid #6b38ad;
		border-top: 1px solid #6b38ad;
		}
	ul.conference li.first, ul.exhibition li.first {
		background-color: #96c;
	}
	ul.revenue-management {
		border-bottom: 1px solid #072b75;
		border-top: 1px solid #072b75;
		}
	ul.revenue-management li.first {
		background-color: #2668ac;
	}
.nav li {
	background: #fff;
	float: left;
	line-height: 15px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 160px;
}
.nav li ul {
	display: none;
	left: 160px;
	position: absolute;
	top: -2px;
	width: 220px;
}
.nav li:hover ul, .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;
}
.nav li:hover ul li, .nav li.over ul li {
	border-left: 2px solid #eaeaea;
	width: 218px;
}
.nav li:hover ul a, .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;
}
.nav li:hover ul a:hover, .nav li.over ul a:hover {
	background: #ffd;
	border-bottom: 0px;
	color: #900;
}
.nav li ul li.last a, .nav li.over ul li.last a, .nav li ul li.last a:hover, .nav li.over ul li.last a:hover {
	border-bottom: 1px solid #ccc;
	}
.nav li a, .nav li span {
	border-bottom: 1px solid #ccc;
	color: #036;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
	/* fix IE & hide from IE Mac \*/
		* html .nav li {
			float: left;
			height: 1%;
	}
		* html .nav li a {
			height: 1%;
	}
	/* end fix ---------------------------------------------- */
.nav li a:hover {
	background: #ffd;
	border-bottom: 1px solid #933;
	color: #900;
}
.nav li.first {
	border-bottom: 0px;
	font-weight: bold;
}
.nav li.first a {
	background: url(../pics/nav_first_bg.png) top left no-repeat;
	border-bottom: 0px;
	color: #f5f5f5;
}
.nav li.first a:hover {
	background: transparent;
	border-bottom: 0px;
	color: #fff;
}
.nav li.last a, .nav li.last a:hover {
	border-bottom: 0px;
}
.nav a.parent, .nav span.parent {
	background: #fff url(../pics/nav_parent_bg.gif) 142px 9px no-repeat;
	font-weight: bold;
}
.nav a.parent:hover, .nav span.parent:hover {
	background: #ffd url(../pics/nav_parent_bg.gif) 142px 9px no-repeat;
}
.nav a.external {
	background: #fff url(../pics/nav_external_bg.gif) 141px 8px no-repeat;
}
.nav a.external:hover {
	background: #ffd url(../pics/nav_external_bg.gif) 141px 8px no-repeat;
}
.nav a.contact {
	background: url(../pics/nav_contact_bg.gif) 139px 7px no-repeat;
}
.nav a.contact:hover {
	background: #ffd url(../pics/nav_contact_bg.gif) 139px 7px no-repeat;
}
.nav a.register {
	background: #f7fbff url(../pics/nav_register_bg.gif) 142px 9px no-repeat;
	color: #a00;
	font-weight: bold;
}
.nav a.register:hover {
	background: #ffd url(../pics/nav_register_bg.gif) 142px 9px no-repeat;
	color: #a00;
}
.nav a.important {
	background: #fff url(../pics/nav_important_bg.gif) 144px 9px no-repeat;
	color: #900;
}
.nav a.important:hover {
	background: #ffd url(../pics/nav_important_bg.gif) 144px 9px no-repeat;
}
.nav a.pdf {
	background: #fff url(../pics/nav_pdf_bg.gif) 140px 8px no-repeat;
	color: #900;
}
.nav a.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: 15px 1px 50px 6px;
	width: 165px;
}
	/* fix IE & hide from IE Mac \*/
	#right {
		width: 158px;
	}
	/* end fix ---------------------------------------------- */
.pinkbuttons {
	background: #f00;
}
.pinkbuttons a {
	float: left;
	margin-bottom: 10px;
}
.conference .pinkbuttons .register {
	display: none;
}
/* stuff ---------------------------------------------- */
.stuff {
	background: #fff;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	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 h2 {
	background: #999;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	margin: 0px 0px 10px 0px;
	padding: 3px 10px;
	text-align: left;
}
#right .stuff h2 {
	background: #fff url(../pics/right_stuff_h2_bg.gif);
	text-align: right;
}
.stuff img {
	margin: 0px 10px 10px 10px;
}
.stuff ul {
	margin: -8px 0px 0px 0px;
	padding: 0px;
}
.stuff ul li {
	border-bottom: 1px solid #eee;
	font-size: 10px;
	list-style-type: none;
	margin: 0px;
	padding: 2px 10px 2px 5px;
	text-align: left;
}
#right .stuff ul li {
	text-align: right;
}
.stuff ul.speakers em {
	display: none;
}
.stuff ul li.last {
	border-bottom: 0px;
}
.things {
	clear: both;
	margin: 0px 0px 10px 0px;
	text-align: center;
}
#left .things {
	width: 160px;
}

/* content ---------------------------------------------- */
#content {
	padding: 17px 15px 40px 15px;
}
#content table {
	margin: 10px 0px 5px 0px;
}
#content h1 {
	border-bottom: 1px solid #211;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
#content h2 {
	border-bottom: 1px solid #422;
	color: #111;
	font-size: 13px;
	line-height: 19px;
	margin: 5px 0px;
	padding-bottom: 3px;
}
#content h3 {
	border-bottom: 1px solid #633;
	color: #222;
	font-size: 12px;
	line-height: 18px;
	margin: 5px 0px;
	padding-bottom: 3px;
}
#content h4 {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 5px 0px 3px 0px;
}
#content p {
	font-size: 12px;
	line-height: 20px;
	padding: 5px 0px;
}
#content td {
	font-size: 12px;
	line-height: 20px;
}
#content ul, #content ol {
	font-size: 12px;
	line-height: 18px;
	margin-left: 30px;
	padding-top: 5px;
}
#content ul li, #content ol li {
	float: none;
	padding-bottom: 5px;
}
#content ul {
	list-style-type: disc;
}
#content ul ul {
	list-style-type: circle;
}
#content ol li {
	list-style-type: decimal;
}
#content p a, #content li a {
	background: #ffffca;
	border-bottom: 3px solid #ffffca;
	border-top: 3px solid #ffffca;
	padding: 0px 3px;
}
#content p a:hover, #content li a:hover {
	background: transparent;
	border-color: transparent;
	border: 0px;
	text-decoration: underline;
}
blockquote, h1.blockquote {
	background: url(../pics/blockquote_bg.gif) top left no-repeat;
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0px 5px 0px;
	padding: 10px 10px 10px 35px;
	text-indent: 5px;
}
#content h1.blockquote {
	border: 0px;
	font-weight: normal;
	line-height: 21px;
	margin-top: 0px;
	text-indent: 0px;
}
blockquote em, h1.blockquote em {
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
}
h1.blockquote em {
	font-size: 14px;
}
blockquote img {
	float: right;
	margin: 0px 0px 5px 5px;
}
table.form {
	background: #fafafa;
	border-left: 2px dotted #ddd;
	width: 100%;
}
table.form td {
	font-size: 11px;
	padding: 5px;
}
input.btn {
	background-color: #fff;
	border: 1px solid #b00;
	color: #036;
	font: bold 11px Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	padding: 1px;
}
input.txt, textarea, select {
	border: 1px solid #999;
	font: normal 11px Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: 1px;
	color: #333;
}

/* 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: #fafafa;
	border: 0px !important;
	color: #111;
	font-size: 11px;
	border-bottom: 0px;
	padding: 5px;
	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;
	margin: 0px 0px 1px 0px;
	border: 0px;
	}
#content .agenda h3 {
	background-image: url(../pics/overlay_black-50.png);
	border: 0px !important;
	color: #eee;
	font-size: 10px;
	padding: 5px;
	margin: 0px 0px 1px 0px;
	border: 0px;
	}
.agenda .blue h2, .agenda.blue h2 {
	background-color: #9ac9ff;
	}
.agenda .blue h3, .agenda.blue h3 {
	background-color: #0e349a;
	}
.agenda .purple h2, .agenda.purple h2 {
	background-color: #d1bcf8;
	}
.agenda .purple h3, .agenda.purple h3 {
	background-color: #601b86;
	}
.agenda .green h2, .agenda.green h2 {
	background-color: #b3d86c;
	}
.agenda .green h3, .agenda.green h3 {
	background-color: #5c832f;
	}
.agenda .orange h2, .agenda.orange h2 {
	background-color: #ffe1a1;
	}
.agenda .orange h3, .agenda.orange h3 {
	background-color: #cc6633;
	}
.agenda .crimson h2, .agenda.crimson h2 {
	background-color: #d27789;
	}
.agenda .crimson h3, .agenda.crimson h3 {
	background-color: #740006;
	}
.agenda .grey h2, .agenda.grey h2 {
	background-color: #cccccc;
	}
.agenda .grey h3, .agenda.grey h3 {
	background-color: #626262;
	}
#content .agenda h4 {
	font-size: 10px;
	color: #444;
	background: #eee;
	padding: 5px;
	margin: 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 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: 3px 5px 7px 10px;
	padding: 0px;
	}
#content .agenda ul.speakers li {
	border: 0px;
	list-style-type: none;
	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 .twocols td {
	width: 50%;
}
#content .agenda .threecols td {
	width: 33%;
	}
#content .agenda .fourcols td {
	width: 25%;
	}
#content .agenda td {
	padding: 0px 5px 5px 5px;
	}
/* passes ---------------------------------------------- */
table.passes {
	width: 100%;
}
table.passes th {
	color: #666;
	font-weight: bold;
}
table.passes td, table.passes th {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-family: Tahoma;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 5px 10px;
	vertical-align: middle;
}
#content table.passes th a {
	background: transparent;
	border: 0px;
	padding: 0px;
}
table.passes th.current, table.passes td.current {
	color: #b00;
}
table.passes th.noborder {
	border-right: 0px;
}
table.passes tr.corporate td, table.passes tr.ngo td {
	padding: 5px;
}
table.passes td input {
	margin-bottom: -2px;
}
table.passes tr.includes td {
	background-color: #eee;
	padding: 5px 10px;
	text-align: left;
}
#content table.passes .includes h2 {
	background-image: url(../pics/overlay_white-75.png);
	border: 1px solid #fff;
	color: #b00;
	font-size: 11px;
	line-height: 15px;
	margin: -3px -8px 5px -8px;
	padding: 5px;
}
#content table.passes .includes ul {
	margin: 0px;
	padding: 0px;
}
#content table.passes .includes li {
	list-style-position: outside;
	font-size: 11px;
	margin-left: 20px;
	padding: 0px 0px 5px 0px;
}
#content table.passes .includes p {
	font-size: 11px;
	line-height: 15px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 2px 0px;
}
table.passes tr.gold td, table.passes tr.silver td, table.passes tr.bronze td, table.passes tr.includes td, table.passes tr.lime td, table.passes tr.slate td {
	background-image: url(../pics/overlay_white-75.png);
	background-repeat: no-repeat;
}
table.passes tr.gold td.current, table.passes tr.silver td.current, table.passes tr.bronze td.current, table.passes tr.lime td.current, table.passes tr.slate td.current {
	background-image: url(../pics/overlay_white-100.png);
	background-repeat: no-repeat;
}
table.passes tr.gold td, table.passes tr.includes td.gold {
	background-color: #fff08a;
}
table.passes tr.silver td, table.passes tr.includes td.silver {
	background-color: #d8d8d8;
}
table.passes tr.bronze td, table.passes tr.includes td.bronze {
	background-color: #edaa89;
}
table.passes tr.lime td, table.passes tr.includes td.lime {
	background-color: #c8ef09;
}
table.passes tr.slate td, table.passes tr.includes td.slate {
	background-color: #bcd;
}
table.form td {
	padding: 8px;
}
/* floorplan ---------------------------------------------- */
#tipdiv {
	background: #fff;
	font-size: 11px;
	line-height: 15px;
	width: 501px;
	padding: 10px;
	border: 1px solid #999;
	position: absolute;
	visibility: hidden;
	z-index: 100;
}
#tipdiv strong {
	color: #036;
}
.hide {
	position: absolute;
	visibility: hidden;
	width: 300px;
}
#tipdiv img {
	float: right;
	margin: 0px 0px 5px 10px;
}
#content ul.longlist, body.pop ul.longlist {
	margin: 0px 0px 0px 20px;
}
#content ul.longlist li, body.pop ul.longlist li {
	border-bottom: 1px solid #eee;
	font-size: 11px;
	margin: 0px;
	padding: 5px;
}
#content table.longlist td, .pop table.longlist td {
	border-bottom: 1px solid #eee;
	font-size: 11px;
	padding: 2px 5px 2px 0px;
}

/* footer ---------------------------------------------- */
#foot {
	background: #333 url(../pics/footer_bg.gif) bottom right repeat-x;
	border-top: 1px solid #fff;
	width: 100%;
}
	.conference #foot {
		background-color: #96c;
	}
	.revenue-management #foot {
		background-color: #2668ac;
	}
#foot td {
	font-size: 11px;
	padding: 0px 10px 15px 10px;
}
#foot ul {
	list-style-type: none;
	}
#foot li {
	float: left;
	}
#foot a {
	background: url(../pics/footer_a_bg.gif) 0px 10px no-repeat;
	color: #eee;
	display: block;
	float: left;
	margin: 5px 10px 0px 0px;
	padding: 5px 10px;
	text-decoration: none;
	white-space: nowrap;
}
#foot a:hover {
	color: #fff;
	text-decoration: underline;
}
/* ticker-area  ---------------------------------------- */
.newsbox {
	height: 60px;
	padding: 0px 5px;
	margin-top: 10px;
	width: 100%;
}
#ticker-area ul {
	margin-left: 0px;
	list-style-type: none;
}
#ticker-area li {
	line-height: 24px;
}
#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";
	line-height: 18px;
	text-decoration: none;
}
#ticker-area li a {
	background: none;
	border: none;
	font-weight: bold;
}
#ticker-area a:hover {
	color: #c00;
	text-decoration: underline;
}
/* useful ---------------------------------------------- */
.w50p {
	width: 50%;
	}
.w100p {
	width: 100%;
	}
.w50 {
	width: 50px;
	}
.w100 {
	width: 100px;
	}
.w150 {
	width: 150px;
	}
.w200 {
	width: 200px;
	}
.red {
	color: #b00;
}
.bold {
	font-weight: bold;
}
.right {
	float: right;
}
.nowrap {
	white-space: nowrap;
}
.tac {
	text-align: center;
}
.tal {
	text-align: right;
}
.tar {
	text-align: right;
}
.vab {
	vertical-align: bottom;
}
.vam {
	vertical-align: middle;
}
.vat {
	vertical-align: top;
}
.small {
	font-size: 10px;
}
.b0 {
	border: 0px !important;
}
.pad5, .pad5 td {
	padding: 5px;
}
.pad10, .pad10 td {
	padding: 10px;
}
.hr {
	border-top: 2px solid #eee;
	margin: 10px 0px 5px 0px;
	padding:0px;
}
.hr hr {
	display: none;
}
.logos a {
	display: block;
	float: left;
	margin: 10px;
}
.highlight span, p.highlight strong {
	background: #ffffcc;
}
/* finished -------------------------------------------- */
