
@charset "UTF-8";
	#beansResponse h1,#beansResponse h2,#beansResponse h3,#beansResponse h4,#beansResponse p,#beansResponse li, #beansResponse div {
	font-size: 1.5em;
	color: #CC0000;
	}
	#alerts {
	font-size: 9pt;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
	#alerts h1 {
	font-size: 1em;
	color: #000;
	}
	#alerts p {
	margin-bottom: 5px;
	}
	.darkred p, .darkred div {
	color: #CC0000 !important;
	}
	
	/* //////////// #form handline styles //////////////////// */
	/* // response handling styles // */
	#responseMessage  {
	font-size: 9pt;
	padding: 15px;
	background: #b3b3b3;
	color: #000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	width: 580px;
	margin: 0px auto 0px auto;
	}
	#responseMessage h2 {
	font-size: 1.5em;
	margin:0px;
	}
	#responseMessage h3 {
	font-size:1.2em;
	margin:0px;
	}
	/* // reponse error styles // */
	#responseMessage .error  h2  {
	color: #CC0000;
	margin-top: 10px;
	}
	#responseMessage .error  h3  {
	color: #CC0000;
	margin-top: 10px;
	}
	#responseMessage .error  p  {
	color: #CC0000;
	font-size: 100%;
	font-weight: bold;
	margin:10px auto 0px auto;
	}
	#responseMessage .error  .fieldHighlight, #form p.errorHighlight  {
	padding: 5px;
	width: 50%;
	background-color: #CC0000;
	color: #ffffff;
	}
	
	/* // #form styles // */		
	#form {
	width: 100%;
	margin: 0px auto;
	color: #000;
	border-collapse: collapse;
	}
	#form #formContent {
	padding: 5px;
	border: 1px solid #000;
	background: #e1e1e1;
	
	}
	/* reset styles for forms */
	
	#form h1, #form h2, #form h3, #form h4, #form p {
	/*font-size: 9pt;*/
	margin: 0px;
	padding: 0px;
	/*color: #000*/;
	}
	#form em, #form span, #form label {
	font-size: 1em;
	}
	#form label:hover {
	cursor: pointer;
	}
	.smallForm {
	font-size: 0.8em;
	}
	#form h1 {
	font-size: 1.4em;
	}
	#form h2 {
	font-size: 1.25em;
	text-align: left;
	background-color: #000;
	color: #bfbfbf;
	padding: 10px;
	border-top-left-radius: 10px;
	-moz-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	margin-top: 15px;
	}
	#form h3 {
	font-size: 1.15em;
	margin: 0px 0px 5px 0px;
	padding-bottom: 3px;
	}
	#form h4 {
	font-size: 1.15em;
	margin: 0px 0px 5px 0px;
	padding-bottom: 3px;
	}
	#form .formField {
	padding: 5px 15px 10px 10px;
	margin: 5px 0px;
	text-align: left;
	font-size: .85em;
	font-weight: bold;
	color: #000000;
	background-color: #d9d9d9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	#form .clearFormFieldBG {
	background:none !important;
	}
	#form .formField .createColumnLeft {
	float: left;
	/*border: 1px solid yellow;*/
	}
	#form .formField .createColumnRight {
	float: right;
	/*border: 1px solid yellow;*/
	}
	#form .formField .addColMarginRight {
	margin-right: 20px !important;
	}
	#form .formField .addColMarginLeft {
	margin-left: 20px !important;
	}
	#form .formField .addColMarginTopBottom {
	margin-top: 10px;
	margin-bottom: 10px !important;
	}
	#form .formField .addColMarginTopBottomMore {
	margin-top: 20px;
	margin-bottom: 20px !important;
	}
	#form .formField .addColMarginTop {
	margin-top: 10px !important;
	}
	#form .formField .addColMarginBottom {
	margin-bottom: 10px !important;
	}
	#form .formField .halfCol {
	width: 46%;
	}
	#form .formField .twothirdCol {
	width: 65%;
	}
	#form .formField .onethirdCol {
	width: 33%;
	}
	#form .formField .threeCol {
	width: 29%;
	margin-right: 5px;
	}
	#form .formField .fullCol {
	width: 100%;
	}
	#form .formField .ninetyCol {
	width: 95%;
	}
	#form .formField .centerContent {
	text-align: center;
	}	
	#form .formField .autoCol {
	width: auto !important;
	}
	#form .formField .inlineElements {
	white-space: nowrap;
	}
	#form .formField .inlineElements .inline {
	display: inline-block;
	margin: 0 3px 0 0;
	text-align: left;
	vertical-align: middle;
	}
	#form .formField .inlineElements .inlinetotop {
	vertical-align:top;
	}
	#form .formField .inlineElements .inlinetomiddle {
	vertical-align:middle;
	}
	#form .formField .inlineElements .inlinewraptext {
	white-space: normal;
	margin-right: 20px;
	}
	#form .formField .cwOutline {
	border: 1px solid #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px 10px !important;
	}
	#form .formField .cwNoWrap {
	white-space:nowrap;
	}
	#form .formField .cwBGLight {
	background: #e1e1e1;	
	}
	#form .formField .cwBGMedium {
	background: #c4c4c4;
	padding: 5px 10px;
	}
	#form .formField .cwBGDark {
	background: #9a9a9a;
	padding: 5px 10px;
	}
	#form .formField .cwBGSelected {
	background: #808080 !important;
	}
	#form .formField .cwBGQty {
	background: #C7DCC3 !important;
	}
	#form .formField .cwBGSoldout {
	opacity: 0.5 !important;
	}
	#form .formField .mandatory, #form .formField .mandatoryEg {
	background-color: #EDEFC1 !important;
	}
	#form .formField .remove {
	background-color: #CC0000 !important;
	color: #fff !important;
	font-size: .75em !important;
	padding: 3px;
	float:right;
	}
	#form .cwBGBilling {
	background-color: #808080 !important;
	}
	#form .cwBGSpecial {
	background-color: #b3b3b3 !important;
	}
	#form .cwBGBilling .cwBGBillingLight {
	background-color: #bfbfbf !important;
	}
	#form .formField p{
	padding: 0px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	#form .formField h3, #form .formField .likeH3 {
	padding: 3px 0px 0px 0px;
	margin: 3px 15px 5px 0px;
	font-size: 1.25em;
	color: #000;
	background: #b3b3b3;
	padding: 3px 8px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	}
	#form .formField .likeH3 .sizetoh3 {
	font-size: 1.25em !important;
	}
	#form .totalBox {
	float:right;
	margin: -1px 40px 40px 0px;
	padding: 5px 10px;
	border: 1px solid #000;
	border-top: none;
	border-bottom-left-radius: 10px;
	-moz-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background: #e1e1e1;
	}
	#form .totalBoxSmall {
	float:right;
	margin: -5px 40px 0px 0px;
	padding: 5px;
	border-top: none;
	border-bottom-left-radius: 10px;
	-moz-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-color: #d9d9d9;
	}
	#form .formField .notes,  #form .formField .notes a:link {
	font-size: .85em;
	margin: 0px;
	}
	#form .formField .notes a:hover, #form .formField .notes a:visited {
	color: #404040;
	}
	#form .formField .notes a:focus {
	color: #000;
	background-color: #bfbfbf;
	padding: 2px;
	border: 1px solid #000;
	}
	#form .formField input[type="text"], #form .formField textarea,  #form p input[type="password"],  #form p select, #form .makeLikeInput {
	/* restyle input fields */
	font-size: 1.15em;
	width: 100%;
	padding: 3px;
	border: 2px solid #666;
	font-weight: bold;
	color: #000;
	margin:0px;
	background: url(../images/shadowboxlight.png) top center repeat-x;
	background-size: 100% 50%;
	background-color: #a6a6a6;
	}
	#form .formField p select {
	/* create an override so select menus are only as wide as they need to be */
	width: auto;
	}
	#form .formField input[type="text"]:focus,  #form p input[type="password"]:focus,  #form p select:focus,  #form input[type="button"]:focus,  #form input[type="submit"]:focus {
	/* restyle #form fields/buttons when active */
	border: 2px solid #000;
	background-color: #bfbfbf;
	color: #000;
	}
	#form .formField .errorField {
	/* style for highlighting problem areas on #form */
	padding: 5px;
	width: 95%;
	background-color: #CC0000;
	color: #ffffff;
	display:none;
	border-collapse:collapse;
	}
	#form .formField .ep {
	cursor: pointer;
	}
	#form hr {
	border: 1px solid #000;
	}
	
	#form .extraPad {
	margin-right: 10px;
	}
	.subtotalHolder {
	font-weight: bold;
	width: 70px;
	margin-right: 5px;
	display: inline-block;
	text-align: right;
	}
	/* //////////// end #form handling styles //////////////////// */
	
	
	
	
	#registration {
	clear: left;
	}
	#registration .formBlock h3 {
	margin:5px 0px 5px 0px;
	}
	#registration input[type=text], #registration select, #registration .whiteField {
	color: #000000;
	width: 95%;
	font-weight: bold;
	font-size: 110%;
	border: 1px solid #999999;
	}
	#registration .formBlock .leftCol {
	float: left;
	width: auto;
	margin: 0px 15px 10px 0px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #CCCCCC;
	}
	#registration .formBlock .leftCol p {
	font-size: 80%;
	/*white-space: normal;*/
	margin: 0;
	font-weight: bold;
	}
	#registration .formBlock .required {
	padding: 3px 8px;
	background-color: #999999;
	}
	#registration .formBlock .summaries {
	padding: 15px 15px 20px 15px;
	font-size: 120%;
	}
	#registration .formBlock .summaries p {
	margin: 10px 0px 10px 0px;
	}
	#registration .formBlock .required input[type=text], #registration .formBlock .required select, #registration .formBlock .requiredMarker {
	color: #333333;
	}
	#registration .formBlock .notRequired {
	padding: 3px 8px;
	background:#CCCCCC;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}
	#registration .formBlock .notRequired input[type=text], #registration .formBlock .notRequired select {
	color: #333333;
	background-color: #ffffff;
	border:1px solid #CCCCCC;
	}
	#billing, #boxit {
	background:#CCCCCC;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	box-sizing:border-box;
	}
	#billing {
	background:#abb7cc;
	}
	#billing .required {
	background:#8891a2 !important;
	}
	#billing .notRequired {
	background: none !important;
	}
	#billingTotal {
	background:#CCCCCC;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 100%;
	float: left;
	padding: 15px 15px 20px 15px;
	}
	#billing  h4 {
	padding: 10px;
	font-weight: normal;
	font-size: 110%;
	}
	
	#billingInfo {
	padding: 0px 0px 0px 10px;
	width: 100%;
	box-sizing:border-box;
	}
	.errorfield, .processError {
	background:red;
	padding:5px 10px !important;
	width: auto;
	color: #ffffff;
	display: none;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-left:10px;
	}
	#processResponse{
	margin: 5px 0px;
	}
	.processError {
	display: block;
	width: 90%;
	margin-bottom: 10px;
	}
	.processError h1, .processError h2, .processError h3, .processError p {
	margin: 0px;
	}
	.full {
	color: #999999;
	font-style:italic;
	}
	
	.sponCategory {
	clear:left;
	}
	
	.diamondSPN {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #d7d7d7;
	border: 2px solid #646464;
	box-shadow: inset 0px 10px 15px 10px #bababa;
	padding: 0 15px;

	}
	.platinumSPN {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #d7d7d7;
	border: 2px solid #646464;
	box-shadow: inset 0px 10px 15px 10px #bababa;
	padding: 0 15px;

	}
	.goldSPN {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #d7d7d7;
	border: 2px solid #646464;
	box-shadow: inset 0px 10px 15px 10px #bababa;
	padding: 0 15px;

	}
	.silverSPN {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #d7d7d7;
	border: 2px solid #646464;
	box-shadow: inset 0px 10px 15px 10px #bababa;
	padding: 0 15px;
	}
	.bronzeSPN {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #d7d7d7;
	border: 2px solid #646464;
	box-shadow: inset 0px 10px 15px 10px #bababa;
	padding: 0 15px;

	}
	.bronzejrSPN {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #d7d7d7;
	border: 2px solid #646464;
	box-shadow: inset 0px 10px 15px 10px #bababa;
	padding: 0 15px;

	}
	.headers {
	background-color: black;
	color: white;
	padding:5px;
	}
	table.options{
	width:100%;
	background: rgba(255,255,255,.5);
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0 0 10px 0;
	padding:5px;
	}
	table.options td{
	padding:5px;
	}
	table.regcat td {
	position:relative;
	}
	td.conference {
		padding:0;
		margin:0;
	}
	td.conference .title {
		margin:0 !important;
	}
	.selected .title:after{
		content: '';
		display: inline-block;

		width: 6px;
		margin-left:10px;
		height: 12px;
		border: solid #fff;
		border-width: 0 2px 2px 0;
		/*Rotate the L 45 degrees to turn it into a checkmark*/
		transform: rotate(45deg);	
	}
	.booth, .cattype, .OND {
	padding:10px;
	background-color: lightgrey;
	border: 3px solid black;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	}
	
	.booth:hover, .cattype:hover, .oneday td.OND:hover {
	background-color: #00ac69;
	color:white;
	cursor: pointer;
	}
	.booth:hover #displayCost, .cattype:hover #displayCost{
	color:black;
	}
	.oneday td.OND{
	padding: 10px;
	background: rgba(255,255,255,.75);
	}
	td.OND h3{
	margin:0 !important;
	}
	div.details{
	padding:15px;
	}
	.selected, .oneday td.selected, .selected:hover, .oneday td.selected:hover {
	background-color: #006548;
	color:white;
	cursor: pointer;
	}
	.selected #displayCost{
	color:black;
	}
	.soldout, .cattypeSoldout {
	opacity: .85;
	color:darkgrey;
	position:relative;
	}
	.soldout:before, .cattypeSoldout:before{
	content: 'SOLD OUT';
	font-size:2em;
	line-height:1em;
	text-weight:bold;
	position:absolute;
	top:0;
	left:0;
	color:white;
	background: #550000;
	opacity:.5;
	text-align:center;
	vertical-align:middle;
	width:100%;
	margin:0;
	
	}
	.booth.soldout:before {
	padding-top:40%;
	margin:0;
	height:52%;
	}
	.catstyle {
	padding: 10px;
	background-color: lightgrey;
	border: 3px solid black;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
	.cattypeSoldout:before {
	padding-top: 21%;
	margin: 0;
	height: 56%;
	z-index: 999;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	}
	
	.etabs { 
	margin-top: -46px; 
	padding: 0; 
	}
	.tab { 
	display: inline-block; zoom:1; 
	background: #eee; 
	border: solid 1px #999; 
	border-bottom: none; 
	-moz-border-radius: 4px 4px 0 0; 
	-webkit-border-radius: 4px 4px 0 0; }
	.tab a { 
	font-size: 14px; 
	line-height: 2em; 
	display: block; 
	padding: 0 10px; 
	outline: none; 
	text-decoration: none !important;
	}
	
	.tab.active { 
	background: #fff; 
	padding-top: 6px; 
	position: relative; 
	top: 1px; border-color: #666; 
	}
	.tab a.active { 
	font-weight: bold; 
	}
	.disabled {
	opacity: .5;
	}
	#displayCost {
	font-weight: bold;
	font-size: 120%;
	float: right;
	margin: 0px 10px 10px 10px;
	width: auto;
	background-color: white;
	padding: 5px 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}
	#displayCost   p {
	clear: right;
	}
	#displayCost  .priceDisp {
	float: right;
	}
	.container { 
	margin-top: 46px;
	background: #fff; 
	border: solid #666 1px; 
	padding: 10px; 
	-moz-border-radius: 4px 4px 4px 4px; 
	-webkit-border-radius: 4px 4px 4px 4px; 
	}
	table.formattedtable {
	border:1px solid black;
	margin-bottom: 15px;
	border-collapse:collapse;
	font-size:.9em;
	width:100%;
	}
	table.formattedtable th, table.formattedtable td {
	padding: 5px;
	border:1px dotted grey;
	position:relative;
	}
	table.formattedtable .lightheader {
	background:rgb(112, 112, 112);
	color:white;
	}

	table.formattedtable tr:nth-child(odd) {
	/*background-color: lightgrey;*/
	}
	table.formattedtable th,  
	table.formattedtable .th {
	color:white;
	background:black;
	}
	.th,  .td {
		padding: 5px;
	}
	
	label.alignLeft, p.alignLeft {
	display:block;margin-left:25px !important;
	}
	.selectButton {
		display:none;
	}
	.mobiledisplay {
		display:none;
	}
	.showop, .showexlist {
	cursor:pointer;
	}
	.showop:hover, .showexlist:hover {
	text-decoration:underline;
	}
	.showop:before, .showexlist:before {
	content: '[ ';
	}
	.showop:after, .showexlist:after {
	content: ' ]';
	}

	.netCheck input {
		margin-right: 8px;
	}
	.mapMarker:hover {
	cursor:pointer;
	border: 1px solid black;
	}
	
