

/* DEFAULTS*/

.pri{color: #BBBFA4;}.bgpri{background-color: #BBBFA4;}.sec{color: #FDF9D4;}.bgsec{background-color: #FDF9D4;}.body{color: #D1D3C7;} .bgbody{background-color: #D1D3C7;} .menu{color: #545740;} .bgmenu{background-color: #545740;} .text{color: #000000;} .footer{color: #BBBFA4;} .bgfooter{background-color: #BBBFA4;} .special{color: #454834;} .bgspecial{background-color: #454834;} .heading{color: #454834;} .bgheading{background-color: #454834;} .link{color: #962E47;} .bglink{background-color: #962E47;} .border{color: #454834;} .bgborder{background-color: #454834;}




/* TYPOGRAPHY*/


*{}

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


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


form {
	margin: 0;
	padding: 0;}


h1, h2, h3 {
	font-family: "Monotype Corsiva", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #454834;}


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

h2 {
	font-family:Perpetua, Georgia, "Times New Roman", Times, serif;
	margin: 0 0 15px 0;
	font-size: 1.7em ;}


h3 {
	margin: 0;
	font-size: 1.7em;
	margin: 25px 0 5px 0;
	color: #545740;}


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

a {
	color: #962E47;
	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:focus, textarea:focus{
     border:1px solid #999999;}
	 
input.none{
background-color: transparent;
border: 0px solid #962E47;
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: #454834;
	width:7em;}

.formLabels{
	padding:5px;
	font-weight:bold;
	border-bottom:1px solid #454834;}

.formFields{
	padding:5px;
	border-bottom:1px solid #454834;}

tr.defaultrow td{
	padding:5px;
	border-bottom:1px solid #454834;}



.select1, tr.topbar td{
font-weight:bold;
color: #545740;
padding:5px;
background-color:#FDF9D4;}



#promoAlert {
	background: #fff4cc;
	border: solid 1px #ffcc66;
	padding:8px;
	margin:8px 0px;
    display:block;}
	
	

#modcarttotals{
	margin-bottom:20px;
	width:50%;}
#modcarttotals td{font-weight:bold;}
#modcarttotals .formLabels {font-weight:normal;}	


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



/* Wrapper */

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



/* signin*/

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

#signin a {
	padding: 0 20px 0 0;
	color: #962E47;	}









/* Logo */
#Logo {
	width: 180px;
	height: 116px;
	color:#000;
	text-align:center;
	background-color: #FFFFFF;
	border: 3px solid #454834;
	position:absolute;
	top:15px;
	left:2px;
	float:left;}

#Logo img{
 vertical-align: middle;}







/* Header Image */
#headerImage  {
	width: 960px;
	height: 91px;}

#headerImage  h2 {
	padding-left:240px;
	font-size: 2.0em;
	position:relative;
	width:700px;
	overflow:hidden;
	color:#454834;
	margin:0px;}

#headerImage  p {
padding:0 0px 0 240px;
	font-size: 1.3em;
	position:relative;
	width:700px;
	overflow:hidden;
	margin:0px;
	color:#454834;
	font-family: "Monotype Corsiva", Georgia, "Times New Roman", Times, serif;}




/* Navigation */
#navigation {
	float: left;
	clear: left;
	width: 180px;
	margin: 20px 2px 10px 2px;}







/* Content */

#Center{
	float: right;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #454834;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:20px;}

.Content {
	width: 730px;
	overflow-x:hidden;
	min-height:300px;
}



/* Footer */

#footer {

	margin:2px 0 0 0;
	background-color: #BBBFA4;
	font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
	color: #962E47;
	padding:10px;
	clear:both;
	text-align:center;}


#footer p{font-size: 8pt; color: #962E47;padding-top:10px;}




















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

	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;
	background: url(http://public.massagezone.biz/images/serene/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: #962E47;
 }



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



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



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



.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 #454834;
  background: #454834;
  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 #454834;
  position: relative;
  background:#fff;
  display: none;
  color: #000000;
  cursor: default;}



.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:#454834;
   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: #454834;}



/* 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: #454834;
  color: #000000;
  }



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



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





.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: #454834;
  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 #454834; 
	padding:3px;}

.classmod li{
	display:block;
	position:static;
	border:1px solid #454834;
	background: url(http://public.massagezone.biz/images/default_pages/common/trans80.png) #D1D3C7;	
	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 #454834; }


.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;}