/* --------------------------------CRMX v2.0 Main Structure Stylesheet-----------------------------*/

/* to zero margins*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
/* to set font for body, background, and text-align center for IE5 fix to ignoring auto in wrapper*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;/*100%*/
	background-color: #aaa;
	color: #333333;
	color: #292f6f !important;
	text-align: center;
	margin: 0;
	padding: 0;
}
/* header styles for h tags

	color: #F3F3F3;
	color: #292f6f !important;
	color: #99CCCC;
	color: #74aebc !important;
*/
hr { margin:3px 0; color:#777; height:1px; width:100%; }
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: .5em;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.4em;
	text-transform:uppercase;
}
h4 {
	font-size: 1.4em;
	margin-top: 1em;
	margin-bottom: 1em;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
}
h6 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}

img {
	border:0;
}
/*td {
	padding-bottom:2px;
	background-color:#313131;
}*/

a {
	text-decoration: none;
	color: #292f6f !important;
	color: #286792 !important;
}
a:hover {
	color: #d84 !important;
}
a img {
	border: 0;
}

a.light {
	text-decoration: none;
	color: #99ddff !important;
}
a.light:hover {
	color: #fb6 !important;
}


/*-----------must put elements that use transparency in this list---------------------*/
/*
.booth-A, .booth-B, .booth-C { behavior: url(/media/iepngfix.htc); }
*/


/* to clear elements to left and right of blocks - so images appear with respective headings and paragraphs--might not need the font size and line heitht*/
.clearit {
	display: block;
	clear: both;
	height:0; 
    margin:0;
	padding:0;
    font-size: 1px!important;
    line-height: 1px;
}

/* --------------------GLOBAL WRAPPER, MAIN NAVIGATION, AND CONTENT LAYOUT/DESIGN/STRUCTURE STYLES--------------------*/
/* to set container element for all elements in page, to position body element,and to reset text align to the left to fix IE5 aligning to center due to property above*/
/* wrapper for home page*/
#wrapper {
	position: relative;
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin: 0 auto;
	padding: 0;
	border-left: #3c355f 1px solid;
	border-right: #3c355f 1px solid;
	border-bottom: #3c355f 3px solid;
	text-align:left;
}
#main {
	margin: 0;
	margin:0; padding:0;
}
#content {
	width: 940px;
	height:550px;
	margin: 0 auto;
	padding: 20px 0 0 20px;
	padding: 0;
	text-align: center;
}

/* ---------------------------------CLASSES----------------------------------*/
.hatch-BG01 {
	margin:0; padding:0;
	background: transparent url(/media/ver20/images/structure/trans_hatch5.gif) repeat;
	border-left: #aab 6px solid;
	border-right: #aab 6px solid;
}

.opaque {
	margin:0; padding:0;
	background-color: #ddd;
	border-left: #aab 6px solid;
	border-right: #aab 6px solid;
	text-align:left;
}

.center-box {
	margin: 0 auto;
	padding:10px;
	width: 700px;
	height: 460px;
	height: 550px;
	
}
html>body .center-box {
	height: 530px;
}

.center-box p {
	margin-bottom:6px;
	font-size:10pt;
	text-align:left;
}
.center-box ul { list-style: square outside; }
.center-box li {
	margin-left:20px;
	margin-bottom:6px;
	font-size:10pt;
	text-align:left;
	
}
.center-box h1 { text-align:center; }

img.left {
	margin-left:0;
	margin-right:10px;
}
img.right {
	margin-left:10px;
	margin-right:0;
}
.heading0 {
	margin-bottom:2px;
}

.small {
	font-size:10px !important;
	font-weight:normal;
}


/* to clear elements to left and right of blocks - so images appear with respective headings and paragraphs--might not need the font size and line heitht*/
.clearit {
	display: block;
	clear: both;
	height:0; 
    margin:0;
	padding:0;
    font-size: 1px!important;
    line-height: 1px;
}

