* { margin: 0; padding: 0; border: 0; }

body {
	margin: 0; padding: 0;
	font: 11px Arial, Helvetica, sans-serif; color: #666;
	text-align: center;
	background: url(../_img/bg.jpg) top center repeat;
}

p { margin: 2px 0 13px; }

a { color: #6699cc; text-decoration: none; }
a:hover { color: #467bb0; text-decoration: underline; }
a img { border: 0; }

img { margin-bottom: 10px; }
.imgleft {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.imgright {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}



ul, ol {}
ul li, ol li { margin-bottom: 10px; }

input, select, textarea { font: 1em Arial, Helvetica, sans-serif; color: #666; }
input { vertical-align: baseline; }
input.text, 
select.text {
	padding: 2px 4px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
textarea.text { padding: 2px 4px; border: 1px solid #ccc; }


/* Generic Class
--------------------------------------------------------------------------------------------- */

.container {
	width: 950px;
	margin: 0 auto 0;
	text-align: left;
}

.header {
	width: 950px;
	height: 230px;
	overflow: hidden;
}
	.mtc {
		position: absolute;
		display: block;
		margin: 0 0 0 10px;
		width: 220px; height: 120px;
		z-index: 999;
	}
		.mtc a {
			display: block;
			width: 220px; height: 120px;
			background: url(../_img/mtc_global_wood_mart.png) no-repeat;
		}

.nav {
	width: 950px; height: 50px; background: url(../_img/nav_bg.gif) top repeat-x; overflow: hidden;
	font-size: 12px; font-weight: bold; line-height: 38px;
}
	.nav div { float: left; display: inline-block; margin: 0; padding: 0; height: 50px; overflow: hidden; }
	.nav div a {
		display: inline-block;
		margin: 0; padding: 0 20px 0;
		height: 50px; color: #ffcc99;
		text-decoration: none;
		background: url(../_img/nav_sprite.gif) top center no-repeat;
	}
	.nav div a:hover, .nav div a.current { color: #fff; text-decoration: none; background-position: bottom; }
	.nav div a.home {
		display: inline-block;
		margin: 0; padding: 0;
		width: 59px; height: 50px;
		background: url(../_img/nav_home.gif) top center no-repeat;
	}
	.nav div a.home:hover, .nav div a.home.current { none; background-position: bottom; }
	.navDivider { width: 2px; height: 50px; background: url(../_img/nav_divider.gif) top no-repeat; overflow: hidden; }

.subNav { width: 160px; overflow: hidden; }
.subNav ul { margin: 0; padding: 0; list-style: none; }
.subNav ul li { margin: 0; padding: 0 0 0 10px; background: url(../_img/subnav_arrow.gif) 2px 4px no-repeat; overflow: hidden; }
.subNav ul li a {
	display: inline-block;
	margin: 0 0 10px; padding: 0 0 10px;
	background: url(../_img/subnav_bg.gif) bottom no-repeat;
	color: #666;
	width: 160px;
	text-decoration: none;
}
.subNav ul li a:hover, .subNav ul li a.current {
	color: #3366FF;
	text-decoration: none;
}

.bodyContent {
	width: 950px;
	margin: 0 0 10px; padding: 20px 0 0;
	background: url(../_img/bodycontent_bg.gif) top repeat-x #fff;
	overflow: hidden;
}
	.bodyContentInner { margin: 0 20px; }
	
	.pageTitle { margin: 0 0 0; height: 40px; overflow: hidden; }
	
	.title { margin: 10px 0; height: 30px; overflow: hidden; }
	
	
	/* Left column
	----------------------------------------------------------------------------------------- */
	
	.colLeft .pageTitle { width: 160px; background: none; overflow: hidden; }
	.colLeftDivider, .colLeftDividerBottom {
		margin: 0; padding: 0;
		width: 160px; height: 15px;
		background-repeat: no-repeat;
		overflow: hidden;
	}
		.colLeftDivider { background: url(../_img/colleft_divider.gif); }
		.colLeftDividerBottom { background: url(../_img/colleft_divider_bottom.gif); }
	a.btn_i_want_to_exhibit, a.btn_i_want_to_visit {
		display: block;
		margin: 0 0 10px;
		width: 160px; height: 52px;
		background-position: top left;
		overflow: hidden;
	}
		a.btn_i_want_to_exhibit { background: url(../_img/btn_i_want_to_exhibit.gif) no-repeat; }
		a.btn_i_want_to_visit { background: url(../_img/btn_i_want_to_visit.gif) no-repeat; }
		a.btn_i_want_to_exhibit:hover, a.btn_i_want_to_visit:hover { background-position: bottom; }
	.importantDateList { margin: 0 0 8px; padding: 0 0 5px; width: 160px; border-bottom: 1px dotted #ccc; }
	.importantDateList.last { border: 0; margin-bottom: 0; }
		.importantDateList h1 { font-size: 16px; font-weight: normal; color: #339966; margin: 0; padding: 0; }
		.importantDateList h1 a { color: #339966; }
		.importantDateList h1 a:hover { color: #228453; text-decoration: none; }
		.importantDateList p { font-size: 11px; margin: 0; padding: 0; }
.colCenter h1 {
	color: #339966;
	font-size: 18px;
}
	
	
	/* Center column
	----------------------------------------------------------------------------------------- */
	
	.colCenter h2 { margin: 0 0 15px; font-size: 16px; font-weight: normal; color: #006e3a; }

	.colCenter h3 {
	margin: 0 0 10px;
	font-size: 16px;
	color: #06ac5c;
}
	.colCenter h4 { margin: 0 0 15px; font-size: 12px; color: #06ac5c; }
	.colCenterInner { padding: 0 20px; background: url(../_img/colcentertop_bg.gif) top no-repeat; }
	.colCenter .pageTitle { width: 490px; overflow: hidden; }
	
	
	/* Right column
	----------------------------------------------------------------------------------------- */
	
	.colRightInner { padding: 0 0 0 10px; }
	.colRight .pageTitle { width: 200px; background: none; overflow: hidden; }


.footer {
	margin: 0;
	width: 950px; height: 30px;
	font-size: 10px; color: #000;
	text-align: center;
}


.defaultListing { margin: 0 0 30px; }
.defaultListing ul { margin: 0; padding: 0; list-style: none; }
.defaultListing ul li { margin: 0 0 10px; padding: 0 0 0 15px; background: url(../_img/liststyle_bullet.gif) 0 4px no-repeat; }

.listStyle2 { padding: 0; }
.listStyle2 ul { margin: 0; padding: 0; list-style: disc; }
.listStyle2 ul li { margin: 0 0 8px 16px; padding: 0; }

.linkMore {
	background: url(../_img/underline_arrow.gif) bottom right no-repeat;
	font-size: 11px;
	color: #6699cc;
	width: 40px;
	margin-left: 160px;
}
	.linkMore a, .linkMore a:hover { text-decoration: none; }
	
.linkTop {
	display: block;
	float: right;
	margin: 0 0 0 10px; padding: 0 0 0 8px;
	background: url(../_img/arrow_top.gif) 0 5px no-repeat;
	font-size: 11px;
	color: #6699cc;
}
	.linkTop a { text-decoration: none; } .linkTop a:hover { color: #fff; text-decoration: none; }

.clear { clear: both; height: 0; overflow: hidden; }

.floatLeft { float: left; }
.floatRight { float: right; }
.floatLeft img, img.floatLeft { margin-right: 10px; }
.floatRight img, img.floatRight { margin-left: 10px; }

.redBox {
	display: block;
	float: right;
	margin: 0 0 3px 10px; padding: 5px 10px;
	background-color: #ff0000;
	font-size: 30px; font-weight: bold; color: #fff;
}

.colorFF0000 { color: #ff0000; }
.color000000 { color: #000; }
.color6699CC { color: #6699cc; }
.color06AC5C { color: #06ac5c; }

.fontSizeLarge { font-size: 1.1em; }
.fontSizeMoreLarge { font-size: 1.2em; }
.fontSizeLarger { font-size: 1.4em; }
.fontSizeMoreLarger { font-size: 1.6em; }
.fontSizeHuge { font-size: 1.8em; }
.fontSizeDouble { font-size: 2em; }
.fontSizeSmall { font-size: 0.9em; }
.fontSizeSmaller { font-size: 0.8em; }
.fontSizeSmallest { font-size: 0.7em; }
.fontSizeTiny { font-size: 0.6em; }

.verticalAlignMiddle { vertical-align: middle !important; }
.verticalAlignBaseline { vertical-align: baseline !important; }
.verticalAlignBottom { vertical-align: bottom !important; }

.formElement { display: block; padding: 14px 9px; border: 1px solid #ccc; overflow: hidden; }
.validationMsg { color: #6699cc; }
.btn_submit {
	margin: 0; padding: 0;
	width: 80px; height: 32px;
	cursor: pointer;
	*cursor: hand;
}
.btn_submit { background: url(../_img/btn_submit.gif) 0 0 no-repeat; }
.btn_submit:hover { background-position: 0 -32px; }
a.btn_linkto, a.btn_linkto2 {
	display: block;
	margin: 0 0 2px; padding: 0 10px 0;
	height: 25px;
	cursor: pointer;
	*cursor: hand;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
	a.btn_linkto { background: url(../_img/btn_linkto.gif) 0 0 repeat-x; border: 1px solid #006699; }
	a.btn_linkto2 { background: url(../_img/btn_linkto2.gif) 0 0 repeat-x; border: 1px solid #006633; }
	a.btn_linkto:hover, a.btn_linkto2:hover { color: #fff; text-decoration: none; background-position: 0 -25px; }


/* Table
--------------------------------------------------------------------------------------------- */

table, td { margin: 0; padding: 0; border: 0; border-collapse: collapse; font-size: 1em; }

.defaultTable td { padding: 0 0 0; }

.bodyContentTable { margin: 0; padding: 0; border: 0; border-collapse: collapse; }
.bodyContentTable td { vertical-align: top; padding-bottom: 20px; }
.bodyContentTable td.colLeft { width: 170px; }
.bodyContentTable td.colCenter { width: 530px; background: url(../_img/colcenter_bg.gif) repeat-y; }
.bodyContentTable td.colRight { width: 210px; }

.formTable { margin: 0 0 10px; }
.formTable td { padding: 0 0 3px; }
.formTable td.label { padding-top: 3px; }

.styleTable { margin: 0 0 10px; }
.styleTable th { padding: 5px; border: 1px solid #ccc; background: #006699; font-size: 1.1em; color: #fff; font-weight: bold; text-align: left; }
.styleTable td { padding: 5px; border: 1px solid #ccc; }
.styleTable td.label { padding-top: 8px; }
/*Steven Added
-----------------------------------------------------------------------------------------*/
.highlighttable {
	background-color: #339966;
	color: #FFFFFF;
	font-size: 12px;
}
.highlighttable td { padding: 5px; }
.highlighttext {
	font-size: 14px;
	color: #017139;
	font-weight: bold;
}

.colorFFFFFF {
	color: #FFFFFF;
}

.tnctable {
	font-size: 11px;
}
.tnctable td {
	margin: 0px;
	padding-bottom: 10px;
}
.tnctable td p {
	margin: 0px;
	padding: 0px;
}
.tnctable td strong {
	font-size: 12px;
	color: #000000;
}
.tnctable td b {
	color: #000000;
}

.tnctable td u {
	font-weight: bold;
	color: #000000;
}
.tnctable  h3 {
	font-size: 14px;
	color: #06AC5C;
	margin: 0px;
	padding: 0px;
}
.tnctable .schedule td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 3px;
}



a.btn_form_individual, a.btn_form_group {
	display: block;
	width: 240px; height: 52px;
	background-position: top left;
	overflow: hidden;
}
	a.btn_form_individual { background: url(../_img/btn_form_individual.gif) no-repeat; }
	a.btn_form_group { background: url(../_img/btn_form_group.gif) no-repeat; }
	a.btn_form_individual:hover, a.btn_form_group:hover { background-position: bottom; }
.normaltable {
	margin: 0px;
	padding: 0px;
}
.normaltable td {
	margin: 0px;
	padding: 0px;
}
.notice {
	color: #FF0000;
	font-weight: bold;
}
.colRightInner iframe {
	margin-bottom: 10px;
}
.organiser img {
	margin: 0px;
}
.organiser a {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
.organiser a:hover {
	text-decoration: none;
}
.supporter {
	margin-top: 20px;
}
.supporter td {
	margin: 0px;
	padding: 0px;
}
.supporter img {
	margin-top: 5px;
	margin-right: 6px;
}
.supporter .div {
	background-image: url(../_img/div_horizon.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.earlybird {
	width: 200px;
	margin-bottom: 10px;
}
a.btn_facebook {
	background-image: url(../_img/btn_facebook.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	display: block;
	width: 160px;
	margin-top: 10px;
}
a.btn_facebook:hover {
	background-position: bottom;
}
a.btn_flashvideo {
	background-image: url(../_img/btn_flashvideo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 180px;
	width: 160px;
	margin-top: 10px;
}
a.btn_flashvideo:hover {
	background-position: bottom;
}

.pressrelease {
	margin-top: 10px;
}

.pressrelease strong {
	display: block;
}
.pressrelease a {
	font-size: 14px;
	font-weight: bold;
	color: #339966;
	text-decoration: none;
}
.pressrelease a:hover {
	color: #006600;
	text-decoration: underline;
}
.pressrelease p {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.photogallery {
	margin-top: 10px;
}
.photogallery img {
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	width: 100px;
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.photogallery strong {
	display: block;
}
.photogallery a {
	font-size: 14px;
	font-weight: bold;
	color: #339966;
	text-decoration: none;
}
.photogallery a:hover {
	color: #006600;
	text-decoration: underline;
}
.photogallery p {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.hotel {
	font-size: 11px;
}
.hotel td {
	margin: 0px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.hotel img {
	margin: 0px;
	padding: 0px;
}
.hotel a {
	font-weight: bolder;
	font-size: 12px;
}

.hotel  b {
	font-size: 13px;
	color: #016F39;
}

.hotel .label {
	font-weight: bold;
	background-color: #016F39;
	color: #FFFFFF;
}
.ListOfExhibitor td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 0px;

}
.ListOfExhibitor td strong {
	font-size: 14px;
	color: #333333;
}
