.bloderB
{
	padding:20px 20px 20px 20px;
	width: 100%;
	border: 1px solid #ccc;
	background: #fff;
	-moz-box-shadow:2px 3px 4px #e8e8e8;
	-webkit-box-shadow:2px 3px 4px #e8e8e8;
	-o-box-shadow: 2px 3px 4px #e8e8e8;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=120,strength=3);
}

* {
    margin: 0;
    padding: 0;
    line-height:20px;
}
html,body
{
    margin:0;
    padding:0;
    color:#565656;
    text-align:left;
	/*height:100%;*/
}

.printHidden
{
	display:none;
}

@media print 
{
	.nonprintable { display:none; } 
	.printable { display:block; }
	
	.printHidden 
	{
		display:block;
		margin:5px;
		/*width:100%;
		height:auto;
        max-height:100%;
		*/
	}
}

img
{
	border:0px;
}
/*----------------------------------------------------------------------------------------- 
	General
----------------------------------------------------------------------------------------- */
.mainListingLink
{
	color:#FB4A04;
	text-decoration:none;
	font-weight:bold;
}

a:link
{ 
    color:#fb4a04;
    text-decoration:none;
}
a:visited
{ 
    color:#FB4A04;
    text-decoration:none;
}
a:hover
{ 
    color:#FB4A04;
    text-decoration:underline;
}
a:active
{ 
    color:#FB4A04;
    text-decoration:none;
}
.stylePrivacy
{
	color:#0000ff;
}
.normal ul, ol
{
	margin: 0;
	padding: 0;
}
.normal li
{
	margin-left: 0;
}

form 
{
	margin: 0;
}
input
{
	font-family:Arial;
}
select
{
	font-family:Arial;
}
.clear 
{
	clear:both;
}
.stylePreregRemark
{
	color:#FF0000;
}
.button
{
	font-weight:bold;
	border: solid 1px #9A9A9A;
	background-color:#EEEEEE;
	cursor:pointer;
}
.defaultText { }
.defaultTextActive { color: #A1A1A1; }

.styleTextBoxPrefill
{
	font-family:Arial;
	color:#7C7C7C;
}
.styleTextBoxNor
{
	font-family:Arial;
	color:#000000;
}

#password-clear {
    display: none;
}

/*----------------------------------------------------------------------------------------- 
	Top Menu 
----------------------------------------------------------------------------------------- */
.styleTopLink
{	
	color: #ffffff;
	font-size:12px;	
}
/*----------------------------------------------------------------------------------------- 
	Pulldown Language 
----------------------------------------------------------------------------------------- */


/*---------Slider-------------*/

.slides_container {
	width:704px;
	overflow:hidden;
	position:relative;
	display:none;
	z-index:10;
}

.slides_container div.slide {
	width:704px;
	height:234px;
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin:0px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 5px;
	list-style:none;
}

.pagination .pageDIV
{
	top:100px;
	left:100px;
}

