@media all{
html,td,tr,th,tf,a, h1,h2,h3,h4,h5,h6,form,fieldset,div,img{
	margin:0px;
	padding:0px;
	border:0px;
}
body {
	 voice-family: "\"}\"";
	voice-family: inherit;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 79.4%;/*takes text to 16px*/
	color: #000;
	/*display: block;*/
	float: left;
	margin: 0px;
	padding: 0px;
	
}}
/* Common CSS for on-hover tooltip feature */ 
  a.tooltip {
    position: relative; /*this is the key*/ 
    z-index:10;
    color:#000;
    text-decoration:underline;   
  }
  a.tooltip:hover {
    z-index:100;
    text-decoration:overline;
  }
  .tooltip a:hover  {
    z-index:100;
    text-decoration:overline;
  }
  a.tooltip span { 
    display: none;
  }
  a.tooltip:hover span { 
    /*the span will display just on :hover state */
    z-index:100;    
    color:#033666;
    font-style:normal;
    font-size:.8em;
    line-height: 125%;
    display:block;
    position:absolute;
    border:1px solid #C8DAF7;
    background-color:#E5EFFF;
    padding:4px;
    text-align: left;
    text-decoration:none;
    left:-20px;
    top:10px;
    min-width:150px;
  }

/* another ver */
a.tooltip {
     position: relative;
     z-index: 1;
}
a.tooltip:hover {
     z-index: 2;
     background-color: #fff;
}
a.tooltip span.tooltip {
     display: none;
}
a.tooltip:hover span.tooltip {
     display: block;
     position: absolute;
     top: 2em;
     left: 2em;
     width: 15em;
     border: 1px solid #666;
      background-color: #fff;
   
filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
     padding: 0.5em;
     color: black;
     text-decoration: none;
}
a.tooltip a{text-decoration:underline;}


  /* End of common CSS for on-hover info feature */

body>a {color:#999;
text-decoration:none;}
body>a:link{text-decoration:none;
color:#888;
}
body>a:hover{text-shadow:#CCCCCC;
text-decoration:none;
}
body>a:visited{text-decoration:none}
body>.prpl a:hover {
	color: #6600ff;
	text-decoration: none;
	font-size: .9em;
	}
	
body>.prpl a {
	color: #6600ff;
	}

/* Global Styles */

*body {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;/*takes text to 16px*/
	color: #000;
	/*display: block;*/
	float: left;
	margin: 0px;
	padding: 0px;
	border:0px;
	}
	
td {
	font:90% Arial, Helvetica, sans-serif;
	color:#666666;
	}
	
a {
	color: #0698C7;
	}
	
a:hover {
	color: #2EACD5;
	}	
.prpl a:hover {
	color: #6600ff;
	text-decoration: none;
	font-size: .9em;
	}
	
.prpl a {
	color: #6600ff;
	}

h1{
color: #0099CC;
	font-size: 125%;
	text-decoration: none;}
h2{
color: #0099CC;
	font-size: 115%;
	text-decoration: none;}
h3{
color: #0099CC;
	font-size: 110%;
	text-decoration: none;}
h4 {
	color: #0099CC;
	font-size: 105%;
	text-decoration: none;
}
h5 {
	color: #0099CC;
	font-size: 90%;
	text-decoration: none;
}
ol{list-style:none;}
ul{
	font-size: 0.8em;
	color: #666666;
	text-decoration: none;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: decimal;
	float: none;
	clear: both;
	text-align: left;
	display: block;
	margin: 3px;
	padding: 0px;
}
.LeftLine{
	border-left: thin solid #FF0000;}
li.listStyle{
	background-repeat: no-repeat;
	list-style: url(../../images/jpg/arrow_right_20px.jpg) outside;
}
.listStyle{ color:#CC0000;
font-size:110%;}
/* ID Styles */

#navigation{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
	
#navigation a {
	font: bold .7em/0.9em Arial, Helvetica, sans-serif;
	color: #28A9D3;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;	
	background-image:url(./images/jpg/menubkgrnd.jpg)repeat-x;
	}
	
#navigation a:hover {
	background: #D8EFF5;
	color:#66666;
	background-image:url(../../images/jpg/menubkgrnd.jpg)repeat-x;
	
	}
