BODY {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	overflow: auto;
	padding: 0;
	margin: 0;
}

div.leaderboardContainer {
	padding: 15px;
	text-align: center;
	background: #f6f6f6;
}

div.footerContainer {
	margin-top: 80px;
	padding: 10px;
	text-align: center;
	background: #f6f6f6;
}

div.headerBar1 {
	width: 100%;
	height: 60px;
	background: url(/dev/bc.nsf/bg_grayGradient1.gif) repeat-x left top;
	width: 100%;
}

H1.home {
	padding-left: 2px;
	margin-top: 0;
	font-size: 18pt;
	letter-spacing: -1px;
	font-size: 18pt;
}

DIV#homeHeading {
	margin-bottom: 90px;
	margin-left: 4px;
}

DIV#homeHeadingCaveat {
	width: 540px;
	font-size: 9pt;
	margin-top: 0px;
}

div.fb-like,div#fb-root {
	padding: 0;
	margin: 0
}

.pad10 {
	padding: 10px;
}

.padTop0 {
	padding-top: 0px;
}

.pad5 {
	padding: 5px;
}

.padTop5 {
	padding-top: 5px
}

.padTop10 {
	padding-top: 10px
}

.padLeft5 {
	padding-left: 5px
}

.padRight5 {
	padding-right: 5px
}

o
.padLeft10 {
	padding-left: 10px
}

.padRight10 {
	padding-right: 10px
}

.highlightText {
	background: #ffff99;
	font-weight: bold
}

P {
	margin-bottom: 15px
}

.linkDisabled {
	color: black;
	text-decoration: none;
}

div.hiddenDiv {
	display: none
}

div.ts {
	padding-bottom: 8px;
}

div#sDescAssync {
	font-size: 11pt;
	background: #f9f9f9;
	padding: 10px;
	font-size: 11pt;
	margin-bottom: 10px;
	display: none;
}

div#availContainer {
	margin-top: 25px;
}

table#availTable {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.availMembName {
	font-size: 14pt;
	background: #f1f1f1;
	padding: 5px;
	margin-top: 20px;
}

.availTimeDiv {
	width: 280px;
	text-align: left;
}

div.addonTitle {
	font-size: 12pt;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
	background: #fff;
	margin-bottom: 2px;
	margin-top: 0px;
}

div#sAddonsAssync {
	display: none;
	margin-top: 20px;
	font-size: 11pt;
}

div#sAddonsContainer {
	
}

div#sCartAssync {
	font-size: 11pt;
	padding: 10px;
	border-top: 1px solid #fff;
}

div.addonItem {
	padding: 3px;
	font-size: 10pt;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	margin-bottom: 4px;
	border: 1px solid #fff;
	background: #f9f9f9;
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(246, 248, 249, 1) 54%,
		rgba(234, 234, 234, 1) 61% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(54%, rgba(246
		, 248, 249, 1) ), color-stop(61%, rgba(234, 234, 234, 1) ) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246, 248, 249, 1) 54%,
		rgba(234, 234, 234, 1) 61% ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246, 248, 249, 1) 54%,
		rgba(234, 234, 234, 1) 61% ); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(246, 248, 249, 1) 54%,
		rgba(234, 234, 234, 1) 61% ); /* IE10+ */
	background: linear-gradient(to bottom, rgba(246, 248, 249, 1) 54%,
		rgba(234, 234, 234, 1) 61% ); /* W3C */
	filter: progid :                        
		  DXImageTransform.Microsoft.gradient (    
		  
		        
		            startColorstr =             
		             '#f6f8f9', endColorstr =                          
		'#eaeaea', GradientType =        
		        
		         0 );
	background: rgb(246, 248, 249); /* IE6-9 */
}

table.addonLayout TD {
	font-size: 11pt
}

div.addonItem-mouseover {
	background: #ededed;
}

div.addonItem-mouseout {
	
}

div.addonItem-selected {
	background: rgb(205, 235, 139); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(205, 235, 139, 1) 0%,
		rgba(205, 235, 139, 1) 100% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(205,
		235, 139, 1) ), color-stop(100%, rgba(205, 235, 139, 1) ) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(205, 235, 139, 1) 0%,
		rgba(205, 235, 139, 1) 100% ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(205, 235, 139, 1) 0%,
		rgba(205, 235, 139, 1) 100% ); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(205, 235, 139, 1) 0%,
		rgba(205, 235, 139, 1) 100% ); /* IE10+ */
	background: linear-gradient(to bottom, rgba(205, 235, 139, 1) 0%,
		rgba(205, 235, 139, 1) 100% ); /* W3C */
	filter: progid :                       
		 DXImageTransform.Microsoft.gradient (   
		  
		        
		           startColorstr =            
		            '#cdeb8b', endColorstr =                         '#cdeb8b',
		GradientType =       
		        
		        0 );
	/* IE6-9 */
}

DIV.locationLinkContainer {
	margin-bottom: 5px;
	font-size: 11pt;
}

.dialogCloseIcon {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: lightgrey;
	padding: 3px;
	position: absolute;
	top: 10px;
	right: 5px;
	float: right;
	margin-right: 5px
}

.CFDetails {
	width: 100%;
	font-weight: bold;
	border: none;
	padding: 2px;
	font-size: 9pt;
}

.portalLink {
	font-size: 14pt;
	font-weight: bold;
	font-family: monospace;
	color: black;
	text-decoration: none;
	margin-bottom: 10px;
}

SPAN.small {
	font-size: 8pt
}

.portalLink:visited {
	color: black;
}

.portalLink:hover {
	text-decoration: underline
}

.borderRed {
	border: 1px solid red
}

