body {
  font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/template/mapBackground.jpg);
	margin:0px;
}
.contentBorder {
	border: 1px solid #2B388F;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2B388F;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footerText a {
	color: #2B388F;
}
.homeDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.black12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.red18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0000;
}
.black12 a {
	color: #FF0000;
}

.eventNavigation td, .eventNavigationHome td {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.eventNavigation td a, .eventNavigationHome td a {
  display: block;
  text-decoration: none;
  padding: 5px;
}

.eventNavigation table {
  border-right: 1px solid #3B388F;
}

.eventNavigation td {
  background: #fff;
  border-bottom: 1px solid #2B388F;
}

.eventNavigation td a {
  color: #2B388F;
}

.eventNavigationHome table {
  border-right: 1px solid #3B388F;
}

.eventNavigationHome td {
  background: #69b8d9;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.eventNavigationHome td a {
  color: #fff;
}
.blue18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000099;
}
.red12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.red12 a {
	color: #FF0000;
}

.eventHeader {
  color: #f00;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 8px 0px 0px 0px;
}
.eventDuration {
  color: #2B388F;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0px;
}
.eventExhibitorSearch {
  margin: 12px;
  float: left;
  clear: left;
}
.eventExhibitorLink {
  text-align: center;
  margin: 12px;
  float: right;
  clear: right;
}
.eventLink {
  color: #000;
}

.red18 a {
	color: #FF0000;
}

.black18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
.error {
  color: #f00;
}
.contentMargin {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.red14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}
.red14 a {
	color: #FF0000;
}
.red16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
}
.red16 a {
	color: #FF0000;
}

.alert{
	color:red;
	font-size:85%;
}

/*--------------------------------------------------------------------------------*/

@media all
{
	.ticketBreak{page-break-before: always;}
    .page-break { display:none; }
	.printOnly{display: none;}
	.screenOnly{display: inline;}
	.divTicket{border: 1px solid #000000; overflow: auto; width: 100%}	/*Fix float problem when float is longer*/
	
	.ticketCenter{
		width:600px;
	}
	.ticketPrintButton{
		margin-top:15px;
	}
}

@media print
{
	body {
		font-family: Arial, Helvetica, sans-serif;
		margin:0px;
		background-image:none;
	}
	.ticketPrintButton{
		display:none;		
	}
	.page-break { display:block; page-break-before:always; }
	.printOnly{display: inline;}
	.screenOnly{display: none;}
	
	.blackBorder{border: 0}	/*Remove black line when in print mode */
	.contentBorder {			/*Remove black line when in print mode */
		border: 0;;
	}
	.ticketCenter{
		width:700px;		/*Make ticket wider when print */
	}
}