/* links */

a {
	color: #579;
	text-decoration: none;
}
a:hover {
	color: #68a;
	text-decoration: underline;
}

/* form styles */

select,
textarea,
input,
button {
	font-family: arial,sans-serif;
	font-size: 1.2em;
}
.button,
.buttonL,
.button:hover,
.buttonL:hover {
	height: 20px;
	margin: 0;
	border: 0;
	line-height: 20px;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	font-family: tahoma,sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	letter-spacing: 0;
}
.button,
.button:hover {
	width: 50px;
	background: transparent url(button.gif);
}
.buttonL,
.buttonL:hover {
	width: 90px;
	background-image: url(buttonL.gif);
}
.buttonX {
	border: 1px solid #000;
	background: #000 url(buttonX.gif); repeat-x;
	margin: 0;
	padding: 2px 6px;
	text-align: center;
	color: #fff;
	font-family: tahoma,sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	width: 140px;
}

/* page structure */

body {
	margin: 0;
	padding: 0 20px 20px 20px;
	background: #fff;
	font-family: arial,sans-serif;
	font-size: .7em;
	color: #666;
}
body#blankBody,
body#blankBox {
	background-image: none;
}
body#blankBody {
	padding: 0 20px 20px 20px;
}
div#wrapper {
}
div#wrapper1 {
	width: 840px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
body#home div#wrapper1 {
}
div#header {
	overflow: hidden;
	padding-top: 10px;
	width: 840px;
}
div#header div#logo {
	float: left;
	padding: 0;
}
div#header div#logo h1 {
	margin: 0;
}
div#header div#accredited {
	float: right;
	width: 400px;
	overflow: hidden;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}
div#header div#accredited img {
	float: right;
	margin-left: 5px;
}
div#header div#accredited p {
	margin-top: 12px;
}
div#header div#accredited a {
	font-style: italic;
}
div#header div#topMenu {
	padding: 6px 20px 0 0;
	letter-spacing: 1px;
	text-align: right;
}
div#menulinks {
	margin: 0;
	height: 23px;
	line-height: 23px;
	position: relative;
	background: url(bgNav.gif) no-repeat;
	font-size: 1.2em;
	overflow: hidden;
}
div#menulinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 10px;
	right: 10px;
}
div#menulinks ul li {
	float: left;
	margin: 0 10px;
	font-weight: bold;
	letter-spacing: 0;
}
div#menulinks ul li.right {
	float: right;
}
div#menulinks ul li a {
	color: #fff;
	text-decoration: none;
}
div#contentBlock {
	width: 840px;
	margin-top: 5px;
	/*width: 840px;*/
	overflow: hidden;
}
body#home div#contentBlock {
	background: url(bgFeature.jpg) no-repeat;
}
body#blankBody div#contentBlock, 
body#blankBox div#contentBlock {
	width: auto;
	margin: 0;
}
div#contentBlock div#feature {
	float: left;
	width: 840px;
	height: 295px;
	overflow: hidden;
	color: #fff;
}
div#contentBlock div#feature div#videoBlock {
	float: left;
	width: 320px;
	height: 265px;
	padding: 15px;
}
div#contentBlock div#feature div#textBlock {
	float: left;
	width: 305px;
	height: 265px;
	padding-top: 15px;
	font-weight: bold;
}
div#contentBlock div#feature div#textBlock ul {
	margin: 10px 0 0 0;
	padding: 0 0 0 16px;
	list-style-position: outside;
}
div#contentBlock div#feature div#textBlock ul li {
	margin: 0;
	padding: 0;
}
div#contentBlock div#feature div#textBlock em {
	font-style: italic;
	font-size: 1.2em;
}
div#contentBlock div#feature div#textBlock p {
	margin: 0;
	font-size: 1.3em;
}
div#CO2 {
	width: 240px;
	height: 71px;
	background: url(bgCO2.gif) no-repeat;
	margin: 0 auto;
	color: #000;
	text-align: center;
	padding: 4px 0 4px 43px;
}
div#CO2 a {
	color: #000;
	text-decoration: none;
}
div#CO2 p {
	margin: 0;
}
div#CO2 span#CO2amount {
	display: block;
	font-weight: bold;
	font-size: 2em;
}
div#contentBlock div#loginBox label {
	display: block;
	margin: 0;
}
div#contentBlock div#loginBox input.text {
	margin-bottom: 5px;
	width: 113px;
	border-color: #666;
	font-size: 1em;
}
div#contentBlock div#loginBox button {
}
/* login box layout 2 */
div#contentBlock div#loginBox {
	width: 115px;
	height: 165px;
	padding: 10px 20px;
	background: url(bgLoginBox.gif) no-repeat;
	overflow: visible;
}
body#home div#contentBlock div#loginBox {
	position: absolute;
	left: 670px;
	margin-top: 15px;
	color: #666;
}
div#contentBlock div#loginBox h2 {
	margin: 0 0 10px 0;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
}
div#contentBlock div#loginBox button {
	margin-top: 10px;
	padding: 0;
	border: 0;
	width: 115px;
	height: 21px;
	line-height: 21px;
	background-color: transparent;
	background-image: url('btn.gif');
	background-repeat: no-repeat;
	background-position: 50% 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