div.pop {
	font-size: 10pt;
	text-align: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: white;
	position: absolute;
}

div.popheading {
	font-size: 10px float :                 
		                                                 
		                     left;
	margin-right: 35px;
}

div.popclose {
	float: right;
}

div.popbody {
	margin-top: 15px;
	font-size: 9pt;
}

A {
	text-decoration: underline;
	cursor: pointer;
	color: blue;
	font-weight: normal;
}

A.SPNavLink {
	cursor: pointer :                                             
                                             font-color :   
		                   
		                                      
		                          black;
	color: black;
	text-decoration: none;
}

DIV.errorMessage {
	font-size: 10pt;
}

DIV.inlinePrompt {
	padding: 10px;
	background: #fdfcdd;
	margin-bottom: 5px;
	border: 1px solid #e1ef2f
}

TABLE {
	font-size: 9pt;
}

DIV.copyright {
	padding: 2px;
	background: #f9f9f9;
	margin-top: 15px
}

.termsConditions {
	font: 9pt Arial;
	margin-top: 10px;
	background: #f9f9f9;
	padding: 10px
}

FRAMSET {
	overflow: auto;
}

.StatNotAvail {
	color: black;
	font-size: 11pt;
	padding: 2px;
	font-weight: bold;
}

.StatAvail {
	color: green;
	font-size: 11pt;
	padding: 2px;
}

DIV {
	margin: 0;
}

DIV.lightGrayCurvedBorder {
	padding: 5px;
	border: 10px solid #f9f9f9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.gray {
	color: gray;
}

INPUT.DATE {
	font-size: 11pt;
	font-weight: bold;
	border: 0;
	padding: 5px;
	padding-left: 25px;
	cursor: pointer;
	background: url('/icons/actn008.gif');
	background-repeat: no-repeat
}

FIELDSET {
	padding: 10px;
	border: 1px solid lightgray;
	background: #fffff;
	margin: 5px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}

DIV.homeFeatureWrapper {
	font-size: 14pt;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 75px;
	margin-bottom: 25px
}

LEGEND {
	font-size: 12pt;
	margin-bottom: 10px;
}

.serviceTD {
	border-bottom: 2px solid white;
}

#pleaseWaitDiv {
	position: absolute;
	padding: 10px;
	padding-left: 23px;
	border: 1px solid #a9a9a9;
	font-size: 12pt;
	width: auto;
	margin: auto;
	background: white;
	z-index: 200;
	background-Image: url('/dev/bc.nsf/loading.gif');
	background-Repeat: no-repeat;
	background-Position: 5% 15%;
	text-Align: center;
	display: none;
	box-shadow: 0px 0px 3px 2px #e3e3e3 inset
}

.linkspacing {
	margin-bottom: 3px;
}

.dotpoint {
	line-height: 100%;
	font-weight: normal;
}

.clickNormal {
	font-size: 12pt;
}

.hidden {
	visibility: hidden;
}

H1 {
	font-size: 16pt;
	margin-bottom: 30px;
	margin-top: 20px;
}

H5 {
	font-size: 16pt;
	margin-top: 0px;
	margin-bottom: 30px;
}

H2 {
	font-size: 13pt;
}

H3 {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0px;
}

DIV.grayInfoBox {
	margin-left: 10px;
	width: 360px;
	padding: 20px;
	margin-bottom: 5px;
	word-spacing: 4px;
	letter-spacing: 1px;
	line-height: 27px;
	background: #ececec;
}

.bookingWarning {
	margin-bottom: 10px;
	border: 1px solid red;
	background: white;
	padding: 5px
}

.backgroundfade {
	background: url(/bg_mid2.jpg) no-repeat;
	background-color: #f9f9f9;
	background-repeat: repeat-x;
}

.faqlink {
	font-size: 10pt;
	color: blue;
	text-decoration: underline;
	cursor: pointer :
}

.ClickOrange {
	color: #fc8909
}

.ClickOrangeBG {
	background: #f4310c;
}

.news {
	margin-bottom: 10px;
}

INPUT.btn {
	width: auto;
}

.CBButtons {
	margin-top: 20px;
}

