html, body {
	margin:0;
	padding:0;
	font-family:Arial, sans-serif;
	font-size:12px;
}

a, .fakeLink, .fake-link {
	color:#15C;
	text-decoration:none;
	cursor:pointer;
}

a:hover, .fakeLink:hover {
	text-decoration:underline;
}

textarea {
	padding:5px;
}

input[type=submit], button {
	font-family: Arial, sans-serif; 
	font-size: 1em;
	background: #eee; 
	border:1px solid #ccc; 
	border-radius: 5px;
}

input[type=text], input[type=email], input[type=password], select, textarea {
	border:1px solid #ccc;
	padding:5px;
}

input[type=text], input[type=email], input[type=password], textarea {
	box-shadow: inset 0 0 1px #ccc;
}

#wrapper {
	width:900px;
	margin:10px auto;
	padding:10px 15px;
}

#main {
	min-height:450px;
}

#nav, #eventsNav {
	float:left;
	clear:both;
	margin:0;
	padding:0;
	width:897px;
	list-style-type:none;
	background-color:#efefef;
	border:1px solid #ccc;
	font-size:11px;
}

#nav li, #eventsNav li {
	float:left;
	padding:5px 15px;
	border-right:1px solid #ccc;
	text-align:center;
}

#nav li {
	/*
	width: 80px;
	*/
}

#nav li .fakeLink {
	color:black;
}

#eventsNav li {
	width: 120px;
}

#nav a, #eventsNav a {
	color:black;
}

#nav a:hover,  #eventsNav a:hover{
	text-decoration:underline;
}

#credits {
	color:grey;
	text-align:center;
	font-size:11px;
}

.leadIcon {
	position:relative;
	top:3px;
	margin-right:4px;
}

.actionIcon {
	cursor:pointer;
}

.none {
	padding-left:20px;
	color:grey;
	font-style:italic;
}

.none:before {
	content:url('/images/icons/error_leading.png');
}

.none span {
	position:relative;
	bottom:2px;
	margin-left:5px;
}

div.error {
	width:90%;
	margin:10px auto;
	padding:10px;
	line-height:150%;
	border:1px solid red;
	background-color:#FCEDED;
}

input.error, select.error, textarea.error {	
	background-color:#FCC;
	border:1px solid red;
}
input[type='checkbox'].error {
	-webkit-box-shadow: 0px 0px 0px 1px red;
    -moz-box-shadow: 0px 0px 0px 1px red;
    box-shadow: 0px 0px 0px 1px red;
    border-radius: 3px;
}
div.success {
	width:90%;
	margin:10px auto;
	padding:10px;
	line-height:150%;
	border:1px solid green;
	background-color:#CAFFCA;
}

label.error {
	margin-left:10px;
	color:red;
	font-size:11px;
}

.hint {
	margin-left:5px;
	color:grey;
	font-size:11px;
}

.tip {
	width:90%;
	min-height:30px;
	margin:20px auto;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #ccc;
	background-color:#efefef;
	color:#666;
	box-shadow:inset 0 0 2px 2px #ddd;
	line-height: 150%;
}

.moneyInputWrapper {
	position:relative;
	right:10px;
}

.flash {
	position:fixed;
	top:20px;
	left:50%;
	padding:5px 10px;
	border:1px solid #ccc;
	border-radius:10px;
	box-shadow:2px 2px 2px #ccc;
	z-index:9999;
	text-align:center;
	background-color:#CAFFCA;
}
.flash span {
	margin-left:5px;
	position:relative;
	bottom:3px;
}

.indicator {
	width:100%;
	color:grey;
	font-style:italic;
	font-size:12px;
	text-align:center;
}

.indicator:before {
	content:url("/images/indicator.gif");
}

.indicator span {
	position:relative;
	bottom:5px;
	margin-left:5px;
}

/* container */

.container {
	width:95%;
	margin:10px auto;
	padding:15px;
	background-color:white;
	border:1px solid #ccc;
}

