/* General */
body, table {
	font-size:12px;
	font-family:arial;
}
body{
	margin:0px;
	padding:0px;
}

/* Space and Margin*/
.pt8 {
	padding-top:8px;
}
.pt5 {
	padding-top:5px;
}
.pl5 {
	padding-left:5px;
}
.p5 {
	padding:5px;
}
.p10 {
	padding:10px;
}
/* special class */
.headSpace {
	padding:10px 0px 10px 0px
}
.venueLoc {
	color:#FFFFFF;
	font-size:20px;
	line-height:24px;
}
.venueTxt {
	line-height:18px;
	color:#FFFFFF;
	font-size:16px;
}
.salesHotline {
	padding-right:10px;
	color:#FFFFFF;
	font-size:18px;
	line-height:20px;
}
.hotlineArea {
	line-height:20px;
	color:#FF0000;
	width:260px;
	padding: 0px 0px 0px 15px;
}
.topMenuArea {
	padding:0px 0px 0px 90px;
}
.registerbtn {
	padding-top:7px;	
}
.maintab {
	padding:15px 0px 0px 0px;
}
.otherExpoSelector {
	padding-top:7px;
	font-size:13px;
	color:#FF0000;
}
.contentArea {
	padding:5px;
}
.bdr_r1 {
	 border:#9f5d5e solid 1px;
}
.bdr_r2 {
	 border:1px solid #B6321E;
}
.bg_w {
	 background-color:#FFFFFF;
}
.titleArea {
	font-size:23px;
	padding: 5px 0px 5px 0px;
}
.twitter {
	line-height:20px;
	padding-right:25px;
	margin-bottom:2px;
	background:url(../images/twitter_icon_20.jpg) right top no-repeat;
	display:block;
}
.skype {
	line-height:20px;
	padding-right:25px;
	margin-top:2px;
	background:url(../images/skype.jpg) right top no-repeat;
	display:block;
}
.agenda_txt {
	font-size: 20px;
	color: #FFFFFF;
	padding: 5px 5px 5px 10px;
}

/* text css */
.wtxt {
	color:#FFFFFF;
}
.btxt {
	color:#000000;
}
.f10 {
	font-size:10px;
}
.f11 {
	font-size:11px;
}
.f12 {
	font-size:12px;
}
.f13 {
	font-size:13px;
}
.f14 {
	font-size:14px;
}
.f15 {
	font-size:15px;
}
.f16 {
	font-size:16px;
}
.f17 {
	font-size:17px;
}
.f18 {
	font-size:18px;
}
.f19 {
	font-size:19px;
}
.f20 {
	font-size:20px;
}
.f21 {
	font-size:21px;
}
.f22 {
	font-size:22px;
}
.f23 {
	font-size:23px;
}

/* Top Button*/
.topbtn {
	font-size:17px;
	font-weight:bold;
	padding:10px 0px 10px 0px;
}
.btn{
	color:#6e1946;
	text-decoration:none;
}
.btn:hover {
	text-decoration:underline;
}

/* Start Main Menu*/
.smartTopMenu {
	text-align:left;
	position:relative;
	font-size:16px;
	height:35px;
	margin:0;
	padding:0;
	list-style-type:none;
	background:none;
}
.smartTopMenu ul {
	padding:0;
	margin:0;
	list-style-type:none; /* for Firefox */
	background:none;
}
.smartTopMenu li {
	float: left;
	position:relative;
	padding:0px 5px 0px 5px;
	background:none;
}
.smartTopMenu li a, .smartTopMenu li a:visited {
	display:block;
	text-decoration:none;
	float:left;
	height:35px;
	line-height:35px;
	color:#6e1946;
}
.smartTopMenu li a.subddl{
	padding:0px 20px 0px 0px;;
	background:url(/images/home_red_arrow.jpg) no-repeat right;
}
.smartTopMenu li.space{
	line-height:35px;
}

.smartTopMenu li ul {
	visibility:hidden;
	position:absolute;
	top:35px;
	left:0px;
	height:0px;
	overflow:hidden;
}
.smartTopMenu table {
	margin:-1px;
	border-collapse:collapse;
	font-size:16px; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.smartTopMenu li:hover a,
.smartTopMenu li a:hover {
	text-decoration:underline;
	border:0;
}
.smartTopMenu li:hover ul,
.smartTopMenu li a:hover ul {
	visibility:visible;
	height:auto;
	background:#ffffff;
	border:1px solid #ddd;
	left:0px;
	top:35px;
	overflow:visible;
}
.smartTopMenu li:hover ul li a,
.smartTopMenu li a:hover ul li a {
	display:block;
	font-weight:normal;
	background:transparent;
	text-decoration:none;
	height:auto;
	line-height:15px;
	padding:5px;
	width:130px;
}
* html .smartTopMenu li a:hover ul li a {
	width:130px;
	w\idth:130px; /* hack for IE5.5 */
}

.smartTopMenu li:hover ul li ul,
.smartTopMenu li a:hover ul li a ul {
	visibility:hidden;
	position:absolute;
	top:0px;
	left:130px;
	height:0px;
	overflow:hidden;
}
.smartTopMenu li:hover ul li a:hover,
.smartTopMenu li a:hover ul li a:hover {
	text-decoration:underline;
}
.smartTopMenu li:hover ul li:hover ul,
.smartTopMenu li a:hover ul li a:hover ul {
	visibility:visible;
	color:#000000;
	border:1px solid #ddd;
	height:auto;
	background:#ffffff;
	width:250px;
} 
.smartTopMenu li ul li a.subddlr{
	background:url(/images/home_red_arrow2.jpg) no-repeat right;
}
.smartTopMenu li:hover ul li:hover ul li a,
.smartTopMenu li a:hover ul li a:hover ul li a {
	display:block;
	width:250px;
	height:auto;
}
.smartTopMenu li:hover ul li:hover ul li:hover a,
.smartTopMenu li a:hover ul li a:hover ul li a:hover {
	text-decoration:underline;
}