div#contentBlock div#loginBox button:focus {
	background-position: 50% -21px;
}
div#contentBlock div#loginBox button:focus::-moz-focus-inner {
	border-color: transparent ! important;
}
div#contentBlock div#loginBox button#reg {
	display: none;
}
div#contentBlock div#loginBox div#loginBoxMessageSpan {
	position: absolute;
	top: 180px;
	left: 0;
	width: 155px;
	background: url(loginBoxMessagePointer.gif) no-repeat;
	background-position: 50% 0;
	
}
div#contentBlock div#loginBox div#loginBoxMessageSpan span.pass,
div#contentBlock div#loginBox div#loginBoxMessageSpan span.fail,
div#contentBlock div#loginBox div#loginBoxMessageSpan span.warn {
	display: block;
	margin-top: 6px;
	padding: 4px 4px 4px 26px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 4px 4px;
	border: 1px solid #aaa;
	color: #444;
}
div#contentBlock div#loginBox div#loginBoxMessageSpan span.pass {
	background-image: url(/static/shared/testPass.png);
}
div#contentBlock div#loginBox div#loginBoxMessageSpan span.fail {
	background-image: url(/static/shared/testFail.png);
}
div#contentBlock div#loginBox div#loginBoxMessageSpan span.warn {
	background-image: url(/static/shared/testWarn.png);
}

div#contentBlock div#loginBox div#forgotPass {
	margin-top: 5px;
	text-align: center;
}
div#contentBlock div#loginBox div#forgotPass a {
	color: #666;
	font-weight: bold;
}
div#contentBlock div#sponsors {
	float: left;
	/*
	width: 840px;
	*/
	width: 100%;
	height: 86px;
	overflow: hidden;
	background: url(sponsors.gif);
}

div#contentBlock div#sponsors div.title {
	/* width:150px;
	height:86px; */
	float:left;
}

div#contentBlock div#sponsors ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:800px;
	height:30px;
	float:left;
	margin:28px 0 0 7px;
}
div#contentBlock div#sponsors ul li {
	display:inline;
	margin:5px 0 0 7px;
	height:30px;
	overflow-y:hidden;
}

