

/* DEFAULTS*/

.pri{color: #EDCC7C;}.bgpri{background-color: #EDCC7C;}.sec{color: #E5CC7F;}.bgsec{background-color: #E5CC7F;}.body{color: #CEE8F1;} .bgbody{background-color: #CEE8F1;} .menu{color: #06769B;} .bgmenu{background-color: #06769B;} .text{color: #000000;} .footer{color: #E5CC7F;} .bgfooter{background-color: #E5CC7F;} .special{color: #06769B;} .bgspecial{background-color: #06769B;} .heading{color: #06769B;} .bgheading{background-color: #06769B;} .link{color: #06769B;} .bglink{background-color: #06769B;} .border{color: #06769B;} .bgborder{background-color: #06769B;}



/* TYPOGRAPHY*/


*{}

/** =Resets **/
address, div, blockquote, dl, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, table, td {
margin:0;
padding:0;}


body {
	text-align:center;
	background-color: #CEE8F1;
	padding:0px;
	margin:0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;	
	color: #000000;}


form {
	margin: 0;
	padding: 0;}


h1, h2, h3 {
	font-weight: normal;
	color: #06769B;}


h1 {
	margin: 0;
	font-size: 1.9em;}

h2 {
	margin: 0 0 15px 0;
	font: italic 1.3em arial;}


h3 {
	margin: 0;
	font-size: 1.2em;
	padding:40px 0px 10px 0px;
	color:#EDCC7C;
	font-weight:bold;
	}


p, blockquote, ol, ul {
	line-height: 1.5em;}
	
p{margin-bottom:1em;}

a {
	color: #06769B;
	text-decoration: none;}

a:hover {
	text-decoration: underline;}


img{ border:0px}



td {
	line-height: 1.5em;
	vertical-align:top;
	font-size: 12px;}


ol, ul{}


ul li {}


blockquote{}



input, textarea{border:1px solid #cccccc;}

input:focus{
     border:1px solid #999999;}
	 
input.none{
background-color: transparent;
border: 0px solid #06769B;
padding:0px;}	



input.form-button {
cursor:pointer;
padding: 3px;} 

/* ==========default style========= */
.contenttable{
	width:80%;
	margin:0px auto 20px auto;}


.subtable{text-align:center;width:500px;margin:0px auto 20px auto;}


tr.formHeaders td{
	margin: 0 0 15px 0;
	font: italic 1.3em arial;
	color: #06769B;}

.formLabels{
	padding:5px;
	font-weight:bold;}

.formFields{padding:5px;}
tr.defaultrow td{padding:5px;}

.select1{
font-weight:bold;
color: #06769B;
padding:5px;
background-color:#E5CC7F;}



#promoAlert {
	background: #fff4cc;
	border: solid 1px #ffcc66;
	padding:8px;
	margin:8px 0px;
    display:block;}
	
	
	#modcarttotals{
width:50%;
margin:0 auto;
margin-bottom:20px;
padding:10px;}



#modcarttotals td{font-weight:bold;
line-height:2em;
color:#EDCC7C;}

#modcarttotals .formLabels {font-weight:normal;}


/* shows active theme */
.ActiveShell{border:3px solid #06769B;}









/* Wrapper */

#wrapper {
	width: 960px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #E5CC7F;
	text-align:left;}



/* signin*/

#signin {
	height:30px;
	margin:0px;
	background:#EDCC7C;
	text-align: right;}

#signin a {
	padding: 0 20px 0 0;
	color: #06769B;	}









/* Logo */

#Logo {
	float: left;
	width: 170px;
	height: 122px;
	background-color: #FFFFFF;
	line-height:120px;}

#Logo img {vertical-align:middle;}



/* Header Image */

#headerImage {
	margin-left:170px;
	width: 787px;
	padding:0px;
	height: 122px;}

#headerImage  h2 {
	margin-top: 10px;
	padding: 10px;
	font-size: 2.0em;
	color:#06769B;}



/* Navigation */
#navigation {
	float: left;
	width: 170px;
	margin: 0px;
	padding:0px;}






/* Content */
#Center{
	PADDING-RIGHT: 0px;
	MARGIN-TOP: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN-LEFT: 170px;
	WIDTH: 787px;
	PADDING-TOP: 0px;
	BACKGROUND-COLOR: #ffffff;}

.Content {
	margin: 1px auto;
	padding:10px;
	width: 760px;
	overflow-x:hidden;
	min-height:300px;
}



/* Footer */

#footer {
	clear:both;
	margin-top:2px;
	background-color: #E5CC7F;
	padding:5px;
	text-align:center;
	color: #06769B;}


#footer p{font-size: 8pt;}




















/***********************************************************************

	Calendar CSS - EDIT THIS SECTION "backgrounds & colors"

 **********************************************************************/

/* Header part -- contains navigation buttons and day names. */
.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
  background:#fcfcfc;
  color:#000000;
  font-weight: normal;}

