html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #D0C98B url("images/body_bg.jpg") repeat-x;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}
form, #globaldiv {
	width: 950px;
	height: 100%;
	margin: 0 auto;
}
#maindiv {
	text-align: left;
	width: 100%;
	height: 100%;
}
#wizardPane {
	background: #FFFFFF;
}
#dlgInfo, #dlgGoldKey {
	text-align: left;
}
#dlgGoldKey form {
	width: 100%;
}
#dlgGoldKey dl, #dlgGoldKey .textspace {
	padding: 0.5em 0;
}
#dlgGoldKey .note {
	margin: 0.5em 0;
}
#dlgGoldKey form .dijitTextArea {
	width: 99%;
}
.dijitTextArea > div {
	min-height: 2.8em;
}
table {
	width: 100%;
}
.total {
	width: 150px;
}
.header {
	margin-top: 9px;
	height: 82px;
	text-align: center;
	top: 0px;
	background: url("images/header_bg.jpg") no-repeat;
}
.footer {
	height: 45px;
	background: #063869;
	color: #FFFFFF;
}
.footer table {
	text-align: center;
	height: 45px;
}
.footer table td {
	width: 25%;
	line-height: 2em;
}
.footer a {
	padding: 10px 15px;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	background: #105687;
	-moz-border-radius: 5px;	
}
h2 {
	font-size: 2em;
	margin-top: 0px;
	color: #4B586B;
	margin-bottom: 0.25em;
}
h3, .total, .admin .note th {
	color: #3D5971;
	margin-top: 0px;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 0.5em;
}
h4 {
	font-size: 1em;
	margin-top: 0px;
	color: #3D5971;
}
h5 {
	font-size: 1em;
	margin-top: 6px;
}
.note {
	-moz-border-radius: 5px;
	background: #E6EDF7;
	border: 1px solid #9CAFC0;
	padding: 5px;
}
.note h3 {
	width: 100%;
	border-bottom: 1px dotted #9CAFC0;
}
.admin .note .select {
	border-collapse: collapse;
}
.admin .note .select td {
	border-top: 1px dotted #9CAFC0;
}
.goldkey {
	background-image: url("images/key.png");
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 50px;
}
.register {
	background-image: none;
	padding-left: 0px;
}
.notice {
	background: url("images/warning.gif") top left no-repeat;
	padding-left: 90px;
	margin-left: 0px;
}
.ahla .dijitAccordionBody {
	padding: 10px;
}
#step1 table td {
	width: 25%;
	padding: 0.5em 1em;
}
#step1 .dijitInlineTable, #step1 .dijitTextBox {
	width: 100%;
	padding: 2px;
}
#step1 .dijitComboBox {
	padding: 0px;
}
#step1 .dijitComboBox .dijitDownArrowButton {
	padding: 2px;
}
#step1 .dijitComboBox .dijitInputField {
	margin: 2px;
}
.dijitValidationIcon {
	display: none;
}
#step2 #regcat td {
	width: 33%;
}
.selectedTicket .price, .selectedTicket .price2 {
	font-weight: bold;
}
.ahla .dijitAccordionPane {
	font-weight: normal;
	font-size: 1em;
}
.ahla .dijitTextBox , .ahla .dijitComboBox, .ahla .dijitTextArea {
	background: #F6F4F5;
	border-color: #B9BBDD;
}
.ahla .dijitComboBox .dijitButtonNode {
	border-color: #B9BBDD;
}
.ahla .dijitError {
	background-color: #FFFFFF;
	border-color: #FF0000;
	border-style: dashed;
	/*background: #F6F4F5;
	border-color: #D7DAE1;*/
}
.invalid {
	background-color: #FFFFFF !important;
	border-color: #FF0000 !important;
	border-style: dashed !important;
	/*background: #F6F4F5;
	border-color: #D7DAE1;*/
}
.required {
	color: #FF0000;
}
.sessionlength {
	padding-left: 2em;
}
input[type="checkbox"] {
	margin-right:3px;	
}