.pagination li a 
{
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../../Files/Image/Show/Frame/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/
.caption 
{
	display:none;
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}
/*----------------------*/


/*-----------Header-----------*/
div#headerContainer
{
	height:80px;
	/*background-color:#FFFFFF;*/
}

div#headerSharing
{
	width:279px;
	height:66px;
	position:absolute;
	top:-44px;
	left:60%;
	background-image:url('../../Files/Image/Show/Frame/social_web_bg.png');
	z-index:220;
}
/*---------end Header---------*/

div#headerHome
{
	width:35px;
	height:22px;
	position:absolute;
	top:44px;
	left:804px;
}

div#headerBanner
{
	width:340px;
	height:50px;
	position:absolute;
	top: 20px;
	left:0px;
	/*background-color:#000000;*/
}

/*--------------Language--------------*/
div#headerLangSwitch
{
	width:117px;
	height:22px;
	position:absolute;
	/*top:50px;*/
	
	cursor:pointer;
}

div#headerLangSwitchContainer
{
	display:none;
	position:absolute;
	background-color:#FFFFFF;
	/*top:72px;*/
	/*left:838px;*/
	width:100px;
	/*height:40px;
	padding:0px;*/
	padding-top:5px;
	padding-bottom:5px;
	
	opacity:0.90;
	-moz-opacity:0.90;
	-khtml-opacity:0.90;
	filter:alpha(opacity=90);
		
	-moz-box-shadow: 0 0 5px #000000;
    -webkit-box-shadow: 0 0 5px #000000;
    box-shadow: 0 0 5px #000000;
}
/*--------------end Language--------------*/


/*-----------Menu-----------*/

.MainSideMenuContainer li
{
    list-style-type:none;
    background-color:#FF7200;
    border-bottom: 1px solid #fff;
    height:60px;
}
#sideMenuC li
{
    list-style-type:none;
    background-color:#FF7200;
    border-bottom: 1px solid #fff;
    height:60px;
}


div#menuContainer
{
	/*display:none;*/
	height:50px;
	width:100%;
	position:absolute;
	z-index:220;
	/*border:solid 1px #000000;*/
}

div#menuText
{
	/*background-image:url('../../Files/Image/Show/Frame/menu_bg.jpg');*/
	background-color: #333333;
	/*border:solid 1px #FFFFFF;*/
}
div#menuText ul
{
	list-style:none;
	height:50px;
	margin:0px;
	padding:0;
/*	border:solid 1px #FFFFFF;
	float:left;*/
	overflow:hidden;
}

div#menuText li
{
	/*background-image:url('../../Files/Image/Show/Frame/menu_bg.jpg');*/
	float:left;
	position:relative;

	text-align:center;
	height:50px;
}

div#menuText li.menuText
{
	/*color:#2c2c2c;*/
	/*color: White;*/
	text-transform:uppercase;
	padding:15px 0px 15px 0px;
	font-weight:bold;
	cursor:pointer;
}

div#menuText li.menuText:hover {
	background-color: #DDD8D5;
	color: #FF7200;
}
div#menuText li.menuText a:hover {
	color: #FF7200;
}

div#menuText li.menuTextNoPopUp
{
	color:White;
	text-transform:uppercase;
	padding:15px 0px 15px 0px;
	font-weight:bold;
	cursor:pointer;
}

div#menuText li.menuSeparator
{
	color:#b7b6b6;
	height:20px;
	text-align:center;

}
div#menuText li.menuSeparator img {
	vertical-align:middle;
	text-align:center;
	line-height:50px;
		padding:10px 0px 10px 0px;

}

div#menuText a
{
	color:#DEDEDE;
	text-decoration:none;
	line-height:50px;
}

div#menuC1
{
	display:none;
}

div#menuC2
{
	display:none;
}

div#menuC3
{
	display:none;
}

div#menuC4
{
	display:none;
}

div#menuC5
{
	display:none;
}

div#menuContent
{
	display:none;
	position:absolute;
	top:50px;
	left:0px;
	width:440px;
	height:206px;
	padding:15px;
	color:#000000;
	z-index:500;
	background-color:#DDD8D5;
	opacity:0.85;
	-moz-opacity:0.85;
	-khtml-opacity:0.85;
	filter:alpha(opacity=85);
	
	-moz-box-shadow: 0 0 5px #000000;
    -webkit-box-shadow: 0 0 5px #000000;
    box-shadow: 0 0 5px #000000;
}

div#menuContent ul
{
 padding-left:15px;
}

div#menuContent li
{
	padding:2px;
}

div#menuContent a:link
{ 
    color:#343331;
    text-decoration:none;
    font-weight:bold;
}

div#menuContent a:visited
{ 
    color:#343331;
    text-decoration:none;
    font-weight:bold;
}

div#menuContent a:hover
{ 
    color:#FB4A04;
    text-decoration:underline;
    font-weight:bold;
}

div#menuContent a:active
{ 
    color:#FB4A04;
    text-decoration:none;
    font-weight:bold;
}
/*-----------End Menu-----------*/


/*-----------Footer------------*/
div#footerAnimated
{
	position:absolute;
	background-color:#A2A2A0;
	text-align:center;
	width:100%;
	height:20px;
	top:0px;
}

div#footerAnimatedContent
{
	position:absolute;
	display:none;
	width:980px;
	top:20px;
	/*border:solid 1px #000000;*/
	text-align:left;
	padding-top:10px;
}

