@charset "UTF-8";

/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	padding: 0px;
	width: 523px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	font: bold 0.7em sans-serif;
	border-bottom: solid 1px #CCC;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 36px;
	width: 519px;
	background-image: url(../assets/dropdownbox.png);
	background-repeat: no-repeat;
}
.CollapsiblePanelTab h1 {
	background-image: url(../assets/dropdownarrow_right.png);
	background-repeat: no-repeat;
	background-position: 480px 10px;
	height: 29px;
	padding-top: 7px;
	padding-left: 10px;
	font-size: 13px;
}
.CollapsiblePanelTab .click {
	margin-left: 20px;
	font-size: 11px;
	font-weight: normal;
}



/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	padding: 10px;
	background-color: #FFFFFF;
	width: 483px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.CollapsiblePanelContent  p.privatelessonpanelcontent {
	padding-bottom: 14px;
	font-weight: bold;
}




/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	text-decoration: none;
}
.CollapsiblePanelContent   a.privatelessonpricing  {
	text-decoration: none;
	margin-left: 70px;
	background-image: url(../assets/icons/booknowbutton.png);
	background-repeat: no-repeat;
	background-position: 130px;
	width: 250px;
	margin-top: -20px;
	color: #000000;
	font-weight: normal;
	display: block;
}
.CollapsiblePanelContent   a.privatelessonpricing:hover  {
	color: #e60800;
}
.CollapsiblePanelContent a.clinicspricing {
	background-image: url(../assets/icons/booknowbutton.png);
	background-repeat: no-repeat;
	width: 230px;
	height: 27px;
	display: block;
	color: #000000;
	text-decoration: none;
	background-position: 100px;
	padding-top: 3px;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
.CollapsiblePanelContent a.clinicspricing:hover {
	color:#e60800;

}


/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab h1 {
	background-image: url(../assets/dropdownarrow.png);
	background-repeat: no-repeat;
	background-position: 480px 10px;
	
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
}
.CollapsiblePanelContent li {
	text-indent: 20px;
	padding-top: 5px;
}






/*----------Styling for INFO DROP BOXES-----------*/



.infoCollapsiblePanel {
	padding: 0px;
	width: 670px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.infoCollapsiblePanelTab {
	font: bold 0.7em sans-serif;
	border-bottom: solid 1px #CCC;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 36px;
	width: 667px;
	background-image: url(../assets/infodropdownbox.png);
	background-repeat: no-repeat;
}
.infoCollapsiblePanelTab h1 {
	background-image: url(../assets/dropdownarrow_right.png);
	background-repeat: no-repeat;
	background-position: 620px 10px;
	height: 29px;
	padding-top: 7px;
	padding-left: 10px;
	font-size: 13px;
	color: #000000;
}
.infoCollapsiblePanelTab .click {
	margin-left: 20px;
	font-size: 11px;
	font-weight: normal;
}



/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.infoCollapsiblePanelContent {
	padding: 10px;
	background-color: #FFFFFF;
	width: 626px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: justify;
}
.infoCollapsiblePanelContent  p.privatelessonpanelcontent {
	padding-bottom: 14px;
	font-weight: bold;
}




/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.infoCollapsiblePanelTab a {
	text-decoration: none;
}
.infoCollapsiblePanelContent   a.privatelessonpricing  {
	text-decoration: none;
	margin-left: 70px;
	background-image: url(../assets/icons/booknowbutton.png);
	background-repeat: no-repeat;
	background-position: 130px;
	width: 250px;
	margin-top: -20px;
	color: #000000;
	font-weight: normal;
	display: block;
}
.infoCollapsiblePanelContent   a.privatelessonpricing:hover  {
	color: #e60800;
}
.infoCollapsiblePanelContent a.clinicspricing {
	background-image: url(../assets/icons/booknowbutton.png);
	background-repeat: no-repeat;
	width: 230px;
	height: 27px;
	display: block;
	color: #000000;
	text-decoration: none;
	background-position: 100px;
	padding-top: 3px;
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
.infoCollapsiblePanelContent a.clinicspricing:hover {
	color:#e60800;

}


/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .infoCollapsiblePanelTab h1 {
	background-image: url(../assets/dropdownarrow.png);
	background-repeat: no-repeat;
	background-position: 620px 10px;
	
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.infoCollapsiblePanelTabHover,  .infoCollapsiblePanelOpen .infoCollapsiblePanelTabHover {
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.infoCollapsiblePanelFocused .infoCollapsiblePanelTab {
}
.infoCollapsiblePanelContent li {
	text-indent: 20px;
	padding-top: 5px;
}
.infoCollapsiblePanelContent  .bustimetable {
	text-align: center;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
.infoCollapsiblePanelContent  .bustimetable  td {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #284D64;
	border-left-color: #284D64;
}
.infoCollapsiblePanelContent   .bustimetable  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #284D64;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #284D64;
}