/*
### STASH ###
	border: red 2px solid;
	border: blue 1px solid;
	border: #fff 1px solid;

	border-top: #aaa 4px solid;
	border-bottom: #aaa 4px solid;
	border-top: #fff 1px solid;
	border-bottom: #fff 1px solid;
*/

/* ---------------------------------HEADER styles----------------------------------*/
#header {
	height:80px;
	width: 940px;
	margin:0; padding:0;
	border-bottom: #3c355f 2px solid;
	background-color: #ccc;
	background-color: #c4c2cf;
	background-color: #716b8f;
	background-color: #ccc;
	position: relative;
	position: static;
	text-align: left;
}
#header-logo {
	float: left;
	height:80px;
	width: 300px;
	max-width: 300px;
	margin: 3px 4px;
	margin:0; padding:0;
	border:0;
	background-color: #fff;
	text-align: center;
	
}
#header-logo img, #header-logo a {
	margin: 4px auto !important;
}
#header-content {
	float: left;
	margin:0; padding:0;
	position: static;
	
}

#nav0 {
	margin:0; padding:0;
}
#nav0 li {
	margin: 3px 10px;
	padding:0;
	list-style: none;
	float: right;
	color: #292f6f !important;
	font-weight: bold;
	
}
#nav0 li a {
	font-size: 10px; 
	font-weight: bold;
}

#navbar {
	width: 633px;
	height: 26px;
	margin:0; padding:0;
	padding: 0;
	border-top: #2c7e8f 5px solid;
	border-bottom: #2c7e8f 5px solid;
	border-top: #1d545f 5px solid;
	border-bottom: #1d545f 5px solid;
	border-top: #8ec4cf 5px solid;
	border-bottom: #8ec4cf 5px solid;
	border-top: #fff 2px solid;
	border-bottom: #fff 2px solid;
	border-top: #fdaf19 2px solid;
	border-bottom: #fdaf19 2px solid;
	border-top: #aaa 2px solid;
	border-bottom: #aaa 2px solid;
	border-top: #74aebc 2px solid;
	border-bottom: #74aebc 2px solid;
	
	background-color: #aaa;
	background: red url(/media/ver20/images/structure/trans_hatch5.gif) repeat;
	background: #aaa url(/media/ver20/images/structure/menubar05.gif) repeat-x;
	position: static;
	position: relative;
	
}
html>body #navbar {
	width: 640px;
}
#nav {
	width: 100%;
	padding:0;
	margin: 10px 0;
	margin:0; padding:0;
	background: #292f6f url(/media/ver20/images/structure/trans_hatch5.gif) repeat;
	background: #292f6f url(/media/ver20/images/structure/nav_bk4.gif) repeat-x;
	background: red url(/media/ver20/images/structure/nav_bk1.gif) repeat-x;
	background: red url(/media/ver20/images/structure/46x46_button.gif) repeat-x;
	background: red url(/media/ver20/images/structure/trans_hatch5.gif) repeat;
	background: #aaa url(/media/ver20/images/structure/menubar05.gif) repeat-x;
}
#nav li {
	margin: 0;
	padding:5px 10px;
	border-right: #292f6f 1px solid;
	background: red url(/media/ver20/images/structure/trans_hatch5.gif) repeat;
	background: #aaa url(/media/ver20/images/structure/menubar05.gif) repeat-x;
	list-style: none;
	float: left;
	
}
#nav li.space {
	height: 16px;
	border-right: none;
	background: red url(/media/ver20/images/structure/trans_hatch5.gif) repeat;
	background: #aaa url(/media/ver20/images/structure/menubar05.gif) repeat-x;
}
#nav li.select {
	background-color: #99ddff;
	background: #777 url(/media/ver20/images/structure/trans_hatch5.gif) repeat;
	background: #292f6f url(/media/ver20/images/structure/nav_bk4.gif) repeat-x;
	background: #777 url(/media/ver20/images/structure/trans_hatch5.gif) repeat;
	background: #aaa url(/media/ver20/images/structure/menubar05d.gif) repeat-x;
}
#nav li.select a {
}
#nav li a {
	text-decoration: none;
	color: #292f6f !important;
	font-size: 13px; 
	font-weight: bold;
}
#nav li a:hover {
	color: #fff !important;
}
html>body #nav li a {
	font-size: 14px; 
}