.container .header {
	font-weight:normal;
	font-size:14px;
}
.container .sectionHeader {
    margin-top: 20px;
    padding: 5px;
    font-weight:normal;
	background-color: #efefef;
    border: 1px solid #cccccc;
}
.subheader {
	padding-left:10px;
	color:grey;
	font-size:13px;
}

.formFieldset, .formItemFieldset {
	margin:20px auto;
	padding:10px;
	border:1px solid #ddd;
}

.formFieldset {
	width:750px;
	background-color:#eee;
}

.formFieldset table {
	background: transparent;
}

.formItemFieldset {
	width:600px;
	background-color:#eee;
}

.formItemFieldset legend {
	font-weight:bold;
}

.formItemFieldset .formTable {
	width:500px;
	background:transparent;
}

.formItemFieldset .formTable td:first-child {
	width:200px;
}

.formItemFieldset .formTable input {
	width:300px;
}

.formTable textarea {
	width:300px;
	height:100px;
}

.formFieldset .datepicker, .formItemFieldset .datepicker {
	width:100px !important;
}

.textareaLabelTd {
	vertical-align:top;
}

/* tables */

.zebraTable, .modalTable, .formTable {
	font-size:12px;
	border-collapse:collapse;
	background-color:white;
}

.zebraTable, .formTable {
	margin:10px auto;
}

.zebraTable {
	width:90%;
}

.zebraTable th {
	color:#2E6E9E;
	background: #eee;
	border:1px solid #ccc;
	font-weight: normal;
}

.formTable {
	width:500px;
}

.modalTable {
	width:100%;
}

.modalTable td:first-child, .formTable td:first-child {
	width:150px;
    color:#666;
}

.modalTable td:last-child, .formTable td:last-child  {
    padding-left:20px;
}

.modalTable input[type=text],
.modalTable input[type=password] {
	width:186px;
}

.modalTable select {
	width:200px;
}

.zebraTable th, .zebraTable td, .modalTable th, .modalTable td, .formTable th, .formTable td {
	padding:5px;
}

.zebraTable th {
	color:#2E6E9E;
	background: #eee;
	border:1px solid #ccc;
}

.zebraTable td {
	border:1px solid #eee;
}

.zebraTable tr:nth-child(even) {
	background-color:#F7F7F7;
}

.tablesorter th {
	cursor:pointer;
}

.containerHeader {
	position:relative;
    right:21px;
    width:862px;
	margin-top:0;
	margin-bottom:25px;
	padding:10px 15px 10px 20px;
 	background-color:#EEEEEE;
 	border-bottom: 1px solid #ccc;
}

.immunizationsTable {
	border-collapse:collapse;
	border:1px solid #ccc;
}

.immunizationsTable th {
	padding:10px;
	background-color:#eee;
}

.immunizationsTable td {
	width:130px;
	padding:10px;
	border:1px solid #ccc;
	text-align:center;
}

.immunizationsTable select, .immunizationsTable button {
	padding:2px;
	font-size:10px !important;
}

.none, .noneNoIcon, .noneInline {
	color:grey;
	font-style:italic;
}