div#contentBlock div#main {
	float: left;
	width: 675px;
	padding: 0;
	min-height: 350px;
	position: relative;
}
body#home div#contentBlock div#main {
	width: 840px;
	min-height: 0;
}
body#guests div#contentBlock div#main {
	width: 615px;
	border: 10px solid #eee;
	padding: 20px;
	margin: 18px 0 5px 0;
}
body#guests div#contentBlock div#main.multiMain {
	width: 675px;
	border-width: 0 0 10px 0;
	padding: 0;
	margin: 0 0 5px 0;
	background: transparent url(speakers.gif) no-repeat scroll 0 -8px;
}
body#blankBody div#contentBlock div#main,
body#blankBox div#contentBlock div#main {
	float: none;
	width: auto;
	padding: 0;
	min-height: 0;
}
body#blankBox div#contentBlock div#main {
	padding: 0;
}
body#guests div#contentBlock div#side {
	float: right;
	width: 155px;
	margin: 18px 0 0 0;
	padding: 0;
	overflow: hidden;
}
div#contentBlock div#main div#virtualTour {
	float: left;
	width: 215px;
	text-align: center;
}
div#contentBlock div#side div#virtualTour {
	margin-top: 20px;
	text-align: center;
}
div#contentBlock div#side div#virtualTour h2 {
}
div#contentBlock div#main div#speakers {
	float: left;
	width: 625px;
	background: url(bgSpeakers.gif) repeat-x;
	color: #333;
}
div#contentBlock div#main div#virtualTour h2,
div#contentBlock div#main div#speakers h2 {
}
div#contentBlock div#main div#virtualTour h2 {
	margin: 0;
	padding: 0;
	height: 24px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-image: url(h2virtualTour.gif);
}
div#contentBlock div#main div#speakers h2 {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-image: url(h2speakers.gif);
}
div#contentBlock div#main div#speakers h2 a {
	display: block;
	width: 60px;
	height: 20px;
	margin-left: 201px;
	text-indent: -9999px;
	outline: 0;
}
div#contentBlock div#main div#speakers ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 200px;
	overflow: auto;
}
div#contentBlock div#main div#speakers ul li {
	float: left;
	width: 192px;
	height: 84px;
	padding: 8px;
	overflow: hidden;
}
div#contentBlock div#main div#speakers ul li {
	float: left;
	width: 185px;
	height: 84px;
	padding: 8px;
	overflow: hidden;
}
div#contentBlock div#main div#speakers ul li div.speakerImage {
	float: left;
	width: 60px;
	height: 76px;
	overflow: hidden;
}
div#contentBlock div#main div#speakers ul li div.speakerDesc {
	float: left;
	width: 125px;
}
div#contentBlock div#main div#speakers ul li div.speakerDesc div.speakerName {
	font-size: 1.2em;
	font-weight: bold;
}
div#contentBlock div#main div#speakers a {
	color: #333;
}
div#contentBlock div#main div#speakers ul li div.speakerDesc div.speakerTitle {
	font-weight: bold;
	margin-bottom: 10px;
}
/* div#contentBlock div#main h1 {
	margin: 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #a32;
	height: 18px;
	line-height: 18px;
	background: url(bgMainH1.gif) no-repeat;
	background-position: 100% 0;
	float: left;
	padding: 0 30px 0 10px;
	position: absolute;
	top: -28px;
	left: -10px;
} */
div#contentBlock div#main h1 {
	margin: -48px 0 0 -30px;
	font-weight: bold;
	font-size: 1.2em;
	color: #a32;
	height: 18px;
	line-height: 18px;
	background: url(bgMainH1.gif) no-repeat;
	background-position: 100% 0;
	float: left;
	padding: 0 30px 0 10px;
}
div#contentBlock div#main div.multiCategory {
	height: 18px;
	border-bottom: 10px solid #eee;
	margin: 0 -30px 15px -30px;
}
div#contentBlock div#main div.multiCategory h2 {
	font-weight: bold;
	font-size: 1.2em;
	color: #a32;
	height: 18px;
	line-height: 18px;
	background: url(bgMainH1.gif) no-repeat;
	background-position: 100% 0;
	float: left;
	padding: 0 30px 0 10px;
}
div#contentBlock div#main div.agendaTabs {
	height: 24px;
	border-bottom: 10px solid #eee;
	margin: 0;
}
div#contentBlock div#main div.agendaTabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#contentBlock div#main div.agendaTabs ul li {
	float: left;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-image: url(agendaTabs.gif);
}
div#contentBlock div#main div.agendaTabs ul li a {
	display: block;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 1.2em;
	color: #888;
	text-decoration: none;
	background-image: url(agendaTabs.gif);
	background-position: 100% 0;
}
div#contentBlock div#main div.agendaTabs ul li.selected {
	color: #a32;
	background-position: 0 -24px;
}
div#contentBlock div#main div.agendaTabs ul li.selected a {
	color: #a32;
}
div#contentBlock div#main #room1,
div#contentBlock div#main #room2,
div#contentBlock div#main #room3,
div#contentBlock div#main #room4,
div#contentBlock div#main #room5,
div#contentBlock div#main #room6 {
	padding: 1px 11px 0 11px;
}
div#contentBlock div#main div.scroller {
	height: 380px;
	padding: 10px;
	overflow: auto;
	overflow-x: hidden;
}
div#contentBlock div#main ul.roomTabs {
	margin: 0;
	padding: 5px;
	list-style: none;
	background-color: #f0f0f0;
	width: 643px;
}
div#contentBlock div#main ul.roomTabs li {
	float: left;
	border-left: 1px solid #888;
	margin-left:5px;
	padding-left:5px;
}
div#contentBlock div#main ul.roomTabs li.first {
	border-left: 0px none;
	margin-left:0;
	padding-left:0;
}
div#contentBlock div#main ul.roomTabs li a {
	font-weight: bold;
	font-size: 1.2em;
	color: #666;
}
div#contentBlock div#main ul.roomTabs li a.selected {
	color: #a32;
	text-decoration: none;
	cursor: default;
}
div#contentBlock h2 {
	margin: 0 0 1em 0;
	font-weight: bold;
	font-size: 1.2em;
	color: #a32;
}
div#contentBlock h2 a,
div#contentBlock h2 a:hover {
	color: #0da6de;
}
div#contentBlock h3 {
	margin: 0 0 1em 0;
	font-weight: bold;
	font-size: 1.2em;
}
div#contentBlock div#main div#attendees ul,
div#contentBlock div#main div#companies ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#contentBlock div#main div#attendees ul li,
div#contentBlock div#main div#attendees ul li {
	margin: 0;
}
div#contentBlock div#main a.button {
	float: right;
	display: block;
}
div#contentBlock div#main div#companies ul li:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
div#contentBlock div#main div#companies ul li {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #e0e9ed;
	display: inline-block;
}
div#contentBlock div#main div#companies ul li.last {
	border-bottom: 0;
}
div#contentBlock div#main div#companies ul li div.companyImage {
	float: left;
	width: 200px;
}
div#contentBlock div#main div#companies ul li div.companyProfile {
	float: left;
	width: 275px;
}
div#contentBlock fieldset label {
	width: 120px;
}
div#contentBlock div.buttons {
	margin-left: 235px;
}
div#footer {
	margin-top: 5px;
	clear: both;
}
div#footer div#footerNav {
	background:transparent url(bgNav.gif) no-repeat scroll 0 0;
	height:23px;
	line-height:23px;
	margin:0;
	font-size: 1.2em;
	font-weight: bold;
}
div#footer div#footerNav ul {
	left:10px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0 10px;
	padding:0;
}
div#footer div#footerNav ul li {
	float:left;
	letter-spacing:0;
	margin:0 10px;
}
div#footer div#footerNav ul li a {
	color:#FFFFFF;
	text-decoration:none;
}
div#footer div#copyright {
	display: none;
}
div#footer div#greenCO2 {
	text-align: center;
	margin-top: 10px;
}