#footerbar {
	width: 633px;
	height:32px;
	margin:0; padding:0;
	background-color: #fff;
	background-color: #292f6f;
	font-size: 9px; 
	text-align: left;
	
	position: static;
	position: relative;
	
}
html>body #footerbar {
	width: 640px;
	height:31px;
}
#footerbar p {
	margin: 1px 30px;
	padding:0;
	padding-top:3px;
	text-align: center;
	text-align: left;
	color:#fff;
	font-size: 7pt !important; 
/*	font-weight: bold;*/
	
}
#footerbar a {
	color:#fff;
}

/* -------------------------------------Footer styles-----------------------------------------*/

#footer {
	height:18px;
	width: 940px;
	margin:0; padding:0;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color:#fff;
	background-color: #292f6f;
}
#footer p {
	width: 90%;
	margin: 3px auto;
	padding:0;
	color:#fff;
	text-align: center;
}

/* ---------------------------------MAINSCREEN styles--------------------------------*/
#mainscreen {
	width: 258px;
	height:146px;
	margin:0; padding:0;
	position: absolute;
	top: 94px;
	left: 352px;
	background-color: #aaa;
	background-color: #777;
	text-align: center;
	color: #fff;
	color: #292f6f;
}
#mainscreen img {
	width:254px;
	height:142px;
	padding:0;
	margin:2px;
	background-color: #aaa;
	position: absolute;
	top:  0;
	left: 0;
}

/* -------------------------------SCROLLER styles----------------------------------

	background: transparent url(/media/ver20/images/structure/trans_hatch5.gif) repeat;
*/
#scroller {
	width: 940px;
	height:22px;
	margin:0; padding:0;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top:260px;
	top:570px;
	left:0;
	background-color: #5d98ab;
	background-color: #84b6c4;
	background-color: #6d9caf;
	background-color: #aac;
}
#scroller div {
	width: 850px;
	margin:3px auto;
	overflow: hidden;
	
}
#scroller div p {
	width: 100000em;
	margin:0; padding:0;
	text-align: left;
	font-size: 13px; 
	font-weight: bold;
	color:#fff;
	color:#292f6f;

}

/* ---------------------------------LOBBY styles--------------------------------*/
#conference-door {
	width: 86px;
	height:106px;
	margin:0; padding:0;
	position: absolute;
	top: 295px;
	left: 75px;
	
}
#lounge-door {
	width: 71px;
	height:117px;
	margin:0; padding:0;
	position: absolute;
	top: 284px;
	left: 254px;
}
#exhibit-door {
	width: 151px;
	height:117px;
	margin:0; padding:0;
	position: absolute;
	top: 284px;
	left: 461px;
}
#helpdesk {
	width: 104px;
	height:98px;
	margin:0; padding:0;
	position: absolute;
	top: 431px;
	left: 653px;
}
#rr-door {
	width: 81px;
	height:98px;
	margin:0; padding:0;
	position: absolute;
	top: 431px;
	left: 506px;
}

#popup {
	width: 440px;
	height:440px;
	margin:0; padding:0;
	position: absolute;
	top: 120px;
	left: 250px;
	border-top: #446 2px solid;
	border-left: #446 2px solid;
	border-right: #446 4px solid;
	border-bottom: #446 4px solid;
	background-color: #ddd;
	z-index: 99;
}
#popup-body {
	position: absolute;
	top: 25px;
	left: 5%;
	width: 100%;
	width: 90%;
	margin: 0 auto;
	padding:0;
	text-align: left;
}
#popup p, #popup li, #popup ul, #popup h4 {
	position: relative;
	position: static;
	margin: 5px 0;
	text-align: left;
}
#popup-bar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height:25px;
	margin:0; padding:0;
	background-color: #99a;
	background: #99a url(/media/ver20/images/structure/trans_hatch5.gif) repeat;
	text-align: right;
}
#popup-bar img {
	border: none;
	margin: 7px;
	float: right;
	text-align: right;
}
#popup-bar p {
	margin: 6px 10px;
	float: left;
	text-align: left;
	font-size: 9pt;
	font-weight: bold;
}

