


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


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

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


h3 {
	margin: 0;
	font-size: 1.4em;
	padding:40px 0px 0 0;}


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

a {
	color: #D77908;
	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, textarea:focus{
     border:1px solid #999999;}
	 
input.none{
background-color: transparent;
border: 0px solid #D77908;
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, .formHeaders, .primary{
	margin: 0 0 15px 0;
	font: italic 1.3em arial;
	color: #CCCCCC;}

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

.formFields{padding:5px;}

.formFields input{border:1px solid #343434;background:#ffffff;}

.formFields textarea{border:1px solid #343434;background:#ffffff;}

tr.defaultrow td{padding:5px;}


.select1, tr.primary td{
font-weight:bold;
color: #FFFFFF;
padding:5px;
background-color:#D77908;}

.select1 h3{color: #FFFFFF;}

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


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

#modcarttotals{
border-bottom: 2px double #D77908;
width:50%;
margin:0 auto;
margin-bottom:20px;}



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

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

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



/* Wrapper */
#wrapper {
	width: 960px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	background: #343434;
	position:relative;
	text-align:left;}



/* signin*/

#signin {
	height: 30px;
	margin:0 0px 0px 0;
	background: url(http://public.massagezone.biz/images/indigo/bg_login.png) repeat top left #D77908;
	text-align: right;
	}

#signin a {
	padding: 3px 20px 3px 0px;
	color:#000000;	}






/* Logo */

#Logo {
	position:absolute;
	left:770px;
	top:33px;
	width: 170px;
	height: 120px;
	}



/* Header Image */
#headerImage  {
	width: 960px;
	height: 156px;
	border-bottom: 6px solid #D77908;}

#headerImage  h2 {
	padding: 4px 0px 0px 5px;
	margin:0px;
	font-size: 1.29em;
	color:#CCCCCC;
	top:164px;
	position:absolute;
	text-transform:uppercase;}


#customheaderImage  {
	width: 960px;
	border-bottom: 6px solid #D77908;}

/* Content */

#Center{
	width: 960px;
	background: url(http://public.massagezone.biz/images/indigo/nav_bg.png) repeat-y right #343434;
	margin:0px;
	padding:0px;
	}



div#Center {
	min-height:300px;
}




.Content {
	margin: 0px;
	padding:10px;
	background-color: #fff;
	float: left;
	width: 760px;
	overflow:hidden;}





/* Navigation */

.navigation {
	margin-left:785px;
	margin: 2px 3px 10px 0px;
	float:right;}




/* Footer */

#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	background-color: #343434;
	border-top: 6px solid #D77908;
	text-align: center;
	color: #FFFFFF;}

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

#footer a {color: #D77908;}


























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

	Calendar CSS - EDIT THIS SECTION "backgrounds & colors"

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

/* Header part -- contains ? and today cell */
.calendar .button {
  text-align: center;
  padding: 2px;
  background-color:#343434;;
  color:#000000;
  font-weight: normal;}

.calendar thead .title { /* Top Month & Year (ie. July, 2004) */
  	font-weight: normal;
	 background-color:#343434;;
   color:#000000;
	font-size:1.4em;
  	padding: 2px;
  	text-align: center;}



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



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


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


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


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



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



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



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



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





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

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



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