@media only screen and (max-width: 500px) {
	.th, .td {
		border:none;
	}
	.th { padding: 5px !important; }
	.td:hover { background:none !important; }
	table {
		box-sizing: border-box;
	}
	th, td {
		display: block;
		width:100%;
		box-sizing:border-box;
		padding:0;
	}
	td.mobilesectionmarker {
		border-top: 1px solid black !important;
		padding: .5em 0;
	}
	td.mobilecategorymarker {
		border-top: 1px dotted black !important;
	}
	table.formattedtable tr {
		background:none;
	}
	table.formattedtable th, table.formattedtable td {
		padding:0;
		border:none;
		width:100%;
	}
	table.regcat td { margin: .5em auto; }
	.tab {
		width:100%;
	}
	.selectButton {	
		display:block;
		width:100%;
		padding: 10px;
		background-color: lightgrey;
		border: 3px solid black;
		border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;		
	}
	.leftCol, .rightCol {
		box-sizing:border-box;
		width:100% !important;
	}
	#displayCost{
		float:none;
	}
	#form .formField .halfCol {
	width: 100%;
	}
	#form .formField .twothirdCol {
	width: 100%;
	}
	#form .formField .onethirdCol {
	width: 100%;
	}
	#form .formField .threeCol {
	width: 100%;
	margin-right: 5px;
	}
	.fulldisplay {
		display:none;
	}
	.blackmarker {
		background:black;
		padding: .5em !important;
		color:white;
	}
	.blackmarker p {
		margin:0 !important;
	}
	.mobiledisplay {
		display:inline-block;
		font-weight:bold;
	}
	.registrationtypes {
		border-bottom: 1px solid black;
	}
	.registrationtypes td {
		padding: .125em .5em !important;
	};
}
	
}