/*
### STASH ###
	border: #fff 1px solid;
	background-color: #fff;
	border:  1px solid #ccc;  

	top: 82px;
	right: 0px;
	text-align: right;
	border-left: 7px solid #74aebc;
	border-right: 7px solid #74aebc;
	border-bottom: 1px solid #74aebc;
html>body #floor-title {
	width: 306px;
	width: 286px;
}
####################################
.booth-A>a * { position: static; }
.booth-B>a * { position: fixed; }
.booth-C * { position: relative; }
.booth-B>a * { position: fixed; }
.booth-A a, .booth-B a, .booth-C a { 
	background-color: #fff;
	position: static;
	_height: 0;
	zoom: normal;
	display: inline-block;
}
.booth-A a { 
	position: static;
	display: inline-block;
}

#floors a {
	text-decoration: none;
	color: #292f6f !important;
	font-size: 13px; 
	font-weight: bold;
}
	background: transparent url(/media/ver20/images/structure/trans_hatch5.gif) repeat;
*/

/* ---------------------------------FLOOR-BOOTH styles--------------------------------*/
#floors {
	padding-left:5px;
	text-align:left;
	border-left: #74aebc 10px solid;
	border-top: #74aebc 1px solid;
}
#floors>h1 {
	text-align:left;
	color: #292f6f;
	color:#bee;
	color:#74aebc;
}
#floors a h1 {
	text-align:left;
	color: #292f6f;
	color:#74aebc;
	color:#9ee;
}
#floors a {
}
#floors a:hover h1 {
	color: #fff !important;
}

#floor-title {
	display: none;
	width: 286px;
	height:14px;
	margin:0; padding:0;
	background-color: #ddd;
	border-left: 7px solid #74aebc;
	border-bottom: 1px solid #74aebc;
	border-left: 4px solid #aaa;
	border-bottom: 2px solid #aaa;
	position: absolute;
	top: 82px;
	right: 0px;
	text-align: center;
	font-weight: bold;
}
.booth-A {
	width: 178px;
	height:150px;
	margin:0; padding:0;
	position: absolute;
	top: 424px;
}
.booth-A div.booth-sign {
	width: 142px;
	height:38px;
	margin:0 14px; 
	padding:0;
	border-left:#fff 5px solid;
	border-right:#fff 5px solid;
	background-color: #fff;
	text-align: center;
}
.booth-A div.booth-sign img {
	margin:3px auto; 
	padding:0;
	height:32px;
}

.booth-B {
	width: 146px;
	height:130px;
	margin:0; padding:0;
	position: absolute;
	top: 280px;
}
.booth-B div.booth-sign {
	width: 122px;
	height:32px;
	margin:0 8px; 
	padding:0;
	border-left:#fff 4px solid;
	border-right:#fff 4px solid;
	background-color: #fff;
	text-align: center;
}
.booth-B div.booth-sign img {
	margin:3px auto; 
	padding:0;
	height:26px;
}

.booth-C {
	width: 120px;
	height:110px;
	margin:0; padding:0;
	position: absolute;
	top: 160px;
}
.booth-C div.booth-sign {
	width: 112px;
	height:30px;
	margin:0; padding:0;
	border-left:#fff 4px solid;
	border-right:#fff 4px solid;
	background-color: #fff;
	text-align: center;
}
.booth-C div.booth-sign img {
	margin:3px auto; 
	padding:0;
	height:24px;
}