div#contentBlock div#main h2.agendaDate {
	width: 260px;
	height: 24px;
	margin: 0 auto;
	line-height: 24px;
	background: url(agendaDate.gif) no-repeat;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}
div#contentBlock div#main table.agendaTable {
	width: 615px;
	border-collapse: collapse;
	margin: 20px 0 0 0;
}
div#contentBlock div#main table.agendaTable tr td,
div#contentBlock div#main table.agendaTable tr th  {
	border: 1px solid #000;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
div#contentBlock div#main table.agendaTable tr .time  {
	width: 80px;
}
div#contentBlock div#main table.agendaTable tr th.time  {
	visibility: hidden;
	border: 0 none;
}
div#contentBlock div#main table.agendaTable tr .trackFull  {
	width: 526px;
}
div#contentBlock div#main table.agendaTable tr .track1,
div#contentBlock div#main table.agendaTable tr .track2,
div#contentBlock div#main table.agendaTable tr .track3  {
	width: 168px;
}
div#contentBlock div#main table.agendaTable tr th  {
	background-color: #def;
}
div#contentBlock div#main table.agendaTable tr.b td  {
	background-color: #eee;
}
div#contentBlock div#main table.agendaTable tr.b td.time  {
	background-color: transparent;
}
div#contentBlock div#main table.agendaTable tr td.track1  {
	background-color: #f5e5e1;
}
div#contentBlock div#main table.agendaTable tr td.track2  {
	background-color: #f7f5d4;
}
div#contentBlock div#main table.agendaTable tr td.track3  {
	background-color: #dfeebf;
}
div#contentBlock div#main div.profile div.agendaTime {
	float: left;
	width: 90px;
	margin-right: 10px;
}
div#contentBlock div#main div.profile div.agendaSeminar {
	float: left;
	width: 290px;
	margin-right: 10px;
}
div#contentBlock div#main div.profile div.agendaSpeakers {
	float: left;
	width: 220px;
}
div#contentBlock div#main div.profile div.agendaSpeakers img.agendaSpeakersImage {
	float: left;
	width: 40px;
	margin: 0 10px 10px 0;
	clear: left;
}
div#contentBlock div#main div.profile div.agendaSpeakers div.agendaSpeakersText {
	float: left;
	width: 170px;
}
div#contentBlock div#main div.profile div.agendaTime h3,
div#contentBlock div#main div.profile div.agendaSeminar h3,
div#contentBlock div#main div.profile div.agendaSpeakers h3,
div#contentBlock div#main div.profile div.agendaTime p,
div#contentBlock div#main div.profile div.agendaSeminar p,
div#contentBlock div#main div.profile div.agendaSpeakers p {
	margin: 0 0 5px 0;
}