INPUT.btnSml {
	border: 1px solid black;
	font-size: 9pt;
	width: auto;
	height: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.colgreen {
	color: green;
	font-weight: bold;
}

.colgrey {
	color: lightgrey;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	height: 99%;
}

.calCombo {
	width: 65px;
}

.appointmentContainer {
	width: 100%;
	border-bottom: 1px dashed lightgrey;
	margin-top: 15px;
}

.confirmbox {
	background: white;
	border: 1px solid;
	border-color: gray;
	width: 600px;
	padding: 0px;
}

.timeslot {
	color: blue;
}

.strikethrough {
	text-decoration: line-through;
}

INPUT,SELECT {
	font-size: 10pt;
	padding: 3px;
	width: auto;
	margin-bottom: 5px;
}

TEXTAREA {
	border: 1px solid black;
	padding: 5px;
	width: 100%;
}

.link,.linkEnabled {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

DIV.preferedTimeEmphasis {
	text-align: left;
	font-size: 11pt;
	margin: 10px;
	margin-bottom: 15px;
}

A:visited,.link:visited {
	color: blue;
}

.small {
	font-size: 9pt;
	color: blue;
}

.small:visited {
	color: blue;
}

.darkbrown A:link,A:visited {
	color: #6b553d
}

.darkbrown A:active {
	color: white
}

.darkbrown A:hover {
	color: red
}

.SPUsrSelectIndicator_Selected {
	background: #fffbf4;
	border: 1px solid lightgrey;
}

.SPUsrSelectIndicator_NotSelected {
	background: white;
}

TABLE.signInWrapper {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #cbcbcb;
	width: 285px;
}

.embeddedFormWrapper {
	-moz-border-radius: 5px;
	-webkit-border-radius: 10px;
	padding: 10px;
	border: 1px solid #cbcbcb;
	margin: 0;
	text-align: left;
}

.schedTable {
	border: 1px solid #cbcbcb;
	font-size: 9pt;
	border-bottom: 1px dashed lightgrey;
	margin: 0;
}

.topGrad {
	background: url(/dev/bc.nsf/bg_orangeGradient1.gif) repeat-x left top
		white;
}

.schedRowOpaque {
	filter: alpha(opacity =              
		                                                         
		                30);
	-moz-opacity: .30;
	opacity
	.30;
}

.opaque {
	filter: alpha(opacity =              
		                                                         
		                30);
	-moz-opacity: .30;
	opacity
	.30;
}

.searchInputType {
	font-size: 10pt;
	width: 210px;
	padding: 3px;
	font-style: none;
	font-color: black;
	border: 1px solid black;
	height: 23px;
	background: white;
}

.searchButton {
	height: 25px;
	font-size: 10pt;
	background: lightgrey;
	padding: 2px;
	width: 60px;
}

LI.style2 {
	list-style-image: url(/bullet_white.jpg);
	font: 9pt Arial;
}

.SPHomePanel {
	background: url(/dev/bc.nsf/bg_orangeGradient1.gif) repeat-x left top;
	border: 1px solid rgb(208,208,208);
	padding: 5px !important;
	height: 100%;
    border-radius: 8px;
    background: #ffffff;
    box-shadow:  8px 8px 30px #e6e6e6,
                 -8px -8px 30px #ffffff;
}

.SPHomePanelOld {
	padding: 10px;
	margin: 0px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
}

div.helper {
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	font-size: 9pt;
	background: #f4f4f4;
	border: 5px solid white;
	min-width: 150px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 3px 3px #cecece;
	-webkit-box-shadow: 0 0 3px 3px #cecece;
	box-shadow: 0 0 3px 3px #cecece;
	-webkit-box-shadow: 0 0 3px 3px #cecece;
}

div.forSearchResults {
	margin-top: 30px;
	font-size: 11pt;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

div.helperGray {
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 9pt;
	background: #efefef;
	border: 1px solid #ededed;
}

.epochSelect {
	width: 20px;
}

.popupHelper {
	background: white;
	padding: 3px;
	border: 1px solid grey;
}

hr.homeFeature {
	border: 0;
	height: 2px;
	margin: 18px 0;
	margin-top: 55px;
	margin-bottom: 55px;
	position: relative;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0) 90%,
		rgba(0, 0, 0, 0) 100% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0,
		0, 0) ), color-stop(10%, rgba(0, 0, 0, 0) ),
		color-stop(50%, rgba(0, 0, 0, 0.65) ),
		color-stop(90%, rgba(0, 0, 0, 0) ), color-stop(100%, rgba(0, 0, 0, 0)
		) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0) 90%,
		rgba(0, 0, 0, 0) 100% ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0) 90%,
		rgba(0, 0, 0, 0) 100% ); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0) 90%,
		rgba(0, 0, 0, 0) 100% ); /* IE10+ */
	background: linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0)
		10%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0)
		100% ); /* W3C */
	filter: progid :                                               
		                         DXImageTransform.Microsoft.gradient (
		        
		                 
		  
		        
		                                   startColorstr =       
		                            
		                                    '#00000000', endColorstr =     
		             
		                           
		                         '#00000000', GradientType =      
		                         
		      
		                                 1 );
	/* IE6-9 */
}

hr:before {
	content: "";
	display: block;
	border-top: solid 1px #f9f9f9;
	width: 100%;
	height: 1px;
}

HR.thinHR {
	color: #f5f5f5;
	background-color: #f5f5f5;
	height: 3px;
	border: 0;
	margin-bottom: 15px;
}

LI.style3 {
	font-size: 10pt;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
}

.memLoginBg {
	background: url(/memberlogin_bg.gif) 0 0 repeat-y;
}

div.pod {
	font-color: white;
	background: url(/memberlogin_bg.gif) repeat-y left top;
	float: left;
	margin: 0px 0 0;
	width: 264px;
}

div.podtop {
	background: url(/member_login.gif) no-repeat 0 top;
	font-size: 1px;
	height: 57px !important;
}

div.podbottom {
	background: url(/memberlogin_bot.gif) no-repeat 0 bottom;
	clear: both;
	font-size: 1px;
	height: 25px !important;
}

div.podmiddle {
	height: 410px;
	padding: 0;
	width: 236px;
}

.homeNavLink {
	cursor: pointer;
	font-color: white;
	text-decoration: none;
}

A.homeNavLink {
	cursor: pointer;
}

A {
	
}

A:VISITED {
	color: blue;
}

.catclass {
	padding: 3px;
	margin-bottom: 2px;
	margin-right: 1px;
	background: #878787;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12pt;
	color: #FFFFFF;
}

.strikethrough {
	text-decoration: line-through
}

.serviceTable {
	margin-top: 12px;
	width: 100%;
	background: #efefef;
}

.catSelected {
	color: white;
	font-weight: bold;
	padding: 10px;
	border-radius: 5px;
	background: #99cc00;
}

.cats {
	width: 25%;
	float: left;
}

.services {
	width: 75%;
	float: right;
}