#booth01 {
	top: 410px;
	left: 140px;
	left: 120px;
}
#booth02 {
	left: 330px;
}
#booth03 {
	left: 540px;
}
#booth04 {
	left: 750px;
}
#booth05 {
	left: 695px;
}
#booth06 {
	left: 475px;
}
#booth07 {
	left: 255px;
}
#booth08 {
	left: 195px;
}
#booth09 {
	left: 340px;
}
#booth10 {
	left: 485px;
}
#booth11 {
	left: 630px;
}
#booth12 {
	left: 775px;
}

.booth-popup {
	width: 230px;
	height:120px;
	margin:0; padding:0;
	position: absolute;
	border: 2px solid #292f6f;
	background-color: #fff;
	text-align: center;
	display: none;
}
.booth-popup img {
	margin: 2px auto;
}

#booth01-popup {
	top: 424px;
	top: 410px;
	left: 140px;
	left: 120px;
	left: 70px;
}
#booth02-popup {
	top: 414px;
	left: 330px;
	left: 280px;
}
#booth03-popup {
	top: 414px;
	left: 540px;
	left: 510px;
}
#booth04-popup {
	top: 414px;
	left: 750px;
	left: 700px;
}
#booth05-popup {
	top: 270px;
	left: 695px;
	left: 640px;
}
#booth06-popup {
	top: 270px;
	left: 475px;
	left: 430px;
}
#booth07-popup {
	top: 270px;
	left: 255px;
	left: 170px;
}
#booth08-popup {
	top: 140px;
	left: 195px;
	left: 85px;
}
#booth09-popup {
	top: 140px;
	left: 340px;
	left: 240px;
}
#booth10-popup {
	top: 140px;
	left: 485px;
	left: 395px;
}
#booth11-popup {
	top: 140px;
	left: 630px;
	left: 540px;
}
#booth12-popup {
	top: 140px;
	left: 775px;
	left: 685px;
}

/* ---------------------------------BOOTH PAGE styles----------------------------------*/
#booth-logo {
	width: 230px;
	height:142px;
	margin:0; padding:0;
	position: absolute;
	top: 104px;
	left: 353px;
	background-color: #fff;
	text-align: center;
}
#booth-logo img {
	margin: 2px auto;
}

#booth-screen0 {
	width: 228px;
	height:112px;
	margin:0; padding:0;
	position: absolute;
	top: 263px;
	left: 353px;
	background-color: transparent;
}
#booth-screen {
	width: 228px;
	height:112px;
	margin:0; padding:0;
	position: absolute;
	top: 263px;
	left: 353px;
	background-color: transparent;
	background-color: #000;
	overflow: hide;
	text-align: center;
	font-size: 6pt;
}
#booth-screen img {
	width: 228px;
	height: 112px;
	margin: 0 auto;
	text-align: center;
	left: 0;
}
#booth-screen a {
	left: 0;
}
#xxbooth-screen img:hover {
	width: auto;
	height: auto;
}
#booth-about, #booth-contact, #new-contact {
	display:none;
	width: 328px;
	height:200px;
	margin:0;
	padding:0;
	position: absolute;
	top: 283px;
	left: 304px;
	z-index: 99;
	border: #fff 1px solid;
	background-color: transparent;
	background-color: #fff;
	font-size: 9pt !important;
}
#new-contact {
	height:225px;
	top: 258px;
}
#booth-display,#boothdisplay, #booth-popup {
	display:none;
	width: 328px;
	height:225px;
	margin:0; padding:0;
	position: absolute;
	top: 258px;
	left: 304px;
	z-index: 25;
	border: #fff 1px solid;
	background-color: transparent;
	background-color: #fff;
	font-size: 9pt !important;
}
/* ----------------#########------------------*/
#booth-docs {
	display:none;
	width: 468px;
	height:400px;
	margin:0;
	padding:0;
	position: absolute;
	top: 98px;
	left: 304px;
	z-index: 99;
	border: #fff 1px solid;
	background-color: transparent;
	background-color: #fff;
	font-size: 9pt !important;
}
#booth-docs-content {
	width: 450px;
	height:292px;
	margin: 4px 4px 4px 14px;
	overflow: auto;
	position: absolute;
	top: 27px;
	left: 0px;
	text-align: left;
}
#booth-docs-content p {
	color: #292f6f;
	font-size: 8pt !important;
}
#xpopup {
	width: 600px;
	height:440px;
	margin:0; padding:0;
	position: absolute;
	top: 120px;
	left: 180px;
	border-top: #446 2px solid;
	border-left: #446 2px solid;
	border-right: #446 4px solid;
	border-bottom: #446 4px solid;
	background-color: #ddd;
	z-index: 99;
}
#booth-about p, #booth-about li, #booth-about ul, #booth-about h4, #booth-about p, #booth-about li, #booth-about ul, #booth-contact h4 {
	position: relative;
	position: static;
	margin: 5px 10px;
	text-align: left;
}
#booth-popup-bar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height:25px;
	margin:0; padding:0;
	background-color: #99a;
	background: #99a url(/media/ver20/images/structure/trans_hatch5.gif) repeat;
	text-align: right;
}
#booth-popup-bar img {
	border: none;
	margin: 7px;
	float: right;
	text-align: right;
	cursor:pointer;
}
#booth-popup-bar p {
	width: 80%;
	margin: 6px 10px;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	float: right;
}

