html, body {
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
}
#topbar_white {
	text-align: center;
	margin: 0;
	padding: 0.6em 0.5em 0.4em;
	color: #000;
	font-weight: normal;
	font-size: 1.75em;
}
#topbar_white_address{
	float: right;
	text-align: right;
	margin-top: -100px;
	margin-right: 40px;
	padding-right: 10px;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	z-index: 10;
}
#topbar_white_exitbutton{
	float: right;
	text-align: right;
	margin-top: -100px;
	padding-right: 4px;
	z-index: 11;
	width: 32px;
}
#myContainer {
	margin: 0px 0px 0px 0px;
	text-align: left;
	background: #fff;
	width: 100%;
	height: 100%;
}
#myInsider{
	margin: 0 auto;
	width: 100%;
	height: 100%;
	padding: 0px 0px 10px 0px;
}
.textbox_inlinechats {
	width:220pt;
	height: 30px;
	font-size: 14pt;
	background-color:#F5F6F7;
	font-weight: bold;
	color: #666666;
	background: #eee url('../images/bg_form_field.png') no-repeat left top;
}
.textarea_inlinechats {
	width:220pt;
	height: 84px;
	font-size: 14pt;
	background-color:#F5F6F7;
	font-weight: bold;
	color: #666666;
	background: #eee url('../images/bg_form_field.png') no-repeat left top;
}
.textarea_inlinechats_topic {
	width:220pt;
	height: 180px;
	font-size: 14pt;
	background-color:#F5F6F7;
	font-weight: bold;
	color: #666666;
	background: #eee url('../images/bg_form_field.png') no-repeat left top;
}
.select_inlinechats {
	width:226pt;
	height: 36px;
	font-size: 14pt;
	background-color:#F5F6F7;
	color: #666666;
	background: #eee url('../images/bg_form_field.png') no-repeat left top;
}
.select_inlinechats_tiny {
	width: 14pt;
	height: 12px;
	font-size: 6pt;
	background-color:#F5F6F7;
	color: #666666;
	background: #eee url('../images/bg_form_field.png') no-repeat left top;
}
.button_inlinechats {
	background: url('../images/bg_form_submit.png');
	border: #ddd solid 1px;
	padding-left: 14px;
	margin-top: 10px;
	width: 96px;
	height: 22pt;
	color: #666666;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	cursor:pointer;
}
.label_inlinechats_username {
	color: #339933;
	font-weight: bold;
	height: 22px;
	padding-left: 38px;
	margin: 12px 0px 0px 0px;
	background: url('../images/bg_form_label_username.png') no-repeat left top;
}
.label_inlinechats_userfirstname {
	color: #339933;
	font-weight: bold;
	height: 16px;
	padding-left: 0px;
	margin: 2px 0px 0px 0px;
}
.label_inlinechats_userlastname {
	color: #339933;
	font-weight: bold;
	height: 16px;
	padding-left: 0px;
	margin: 2px 0px 0px 0px;
}
.label_inlinechats_contactperson
 {
	color: #339933;
	font-weight: bold;
	height: 16px;
	padding-left: 0px;
	margin: 2px 0px 0px 0px;
}
.label_inlinechats_contactphone {
	color: #339933;
	font-weight: bold;
	height: 16px;
	padding-left: 0px;
	margin: 2px 0px 0px 0px;
}
.label_inlinechats_password {
	color: #339933;
	font-weight: bold;
	height: 22px;
	padding-left: 38px;
	margin: 12px 0px 0px 0px;
	background: url('../images/bg_form_label_password.png') no-repeat left top;
}
.label_inlinechats_action {
	color: #339933;
	font-weight: bold;
	height: 22px;
	padding-left: 38px;
	margin: 12px 0px 0px 0px;
	background: url('../images/bg_form_label_action.png') no-repeat left top;
}
.label_inlinechats_comments {
	color: #339933;
	font-weight: bold;
	height: 22px;
	padding-left: 38px;
	margin: 12px 0px 0px 0px;
	background: url('../images/bg_form_label_comments.png') no-repeat left top;
}
.label_inlinechats_topicmessage {
	color: #000;
	font-size: 12pt;
	font-weight: bold;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 300px;
	background-color: #efe;
	text-align: left;
	//border: #ddd solid 1px;
}
#myShadowbox_blue{
	background: url('../images/bg_shadowbox_376x526_blue.png') no-repeat center top;
	margin: 0 auto;
	width: 376px;
	height: 550px;
	padding: 30px 0px 10px 0px;
}
#myShadowbox_green{
	background: url('../images/bg_shadowbox_376x526_green.png') no-repeat center top;
	margin: 0 auto;
	width: 376px;
	height: 550px;
	padding: 30px 0px 10px 0px;
}
#myShadowbox_red{
	background: url('../images/bg_shadowbox_376x526_red.png') no-repeat center top;
	margin: 0 auto;
	width: 376px;
	height: 550px;
	padding: 30px 0px 10px 0px;
}
#rogLightBoxBG {
	position: absolute;
	float: left;
	width: 100%;
	height: 100%;
	margin-top: 0;
	margin-left: 0;
	z-index: 100;
	display: none;
	background-color: #f00;
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";	/* first - opacity for new ie browsers */
	filter: alpha(opacity=50);						/*  second - opacity for other ie browsers */
	-moz-opacity:0.5;							/* opacity for other browsers */
 }