#LeftColText{
	position:relative;
	left:0px;
	top:0px;
	width:150px;
	height:auto;
	layer-background-color:#CCCCCC;
	z-index:1;
	float: left;
	border-top: medium none #0099CC;
	border-right: medium solid #0099CC;
	border-bottom: medium none #0099CC;
	border-left: medium none #0099CC;
	clear: right;
	padding: 4px;
	margin: 10% 10px auto auto;
	visibility: visible;
	background: left top;
}
#RightColText{
	position:relative;
	left:0px;
	top:0px;
	width:95%;
	layer-background-color:#CCCCCC;
	border:1px none #000000;
	z-index:2;
	float: left;
	visibility: visible;
	margin: 0px 5px;
	clear: left;
	padding: 2px;
	background: right top;
	height: auto;
}	
#logo 	{
	font:24px Arial, Helvetica, sans-serif;
	color: #999999;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline 	{
	font:.8em Arial, Helvetica, sans-serif;
	color: #999999;
	letter-spacing:0.4em;
	width: 100%;
	padding-top: 6px;
	float: left;
	text-align: center;
	display: inline;
	border-top: thin solid #0698C7;
	border-bottom: thin solid #0698C7;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0698C7;
	border-left-color: #0698C7;
	}
#disclaimer {
	color: #999999;
	padding: 1%;
	float: left;
	width: 100%;
	text-align: justify;
	letter-spacing: .1em;
	margin: 0%;
	height: auto;
	border: thin dashed #FF0000;
}
#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #0397C7;
	letter-spacing:0.2em;
	}
	
#dateformat a {
	font:11px Arial, Helvetica, sans-serif;
	color: #0399CB;
	font-weight:bold;
	letter-spacing:0.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #000000;
	letter-spacing:0.1em;
	}
	
/* Class Styles */
	
.bodyText {
	font:.9em/1.2em Arial, Helvetica, sans-serif;
	color:#666666;
	margin-top:0px;
	}
.bodyText img {
	float: left;
	margin: auto 10px 10px auto;
	padding: 2px;
}	
.pageName{
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #029ACB;
	letter-spacing:0.21em;
	}
.pageNameOrng{
	font: 1.2em Arial, Helvetica, sans-serif;
	color: #E89E23;
	line-height:26px;
	letter-spacing:0.21em;
	}
.pageNameBlu{
	font: 1.2em Arial, Helvetica, sans-serif;
	color:#0000FF;
	line-height:26px;
	letter-spacing:0.21em;
	}
.pageName a {
	color: #029ACB;
}

.pageNameOrng a {
	color: #E89E23;
}
/* column spacing and floats for three col design*/
#leftcolumn {
	width: 20%;
	float: left;
	margin: 10px 10px 5px 0px;
}
#headerContainer { width:100%;
}
#centerContainer {
	padding: 4px;
	float: left;
	margin: 10px 10px 5px 0px;
	position: relative;
	width: 54%;
	margin-left: 2px;
	border: thin none #CCCCCC;
	font-size: 1em;
}
#rightcol {
	float: right;
	width: 15%;
	position: relative;
	overflow: visible;
	z-index: 1;
	visibility: visible;
	clear: none;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-right: 10px;
}
#rightColInnerContainer{width: 20%;
display:block;}
#wrappercontainer {
	width: 90%;
	margin: 0 auto;
	margin-top: 0px;
	padding: 0;
	min-width: 800px;
}
#mainBodyContainer {
	width: 100%;
	background: #FAFEFE;
}
/* sub header styles*/	
.subHeader {
	font:bold 0.7em Arial, Helvetica, sans-serif;
	color: #54BBDC;
	letter-spacing:0.2em;
	text-align: left;
	}
.subHeaderBlu {
	font:bold 1em Arial, Helvetica, sans-serif;
	color:#0000FF;
	letter-spacing:0.1em;
	text-align: left;
	}
.subHeader a {
	color: #28A9D3;
	float: left;
	
}
.subHeaderText {
	color: #666666;
	font:bold .7em Arial, Helvetica, sans-serif;
	
}
.subHeaderText a{
color:#006699;

}
#dateformatWrapper {
	width: 100%;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#lineDetailTop {
	background: #FFFFFF url(./images/gif/dashed_line.gif) repeat;
	width: 100%;
	border: thin solid #67C2DF;
	
}
#lineDetailTopOrng {
	background: #F2A10A url(../../images/Orngdashed_line.png) repeat-x;
	width: 100%;
	border: thin solid #67C2DF;
	
}
#dateformat {
	background: #FFFFFF;
	width: 100%;
	color: #0496C7;
	
}
#lineDetailBottom {
	background: #FFFFFF url(../../images/linedecoration.png) repeat;
	border: thin solid #CCCCCC;
	
}
#lineDetailBottomOrng {
	background: #FFFFFF url(/images/Orngdashed_line.png) repeat-x;
	border: thin solid #CCCCCC;
	background-color: #F5CF00;
}
.quote {
	font: 20px Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 22px;
	}
	