div#footerAnimatedContent ul
{
	padding-left:15px
}

div#footerConstant
{
	position:absolute;
	background-color:#A2A2A0;
	width:100%;
	height:130px;
	top:20px;
}

div#footerConstantContent
{
	position:absolute;
	width:980px;
	top:0px;
	/*border:solid 1px #000000;*/
}

div#fixedFooter a:link
{ 
    color:#FFFFFF;
    text-decoration:none;
    font-weight:bold;
}

div#fixedFooter a:visited
{ 
    color:#FFFFFF;
    text-decoration:none;
    font-weight:bold;
}

div#fixedFooter a:hover
{ 
    color:#FFFFFF;
    text-decoration:underline;
    font-weight:bold;
}

div#fixedFooter a:active
{ 
    color:#FFFFFF;
    text-decoration:none;
    font-weight:bold;
}

/*-----------End Footer--------*/


#popup_showVideobox{
    display:none;
}

#popup_showVideobox_{
    display:none; /* Hide the DIV */
    position:absolute;  
    height:550px;
    width:660px;
    background:#FFFFFF;  
    left: 0px;
    top: -200px;
    z-index:350;
    margin-left: 15px;  
   
    /* additional features, can be omitted */
    /*border:solid 2px #FF0000;      */
    padding:15px;  
    font-size:15px;  
    -moz-box-shadow: 0 0 5px #ff0000;
    -webkit-box-shadow: 0 0 5px #ff0000;
    box-shadow: 0 0 5px #ff0000;  
}


div#popup_serverMessage
{
	display:none;
}

/*------Main Tab----*/
div#MainTabContainer
{
	width:729px;
	/*border:solid 1px #000000;*/
}

div#MainTabButton
{
	color: #FB4A04;
	text-transform:uppercase;
	font-weight:bold;
}

div#MainTabButton .tabButton
{
	cursor:pointer;
	width:243px;
	height:86px;
	/*padding-top:15px;
	padding-bottom:82px;*/
	background-repeat:repeat-x;
	/*background-repeat:no-repeat;*/
	background-position:bottom;
	border-right: 1px solid #fff;
}
/*------------------*/


/*--------SideMenu----------*/
div#SideMenuContainer a:link
{ 
    /*color:#7D7D7D;*/
    text-decoration:none;
    font-weight:bold;
}

div#SideMenuContainer a:visited
{ 
    /*color:#7D7D7D;*/
    text-decoration:none;
    font-weight:bold;
}

div#SideMenuContainer a:hover
{ 
    /*color:#7D7D7D;*/
    text-decoration:underline;
    font-weight:bold;
}

div#SideMenuContainer a:active
{ 
    color:#7D7D7D;
    text-decoration:none;
    font-weight:bold;
}

div#SideMenuContainer ul
{
	list-style-type: none;
}

div#SideMenuContainer ul li
{
	/*padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	background-position:left 13px;
	background-repeat:no-repeat;*/
}

div#sideMenuC ul li .selected
{
	/*font-weight:bold;*/
	color:#FF7200;
	background-color: White;
	
}

/*--------end SideMenu------*/


/*------ Top Search -------*/
div.horizontal_scroller{
    position:relative;
    height:24px;
    width:780px;
    display:block;
    overflow:hidden;
}

div.scrollingtext{
    position:absolute;
    white-space:nowrap;
}
/*------ end Top Search -----*/

/*----- Navigation -----*/
div#NavigationContainer
{
	padding-top:10px;
	font-size:11px;
	text-transform:uppercase;
}
/*----- End Navigation -----*/


/*------------------------------------------------ Header Image */
.styleGreyHeader
{
	color: #ff7200;
    font-size: 26px;
    font-weight: bold;
	line-height: 32px;
	height:20px;
}
td.styleGreyHeader1
{
	background-color:#CDCCC8;
	color:#692728;
	font-weight:bold;
	height:3px;
	font-size:13px;
}
td.styleGreyHeader2
{
	background-image:url(../Files/Show/Image/Frame/headerbar_2.jpg);
	background-repeat:no-repeat;
	color:#692728;
	font-weight:bold;
	height:30px;
	padding:0px 0px 0px 5px;
	font-size:13px;
}
td.styleGreyHeaderAra
{
	background-image:url(../Files/Show/Image/Frame/headerbar_1_ara.jpg);
	background-repeat:no-repeat;
	color:#692728;
	font-weight:bold;
	height:30px;
	padding:0px 5px 0px 0px;
	font-size:13px;
}
td.styleGreyHeader2Ara
{
	background-image:url(../Files/Show/Image/Frame/headerbar_2_ara.jpg);
	background-repeat:no-repeat;
	color:#692728;
	font-weight:bold;
	height:30px;
	padding:0px 5px 0px 5px;
	font-size:13px;
}