#booth-column,#boothcolumn {
	width: 85px;
	height:270px;
	margin:0; padding:0;
	position: absolute;
	top: 196px;
	left: 173px;
	background-color: transparent;
	text-align: center;
}

#booth-column2,#boothcolumn2 {
	width: 85px;
	height:213px;
	margin:0; padding:0;
	position: absolute;
	top: 196px;
	left: 679px;
	background-color: transparent;
	text-align: center;
}
#booth-column2top {
	width: 85px;
	height:60px;
	margin:0; padding:0;
	position: absolute;
	top: 200px;
	left: 685px;
	background-color: transparent;
	text-align: left;
}
#booth-column2top img { vertical-align:middle; }

#booth-links0 {
	width: 85px;
	height:65px;
	margin:0; padding:0;
	position: absolute;
	top: 339px;
	left: 173px;
	background-color: transparent;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
}
#booth-links, #booth-column1bottom {
	width: 85px;
	height:65px;
	margin:0; padding:0;
	padding-left: 5px;
	position: absolute;
	top: 418px;
	left: 173px;
	background-color: transparent;
	text-align: left;
	font-weight: bold;
	z-index: 99;
}
#booth-links0 img { vertical-align:middle; }
#booth-links img { vertical-align:middle; }
#booth-column1bottom img { vertical-align:middle; }

#booth-sign,#boothsign {
	width: 97px;
	height:142px;
	margin:0; padding:0;
	position: absolute;
	top: 333px;
	left: 810px;
	background-color: #fff;
	background-color: transparent;
	text-align: center;
	color: #fff !important;
	overflow: hidden;
}
#booth-sign a, #boothsign a {
	color: #efe577 !important;
}
#booth-sign a:hover, #boothsign a:hover {
	color: #ffed2f !important;
	color: #afffff !important;
}

#booth-sign-top {
	width: 97px;
	height:62px;
	margin:0; padding:0;
	position: absolute;
	top: 338px;
	left: 810px;
	background-color: transparent;
	text-align: center;
	color: #fff !important;
}

/* ---------------------------------CONFERENCE CENTER styles--------------------------------*/
#events {
	width: 640px;
	height:286px;
	margin:0; padding:0;
	background-color: transparent;
	text-align: center;
	text-align: right;
	text-align: left;
	position: absolute;
	top: 200px;
	left: 160px;
}
#events0 {
	width: 620px;
	height:206px;
	overflow:auto;
	position: absolute;
	top: 82px;
	left: 20px;
}
#events table {
}
#events th, #events td {
	font-size: 8pt;/*100%*/
	font-weight: normal;
	margin: 0;
	padding: 0 .5em;
	vertical-align: top;
	text-align: left;
}
#events th {
	margin: 20px 25px;
	border-bottom: #733 1px solid;
	color: #733;
	font-weight: bold;
}

