@charset "utf-8";
body {
	background-image: url(/images/holding/bkg1.png);
	background-repeat: repeat-x;
	background-position: center 0px;
	background-attachment: scroll;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3C3C3C;
}
#container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#container #flash {
	height: 560px;
}
#container #content #leftcol {
	width: 440px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
	line-height: 1.4em;
}
#container #content #rightcol {
	width: 395px;
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #FFFFFF;
	text-align: left;
}
#container #content {
	padding-right: 40px;
	padding-left: 40px;
}

#container #content #rightcol #form_base {
	background-image: url(/images/holding/form_base.png);
	height: 12px;
	background-repeat: no-repeat;
}
#register {
	margin: 0px;
	padding: 5px;
	border-bottom-style: none;
	border: solid 4px #ffffff;
	border-bottom-width: 0px;
	background-color: #505050;
}

.whitebox {
	margin: 0px;
	border-bottom-style: none;
	border: solid 4px #ffffff;
	border-bottom-width: 0px;
	background-color: #505050;
}
#thanks {
	padding: 10px;
}


.whiteboxClosing {
	margin: 0px;
	border: solid 4px #ffffff;
	background-color: #505050;
	border-top-width: 0px;
	border-top-style: none;
}

.titleBox {
	height: 240px;
	overflow: auto;
}

table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

.subnote {
	font-size: 10px;
	line-height: 12px;
}

.textbox {
	width: 220px;
	border: solid 1px #000000;
	vertical-align: middle;
	line-height: 20px;
}

.textboxmulti {
	font-size: 11px;
	width: 350px;
	border: solid 1px #000000;
}

.textboxnowidth {
	border: solid 1px #000000;
	line-height: 20px;
}

#container #footer {
	clear: both;
	height: 40px;
}
.green {
	color: #99CE16;
}
.space10down {
	margin-bottom: 10px;
}

.space10up {
	margin-top: 20px;
}

.liveDates {text-align:right; border-left: solid 1px #ffffff}

th {
	text-align: left;
	vertical-align: bottom;
	height: 40px;
	color: #FFFFFF;
	font-weight: bold;
}


.autocomplete {
  position: absolute;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  font-family: Arial;
  overflow: hidden;
  text-align:left;
}

.autocomplete ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: auto;
}

.autocomplete li {
  display: block;
  white-space: nowrap;
  cursor: pointer;
  margin: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.autocomplete li.selected {
  background-color: #99CE16;
}

#container #flashvideo {
	background-image: url(../../images/holding/video_bkg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 95px;
	behavior: url(/Scripts/iepngfix.htc);
	padding-bottom: 80px;
}

a:link, a:visited {color: white;}
a:hover {color: #99CE16;}