/*----------------------------------------------------------------------------------------- 
	Inside Page Menu Listing Style 
-----------------------------------------------------------------------------------------*/
#tdContent ul
{
	padding-left:15px;
}

#tdContent ul.listingMenu
{
	/*list-style-type:none;
	width: 680px;
	padding:0px;
	margin:0px;*/
}
#tdContent li.listingMenu
{
	/*
	background-image: url('../../Files/Image/Show/Frame/arrow_right.jpg');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 0px 0px 5px 18px;
	float: left;
	width: 300px; 
	text-transform:uppercase;
	font-weight:bold;*/
}
#tdContent .listingMenu a:link
{	
	font-size:13px;
	font-weight:bold;
	color:#7c7c7c;
	/*color:#AE2F0C;*/
}
#tdContent .listingMenu a:visited
{	
	font-size:13px;
	font-weight:bold;
	color:#7c7c7c;
	/*color:#AE2F0C;*/
}
#tdContent .listingMenu a:hover
{	
	font-size:13px;
	font-weight:bold;
	color:#7c7c7c;
	/*color:#AE2F0C;*/
}
#tdContent .listingMenu a:active
{	
	font-size:13px;
	font-weight:bold;
	color:#8C200E;
	/*color:#AE2F0C;*/
}


#tdContent ul.OneListingMenu
{
	list-style-type:none;
	width: 300px;
	padding:0px;
	margin:0px;
}
#tdContent li.OneListingMenu
{
	background-image: url('../../Files/Image/Show/Frame/arrow_right.jpg');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 0px 0px 5px 18px;
	float: left;
	width: 300px; /* accommodate the widest item */
	text-transform:uppercase;
	font-weight:bold;
}
#tdContent .OneListingMenu a:link
{	
	font-size:13px;
	font-weight:bold;
	color:#8C200E;
	/*color:#AE2F0C;*/
}
#tdContent .OneListingMenu a:visited
{	
	font-size:13px;
	font-weight:bold;
	color:#8C200E;
	/*color:#AE2F0C;*/
}
#tdContent .OneListingMenu a:hover
{	
	font-size:13px;
	font-weight:bold;
	color:#8C200E;
	/*color:#AE2F0C;*/
}
#tdContent .OneListingMenu a:active
{	
	font-size:13px;
	font-weight:bold;
	color:#8C200E;
	/*color:#AE2F0C;*/
}

/*#tdContent td
{
	padding-top:0px;
}

#tdContentInside table td
{
	margin:5px;
}
*/

br.listingMenu
{
  clear: left; /* stop the floating after the list */
}

#form_PressReg
{
	font-family:Arial;
	/*line-height:20px;*/
}


div#SpaceAppContainer td
{
	padding-top:3px;
}

div#SpaceAppContainer ul.connectedSortable  li{
    cursor:move;
	padding: 2px 2px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;    
}

div#SpaceAppContainer ul.selectNN li{
	padding: 2px 2px;
	border: 1px solid #FFFFFF;
}

div#SpaceAppContainer .sort1{
    margin: 0 2px 4px 2px;
    padding: 2px;
    height: 17px;
}

div#SpaceAppContainer .sort11{
    margin: 0 2px 4px 2px;
    padding: 2px;
    height: 17px;
}

div#SpaceAppContainer .sort12{
    margin: 0 2px 4px 2px;
    padding: 2px;
    height: 33px;
    text-align:center;
    vertical-align:middle;
    line-height: 17px;
}

div#SpaceAppContainer .list1{
    list-style-type: none; 
    margin: 0; 
    padding: 0;
}

