
/** SPORTS STYLING **/
.edit-link {
	font-family: Arial, sans-serif;
	display: block;
	clear: both;
	width: auto;
	height: 20px;
	background: url('/img/template/home/edit.png') no-repeat center right;
	padding-right: 25px;
	font-size: 13px;
	font-style: normal;
	line-height: 25px;
	float: right;
	margin: 5px;
}
.edit-link a {
	text-decoration: none;
	color: rgb(90,97,103);
}
.edit-link:hover a {
	text-decoration: underline;
}

.flash-message {
	margin-top: 10px;
}
.flash-message .help-box-content p {
	font-size: 16px;
}
.flash-message.fail {
	background: #FEDDDD;
	border-color: #EE6767;
}
.flash-message.fail .help-box-content p {
	color: #9E4141;
}
.flash-message.success .help-box-content p {
	color: #02BB14;
}

#header .navigation-main {
	width:100%;
	height: 50px;
	float:left;
	position:relative;
	padding: 0px;
}

#header p.home-blurb {
	float: right;
	margin: 0px;
	padding: 0px;
	font-family: 'chunkfive_romanregular';
	font-size: 20px;
	color: rgb(88, 98, 108);
	line-height: 50px;
}




/** KELLY HOME TOP NAVIGATION **/
.banner-home-nav {
	background: rgb(195, 195, 195);
	background: rgba(80, 80, 80, 0.3);
	padding: 10px 0px;
	margin-top: -20px;
}
.banner-home-nav .banner-area {
	height: 35px;
}

.home-nav {

}

.home-nav ul {
	float:left;
}

.home-nav ul li {
	float:left;
	margin-right:7px;
	height:12px;
}

.home-nav ul li a {
	float:left;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 4px solid rgb(0, 130, 102);
	background:rgb(0, 130, 102);
	text-decoration:none;
	padding:5px 12px;
	font-size:16px;
	line-height: 18px;
	font-weight:bold;
	color:#FFF;
}

.home-nav ul li a:hover, .home-nav ul li a.active {
	border-color:#FFF;
	background:#FFF;
	color:#57626b;
}

.banner-area-wrap ul.banner-area-quicklinks  {
	margin:13px 0px;
	float:right;
	width: 235px;
}

.banner-area-wrap ul.banner-area-quicklinks li {
	margin:0px 0px 10px 0px;
	float:right;
	background:url(/img/template/bg-bullet-quicklinks.png) no-repeat right;
}

.banner-area-wrap ul.banner-area-quicklinks li a {
	color:#FFF;
	font-size:15px;	
	text-decoration:none;
	float:right;
	padding-right:15px;
}
.banner-area-wrap ul.banner-area-quicklinks li a:hover {
	text-decoration: underline;
}



/** QUICKLINK BAR **/

.quicklink-bar {
	width:100%;
	position:relative;
	float:left;
}

p.quicklink-title {
	float:right;
	font-size:22px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:5px 5px 0px 0px;
	padding:0px;
}

.quicklink-arrow {
	position:absolute;
	top:-13px;
	right:-19px;
}


/** TIME LINE FORMATTING **/

.timeline {
	width: 960px;
	height: 45px;
	float:left;
}

.timeline ul {
	width:auto;
	height: 45px;
	float:left;
	padding:0px;
	margin:0px;
}

.timeline ul li {
	float:left;
	width: auto;
	height: 45px;
	padding-right: 42px;
	padding-left: 0px;
	font-size:14px;
	margin:0px;
	list-style:none;
	background: url('/images/graphics/timeline-light-left.png') no-repeat top right;
}
.timeline ul li:first-child {
	padding-left: 10px;
}

.timeline ul li a  {
	display: block;
	height: 45px;
	line-height: 43px;
	padding: 0px 5px 0px 0px;
    font-family: Arial;
	color:#FFF;
	text-decoration:none;
	font-weight: bold;
}

.timeline ul li .stage-number {
	display: inline-block;
	float: left;
	height: 25px;
	width: 25px;
	background: url('/images/graphics/timeline-circle-white.png') no-repeat center center;
	margin: 9px 9px 9px 0px;
	color: rgb(255, 221, 131);
	line-height: 25px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-indent: 2px;
}

