/* @group tags */

h1 {
	font-size: 44px;
	color: #663399;
	font-weight: normal;
	font-style: normal;
}

h1.sIFR-replaced {
}

h2 {
	color: #cc9900;
	text-transform: lowercase;
	margin-top: 28px;
	margin-bottom: 7px;
	font-family: Arial, sans-serif;
}

h2.sIFR-replaced {
	margin-top: 28px;
}

/* @end */

/* @group form */

form .text, form select {
	margin-bottom: 13px;
	width: 230px;
	border: 1px solid #a5acb2;
	height: 22px;
	padding: 3px 2px 2px;
}

form .textarea {
	margin-bottom: 13px;
	width: 230px;
	border: 1px solid #a5acb2;
}

form input.checkbox {
	margin-right: 8px;
}

form input.radio {
	margin-right: 5px;
}

form label
 {
	margin-right: 10px;
}

form .errors {
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

form .errors p {
	font-weight: bold;
	margin-top: 0;
}

form .errors .error {
	margin-bottom: 5px;
	list-style-type: disc;
	display: list-item;
	list-style-position: inside;
}

form .sub {
	margin-left: 26px;
}

form .button {
	font-size: 14px;
	border: 1px solid gray;
	padding: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color:#e6edf3;
	color: black;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

/* @end */

/* @group classes */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.nowrap {
	white-space: nowrap;
}



/* @end */

/* @group registration */

div.conditions {
	display: none;
}

#lessons {
	border-style: none;
}

#lessons .ui-tabs-panel {
	padding-top: 0;
	padding-left: 0;
}

#lessons .faq {
	margin-top: 30px;
}

.course_list_day {
	margin-left: 10px;
}



/* @end */

/* @group testimonials */

#testimonials {
	position: relative;
	
}

#testimonials form textarea {
	height: 100px;
}

.testimonial_list {
	list-style-type: none;
	padding: 0;
}

.testimonial_list li {
	background-color: silver;
	margin-bottom: 44px;
	padding: 1px 10px 15px 20px;
	width: 460px;
	-moz-border-radius: 6px;	-webkit-border-radius: 6px;	border-radius: 6px;
}

.testimonial_list .youtube {
	width: 650px;
	padding-top: 15px;
}

.testimonial_list span {
	display: block;
	font-style: italic;
}

.testimonial_list .r0 {
	background-color: #ece6f0;
}

.testimonial_list .r1 {
	background-color: #e6edf3;
}

.testimonial_form {
	width: 230px;
	position: absolute;
	top: 0;
	right: 0;
}

.testimonial_form .first_title {
	margin-top: 0;
}


/* @end */

/* @group scheduler */

.scheduler {
	overflow: hidden;
	width: 965px;
}

.scheduler h4 {
	font-size: 13px;
}

.scheduler h2.sIFR-replaced {
	margin-top: 0px;
}

.scheduler .calendar_list {
	float: left;
	width: 180px;
	border: 1px dotted #666666;
	padding-left: 20px;
	padding-top: 17px;
}

.scheduler .calendar_list table {
	margin-bottom: 20px;
}

.scheduler .calendar_list tr td {
	font-size: 13px;	
}

.scheduler .calendar {
	float: left;
	width: 757px;
}

.scheduler .day .booked {
	margin-top: -20px;	
}

.scheduler .calendar .browser {

}

.scheduler .calendar .row {
	overflow: hidden;
	width: 785px;	
}

.scheduler .calendar .row .day {
	width: 330px;
	float: left;
	padding: 20px 20px 20px 0;
}

.scheduler .calendar .row .day h4 {
	margin-bottom: 0;
}

.scheduler .calendar .row .day .events {
	list-style-type: none;
	padding: 0;
}

.scheduler .calendar .row .day .events li {
	padding-left: 20px;
}

.scheduler .calendar .row .day .unavailable {
	font-style: italic;
}

.scheduler .calendar form {
	display: none;
}

.scheduler .calendar .open, .scheduler .calendar .confirmed {
	padding-top: 12px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 294px;
	list-style-type: none;
	margin-left: -20px;
}

.scheduler .calendar .open {
	background-color: #E6EDF3;
}

.reservation_confirmed {
	background-color: #c5eda0;
	padding: 10px;
}

.register_first {
	background-color: #FBE3E4;
	padding: 10px;
}

.scheduler .calendar .confirmed p {
	padding-right: 10px;
}


.scheduler .calendar .open form {
	margin-top: 10px;
}

.scheduler .calendar .week_browser {
	margin-top: 40px;
}

.register_first_notice {
	background-color: #fbd6b2;
	padding: 10px;
}


/* @end */