.calendar thead .title { /* Top Month & Year (ie. July, 2004) */
  	font-weight: normal;
	color: #EDCC7C;
	  background: url(http://public.massagezone.biz/images/echo/calendarthread.png) top left repeat-x;
	font-size:1.4em;
  	padding: 1px 1px 10px 1px;
  	text-align: center;}



.calendar thead .daynames { /* Row <TR> containing the day names */
 color: #06769B;
 }



.calendar thead .name { /* Cells <TD> containing the day names */
  padding: 2px;
  text-align: center;
  background: url(http://public.massagezone.biz/images/echo/calendarthread.png) top left repeat-x #E5CC7F;
  }



.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #06769B;  }



.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #06769B;  }



.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #000000;
  }




.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  padding: 1px;
  border: 1px solid #06769B;
  background: #06769B;
  color: #000000;
  text-align: center;
  }








/* The main calendar widget.  DIV containing a table. */





/***********************************************************************

	ONLY EDIT SPECIFIED SECTIONS BELOW!!

 **********************************************************************/
/* Header part -- controls month and year april 2009 */
#calendar-container .title{font-size:14px;}
#day .formHeaders {font-size:14px;}




.calendar {
  border: 0px solid #06769B;
  position: relative;
  display: none;
  color: #000000;
  cursor: default;
  background:#fff;}



.calendar table {
  cursor: default;}



/* Header part -- contains navigation buttons and day names. */
.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 2px; }



.calendar .nav { background: none;}





.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color:#06769B;
   color: #000000;}



.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  background-color: #06769B;}



/* The body part -- contains all the days in month. */
.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
  }



.calendar table .wn {
  border-right: 1px solid #000;
  background: #e8f4f0;}



.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #06769B;
  color: #000000;
  }



.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #06769B;
  color: #000000;
  }



.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border:  0px solid;
  border-color: #06769B;
  background: #06769B;}





.calendar tbody .disabled { color: #999; }


.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;}



.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;}



/* The footer part -- status bar and "Close" button */
.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}



/* Combo boxes (menus that display months/years for direct selection) */

.combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  background: #e4e4e4;
  font-size: smaller;
  color:#000000;
  padding: 1px;}



.combo .label, .combo .label-IEfix {
  text-align: center;
  padding: 1px;}



.combo .label-IEfix {
  width: 4em;}



.combo .active {
  background: #c8d0d4;
  padding: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  }



.combo .hilite {
  background: #06769B;
  color: #000000;}








/* class module front end  */	
.classmod h2{margin-top:20px;margin-bottom:0px;}	

.classmod ul{
	margin:20px;
	padding:0;
	list-style-type:none;
	background:#ffffff;
	border:1px solid #06769B; 
	padding:3px;}

.classmod li{
	display:block;
	position:static;
	border:1px solid #06769B;
	background: url(http://public.massagezone.biz/images/default_pages/common/trans80.png) #CEE8F1;	
	padding:3px 10px;
	font-weight:bold;}



.classmod li img{padding-right:10px;}	

.classmod ul#indivtable{
	margin:5px 0 0 0;
	padding:0px;
	border:0px;
	padding:0px;
	border-bottom:1px solid #06769B; }


.classmod ul#indivtable li{
	border:0px;
	margin:0px;
	font-weight:normal;}


/* gift card module front end  */	
#giftcardform{
	width:350px;
	margin:0 auto;}
	
#giftcardform td{line-height:1em;}
	
.formnote{font-style: italic;}