/* STASH
	border: #fff 1px solid;
#events h3 {
	color:#fff !important;
}
	color:#fff !important;
*/
#events h5 {
	margin: 5px 0;
}
#events p {
	padding:0;  margin:0;
	margin-bottom:3px;
	text-align: left;
	font-size: 11px;
	color:#fff;
}
#events0 p {
	margin-left:10px;
}
.events00 {
	display: none;
}

#events a {
	color: #292f6f !important;
}
#events a:hover {
	color: #602922 !important;
}

#events ul {
	margin-left:15px;
	list-style: none;
}
#events li {
	margin-top:5px;
	font-size: 11px;
	font-weight: bold;
}
.event-desc p {
	color: #292f6f !important;
	margin-left:30px;
	
}

/* ---------------------------------LOUNGE styles--------------------------------*/
/* stash
	border:  1px solid red;
*/
#lounge-main {
	width: 540px;
	height: 520px;
	margin:0; padding:0;
	position: absolute;
	top: 100px;
	left: 377px;
	overflow: auto;
	background-color: #fff;
	background-color: transparent;
	text-align: left;
}
#lounge-main hr {
	width: 537px;
}
#lounge-main p {
	margin-left:5em;
}
#lounge-form div {
	margin: 10px 0;
	padding: 16px 0;
	border: 1px solid #3c355f;
}
#lounge-form p {
	margin-left:3em;
	margin-bottom:2em;
}
#lounge-form .errorlist {
	margin-left:3em;
	color: red;
}
#lounge-form label { font-weight: bold; }

#lounge-post p {
	margin:6px 2em 6px 1em;
}

.topic-subjects {
	display: none;
	margin: 6px 0 0 5em;
}

/* ---------------------------------REGFORM styles--------------------------------*/
#entry input { width:32em; }
#entry label { font-weight:bold; }
#entry #id_city { width:18em; }
#entry #id_state { width:3em; }
#entry #id_zip { width:9em; }
#entry #id_phone1 { width:12em; }
#entry #id_phone2 { width:12em; }
#entry #id_email_vs { width:12px; }
#entry #id_email_other { width:12px; }

/* ---------------------------------RESTROOM styles--------------------------------*/
#rr-message1 {
	width: 210px;
	height:122px;
	margin:0; padding:0;
	text-align: center;
	position: absolute;
	top: 120px;
	left: 50px;
}
#rr-message1 p {
	margin:10px 0 10px 8px;
	padding:0;
	margin:0; padding:0;
	text-align: center;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color:#000;
}
#rr-message2 {
	width: 210px;
	height:122px;
	margin:0; padding:0;
	text-align: center;
	position: absolute;
	top: 165px;
	left: 678px;
}
#rr-message2 p {
	margin:10px 0 10px 8px;
	padding:0;
	margin:0; padding:0;
	text-align: center;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color:#000;
}

/* ---------------------------------VUSER styles--------------------------------*/
#vuser-info {
	width: 160px;
	height: 28px;
	margin:0;
	padding:0;
	position: absolute;
	top: 83px;
	right: 3px;
	z-index: 99;
	border: #fff 1px solid;
	background-color: transparent;
	background-color: #fff;
	font-size: 8pt !important;
	text-align: left;
	color: black;
}
#vuser-info img {
	float: right;
	margin: 4px 7px 0 0;
}
#vuser-info p { font-size: 8pt !important; }
#vuser-briefcase {
	display: none;
	width: 150px;
	margin: 0;
	padding: 5px;
	overflow: auto;
	position: absolute;
	top: 114px;
	right: 3px;
	background-color: #292f6f;
	background-color: #cdc;
	text-align: left;
	font-size: 7pt !important;
	color: #292f6f;
}
#vuser-briefcase p { font-size: 7pt !important; }