/* content styles */

.floatright {
	float: right;
	margin: 0 0 20px 20px;
}
.floatleft {
	float: left;
	margin: 0 20px 20px 0;
}
.center {
	margin: 0 auto;
}
div.sponsor:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
div.sponsor {
	display: inline-block;
}
div#contentBlock div.profileImage {
	float: left;
	clear: left;
	margin: 0 10px 10px 0;
	width:100px;
}
div#contentBlockPopup.small div.profileText {
	float:right;
	width:500px;
}
div#contentBlockPopup.large div.profileText{
	width:auto;
}

div#contentBlock div.profileImage img {
	/*
	width: 100px;
	height: 120px;
	*/
}
div#contentBlock div.profile {
	border-bottom: 1px solid #b1423c;
	padding-bottom: 10px;
	margin-bottom: 20px;
	width: 620px;
	
}
div#contentBlock div.profile h2.profileName {
	margin: 0;
	color: #333;
}
div#contentBlock div.profile h2.profileName span.profileTitle {
	font-weight: normal;
	font-style: italic;
	font-size: .8em;
}
div#contentBlock div.profile h3.profilePres {
	margin: 0 0 10px 0;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}
div#contentBlock div.profile p {
	margin: .5em 0 1em 0;
}
div#contentBlock div.newsItem {
	border-bottom: 1px solid #ccc;	
}

.clearfix:after {
/*content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;*/
}

.clearfix {/*display:inline-block;*/ overflow: hidden; }

div#contentBlock fieldset.checkbox label.option { width: auto; }

select, textarea, input.text, input.textSmall { width: 300px; }

div#contentBlock fieldset { padding-bottom: 8px; }
div#contentBlock fieldset label { width: 200px; }