.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:1.6em;
	letter-spacing:.1em;
	text-decoration: none;
	}
	

.bodysubHeader {
	font-size: 100%;
	color: #19A3D1;
	font-weight: bold;
}
.bodysubHeaderOrng {
	color: #FB6101;
	font-size: 100%;
	font-weight: bold;
}
.bodysubHeaderPrpl {
	font-size: 100%;
	color: #6600FF;
	font-weight: bold;
}
.bodysubHeaderBlu {
	font-size: 100%;
	color: #0000FF;
	font-weight: bold;
}

.bodysubHeaderPrpl a{
	color: #6600FF;
	}
.bodysubHeaderOrng a{
	color: #FB6101;
	}
#img {
	float: right;
	padding: 3px;
	margin: 6px;
	border: thin solid #CCCCCC;
	clear: left;
	width: 28%;
}
#imgLeft {
	float: left;
	padding: 3px;
	margin: 5px 5px 5px 0px;
	border: thin solid #CCCCCC;
}
#imgEFT1 {
	float: right;
	padding: 3px;
	margin: 2px;
	border: thin solid #CCCCCC;
}#imgEFT2 {
	float: right;
	padding: 3px;
	margin: 2px;
	border: thin solid #CCCCCC;
}
#imgEFT3 {
	float: right;
	padding: 3px;
	margin: 2px;
	border: thin solid #CCCCCC;
}
#imgEFT3eb {
	float: right;
	padding: 3px;
	margin: 2px;
	border: thin solid #CCCCCC;}