/* ---------------------------------MISCELLANEOUS styles--------------------------------*/
#exit {
	width: 70px;
	height:39px;
	margin:0; padding:0;
	background: transparent url(/media/ver20/images/structure/arrow119.gif) center top no-repeat;
	text-align: center;
	position: absolute;
	top: 140px;
	left: 30px;
}
#exit p {
	margin:10px 0 10px 8px;
	padding:0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color:#fff;
}


/* --------------------------------------------------------------*/

t:122px;
	margin:0; padding:0;
	text-align: center;
	position: absolute;
	top: 165px;
	left: 678px;
}
#rr-message2 p {
	margin:10px 0 10px 8px;
	padding:0;
	margin:0; padding:0;
	text-align: center;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color:#000;
}


/* ---------------------------------MISCELLANEOUS styles--------------------------------*/
#exit {
	width: 70px;
	height:39px;
	margin:0; padding:0;
	background: transparent url(/media/ver20/images/structure/arrow119.gif) center top no-repeat;
	text-align: center;
	position: absolute;
	top: 140px;
	left: 30px;
}
#exit p {
	margin:10px 0 10px 8px;
	padding:0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color:#fff;
}



/* -------------------------------------Footer styles-----------------------------------------*/

/* --------------------------------------------------------------*/

t:122px;
	margin:0; padding:0;
	text-align: center;
	position: absolute;
	top: 165px;
	left: 678px;
}
#rr-message2 p {
	margin:10px 0 10px 8px;
	padding:0;
	margin:0; padding:0;
	text-align: center;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color:#000;
}


/* ---------------------------------MISCELLANEOUS styles--------------------------------*/
#exit {
	width: 70px;
	height:39px;
	margin:0; padding:0;
	background: transparent url(/media/ver20/images/structure/arrow119.gif) center top no-repeat;
	text-align: center;
	position: absolute;
	top: 140px;
	left: 30px;
}
#exit p {
	margin:10px 0 10px 8px;
	padding:0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color:#fff;
}



/* -------------------------------------Footer styles-----------------------------------------*/

/* --------------------------------------------------------------*/

t:122px;
	margin:0; padding:0;
	text-align: center;
	position: absolute;
	top: 165px;
	left: 678px;
}
#rr-message2 p {
	margin:10px 0 10px 8px;
	padding:0;
	margin:0; padding:0;
	text-align: center;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color:#000;
}


/* ---------------------------------MISCELLANEOUS styles--------------------------------*/
#exit {
	width: 70px;
	height:39px;
	margin:0; padding:0;
	background: transparent url(/media/ver20/images/structure/arrow119.gif) center top no-repeat;
	text-align: center;
	position: absolute;
	top: 140px;
	left: 30px;
}
#exit p {
	margin:10px 0 10px 8px;
	padding:0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color:#fff;
}



/* -------------------------------------Footer styles-----------------------------------------*/

/* --------------------------------------------------------------*/

:122px;
	margin:0; padding:0;
	text-align: center;
	position: absolute;
	top: 165px;
	left: 678px;
}
#rr-message2 p {
	margin:10px 0 10px 8px;
	padding:0;
	margin:0; padding:0;
	text-align: center;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color:#000;
}


/* ---------------------------------MISCELLANEOUS styles--------------------------------*/
#exit {
	width: 70px;
	height:39px;
	margin:0; padding:0;
	background: transparent url(/media/ver20/images/structure/arrow119.gif) center top no-repeat;
	text-align: center;
	position: absolute;
	top: 140px;
	left: 30px;
}
#exit p {
	margin:10px 0 10px 8px;
	padding:0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color:#fff;
}



/* -------------------------------------Footer styles-----------------------------------------*/

/* --------------------------------------------------------------*/