.accordion_headings {
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #99CC00;
	color: #FFFFFF;
	border: 1px solid #FFF;
	cursor: pointer;
	font-size: ` 10pt;
	font-weight: bold;
}

.serviceLlink {
	margin-top: 0px;
	margin-bottom: 3px;
	padding: 2px;
}

.ServiceDesc {
	font-size: 8pt;
	margin-top: 3px
}

.ServiceCatDesc {
	font-size: 10pt
}

DIV.slider {
	width: 350px
}

DIV.navHeader {
	width: auto;
	margin-bottom: 1px;
	padding: 3px;
	cursor: pointer
}

DIV.navHeaderContent {
	font-size: 11pt
}

DIV.navContent {
	overflow: auto;
	margin-bottom: 3px;
	margin-top: 7px
}

DIV.navServiceContainer {
	width: auto;
	margin-bottom: 15px;
	padding: 5px
}

DIV.navServiceCategory {
	display: inline;
	margin: 0
}

DIV.navServiceCategoryTwistie {
	display: inline
}

DIV.navServiceCategoryDescripton {
	margin-left: 0px;
	padding: 5px;
	font-size: 11pt;
	margin-top: 0px;
	margin-bottom: 10px;
}

DIV.navServiceLink {
	margin-left: 3px;
	margin-top: 10px;
	margin-bottom: 3px;
	padding: 2px;
}

DIV.navServiceLink>A {
	font-size: 11pt
}

DIV.navServiceDescription {
	margin-top: 5px;
	font-size: 11pt;
}

.snOuter1 {
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea
}

.snOuter2 {
	border: 1px solid #dadada
}

.snOuter3 {
	padding: 3px;
	padding-bottom: 10px;
	border-bottom: 2px solid #a1a1a1;
	border-right: 1px solid #a1a1a1
}

.curved {
	background: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.curvedTight {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.b1 {
	color: blue;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 3px;
	border: 1px solid #cbcbcb;
	margin: 0;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	background: white;
}

.b2 {
	cursor: pointer;
	text-decoration: underline;
	title: Click to make a booking;
}

DIV.UHomeSPHead {
	font-size: 13pt;
	margin-top: 30px;
	margin-bottom: 10px;
}

DIV.UpdateBorder {
	text-align: left;
	padding: 10px;
	background: white;
	border: 3px solid #efefef;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 25px;
}

DIV.Loc {
	cursor: pointer;
	text-decoration: underline;
	margin-bottom: 3px;
}

.sE1 {
	border: 1px solid #efefef;
	background: #efefef;
	color: black;
}

.sE2 {
	border: 1px solid lightgreen;
	background: #efefef;
	color: green;
	font-weight: bold;
}

.sE3 {
	border: 1px solid orange;
	background: #FAE5C0;
	color: #D16D3B;
	font-weight: bold;
}

.sE4 {
	color: #ededed;
}

DIV.statPop {
	z-index: 1;
	cursor: pointer;
	position: absolute;
	background: white;
	border: 1px solid lightgrey;
	padding: 7px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: left;
}

.fs1 {
	color: black;
	text-align: center;
	border: 1px solid #efefef;
	background: #efefef
}

.fs2 {
	color: green;
	font-weight: bold;
	text-align: center;
	border: 1px solid #90ee18;
	background: #efefef
}

.fs3 {
	background: white;
	border: 1px solid white;
	text-align: left;
}

DIV.errorContainer {
	margin-bottom: 10px;
}

DIV.errorText {
	margin-top: 3px;
	padding: 3px;
	margin-bottom: 5px;
	border-bottom: 2px solid red;
}

DIV.zoomContainer {
	position: absolute;
	top: 20px;
	width: 210px;
	height: 90%;
	border: 1px solid grey;
	padding: 10px;
	background: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px 5px #cecece;
	-webkit-box-shadow: 0 0 5px 5px #cecece;
	box-shadow: 0 0 5px 5px #cecece;
}

A.SPNavLink {
	cursor: pointer :                                             
                                             font-color :   
		                   
		                                      
		                          black;
	color: black;
	text-decoration: none;
}

UL {
	margin-top: 10px;
}

LI.bodynavitem {
	background: url(/dev/bc.nsf/bg_orangeGradient1.gif) repeat-x left top;
	display: inline;
	margin-right: 4px;
	padding: 7px;
	height: 10px;
	margin-left: 2px;
	margin-right: 2px;
	border-left: 1px solid #cbcbcb;
	border-top: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	margin-bottom: 5px;
	list-style: none;
	font-size: 9pt;
	cursor: pointer;
}

div.navTabs {
	margin-left: 1px;
	margin-right: 2px;
	padding: 9px;
	border-left: 1px solid lightgrey;
	border-top: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
	background: url(/dev/bc.nsf/bg_orangeGradient1.gif) repeat-x left top;
	display: inline;
	font-size: 9pt;
}

#zoomHeader {
	font-size: 10pt;
	margin-bottom: 10px;
}

DIV.selectorDiv {
	padding: 2px;
	margin-top: 4px;
	font-size: 8pt;
	border: 2px solid #e7e7e7;
	cursor: pointer;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

DIV.selectorDivSelected {
	padding: 2px;
	font-size: 8pt;
	margin-top: 4px;
	border: 2px solid lightgreen;
	cursor: pointer;
	background: #d2f9d2 right no-repeat url(/icons/actn010.gif);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

DIV.selectorDivDisp {
	padding: 2px;
	font-size: 8pt;
	margin-top: 2px;
	border: 2px solid lightgreen;
	background: #d2f9d2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

DIV.selectorDivLocation {
	padding: 2px;
	margin-top: 2px;
	font-size: 8pt;
	border: 4px solid #e7e7e7;
	cursor: pointer;
	background: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

DIV.SSLocHeader {
	padding: 10px;
	font-size: 11pt;
	cursor: pointer;
	margin-top: 5px;
	padding-left: 0px;
	border: 2px solid #ffffff;
}

DIV.SSLocHeaderSelected {
	padding: 10px;
	padding-left: 0px;
	margin-top: 5px;
	font-size: 11pt;
	cursor: pointer;
	background: #d2f9d2 right no-repeat url(/icons/actn010.gif);
	border: 2px solid lightgreen;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

SPAN.SSLocSpan {
	display: none;
}

#servicesDiv,#usrServicesDiv {
	padding: 10px;
	border: 1px solid lightgrey;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px;
	height: 300px;
	overflow: auto;
}

DIV.SPDesc {
	font-size: 12pt;
}


.homeFieldsetC1 {
	margin: 0;
	background: white;
	width: auto;
	margin-right: 20px;
	min-height: 300px;
	min-width: 0px;
	padding: 20px;
	margin-bottom: 15px;
}

.homeFieldsetC2 {
	margin: 0;
	background: white;
	min-height: 310px;
	margin-bottom: 15px;
	min-width: 225px;
}

.URegFieldsetR1 {
	margin: 0;
	background: white;
	width: auto;
	margin-right: 20px;
	height: 300px;
	min-width: 0px;
	padding: 10px;
	margin-bottom: 0;
}

.URegFieldsetR2 {
	margin: 0;
	background: white;
	width: auto;
	margin-right: 20px;
	min-width: 230px;
	padding: 10px;
	margin-bottom: 15px;
}

.resourceTable {
	background: #f9f9f9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.SPPublicTable {
	min-width: 400px;
	max-width: 1120px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.SPPrivateTable {
	width: 100%
}

TABLE.serviceDetails {
	padding: 10px;
	font-size: 12pt
}

DIV.serviceDetails {
	font-size: 12pt
}

DIV.serviceDetailTitle {
	font-weight: bold;
	font-size: 10pt;
	text-align: right;
}

DIV.serviceDetail {
	font-size: 10pt;
}

SPAN.wizNum {
	text-style: italics;
	font-size: 22pt;
	margin-right: 7px;
}

.bodyfield {
	padding: 3px;
	border: 1px solid grey;
	font-size: 9pt;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#ClientListFloater {
	padding: 5px;
	background: white;
	border: 1px dotted black;
	height: 200px;
	overflow: auto;
}

#ClientListFloaterActionBar {
	margin-bottom: 4px;
}

.FullNameSearchActive {
	padding: 4px;
	font-size: 11pt;
	width: 100%;
	border: 1px solid black;
}

.FullNameSearchInActive {
	padding: 4px;
	font-size: 11pt;
	width: 100%;
	border: 1px solid orange;
	background-image: url('/icons/actn021.gif');
	background-repeat: no-repeat;
	background-position: right;
}

.inputBusy {
	background-image: url('/dev/bc.nsf/loading.gif');
	background-repeat: no-repeat;
	background-position: right;
	width: 100%;
	font-weight: bold;
	border: none;
	padding: 3px;
	font-size: 9pt;
}

.inputReady {
	border: 1px solid #ededed;
	width: 100%;
	font-weight: bold;
	padding: 2px;
	font-size: 9pt;
}

.inputWaiting {
	border: 1px solid orange;
	background: #FFF5E3;
	width: 100%;
	font-weight: bold;
	padding: 2px;
	font-size: 9pt;
}

#HelperText {
	
}

.bqstart {
	float: left;
	height: 45px;
	margin-top: -30px;
	padding-top: 45px;
	margin-bottom: -50px;
	font-size: 600%;
	color: orange;
}

.bqend {
	float: right;
	height: 25px;
	margin-top: 0px;
	padding-top: 35px;
	font-size: 600%;
	color: orange;
}

.bqstart2 {
	float: left;
	height: 45px;
	margin-top: -30px;
	padding-top: 0px;
	margin-bottom: -50px;
	font-size: 600%;
	color: lightgrey;
}

.bqend2 {
	float: right;
	height: 25px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	font-size: 600%;
	color: lightgrey;
}

div.listingComment {
	margin-bottom: 2px;
	margin-left: 45px;
	font-size: 120%
}

div#staffCommentContainer {
	position: relative;
	margin-right: 20px;
	margin-top: 15px;
	margin-left: 20px;
}

textarea#staffCommentRt {
	border: 0;
	height: 60px;
	width: 100%;
}

blockquote {
	margin: 0px;
	margin-left: -25px;
	margin-top: 0px;
	padding: 20px;
	margin-bottom: 15px;
	font-size: 130%;
	line-height: 160%;
	font-style: normal;
}

.sticky {
	position: relative;
	background-color: #F4F39E;
	border-color: #DEE184;
	text-align: left;
	margin: 2.5em 0px;
	padding: 1.5em 1em;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
	font-family: "MS Sans Serif";
}

.sticky.taped:after {
	display: block;
	content: "";
	position: absolute;
	width: 151px;
	height: 35px;
	top: -21px;
	left: 25%;
	background: transparent url(/tape.png) 0 0 no-repeat;
}

.CBToggler {
	-webkit-user-select: none;
	-moz-user-select: none;
	font-size: 9pt
}

.CBTwistieStyle1 {
	border-left: 17px solid #ededed;
	padding-left: 80px;
}

.sectionHeading {
	font-size: 11pt;
	margin-bottom: 25px;
	padding: 5px;
}

#availMembName {
	font-size: 12pt;
	padding: 5px;
	margin-bottom: 10px;
	background: #ededed;
}

#availMembAvail {
	
}

FIELDSET.BookingFormFieldset {
	background: #ededed;
	border-radius: 3px;
}

DIV.talkBubble {
	text-align: left;
	font-size: 11pt;
	padding: 10px;
}

table.timeSelectTable {
	background: white;
	text-align: center;
	max-width: 250px;
}

td#timeSelectFirstColumn {
	padding-left: 0;
}

#importantNote {
	margin-bottom: 15px
}

#importantNoteBody {
	font-weight: bold;
}

#importantText {
	color: red;
	font-size: 14pt;
}

#importantNoteHeading {
	font-weight: bold;
}

#ClientFileUpdateInfo {
	margin-top: 10px;
	width: 350px
}

#CFHelper,#CFHelperZoom {
	padding: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: #f7df6d;
	display: none;
	height: 55px;
}

#CBL1StatsTable {
	width: 400px;
	padding: 10px;
	padding-left: 20px;
	font-size: 12pt;
	border: 1px solid black;
}

#CBL2StatsTable {
	width: 100%;
	padding: 10px;
}

#CBL1StatsTable TD {
	text-align: center;
	padding: 2px;
	background: #ededed;
}

#CBL1StatsTableHeader TD {
	background: #ffffff;
	font-size: 14pt;
	padding-bottom: 10px;
}

DIV.feature {
	font-size: 12pt;
	margin-top: 10px;
}

#stat1LoadMore {
	margin-top: 10px
}

#featureListingTable {
	padding: 0;
	width: 100%
}

#featureListingTable TD {
	font-size: 13pt;
	padding-top: 20px;
}

#featureListingTable TR {
	
}

#countdown {
	height: 20px;
	padding: 3px;
}

#counter {
	border: 4px solid yellow;
	padding: 1px;
	font-weight: bold;
	font-size: 12pt;
	width: 20px;
	text-align: center;
}

#counterPause {
	border: 4px solid red;
	padding: 1px;
	font-weight: bold;
	font-size: 12pt;
	width: 20px;
	text-align: center;
}

#countdownTable {
	margin-bottom: 10px;
}

.cf2Waiting {
	font-size: 10pt;
	width: 100%;
	border: 2px solid orange;
	padding: 4px;
}

.cf2Busy {
	font-size: 10pt;
	width: 100%;
	border: 0;
	padding: 4px;
}

SPAN.TimeSlotBig {
	font-size: 12pt;
}

TABLE.inputTable {
	background: #ffffff;
	padding: 10px;
	margin-left: 25px;
}

.UHomeClientForms TD {
	padding: 15px;
	margin: 2px;
}

#ClientListFrame {
	overflow-x: hidden;
}

#previewDiv {
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px #888;
	box-shadow: 0 0 5px 5px #888;
}

#helpBox {
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px #888;
	box-shadow: 0 0 5px 5px #888;
	margin-left: 5px;
}

.shadow {
	-moz-box-shadow: 0 0 5px 5px #cecece;
	-webkit-box-shadow: 0 0 5px 5px #cecece;
	box-shadow: 0 0 5px 5px #cecece;
	margin-left: 5px;
}

.shadow1 {
	box-shadow: 0px 0px 32px rgba(30, 30, 30, 0.2);
}

DIV#apptSheetContainer {
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px #888;
	box-shadow: 0 0 5px 5px #888;
	margin-left: 5px;
}

DIV#newVisitorFeature {
	-moz-box-shadow: inset 0 0 5px 5px #888;
	-webkit-box-shadow: inset 0 0 5px 5px #888;
	box-shadow: inset 0 0 5px 5px #888;
	font-size: 14pt;
	padding: 20px;
	position: fixed;
	top: 200px;
	margin: 0 auto;
	border: 2px solid black;
	width: 400px;
	height: 250px;
	left: 50%;
	margin-left: -200px;
	z-index: 10000;
	display: none;
	padding-left: 35px;
	padding-right: 35px;
}

DIV#newVisitorFeature INPUT[type=button] {
	font-size: 12pt
}

DIV.jtDialogBox,DIV.pop {
	box-shadow: 0 0 3px 3px #888;
}

HR.DIVSPProfileHorzRule {
	margin-top: 15px;
	width: 100%;
	border-top: 2px solid grey;
	-moz-box-shadow: 0 0 0px 5px #e0a178;
	-webkit-box-shadow: 0 0 5px 5px #e0a178;
	box-shadow: 0 0 5px 1px #d3d3d3 inset
}

.searchInput {
	-moz-opacity: .80; opacity .80;
	font-size: 10pt;
	padding: 3px;
	padding-left: 10px;
	height: 22px;
	width: 180px;
	background: #fff;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 0px 1px 1px #d3d3d3 !important
}

DIV.testimonial {
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 35px;
}

DIV.testimonialtext {
	padding-top: 45px;
	line-height: 30px;
	padding-right: 15px;
}

DIV.testimonialquoteimage {
	float: left;
	padding-right: 20px;
}

DIV#horzBar {
	text-align: center;
	margin-top: 10px;
	height: 4px;
	background: url(/horzBarHome.gif) repeat-x
}

DOC.arrowRight {
	display: inline;
	padding-bottom: 10px;
	border: 1px solid red
}

DIV.addServiceDiv {
	margin-top: 7px;
	padding: 2px;
}

A.white {
	color: #ffffff
}

A.white:visited {
	color: #ffffff
}

A.bold {
	font-weight: bold
}

DIV.fatborder1 {
	border: 12px solid #ededed
}

DIV.divcentre {
	border: 2px solid red;
}

div#uCmtContainer {
	text-align: center;
	margin: auto;
	width: 90%
}

textarea {
	-webkit-box-shadow: inset 4px 2px 2px 0px #dddddd;
	-moz-box-shadow: inset 4px 2px 2px 0px #dddddd;
	box-shadow: inset 4px 2px 2px 0px #dddddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid grey;
}

textarea#uCmt {
	overflow: auto;
	width: 100%;
	height: 100px;
	-webkit-box-shadow: inset 4px 2px 2px 0px #dddddd;
	-moz-box-shadow: inset 4px 2px 2px 0px #dddddd;
	box-shadow: inset 4px 2px 2px 0px #dddddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid grey;
}

div#selectStaffMemberNotice {
	background: #ffff99;
	margin-top: 15px
}

.viewToolsBox {
	
}

.viewToolsBox:hover {
	
}

.docoContainer {
	margin-top: 30px;
	padding: 10px;
	background: #f9f9f9;
	border-top-right-radius: 35px;
	border-bottom: 2px solid lightgrey
}

.settingContainer {
	padding: 10px
}

.settingHeading {
	font-weight: bold;
	display: inline;
}

.settingDesc {
	margin-left: 5px;
	display: inline
}

.settingControl {
	margin-top: 10px;
}

.inlineInfobox1 {
	padding: 10px;
	font-size: 11pt;
	display: none;
}

.PPPaymentInfo {
	font-size: 11pt;
	background: #FFFF85;
	padding: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

span.homeUsername {
	font-size: 11pt;
	padding: 0px;
	margin-left: 10px;
}

div.sandboxServerHeader {
	background: red;
	padding: 10px;
	margin: 0;
	font-weight: bold;
	font-size: 11pt;
	color: #fff;
	text-align: center;
}

div.sandboxUserHeader {
	padding: 10px;
	font-size: 11pt;
}

div#WidgetURLBuilder {
	padding: 10px;
	font-size: 150%;
	border: 2px dashed black;
}

.CB_EC_VAL {
	width: 40px
}

.CB_EC_INFO {
	
}

#ECStatus {
	padding: 4px;
	background: yellow;
	font-size: 9pt;
	display: none;
}

TABLE.PrioritisedResourcesDisp {
	margin-right: 15px;
	background: #f9f9f9;
}

.nowrap {
	white-space: nowrap
}

div.apiexample {
	font-family: Georgia, FreeSerif, Times, serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #222;
	margin: 0;
	padding: 0;
	width: 800px;
}


/* ------- Added by KHM ------- */
li.bodynavitem {
	border-radius: 5px 5px 0 0;
}

li.bodynavitem > img {
	position: relative;
	top: -5px;
}

.icon-white {
	color: rgb(255,255,255);
}
.icon-black {
	color: rgb(0,0,0);
}

.icon-schedule-options {
	font-size: 13px;
}

.icon-appointment-sheet {
	font-size: 18px;
	color: rgb(255, 170, 0);
	--fa-primary-color: rgb(255, 170, 0);
	--fa-secondary-color: rgb(255, 199, 46);
	--fa-secondary-opacity: 0.9;
	margin-left: 5px; 
	margin-bottom: 3px;
}

.icon-all-resources {
	font-size: 18px;
	--fa-primary-color: rgb(255, 170, 0); 
	--fa-secondary-color: rgb(255, 199, 46);
	--fa-secondary-opacity: 1;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.icon-resource-help {
	font-size: 13px;
	margin-left: 6px;
	color: rgb(68, 95, 184);
}

.icon-resource-expandlist {
	font-size: 14px;
	--fa-primary-color: rgb(255, 170, 0);
	--fa-secondary-color: rgb(255, 199, 46);
	--fa-secondary-opacity: 0.8;
	position: relative;
	top: -3px;
}

.icon-resource-expandlist.same-level {
	top: 0px;
}

.popup-appointment-sheet {
	padding-top: 3px;
}
.popup-appointment-sheet a {
	color: rgb(68, 95, 184) !important;
}

.link-all-resources {
	padding-top: 5px;
}
.link-all-resources a, .navServiceLink a, .link {
	color: rgb(68, 95, 184) !important;
}

.scheduled-embedded-box {
	border-radius: 8px;
    background: #ffffff;
    box-shadow:  8px 8px 30px #e6e6e6,
             -8px -8px 30px #ffffff;
}

.notificationIcon {
	font-size: 22px;
	color: rgb(65, 127, 171);
	--fa-primary-color: rgb(65, 127, 171);
	--fa-secondary-color: rgb(114, 149, 173);
	--fa-secondary-opacity: 0.8;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 2px;
}

.notificationIcon.sent {
	color: rgb(65, 127, 171);
}

.statusIcon { 
	font-size: 16px;
	color: rgb(68, 145, 75);
	--fa-primary-color: rgb(255, 170, 0);
	--fa-secondary-color: rgb(83, 189, 93);
	--fa-primary-opacity: 0.8;
	--fa-secondary-opacity: 1;
	position: relative;
	top: -1px; 
}

.notificationIcon.xnotification-email {
	--fa-primary-color: rgb(114, 149, 173);
	--fa-primary-opacity: 0.8;
    --fa-secondary-color: rgb(255, 232, 148);
    --fa-secondary-opacity: 1;
}

.user-list-icon-top {
	font-size: 14px;
	color: rgb(65, 127, 171);
	--fa-primary-color: rgb(255, 170, 0);
	--fa-secondary-color: rgb(65, 127, 171);
	--fa-primary-opacity: 0.65;
	--fa-secondary-opacity: 0.6;
	margin-left: 8px;
}

.user-list-icon-top:hover {
	--fa-primary-opacity: 1;
	--fa-secondary-opacity: 1;
}
.user-list-icon-top.icon-help {
	color: rgb(68, 95, 184);
}

#calendarWrapper td.calendarDate, #calendarWrapper td.calendarDateCurrent, #calendarWrapper td.dayCountBox {
	opacity: 0;
} 

.calendarDate {
	text-align: center;
}

.calendarDateCurrent {
    text-align: center;
}

.date-icon-wrapper {
	font-size: 24px;
	margin-bottom: 4px;
}
.count-icon-wrapper {
	font-size: 18px;
	margin-bottom: 2px;
}

.date-icon {
	color: rgb(65, 127, 171);
    --fa-primary-color: rgb(201, 0, 0);
	--fa-secondary-color: rgb(221,221,221);
	--fa-primary-opacity: 0.85;
	--fa-secondary-opacity: 1;
} 

.date-text {
	color: rgb(33,33,33);
}

.count-icon {
	color: rgb(239,239,239);
}
.count-icon path {
  stroke: rgb(132, 217, 132); 
  stroke-width: 15;
}
.count-text {
	color: rgb(88,88,88);
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 8px;
    padding-left: 4px;
}
.alertUser.count-icon {
	color: #FAE5C0;
}
.alertUser.count-icon path {
  stroke: orange;
}

.alertUser.count-text {
	color: #D16D3B;
}
.notAvailable.count-icon {
	color: rgb(239,239,239);
}
.notAvailable.count-icon path {
  stroke: rgb(172,172,172);
  stroke-width: 5;
}

.notAvailable.count-text {
	color: rgb(112,112,112);
}

.date-today .date-icon {
	color: rgb(255, 170, 0);
	--fa-primary-color: rgb(201, 0, 0);
	--fa-secondary-color: rgb(255, 170, 0);
	--fa-primary-opacity: 1;
	--fa-secondary-opacity: .8;
}

.date-today .date-text {
	color: rgb(0,0,0);
}

.fa-layers.date-icon-wrapper {
	width: 0.8em;
}

.fa-layers.count-icon-wrapper {
	width: 0.8em;
}
.icon-unavailable {
	color: rgb(235, 23, 23)
}

.page-curl {
	background: #FFFFFF;
	background: -moz-linear-gradient(0deg, #F5F5F5 0%, #FFF 25%, #FFF 75%, #F5F5F5 100%);
	background: -ms-linear-gradient(0deg, #F5F5F5 0%, #FFF 25%, #FFF 75%, #F5F5F5 100%);
	background: -webkit-linear-gradient(0deg, #F5F5F5 0%, #FFF 25%, #FFF 75%, #F5F5F5 100%);
	background: linear-gradient(0deg, #F5F5F5 0%, #FFF 25%, #FFF 75%, #F5F5F5 100%);
	border: 1px solid #777777;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
	margin: 50px auto;
	padding: 15px;
	position: relative;
	width: 800px;
}

.page-curl:before, .page-curl:after {
	background: none;
	bottom: 12px;
	-moz-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
	content: "";
	height: 10px;
	left: 12px;
	position: absolute;
	width: 40%;
	z-index: -1;
	-moz-transform: skew(-4deg) rotate(-4deg);
	-webkit-transform: skew(-4deg) rotate(-4deg);
	transform: skew(-4deg) rotate(-4deg);
}

.page-curl:after {
	-moz-transform: skew(4deg) rotate(4deg);
	-webkit-transform: skew(4deg) rotate(4deg);
	transform: skew(4deg) rotate(4deg);
	left: auto;
	right: 12px;
}

.page-curl.shadow-left {
	background: -moz-linear-gradient(0deg, #F5F5F5 0%, #FFF 50%) !important;
	background: -ms-linear-gradient(0deg, #F5F5F5 0%, #FFF 50%) !important;
	background: -webkit-linear-gradient(0deg, #F5F5F5 0%, #FFF 50%) !important;
	background: linear-gradient(0deg, #F5F5F5 0%, #FFF 50%) !important;
}

.page-curl.shadow-right {
	background: -moz-linear-gradient(0deg, #FFF 50%, #F5F5F5 100%) !important;
	background: -ms-linear-gradient(0deg, #FFF 50%, #F5F5F5 100%) !important;
	background: -webkit-linear-gradient(0deg, #FFF 50%, #F5F5F5 100%) !important;
	background: linear-gradient(0deg, #FFF 50%, #F5F5F5 100%) !important;
}

.shadow-bottom:before, .shadow-bottom:after {
	top: auto;
	bottom: 12px;
	-moz-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
}

.shadow-left:after {
	display: none;
}

.shadow-right:before {
	display: none;
}
 
.shadow-top-bottom.shadow-left:after {
	display: block;
	bottom: auto;
	top: 15px;
	right: auto;
	left: 12px;
	-moz-box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.5);
}

.shadow-top-bottom.shadow-right:before {
	display: block;
	bottom: auto;
	top: 15px;
	right: 12px;
	left: auto;
	-moz-box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.5);
	box-shadow: 0 -10px 12px rgba(0, 0, 0, 0.5);
}

.scheduleNavigateDay { 
	position: relative;
	top: 0px;		
}

.scheduleNavIcons {
	font-size: 18px; 
}

.scheduleArrow {
	font-size: 14px;
}

.scheduleArrow.fa-forward {
	margin-left: 7px;
}

.scheduleArrow.fa-backward {
	margin-right: 7px;
}

.scheduleLink {
	text-decoration: none !important; 
	font-size: 13px;
}

.nav-icon {
	font-size: 15px !important;
	color: rgb(142,142,142) !important;
	margin-right: 1px !important;
	position: relative;
	left: -2px;
	top: 1px;
}
.nav-icon.fa-info-square {
	font-size: 17px !important;
	top: 2px; 
}
.nav-icon.narrow {
	margin-right: -1px;	
}