body {
	margin: 0;
	padding: 0;
	background: url(images/bg.jpg) repeat-x #ac3f80;
	font-family: Arial, Helvetica, sans-serif;
}

body.content-txt {
  width: 650px;
  background: none;
  border-right: 1px solid #eee;
}

h1 {
	background: #d6de23;
	-moz-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	behavior: url(modules/Core/CssTemplateThemes/Arrangement/PIE.htc);
    border-radius: 8px;
	padding: 10px 5px 10px 5px;
	color: white;
	font-size: 17pt;
	text-shadow: 0 0 10px #777;
}

a {
	color:#b44589;
}

a:hover {
	color: #d6de23;
}

h3 {
	font-size: 14pt;
	color: #b44589;
	margin: 0;
	padding: 0;
}

.container {
	width: 960px;
	margin: 10px auto;
	-moz-border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
	border: 6px solid #00adee;
	behavior: url(modules/Core/CssTemplateThemes/Arrangement/PIE.htc);
	background: white;
	padding-bottom: 10px;
	position: relative;
}

.menu {
	background: #0084f7;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#0084f7), to(#024d99)) ;
  background: -moz-linear-gradient(#0084f7, #024d99 100%);
  background: linear-gradient(#0084f7, #024d99 100%);
  -pie-background: linear-gradient(#0084f7, #024d99 100%);
  behavior: url(modules/Core/CssTemplateThemes/Arrangement/PIE.htc);
	margin: 10px 0 10px 0;
	position: relative;
	padding: 3px;
}

.menu-bar-buttons ul {
	font-size: 12pt;
	padding: 0;
	position:relative;
	top: 0;
	margin: 0;
}

.menu-bar-buttons ul li {
 	display: inline;
}

.menu-bar-buttons ul li a {
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	text-decoration: none;
	color: white;
	border-radius: 8px;
	transition: all 0.3s;
	cursor: pointer;
}

.menu-bar-buttons ul li a:hover,.selectedanchor {
  background: #d6de23;
  text-shadow: 0 0 10px #000;
}

.selectedanchor {
  border-radius: 10px 10px 0 0;
}

.header img {
	margin: 5px 0 0 7px;
}

.content-img {
	margin: 5px 0 0 5px;
}

.content-txt {
	float: left;
	margin: 0 0 0 10px;
	width: 650px;
}

.content-txt a {
  color: #024D99;
}

.content-txt a:hover {
  color: #0084F7;
}

.content-para {
	padding: 5px 10px 5px 10px;
	background: #e6e6e6;
	border: 1px solid gray;
	-moz-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.nav-bar {
	float: right;
	padding: 0 10px 5px 0;
	width: 270px;
	margin: 0;
}

.nav-bar ul {
	padding: 0;
	border: none;
	margin: 0;
}

.nav-bar ul li {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;	
	background: #e6e6e6;
	border: 1px solid #888;
	-moz-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	behavior: url(modules/Core/CssTemplateThemes/Arrangement/PIE.htc);
    border-radius: 8px;
}

.nav-bar ul li h3 {
	height: 25px;
	padding: 5px 0 0 5px;
	margin: 0;
	width: 98%;
	background: #d6de23;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	behavior: url(modules/Core/CssTemplateThemes/Arrangement/PIE.htc);  
	text-shadow: 0 0 10px #777;
	color: white;
  border-bottom: 1px solid #888;
}

.nav-bar ul li ul {
	margin: 0;
	padding: 0;
	border: none;
	margin: 14px 10px 0 0;
	padding: 0 8px 8px;
}

.nav-bar ul li:first-child ul {
  margin-top: 0;
}

.nav-bar ul li ul li {
	list-style: none;	
	margin: 0;
	background: none;
	border: 0;	
}

.nav-bar ul li ul li a {
	color: #b44589;
	text-decoration: none;
	display: block;
	transition: all 0.3s;
  padding: 5px;
  border-radius: 2px;
}

.nav-bar ul li ul li a:hover {
  background: #fff
}

.footer {
	width: 950px;
	margin: 10px auto 10px;
	color: black;
	padding: 0 0 10px 0;
}

.footer a {
  color: #000;
  text-decoration: underline;
}

.footer-left {
	float: left;
}

.footer-right {
	float: right;
}

div.roadshow {
  
}

div.show-header {
  background: #0084f7;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#0084f7), to(#024d99)) ;
  background: -moz-linear-gradient(#0084f7, #024d99 100%);
  background: linear-gradient(#0084f7, #024d99 100%);
  -pie-background: linear-gradient(#0084f7, #024d99 100%);
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}

div.show-header h1 {
  margin-top: 0;
}

div.show-header h2 {
  text-align: right;
  font-weight: normal;
  margin-bottom: 0;
  font-size: 14pt;  
}

div.show-header h3 {
  text-align: right;
  font-weight: normal;
  font-size: 12pt;
  color: #fff;
}

div.tabs {
  background: #fff;
  margin-top: 5px;
  border-bottom: 2px solid #AC3F80;
}

div.tabs a {
  background: #9b2b6b;
  background-image: -moz-linear-gradient(top,  #aa5c8a 0%, #aa176d 79%, #9b2b6b 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aa5c8a), color-stop(79%,#aa176d), color-stop(100%,#9b2b6b));
  background-image: -webkit-linear-gradient(top,  #aa5c8a 0%,#aa176d 79%,#9b2b6b 100%);
  background-image: -o-linear-gradient(top,  #aa5c8a 0%,#aa176d 79%,#9b2b6b 100%);
  background-image: -ms-linear-gradient(top,  #aa5c8a 0%,#aa176d 79%,#9b2b6b 100%);
  background-image: linear-gradient(to bottom,  #aa5c8a 0%,#aa176d 79%,#9b2b6b 100%);
  background-repeat: repeat-x;
  transition: background-position 0.3s;
  border-top: 1px solid #AC3F80;
  border-left: 1px solid #AC3F80;
  border-right: 1px solid #AC3F80;
  width: 138px;
  display: block;
  float: left;
  padding: 10px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin-right: 2px;
  border-radius: 10px 10px 0 0;
}

div.tabs a:hover {
  color: #fff; 
  background-position: 0 -10px;
}

div.tabs a.selected {
  background: #D6DE23;
  cursor: default;
  text-shadow: 0 0 10px #000;
}

div.showdetail {
  border-bottom: 2px solid #AC3F80;
  border-left: 2px solid #AC3F80;
  border-right: 2px solid #AC3F80;
  padding: 8px;
}

div.showdetail div.map {
  float: right;
  margin: 0 0 8px 8px;
}

div.showdetail div.map+* {
  margin-top: 0;
}

a.pirobox_gall {
  display: inline-block !important;
  margin: 10px !important;
  padding: 0 !important;
  vertical-align: middle !important;
  display: block !important;
  text-align: center !important;
  width: 280px !important;  
  height: 280px !important;
  float: left;
}

.pirobox_gall img {
  border: none;
}

/** Drop down menus */

.menubar-menu a {
  padding: 4px 10px;
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 10px;
  transition: all 0.3s; -webkit-transition: all 0.3s;
  cursor: pointer;
  border-radius: 10px;
}

.menubar-menu a:hover {
  background: #d6de23;
  text-shadow: 0 0 10px #000;  
}

.menubar-menu {
  position: absolute;
  display: none;
  z-index: 1000000; /* zIndex should be greater than that of shadow's below */
  top: 0;
  background: #024D99;
  padding: 8px;
  min-width: 200px;
  margin-top: 9px;
  border-radius: 0 0 10px 10px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.menubar-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menubar-menu ul li {
  margin: 0;
  padding: 0;
}

.menubar-menu a:hover {

}

.anylinkshadow {
  display: none;
}

.countdown-outer {
  margin: 10px;
  border: 1px solid #888;
  border-radius: 10px;
  padding: 10px;  
}

.nav-bar ul li .countdown-outer h3 {
  background: none;
  text-align: center;
  color: #0084f7; 
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 4px;
}

.nav-bar ul li .countdown-outer h4 {
  font-weight: normal;
  margin-top: 0;
  text-align: right;
  color: #666;
  font-size: 12pt;
}

.nav-bar ul li .countdown-outer div.countdown-num {
  margin: 10px auto 30px;
  width: 170px;
  border: 1px solid #888;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 42pt;
  position: relative;
  color: #444;
  padding: 10px 0;
}

.nav-bar ul li .countdown-outer div.countdown-num:after {
  content: 'days remaining';
  position: absolute;
  top: 100%;
  padding-top: 5px;
  color: #666;
  font-size: 10pt;
  right: 0;
}

.nav-bar ul li .countdown-outer div.countdown-link {
  text-align: right;
}

.nav-bar ul li .countdown-outer div.countdown-link a,a.button {
  display: inline-block;
  background: #024d99;
  background: #024d99 -webkit-gradient(linear, 0 0, 0 100%, from(#0084f7), to(#024d99)) ;
  background: #024d99 -moz-linear-gradient(#0084f7, #024d99 100%);
  background: #024d99 linear-gradient(#0084f7, #024d99 100%);
  background-repeat: repeat-x;
  margin: 10px 0 10px 0;
  position: relative;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.3s;
}

.nav-bar ul li .countdown-outer div.countdown-link a:hover,a.button:hover {
  background-position: 0 -10px;
}

table.exhibitor-list {
  width: 90%;
  margin: 0 auto;
}

table.exhibitor-list td:first-child {
  width: 200px;
}

.content-txt hr {
  height: 0;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #AC3F80;
  margin: 5px 0;
}

div.box {
  border: 2px solid #AC3F80;
  margin: 5px;
  padding: 10px;
  border-radius: 5px;
  text-align: justify;
}