.ui-state-highlight
{
	background-color:#DEDEDE;
}

div#popup_SurchargeImgBox
{
	display:none;
	text-align:center;
}


div#PreRegContainer td
{
	padding-top:3px;
}

div#ExhibitorEnquiryContainer td
{
	padding-top:5px;
}

div#LogoDownloadContainer td
{
	padding-top:2px;
}

div#InteractiveAreaContainer td
{
	padding-top:3px;
}

div#VisaLetterAppContainer td
{
	padding-top:2px;
}

.styleVisaLetterApplicationFormText
{
    width: 300px;
}
.styleVisaLetterApplicationTextBoxPrefill
{
	font-family:Arial;
	color:#A5ACB2;
}

div#VisUpdateProfileContainer td
{
	padding-top:3px;
}

div#LoginBox
{
	display:none;
	position:absolute;
	width:400px;
	height:110px;
	top:49px;
	color:#FFFFFF;
	background-color:#9B9B9B;
	/*background-color:#E4E4E4;*/
	
	opacity:0.95;
	-moz-opacity:0.95;
	-khtml-opacity:0.95;
	filter:alpha(opacity=95);
	
	-moz-box-shadow: 0 0 5px #000000;
    -webkit-box-shadow: 0 0 5px #000000;
    box-shadow: 0 0 5px #000000;
    
    border-radius:0px 0px 10px 10px;
    -moz-border-radius:0px 0px 10px 10px;
    -webkit-border-radius:0px 0px 10px 10px;
    -khtml-border-radius:0px 0px 10px 10px;
}

div#SearchListing .HeadingNor
{
	color:#FFFFFF;
	background-color:#C9C8C4;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
}

div#SearchListing .HeadingSel
{
	color:#FFFFFF;
	background-color:#FE4800;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
}

div#ExhibitorManualContainer ol
{
	padding-left:20px;
}

div#ExhUsefulToolsContainer ul li
{
	/*height:25px;*/
	line-height:25px;
}


/*-----ChinaplasLive-----*/
div.chinaplasLive_scroller{
    position:relative;
    height:343px;
    width:140px;
    display:block;
    overflow:hidden;
}

div.chinaplasLive_content{
    position:absolute;
    /*white-space:nowrap;*/
}

/*-----ChinaplasLive end-----*/

div#officialmediaContainer
{
	display:none;
	/*width:350px;
	height:123px;*/
	background-color:#D2D2D2;
	color:#565656;
	position:absolute;
	top:200px;
	left:220px;
	
	opacity:0.95;
	-moz-opacity:0.95;
	-khtml-opacity:0.95;
	filter:alpha(opacity=95);
	
	-moz-box-shadow: 0 0 5px #000000;
    -webkit-box-shadow: 0 0 5px #000000;
    box-shadow: 0 0 5px #000000;
    
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    z-index:9998;
	
	/*background-image: url('../../Files/Image/Show/Frame/frame.png');*/
}

div#officialmediaContainer .link
{
	color:#565656;
}
div#officialmediaContainer1
{
	display:none;
	/*width:350px;
	height:123px;*/
	background-color:#D2D2D2;
	color:#565656;
	position:absolute;
	top:130px;
	left:200px;
	
	opacity:0.95;
	-moz-opacity:0.95;
	-khtml-opacity:0.95;
	filter:alpha(opacity=95);
	
	-moz-box-shadow: 0 0 5px #000000;
    -webkit-box-shadow: 0 0 5px #000000;
    box-shadow: 0 0 5px #000000;
    
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
	
	/*background-image: url('../../Files/Image/Show/Frame/frame.png');*/
}

div#officialmediaContainer1 .link
{
	color:#565656;
}


/*----- Business Matching-----*/
div#MatchingMyPostContainer td
{
	padding-top:3px;

}

div#MatchingMyPostContainer .listSeled
{
    background-color:#CCCCCC;
    color:#000000;
    text-decoration:none;
}

div#MatchingMyPostContainer .listNor
{
    background-color:#FFFFFF;
    color:#000000;
    text-decoration:none;
}

/*----------*/


div#EcardContainer td
{
	padding-top:3px;
}