.timeline ul li.active {
	background: url('/images/graphics/timeline-dark-left.png') no-repeat top right;
}
.timeline ul li.last-active {
	background: url('/images/graphics/timeline-half-half.png') no-repeat top right;
}
.timeline ul li.active a {
	
}
.timeline ul li.active .stage-number {
	color: rgb(255, 195, 36);
}
.timeline ul li.end {
	background: url('/images/graphics/timeline-light-end.png') no-repeat top right;
	padding-right: 10px;
}
.timeline ul li.active.end {
	background: url('/images/graphics/timeline-dark-end.png') no-repeat top right;
}


/** ROTATING CALENDAR BOOKING FORM **/
#rotating-calendar-booking {
	
}
#rotating-calendar-tabs {
	
}
#rotating-calendar-tabs ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	float: left;
	clear: both;
	border-bottom: 6px solid #50B948;
	background: white;
}
#rotating-calendar-tabs ul li {
	display: block;
	float: left;
	margin-left: 40px;
	margin-top: 20px;
	width: 274px;
	height: auto;
	color: rgb(160,160,160);
    background: rgb(245,245,245);
	padding: 15px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	cursor: pointer;
}
#rotating-calendar-tabs ul li.active,
#rotating-calendar-tabs ul li:hover {
	background: #50B948;
	color: white;
}
#rotating-calendar-tabs ul li h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: rgb(160,160,160);
	margin-top: 0px;
	margin-bottom: 12px;
}
#rotating-calendar-tabs ul li.active h2,
#rotating-calendar-tabs ul li:hover h2 {
	color: white;
}
#rotating-calendar-tabs ul li h2 span {
	display: block;
	font-size: 18px;
	line-height: 22px;
}
#rotating-calendar-tabs ul li p {
	line-height: 14px;
	margin-bottom: 0;
}
#rotating-calendar-booking .rotating-booking-tab-content {
	width: 100%;
	float: left;
	clear: both;
}
#rotating-calendar-booking .rotating-booking-tab-content h2 {
	margin: 15px;
	font-size: 24px;
}

/** BOOKING FORM **/
.booking-calendar-help {
	float: left;
	width: 100%;
	background: rgb(254,192,57);
	text-align: center;
	font-size: 16px;
	font-style: italic;
	color: white;
}

.bc_table td {
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	height: 30px;
	border-right: 1px solid white;
}

.bc_table p {
	margin: 0;
	padding: 10px 0;
}
.bc_table .bc_square {
	padding: 10px 0;
}

.bc_table thead {
	display: none;
}

.bc_table .bc_week {
	text-align: center;
}
.bc_table .bc_selectAll {
	text-align: center;
}
.bc_table .bc_dateRow td {
	background: rgb(132, 132, 132);
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: white;
}

.bc_table .bc_packageRow.bc_evenRow td {
	background: rgb(245, 245, 245);
}
.bc_table .bc_lastPackageRow td {
	border-bottom: 10px solid white;
}


.bc_table .bc_day {
	text-align: center;
}
.bc_table .bc_packageRow .bc_day {
	position: relative;
	width: auto;
	height: auto;
	cursor: pointer;
}

.bc_table .bc_lastPackageRow td {

}

.bc_table .bc_multiselectRow td {
	background: rgb(221, 250, 252);
}
.bc_table .bc_multiselectRow td.even {
	
}

.bc_table .bc_packageRow.bc_altHue td {
	background: rgb(221, 250, 252);
}
.bc_table .bc_packageRow.bc_altHue.bc_evenRow td {
	background: rgb(244, 254, 255);
}

.bc_table .bc_showMoreRow td {
	background: white;
	border-bottom: 10px solid white;
}
.bc_table .bc_showMoreRow .bc_showMoreButton {
	float: right;
	font-size: 16px;
}

.bc_table .bc_dayShield {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgb(255,255,255);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 20;
}
.bc_table .bc_package {
	font-size: 15px;
	padding-left: 5px;
}