#img1 {
	float: right;
	padding: 3px;
	margin: 2px;
	border: thin solid #CCCCCC;
}#img2 {
	float: right;
	padding: 3px;
	margin: 2px;
	border: thin solid #CCCCCC;
}#img3 {
	float: right;
	padding: 3px;
	margin: 2px;
	border: thin solid #CCCCCC;
}
.img {
	float: right;
	padding: 3px;
	margin: 2px;
	border: thin solid #CCCCCC;
}
#img a {
	text-decoration: none;
	font-size: 80%;
	padding: 2px;
	margin: 5px 2px;
	height: auto;
	color: #28A9D3;
}
/*booking containers for table free forms
#BookingContainer {
	width: 100%;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	height: 900px;
}
#hypnotherapyBookings {
	width: 100%;
	padding: 0%;
	height: 200px;
	border: thin solid #CCCCCC;
	float: left;
}
#LeftColumnTextBooking {
	float: left;
	margin-right: 0%;
	width: 99%;
}
#rightcolHypnoPPbooking {
		float: right;
	width: 20%;
	height: auto;
}
 
#leftColumnTextBooking1 {
	float: left;
	width: 99%;
	height: 40px;
}
#leftColumnTextBooking2 {
	float: left;
	width: 99%;
	height: 40px;
}
#rightColumnPPBooking1 {
		float: right;
	width: 20%;
	height: auto;
}
#rightcolPPbooking2 {
		float: right;
	width: 20%;
	height: auto;
}
#leftcolumnTextBooking3 {
	float: left;
	width: 99%;
	height: 40px
}

#rightcolPPBooking3 {
	float: right;
	width: 20%;
	height: auto;
}
#StopSmokingContainer {
	width: 100%;
	margin: 2%;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	height: 80px;
	float: left;
}
#innerColumnLeftSSC {
	width: 99%;
	height: 40px;
	padding: 2%;
	float: left;
}
#innerColumnRightSSC {
	float: right;
	width: 20%;
	height: auto;
}
#ReikiCenteringCol {
	width: 100%;
	margin: 2% auto;
	height: 80px;
	float: left;
	padding: 2%;
	border: thin solid #9966FF;
}
#leftcolumnReikiBooking {
	width: 99%;
	float: left;
	height: 40px;
}
#rightcolReikiPP {
	float: right;
	width: 18%;
}
#leftcolumnReikiBooking1 {
	width: 99%;
	float: left;
	height: 40px;
}
#rightcolReikiPP1 {
	float: right;
	width: 18%;
}
#leftcolumnReikiBooking2 {
	width: 80%;
	float: left;
}
#rightcolReikiPP2 {
	float: right;
	width: 18%;
}
#search {
	border: thin solid #CCCCCC;
	list-style: none;
	text-decoration: none;
	height: 40px;
	width: 100%;
	float: none;
	margin-bottom: 10px;
	margin-right: 30%;
}
#firstaid {
	width: 80%;
	float: left;
	height: 40px;}
#firstAidColRight {float: right;
	width: 18%;
}
#firstaidWrapper {
	width: 100%;
	float: left;
	height: 40px;
	margin: 2% auto;
	border: thin solid #66CCFF;
	display: block;
	padding: 2%;
}
#coursesWrapper {
	width: 100%;
	float: left;
	height: 40px;
	border: thin solid #66CCFF;
	display: block;
}
#approvedLevelbookingBlock{
	float: left;
	border: thin solid #66CCFF;
	height: 80px;
	width: 100%;
	}
	
*/
li.reiki {
font-size:0.9em;
color:#666666;
	list-style: url(../../images/Reiki_sml.png) none outside;
}
#clearDivFloat{
	float:none;
	clear: both;
}
#emotrance ul.emotrance {
	list-style-type: square;
	list-style-position: inside;
}
#taglinerss {
	float: right;
	width: 20%;
}
.EFTHEader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #0099FF;
	list-style-type: none;
	float: left;
}
.tappers {
	float: left;
	list-style-type: none;
	width: 92px;
	height: 78px;
	text-align: center;
	clear: right;
	margin: 2px;
	color: #000000;
	text-decoration: none;
	padding: 5px;
	background-position: center center;
	background-color: #CCCCCC;
	display: inline;
	border: 2px solid #0033FF;
	background-repeat: no-repeat;
}
.tappers a {
	color: #0066FF;
	text-align: left;
	float: left;
	margin: 0px;
	padding: 0px;
	border: thin solid #CCCCCC;
	width: 80px;
}
#tapperId {
	height: 200px;
	width: 100%;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.bottomBreadcrumbNav {
	padding: 2px;
	height: 12px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #999999;
	text-decoration: none;
	clear: both;
}
.bottomBreadcrumbNav a {
	color: #FF0000;
	text-decoration: underline;
}
.bottomBreadcrumbNav a:hover {
	color: #0698C7;
	text-decoration: underline;
}
.bottomBreadcrumbNav a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.pageName img {
	float: left;
	margin: auto 10px 10px auto;
	padding: 2px;
}
.spacer {
	clear: both;
	float: none;
	height: 1px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#BookingContainer {
	float: left;
	width: 95%;
}
ol.bodysubHeaderBlu {
	list-style: none inside;
}
ol.bodysubHeaderBlu li {
	text-decoration: none;
	list-style: none;
}
.bodysubHeaderBlu li {
	left: -12px;
	margin-left: -40px;
	padding-left: -25px;
}
dl.TherapistLIsting {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1em;
	line-height: 1.1em;
	text-decoration: none;
	display: block;
}
dt.DefTag {
	float: left;
}
dd.DefData {
	font-size: 1em;
	line-height: 1.1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 20%;
	padding-left:20%;
	float: none;
}
#hidden {
	display: none;
	visibility: hidden;
}
.hidden {
	display: none;
	visibility: hidden;
}
.highlightListings {
	background: #FFFFCC;
	padding: 2%;
	float: left;
	border: 1px solid #000000;
}
.b_normal {font-size:12px;color:#003063;font-family:Verdana,Arial,Helvetica}
.listStyleOrange {
	color: #FF6600;
}
Red.pageName {
	color: #FF0000;
}
.RedpageName {
	color: #FF0000;
	font-size:1.2em;
	display: block;
	text-align: center;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.subHeaderBluTahoma {
	font-family: Tahoma;
	font-size: 1.2em;
	color: #0000FF;
	display:block;
	align:center;
	text-align:center;
}
h3.subHeaderBluTahoma h3{
	font-family: Tahoma;
	font-size: 1.2em;
	color: #0000FF;
	display:block;
	align:center;
	text-align:center;
}
p {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
#image {
	float: left;
	margin: 2px;
	padding: 2px;
	clear: both;
	position: relative;
}
#images #clearDivFloat .tappers img {
	padding: 5px;
	margin: 2px;
	text-align: center;
}
#images .tappers {
	height: 120px;
	width: 99px;
	float: left;
}