div#EInvitationContainer td
{
	padding-top:3px;
}


/*------Exhibitor Time Table */



div#ExhibitorTimeTableContainer .calArea
{
	cursor:pointer;
}

div#calendarSelect
{
	width:247px;
	height:26px;
	position:absolute;
	top:630px;
	cursor:pointer;
}

div#calendarSelectContent
{
	display:none;
	background-color:#FFFFFF;
	top:656px;
	width:245px;
	position:absolute;
	
	opacity:0.90;
	-moz-opacity:0.90;
	-khtml-opacity:0.90;
	filter:alpha(opacity=90);
		
	-moz-box-shadow: 0 0 5px #000000;
    -webkit-box-shadow: 0 0 5px #000000;
    box-shadow: 0 0 5px #000000;
    z-index:500;
}

div#calendarSelectContent td
{
	padding:5px;
}

div#calendarContainer
{
	position:absolute;
	top:650px;
	height:800px;
	z-index:499;
}

div#calendarPopupContainer
{
	display:none;
	z-index:501;
	
	position:absolute;
	width:300px;
    padding:10px;
     
    background-color:#FFFABB;
	color:#6D6163;
	
	opacity:0.95;
	-moz-opacity:0.95;
	-khtml-opacity:0.95;
	filter:alpha(opacity=95);
   
	-moz-box-shadow: 0 0 5px #000000;
    -webkit-box-shadow: 0 0 5px #000000;
    box-shadow: 0 0 5px #000000;
    
    /*
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
	*/
}

div#calendarPopupContainer a
{ 
    color:#6D6163;
    text-decoration:none;
    cursor:pointer;
}
/*------------*/

div#FacebookCampaignContainer #form_fbCampaign td
{
	padding:7px;
	background-color:#E5ECF2;
	text-align:left;
}

div#FacebookCampaignContainer .fbArea
{
	cursor:pointer;
}

div#popupFbCampaignImgBox
{
	display:none;
	text-align:center;
	width:690px;
}

td.boxTopStyleRed
{
	padding:4px 5px 5px 5px;
	color:#FFFFFF;
	background-image:url(../../Files/Image/Show/Frame/box_top_red.jpg);
	background-repeat:no-repeat;
}
td.boxTopStyleGray2
{
	padding:4px 5px 5px 5px;
	color:#692728;
	background-image:url(../../Files/Image/Show/Frame/box_top_gray2.jpg);
	background-repeat:no-repeat;
}

.boxBgColorPhotoGallery
{
	background-color:#D3D1D2;
}
.styleMainPagePhotoGalleryTitle
{
    font-size:15px;
    color:#6F6969;
    font-weight:bold;
    padding-left:5px;
}
#rightDiv {
    position:fixed; /* this is the magic */
    bottom:250px; /*together with this to put the div at the bottom*/
    right:0;
    cursor:pointer;

}
* html #rightDiv { 
	position: absolute;	
}
 .nav_ul
{
	 padding-left:-15px;
}



div#menuText1
{
	background-image:url('../../Files/Image/Show/Frame/menu_bg.jpg');
	/*border:solid 1px #FFFFFF;*/
}
div#menuText1 ul
{
	list-style:none;
	height:38px;
	margin:0px;
	padding:0;
/*	border:solid 1px #FFFFFF;
	float:left;*/
	overflow:hidden;
}

div#menuText1 li
{
	/*background-image:url('../../Files/Image/Show/Frame/menu_bg.jpg');*/
	float:left;
	position:relative;
    padding-left:12px;
	padding-right:12px;
	text-align:center;
}

div#menuText1 li.menuText1
{
	color:#2c2c2c;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}
.popup_tit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.popup_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}
.bloderB td
{
 height:23px;
}
.fizeBig
{
	font-size:16px;
	font-weight:bold;
}
.linostyle
{list-style-type:none;}
.liTimeTablestyle
{margin-left:20px;}
#InsideContentPageTitle
{
	height:30px;
	margin-bottom:25px;
}
.TableCellPadding tr td 
{
	padding-top:10px;
 padding :10px;  
}
	
div#popupmsgbox
{
	background:#FFFFFF;  
}
#ExhibitorTimeTableContainer
{
	 height:800px;
}