.bc_table .bc_check {
	position: relative;
	z-index: 5;
}
.bc_table .bc_day .bc_hover {
	display: none;
	width: auto;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-bottom: 15px;
	z-index: 40;
	font-size: 14px;
}
.bc_table .bc_day:hover .bc_hover {
	display: block;
}
.bc_table .bc_day .bc_hover .bc_hoverContent {
	width: auto;
	padding: 10px;
	height: auto;
	background: rgb(253,235,190);
	border: 3px solid rgb(254,192,57);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	clear: both;
	color: rgb(88,97,104);
}
.bc_table .bc_day .bc_hover .bc_hoverContent p {
	margin: 5px;
	padding: 0px;
	white-space: nowrap;
}
.bc_table .bc_day .bc_hover .bc_hoverContent p.alert {
	background: none;
	padding: 0px;
	min-height: 0px;
}
.bc_table .bc_hoverTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	white-space: nowrap;
	color: rgb(249,151,52);
	margin-bottom: 5px;
}
.bc_table .bc_hoverTimes {
	font-size: 13px;
	font-style: italic;
	white-space: nowrap;
	color: rgb(249,151,52);
	margin-bottom: 5px;
	font-weight: bold;
}
.bc_table .alert {
	color: rgb(220,0,0);
	font-style: italic;
	font-size: 16px;
	padding-top: 5px !important;
}

.bc_table .bc_hoverAddOns {
	text-align: left;
}
.bc_table .bc_hoverAddOns .bc_hoverAddOnsTitle {
	font-weight: bold;
	padding-top: 5px !important;
}

.bc_table .bc_hoverAddOns ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.bc_table .bc_hoverAddOns li {
	text-align: left;
	padding-left: 10px;
}

.bc_table .bc_packageRow td.bc_dayHasAddOns .bc_day {
	background-image: url('/img/template/home/red-triangle.png');
	background-repeat: no-repeat;
	background-position: top right;
}

.bc_table .bc_day .bc_hover .bc_hoverTip {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url('/img/template/home/bubble-tip.png') no-repeat top left;
	position: absolute;
	bottom: -11px;
	left: 53%;
	margin-left: -9px;
}
.bc_table .bc_day .bc_hover.reverse .bc_hoverTip {
	top: -11px;
	left: 47%;
	bottom: auto;
	background: url('/img/template/home/bubble-tip-top.png') no-repeat top left;
}


/** BOOKING CONFIRMATION FORM **/
.confirm-booking {
	float: right;
	clear: both;
	width: 400px;
	height: auto;
	padding: 15px;
	margin: 10px;
	background: white;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid rgb(204, 204, 204);
}
.confirm-booking h4 {
	color: rgb(0, 130, 102);
	font-size: 26px;
	font-weight: bold;
	margin: 0px 0px;
}
.pretty-table td .confirm-booking p {
	padding-left: 0px;
	padding-right: 0px;
	line-height: 1.2;
}
.confirm-booking .input {
	margin-bottom: 0px;
}
.confirm-booking .input label {
	width: 200px;
}

.booking-summary-help ul {
	padding: 0 0 0 30px;
}
.booking-summary-help li {
	font-size: 15px;
	list-style: none;
	background: url('/img/template/circle-tick.png') no-repeat left center;
	padding-left: 40px;
	padding-top: 5px;
	min-height: 20px;
	margin-bottom: 10px;
}


/** MY BOOKINGS **/
#my-bookings {}
#my-bookings-searchbox {
	float: left;
	width: 717px;
	height: auto;
	background: rgb(248, 151, 58);
	font-size: 15px;
	color: white;
	margin-bottom: 20px;
}
#my-bookings-searchbox .submit {
	float: right;
}

#my-bookings-results .fixed-spacing-row td {
	background-color: white;
	height: 0px;
}

#my-bookings-results .totals-row td p {
	padding-left: 10px;
}

#my-bookings-results .mb-day {
	border-bottom: 2px solid white;
	border-right: 1px solid white;
	padding: 6px;
}
#my-bookings-results .mb-day.today {
	border: 3px solid rgb(255, 195, 36); 
	padding: 3px;
}

#my-bookings-results .mb-day-content {
	min-height: 150px;
}
#my-bookings-results .mb-day-content p {
	padding: 0px;
}
#my-bookings-results .mb-day-date {
	color: rgb(0, 130, 102);
	font-weight: bold;
	font-size: 16px;	
}