.arModal, .arModalFromIcon {
	display:none;
}
.groupRegistrationFormNav {
	height:40px;
	margin:0 0 0 0px;
	padding:0;
	list-style-type:none;
}
.groupRegistrationFormNav li {
	float:left;
	width:210px;
	height:40px;
	text-align:center;
	line-height:40px;
}
.individualRegistrationFormNav {
	height:40px;
	margin:0 0 0 0px;
	padding:0;
	list-style-type:none;
}
.individualRegistrationFormNav li {
	float:left;
	width:280px;
	height:40px;
	text-align:center;
	line-height:40px;
}
.registrationOption {
	width:90%;
	margin:15px auto;
	padding:15px;
	border:1px solid #ccc;
	background: linear-gradient(to bottom, #fcfcfc 0px, #eee 100%) repeat scroll 0 0 transparent;
}
.registrationOptionSelected {
	border-color:green;
	background: #F2F7F2 !important;
}
.registrationOptionWaitlisted {
	border-color:grey;
	background: linear-gradient(to bottom, #FAFCE3 0px, #FCFBBF 100%) repeat scroll 0 0 transparent;
}
.registrationOptionButton {
	float:right;
	padding:5px;
	border-radius:4px 4px 4px 4px;
	font-size:12px;
	cursor:pointer;
}
.registrationOptionButtonAdd {
	background: linear-gradient(to bottom, #CAFFCA 0px, #98E298 100%) repeat scroll 0 0 transparent;
	border-color: #CAFFCA;
}	
.registrationOptionButtonRemove {
	background: linear-gradient(to bottom, #FFCECE 0px, #FC9F9F 100%) repeat scroll 0 0 transparent;
	border-color: #FFCECE;
}
.registrationBundles {
	display:none;
	width:90%;
	margin:20px auto;
	padding:10px;
	border:1px dashed grey;
	background-color:white;
}
.registrationBundlesUl, .registrationBundleEventsUl {
	list-style-type:none;
}
.registrationBundleEventsUl {
	display:none;
	padding-left:20px;
	line-height:175%;
}
.registrationBundleEventsCountWrapper {
	display:none;
}
.spacesRemaining {
	color:grey;
	font-style:italic;
}
/* profile photo uploader */

.ppuOriginalWrapper {
	float:left;
	width: 700px;
	max-width:700px;
}

.ppuOriginalImage {
	float:left; 
	margin-right:10px;
	border:1px solid black;
	max-width:400px;
}

.ppuPreviewWrapper {
	float:left;
	width:200px;
	height:230px;
	padding-left:30px;
	background-color:#eee;
	border:1px solid grey;
}

.ppuPreviewLabel {
	float:left;
	clear:both;
	margin-top:10px;
	font-weight:bold;
}

.ppuThumbnailWrapper {
	float:left;
	clear:both;
	position:relative;
	overflow:hidden;
	margin-top:5px;
	border:1px #e5e5e5 solid;
	box-shadow: 2px 2px 2px #ccc;
}

.ppuThumbnail {
	position:relative;
}

.ppuThumbnailForm {
	float:left;
	width:200px;
	display:none;
}

.uploadPhotoFakeLink {
	font-size:12px;
}

.mandatoryLabel {
	font-weight:bold;
}
.mandatoryLabel:after {
	content: "*";
}
#enrollmentFormNavContainer {
	height:40px;
	padding:0 17px;
	background-color: #eee;
}
.enrollmentFormNav {
	height:40px;
	margin:0 0 0 0px;
	padding:0;
	list-style-type:none;
}
.enrollmentFormNav li {
	float:left;
	height:40px;
	text-align:center;
	line-height:40px;
	background-color:#eee;
	text-align: center;
}
.enrollmentFormNav li.enrollmentFormNavItemCompleted {
	background-color:#caffca;
}
.enrollmentFormNav li.enrollmentFormNavItemSelected {
	background-color:#f9f9f9;
}
.enrollmentFormNavArrow {
	width: 0; 
	height: 0; 
	float:right;
	position: relative;
	left: 20px;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #eee;
}
.enrollmentFormNavArrowCompleted {
	border-left: 20px solid #caffca;
}
.enrollmentFormNavArrowSelected {
	border-left: 20px solid #f9f9f9;
}
.enrollmentFormNavItem img {
	position: relative;
	top: 3px;
}
.individualRegistrationWithFormsNav {
	height:40px;
	margin:0 0 0 0px;
	padding:0;
	list-style-type:none;
}
.individualRegistrationWithFormsNav li {
	float:left;
	width:210px;
	height:40px;
	text-align:center;
	line-height:40px;
}
.cursor-pointer{
	cursor: pointer;
}