#rogLightBoxCenterer {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 102;
	margin: 0;
	padding: 0;
	display: none;
	visibility: hidden;
	text-align: center;
}
#rogLightBoxContent {
	width: 640px;
	height: 560px;
	margin: 120px auto;
	padding: 12px;
	background-color: #fff;
	border: #ccc solid 10px;
}
#rogLightBoxButtonBox {
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	z-index: 103;
}
#departureNoticeCenterer {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 102;
	margin: 0;
	padding: 0;
	display: none;
	visibility: hidden;
	text-align: center;
}
#departureNoticeContent_Moderator {
	width: 400px;
	margin: 44px 0px 0px 10px;
	padding: 10px;
	background-color: #fff;
	border: #ccc solid 10px;
	text-align: left;
}
#divLayerCentererSIGNUP {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 102;
	margin: 0;
	padding: 0;
	display: none;
	visibility: hidden;
	text-align: justify;
}
#divContentSIGNUP {
	width: 640px;
	height: 560px;
	margin: 120px auto;
	padding: 12px;
	background-color: #fff;
	border: #ccc solid 10px;
}

/* --------------------------------------- */
/* LEFT CONTAINER */
/* --------------------------------------- */

#LeftChannel_Container {
	float: left;
	height: 100%;
	width: 250px;
	padding: 0px;
	overflow: auto;
	background: #efe;
	border-right: #ccc dotted 2px;
}
#LeftChannel_Chatters {
	height: 300px;
	padding: 8px;
	overflow: auto;
	background: #efe;
}
#LeftChannel_Hosts {
	height: 100px;
	padding: 8px;
	overflow: auto;
	background: #efe;
}
#LeftChannel_Toolbox {
	height: 120px;
	padding: 8px;
	overflow: auto;
	background: #efe;
}
#LeftChannel_Session {
	float: left;
	height: 100%;
	width: 400px;
	padding: 0px;
	overflow: auto;
	background: #efe;
	border-right: #ccc dotted 2px;
}
#LeftChannel_Guest {
	float: left;
	height: 100%;
	width: 220px;
	padding: 0px;
	overflow: auto;
	background: #fee;
	border-right: #ccc dotted 2px;
}
#LeftChannel_GuestUpdates {
	padding: 2px;
	overflow: auto;
//	background: red;
}
#sessionRetrieveOld {
	float: left;
	margin: 0px;
	width: 378px;
	padding: 10px;
	//border: #ddd solid 1px;
	background: #efe;
	overflow: auto;
}
#sessionMakeNew {
	float: left;
	text-align: center;
	//width: 378px;
	//height: 500px;
	padding: 8px;
	margin: 10px 0px 0px 10px;
	border: #ccc dotted 2px;
	background: #efe;
}
#ActivateButton {
	float: left;
	text-align: center;
	width: 188px;
	padding: 4px;
	margin: 10px 0px 0px 10px;
	background: #eee;
	border: #ddd solid 4px;
	border-bottom: #ddd solid 10px;
}

/* --------------------------------------- */
/* AUTO BUTTONS */
/* --------------------------------------- */

#QuickMsgBAR {
	float: right;
	height: 22px;
}
#freezeMyScroll {
	font-size: 8px;
	background-color:#fee;
}
#resumeMyScroll {
	font-size: 8px;
	background-color:#efe;
}
#quickMsgWELCOME {
	font-size: 8px;
	background-color:#eee;
}
#quickMsgHOLD {
	font-size: 8px;
	background-color:#eee;
}
#quickMsgBYEBYE {
	font-size: 8px;
	background-color:#eee;
}

/* --------------------------------------- */
/* CHAT CONTAINER */
/* --------------------------------------- */
#rogInilneChatBox1 {
	float: left;
	width: 420px;
	margin: 10px;
	border: #ddd solid 4px;
	background: #fff;
}
#rogInilneChatBox1_Content {
	padding: 8px;
	height: 260px;
	overflow: auto;
}
#rogInilneChatBox1_Entry {
	padding: 8px;
	height: 160px;
	background: #ddd;
}

/* --------------------------------------- */
/* CHAT BOX */
/* --------------------------------------- */

.textarea_chatbox {
	width:270pt;
	height: 100px;
	font-size: 14pt;
	background-color:#F5F6F7;
	font-weight: bold;
	color: #DE5F00;
	background: #eee url('../images/bg_form_field.png') no-repeat left top;
	padding: 0px 0px 0px 0px;
	width: 100%;
}
#labelMessage {
	font-size: 10pt;
	font-weight: normal;
	text-decoration: italic;
}
#labelTopic {
	font-size: 10pt;
	font-weight: normal;
	text-decoration: italic;
}

.myCount{
	padding: 0px 4px 0px 0px;
	font-size: 16pt;
	font-weight: bold;
}

/* --------------------------------------- */
/* NAVIGATION */
/* --------------------------------------- */

#navDiv_ChatSessions {
	position: absolute;
	width: 350px;
	z-index: 110;
	padding: 10px;
	display: none;
	visibility: hidden;
	text-align: left;
	background: #eef;
	border: #999 solid 4px;
	margin: 50px 0px 0px 10px;
}