#my-bookings-results .mb-child-bookings {
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
}
#my-bookings-results .mb-child-bookings li {
	margin-bottom: 35px;
	float: left;
	clear: both;
	width: 100%;
}
#my-bookings-results .mb-child-bookings li .edit-link {
	display: none;
}
#my-bookings-results .mb-child-bookings li:hover {
	margin-bottom: 5px;
}
#my-bookings-results .mb-child-bookings li:hover .edit-link {
	display: block;
}

#my-bookings-results .mb-child-logo {
	margin-bottom: 5px;
}
#my-bookings-results .mb-child-time {
	font-size: 12px;
}
#my-bookings-results .mb-child-name {
	font-weight: bold;
}
#my-bookings-results .mb-child-venue {
	font-size: 11px;
	font-style: italic;
	color: #F99734;
}
#my-bookings-results .mb-child-event {
	font-size: 11px;
}
#my-bookings-results .mb-child-event a {
	color: #222;
	text-decoration: none;
}
#my-bookings-results .mb-child-event a:hover {
	text-decoration: underline;
}

#my-bookings-results .no-booking {
	color: rgb(180,0,0);
	font-style: italic;
}

#my-bookings-results .no-bookings-found {
	float: left;
	padding: 0 10px 10px 10px;
	width: 708px;
	text-align: center;
}

.cancel-booking-button {
	display: block;
	color: white;
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgb(180,0,0);
	margin-top: 30px;
	width: 203px;
	height: auto;
	text-decoration: none;
	color: white !important;
}
.cancel-booking-button:hover {
	text-decoration: underline;
}


/** MY INVOICE **/
.invoice-flag {
	display: inline-block;
	width: 80px;
	height: 20px;
	padding: 4px 5px 2px 5px;
	line-height: 15px;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background: url('/images/graphics/invoice-outstanding.png') no-repeat top right;
	text-align: center;
	margin-top: 5px;
}
.invoice-flag.overdue {
	background: url('/images/graphics/invoice-overdue.png') no-repeat top right;
}
.invoice-flag.paid {
	background: url('/images/graphics/invoice-paid.png') no-repeat top right;
}

#InvoiceAppend {
	width: 708px;
}
#InvoiceAppend h3 {
	margin-left: 0px;
	margin-top: 10px;
	width: auto;
}

a.cc-pay-now {
	display: inline-block;
	width: 83px;
	height: 40px;
	padding: 5px 23px 5px 9px;
	color: white;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-style: italic;
	text-decoration: none;
	background: url('/images/graphics/pay-now-button.png') no-repeat top right;
}
a.cc-pay-now:hover {
	text-decoration: underline;
}


/** ACCOUNTS **/
.account {
	width:286px;
	background: rgb(245, 245, 245);
	padding: 10px;
}

.account h3 {
	display: block;
	width: 306px;
	height: 36px;
	line-height: 36px;
	font-weight: bold;
	font-size: 18px;
	text-indent: 15px;
	color: white;
	margin-left: -10px;
	margin-top: -10px;
	background: rgb(0, 130, 102);
	clear: both;
}
.account h3 .edit-link {
	clear: none;
	margin: 7px;
	font-family: Arial, Helvetica, sans-serif;
}
.account h3 .edit-link a {
	color: white;
}

.account ul {
	padding: 0px;
	width: 286px;
	margin-bottom: 0px;
}
.account li {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 10px;
	list-style-type: none;
}
.account li.last {
	margin-bottom: 0px;
}

.account li ul {
	padding-left: 30px;
	margin: 0px;
}
.account li ul li {
	margin-bottom: 0px;
}
.account li ul.phones {
	padding-left: 60px;
	margin-top: -19px;
}

.account li ul.recent-bookings {
	padding: 0px;
	padding-top: 5px;
	margin-left: -20px;
}
.account li ul.recent-bookings li {
	background: rgb(255, 250, 245);
	padding: 5px;
	margin-top: 5px;
}
.account li ul.recent-bookings li .logo-img {
	float: left;
	margin-right: 10px;
}
.account li ul.recent-bookings li span {
	font-size: 11px;
	font-style: italic;
}

.account .teacher-photo {
	float: left;
	height: auto;
	width: 85px;
	margin-right: 10px;
}



