﻿.mainContainer {
	margin-top: 50px;
	min-height: 400px;
	position: relative;
}
.contentCanister {
	display: none;
}
h2 {
	letter-spacing: 0;
	font-weight: bolder;
}
.bold {
	font-weight: bold;
}
.bold span {
	font-weight: normal;
}
.indent {
	margin-left: 20px;
}
.eventInfo {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 0 20px;
}
.floatLeft {
	display: inline-block !important;
	float: left !important;
	width: auto !important;
	clear: none !important;
}
.floatRight {
	display: inline-block !important;
	float: right !important;
	width: auto !important;
	clear: none !important;
}
.fullWidth {
	width: 100%;
}
.contentSpacing {
	padding: 10px 0 0 0;
}
.childContentSpacing {
	padding: 5px 0 0 0;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.selectableText {
	cursor: pointer;
}
.selectableText:hover {
	text-decoration: underline;
}
.eventInformation {
	font-weight: bolder;
	margin: 18px 0 0 0;
}
.invalid {
	border-color: #c00;
	background-color: #fcc;
}
.secondRow {
	margin-top: 40px;
}

.fieldInput input {
	width: 300px !important;
}

.fieldInputSmall input {
	width: 220px !important;
}

.fieldLabel {
	font-size: 13px;
	/*padding-left: 13px;*/
	font-weight: bold;
	min-height: 24px;
}

.fieldLabelRequired {
	font-size: 13px;
	padding-left: 13px;
	font-weight: bold;
}

.fieldLabelSide {
	display: inline-block;
	float: left;
	margin-right: 15px;
}

.fieldRequired {
	background-image: url("/images/required.png");
	background-repeat: no-repeat;
	background-position: 0 20%;
}


.fieldCanister {
	margin-top: 5px;
}
.generalTitle {
	font-weight: bolder;
	margin-bottom: 5px;
}

.bottomBorder {
	border-bottom: 1px solid #353535;
}
.childWrapper {
	padding-bottom: 2px;
}
.birthSelector {
	height: 25px;
	line-height: 25px;
}


/* loading */
.loading {
	position: absolute;
	height: 60px;
	width: 100%;
	display: block;
	top: 50%;
	margin: -35px 0 0 0;
	text-align: center;
	display: none;
}
.loading .loadingMessage {
	height: 20px;
	width: 100%;
	line-height: 20px;
	text-align: center;
	position: absolute;
	display: block;
	font-family: Helvetica;
	font-weight: bold;
}
.loading img {
	width: 32px;
	height: 32px;
	margin: 30px auto 0 auto;
	display: inline-block;
}

/* css reset */
.cssDefaultReset {
	background:none;
	border:none;
	bottom:auto;
	clear:none;
	cursor:default;
	float:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-style:normal;
	font-weight:normal;
	height:auto;
	left:auto;
	letter-spacing:normal;
	line-height:normal;
	max-height:none;
	max-width:none;
	min-height:0;
	min-width:0;
	overflow:visible;
	position:static;
	right:auto;
	text-align:left;
	text-decoration:none;
	text-indent:0;
	text-transform:none;
	top:auto;
	visibility:visible;
	white-space:normal;
	width:auto;
	z-index:auto;
}