/* CSS Document */


/* ----------------\      
|      INDEX       |      
|   ------------   |      blue:		#369
|    1- layout     |      deep orange:	#ffea93
|   ------------   |      orange:	#fco
|    2- home       |      lime:		#b2d93f
|   ------------   |      white:	#fff
|    3- start      |      yellow:	#ffffea
|    4- daily      |      blackish:	#778
|    5- week       |      greyish:	#616b76
|    6- month      |      beige:	#fff3c4
|    7- grid       |      light purple	#dde
|    8- pages      |      black:	#000
|   ------------   |      grey:		#999
|    9- sign up    |
|   10- admin      |      
|   ------------   |      
|   11- forms      |      
|   12- list       |      
|   13- pop        |      
|   ------------   |      
|   14- links      |      
|   15- text       |      
|   16- format     |      
|   17- misc       |      
\---------------- */      


/* ------------------------------- layout ------------------------------------ */

* {
	margin: 0;
	padding: 0;
	}

body {
	background-image: url(images/pattern_blue.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	}

#header {
	position: relative;
	overflow: hidden; /* hidden text fix for IE */
	width: 780px;
	height: 70px;
	margin: 0 auto;
	border: 5px solid #fff;
	background-color: #b2d93f;
	background: #b2d93f url(images/logo.jpg) no-repeat 10px 7px;
	}

#topNav {
	position: relative;
	clear: both;
	overflow: hidden;
	width: 780px;
	height: 20px;
	margin: 0 auto;
	padding: 4px 5px 3px 5px;
	border-top: 3px solid #fc0;
	background-color: #fff;
	text-align: right;
	}

#botNav {
	position: relative;
	clear: both;
	overflow: hidden;
	width: 780px;
	height: 16px;
	margin: 0 auto;
	padding: 3px 5px 3px 5px;
	background-color: #fff;
	text-align: right;
	}

#footer {
	position: relative;
	clear: both;
	width: 780px;
	height: auto;
	margin: 0 auto;
	padding: 5px;
	background-color: #b2d93f;
	}

#userWrap {
	position: relative;
	clear: both;
	width: 782px;
	margin: 0 auto;
	padding: 4px;
	border-top: 1px solid #fc0;
	background-color: #fff;
	}

#leftCol {
	float: left;
	width: 210px;
	margin-right: 4px;
	}

#mainBody {
	float: left;
	width: 566px;
	}

/* ------------------------------- home -------------------------------------- */

#container1 {
	position: relative;
	clear: both;
	width: 780px;
	height: 197px;
	margin: 0 auto;
	padding: 4px;
	border: 1px solid #fc0;
	background-color: #ffffea;
	}

#container1.autoheight {
	height: auto;
	}

#featured {
	float: left;
	overflow: hidden;
	width: 265px;
	height: 195px;
	border: 1px solid #fc0;
	background-color: #ffea93;
	}

#login {
	float: left;
	width: 255px;
	height: 195px;
	margin-left: 4px;
	border: 1px solid #fc0;
	background-color: #ffea93;
	text-align: center;
	}

#signup {
	float: left;
	width: 246px;
	height: 195px;
	margin-left: 4px;
	border: 1px solid #fc0;
	background-color: #ffea93;
	}

#lostPWD {
	width: 255px;
	height: 190px;
	margin: 30px auto;
	padding: 0 10px;
	border: 1px solid #fc0;
	background-color: #ffea93;
	text-align: center;
	}

/* ------------------------------------------------------------------------------
    These two DIV's are also being used in the Admin pages and necessary for
    layout. Additional navigation and content can be introduced here.
------------------------------------------------------------------------------ */

#midNav {
	position: relative;
	clear: both;
	overflow: hidden; /* corrects extra space in IE */
	width: 780px;
	height: 5px;
	margin: 0 auto;
	padding: 0 5px;
	background-color: #fff;
	text-align: right;
	}

#container2 {
	position: relative;
	clear: both;
	width: 780px;
	height: 100px;
	margin: 0 auto;
	padding: 4px;
	border: 1px solid #fc0;
	background-color: #ffffea;
	}

/* ------------------------------- start ------------------------------------- */

#cleanse {
	float: left;
	width: 205px;
	height: auto;
	margin: 20px 14px;
	padding: 4px 4px 2px;
	border: 1px solid #fc0;
	}

#cleanse p {
	padding: 2px 6px 10px;
	}

/* ------------------------------- daily ------------------------------------- */

#daily {
	position: relative;
	width: 532px;
	height: auto;
	margin: 15px auto 0 auto;
	padding: 0 0 30px 0;
	}

.pushDay {
	padding: 0 30px;
	}

p.check {
	padding-left: 6px;
	}

/* ------------------------------- week ------------------------------------- */

#week {
	position: relative;
	width: 532px;
	height: auto;
	margin: 15px auto 0 auto;
	padding-bottom: 30px;
	}

#week td {
	padding: 3px;
	}

#week td.header {
	text-align: left;
	vertical-align: bottom;
	}

.pushWeek {
	padding: 0 15px;
	}

.gridNumb {
	font-size: 10px;
	text-align: center;
	}

/* ------------------------------- month ------------------------------------- */

#calendar {
	position: relative;
	width: 532px;
	height: auto;
	margin: 15px auto 0 auto;
	padding-bottom: 30px;
	}

#caltable {
	width: 532px;
	border-top: 1px solid #fc0;
	border-left: 1px solid #fc0;
	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616b76;
	text-align: center;
	background-color: #fff3c4;
	}

caption {
	padding-bottom: 20px;
	font: 16px Arial, Helvetica, sans-serif;
	color: #333;
	}

.pushMonth {
	padding: 0 50px;
	}

#caltable th {
	border-right: 1px solid #fc0;
	border-bottom: 1px solid #fc0;
	}

#caltable td {
	width: 75px;
	height: 75px;
	padding-right: 5px;
	border-right: 1px solid #fc0;
	border-bottom: 1px solid #fc0;
	text-align: right;
	vertical-align: top;
	}

#caltable td a, #caltable td a:link, #caltable td a:visited {
	font: bold 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #b2d93f;
	}

#caltable td a:hover, #caltable td a:active {
	color: #fc0;
	}

table.change td:hover, table.change td.hover {
	background: #fff;
	}

#caltable td.today {
	background: #369; /* blue */
	}

#caltable td.today:hover {
	background: #fff;
	}

.todayNumb {
	color: #ccc; /* greyish */
	}

.day {
	display: block;
	padding-left: 5px; /* to counter number right-padding */
	padding-top: 8px;
	text-align: center;
	}

/* ------------------------------- grid -------------------------------------- */

#grid {
	position: relative;
	overflow: scroll;
	width: 532px;
	height: 400px;
	margin: 15px auto 15px auto;
	padding-bottom: 30px;
	}

#grid table {
	}

#grid td {
	width: 20px;
	border-right: 1px solid #fc0;
	border-bottom: 1px solid #fc0;
	text-align: center;
	}

#grid td.top {
	width: auto;
	padding-left: 3px;
	text-align: left;
	vertical-align: top;
	}

#grid td.header {
	text-align: left;
	vertical-align: bottom;
	}

#grid td.task {
	width: 400px;
	padding-right: 3px;
	text-align: left;
	vertical-align: middle;
	}

/* ------------------------------- user pages -------------------------------- */

.comments {
	float: left;
	padding: 2px 6px 0 2px;
	}

.date {
	position: absolute;
	padding-top: 1px;
	}

#leftCol2 {
	float: left;
	padding: 20px 0 0 10px;
	}

#leftCol2 p {
	width: 150px;
	padding: 5px 7px 10px 7px;
	}

#userBox {
	float: right;
	width: 550px;
	height: auto;
	margin: 0 0 0 10px;
	padding: 20px 20px  30px;
	border-left: 1px dotted #fc0;
	}

#userBox p {
	padding-bottom: 15px;
	}

#recipe {
	position: relative;
	width: 400px;
	height: auto;
	margin: 0 auto 30px auto;
	padding: 20px 7px 15px 7px;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
	border-top: 1px solid #999;
	border-bottom: 1px solid #333;
	background-color: #ffffea;
	}

#recipe p {
	padding: 5px 0 0 8px;
	border-bottom: 1px solid #ccc;
	}

#recipe span {
	padding-left: 10px;
	}

#recipe span.recipe-1 {
	padding-left: 40px;
	}

#recipe p.recipe-2 {
	padding-left: 90px;
	}

#recipe p.recipe-3 {
	padding-left: 15px;
	}

#guideBox {
	width: 550px;
	height: auto;
	margin: 0 0 0 10px;
	padding: 30px 20px;
	border-left: 1px solid #fc0;
	}

#bulletin {
	position: relative;
	width: 700px;
	height: auto;
	margin: 20px auto 0 auto;
	padding-bottom: 30px;
	}

#ecommBox {
	width: 170px;
	}

.arrows {
	margin-left: 450px;
	}

.xOfy {
	padding: 0 10px;
	}

/* ------------------------------- signup ------------------------------------ */

#signWrap {
	position: relative;
	width: 504px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 30px; /* no affect in Firefox */
	}

#signBox1 {
	float: left;
	width: 233px;
	height: auto;
	margin-right: 20px;
	margin-bottom: 30px; /* no affect in IE */
	padding: 5px 0 5px 7px;
	border: 1px solid #fc0;
	background-color: #fff;
	}

#signBox2 {
	float: right;
	width: 233px;
	height: auto;
	margin-bottom: 20px;
	padding: 5px 0 5px 7px;
	border: 1px solid #fc0;
	background-color: #fff;
	}

#signBox3 {
	float: right;
	width: 233px;
	height: auto;
	margin-bottom: 50px;
	padding: 5px 0 5px 7px;
	border: 1px solid #fc0;
	background-color: #fff;
	}

#signBox4 {
	float: right;
	width: 240px;
	margin-bottom: 10px;
	height: auto;
	text-align: center;
	}

/* ------------------------------- admin ------------------------------------- */

#adminWrap {
	position: relative;
	clear: both;
	width: 780px;
	height: auto;
	margin: 0 auto;
	padding: 4px;
	border: 1px solid #fc0;
	background-color: #ffffea;
	}

#boxWrap {
	position: relative;
	width: 600px;
	height: auto;
	margin: 20px auto 0 auto;
	padding-bottom: 30px;
	}

#adminBox {
	position: relative;
	width: 600px;
	height: auto;
	margin-bottom: 30px;
	padding: 5px 0 8px 7px;
	border: 1px solid #fc0;
	background-color: #fff;
	}

#adminBox p {
	clear: both;
	width: 578px;
	padding: 5px 0;
	}


#adminBox table {
	width: 100%;
	text-align: left;
	}

#adminBox th {
	padding: 2px 7px;
	font-size: 12px;
	}

#adminBox td {
	padding: 2px 7px;
	font-size: 12px;
	}

#adminBox td a {
	font-size: 12px;
	}

#nav {
	width: 700px;
	height: auto;
	margin: 0 auto;
	}

#consoleWrap {
	position: relative;
	margin: 0 auto;
	width: 350px;
	}

#cleanseList {
	float: left;
	margin: 30px 0;
	overflow: visible;
	width: 250px;
	height: auto;
	border: 1px solid #fc0;
	background-color: #ffea93;
	}

#help {
	margin: 30px auto;
	width: 566px;
	}

.display1 {
	float: left;
	width: 120px;
	margin-right: 20px;
	}

.display2 {
	float: left;
	width: 430px;
	}

.display3 {
	background: url(images/icons/edit_blu.gif) no-repeat 0px 50%;
	float: right;
	width: auto;
	padding-left: 20px;
	font-size: 90%;
	}

/* -----------------
    Admin Forms
----------------- */

#formWrap {
	position: relative;
	width: 600px;
	height: auto;
	margin: 20px auto 0 auto;
	padding-bottom: 30px;
	}

#formBox {
	position: relative;
	width: 600px;
	height: auto;
	margin-bottom: 30px;
	padding: 5px 0 8px 7px;
	border: 1px solid #fc0;
	background-color: #fff;
	}

#formBoxTab {
	position: relative;
	width: 600px;
	height: auto;
	margin-bottom: 30px;
	padding: 5px 0 8px 7px;
	border-right: 1px solid #fc0;
	border-left: 1px solid #fc0;
	border-bottom: 1px solid #fc0;
	background-color: #fff;
	}

#formBoxTab p {
	width: auto;
	padding: 7px 7px 10px 0;
	}

#formBoxTab.evenOut {
	margin-bottom: 10px;
	}

#formSubmit {
	position: relative;
	width: 240px;
	margin: 0 auto 10px auto;
	height: auto;
	text-align: center;
	}

#selectList {
	float: left;
	overflow: auto;
	width: 470px;
	height: 170px;
	border: 1px solid #fc0;
	background-color: #ffffea;
	}

#assignList {
	float: right;
	overflow: auto;
	margin-top: -20px;
	margin-right: 6px;
	width: 181px;
	height: 110px;
	border: 1px solid #fc0;
	background-color: #fc0;
	}

#note {
	float: left;
	width: 290px;
	}

#assign {
	float: right;
	width: 290px;
	}

/* ------------------------------- forms ------------------------------------- */

/* -----------------
    Paragraphs
----------------- */

form p {
	clear: both;
	width: 578px;
	padding: 5px 0;
	}

#signBox1 p,
#signBox2 p,
#signBox3 p {
	width: 225px;
	}

#lostPWD form p,
#login form p {
	width: 255px;
	}

#note p,
#assign p {
	width: 275px;
	}

#userBox form p {
	margin: 0 auto;
	width: 320px;
	}

/* -------------
    Labels
------------- */

form p label {
	float: left;
	overflow: visible;
	width: 342px;
	margin-bottom: 3px;
	padding-top: 4px;
	white-space: nowrap;
	}

form p label.thin {
	width: 60px;
	}

#userBox form p label,
#signBox1 p label,
#signBox2 p label,
#lostPWD form p label,
#login form p label {
	width: 85px;
	}

#note p label,
#assign p label {
	width: 40px;
	}

/* -------------------------
    Inputs & Text Areas
------------------------- */

form p input,
form p textarea {
	float: right;
	width: 230px;
	overflow: auto;
	padding: 3px;
	background-color: #fc0;
	border-style: none;
	}

form p input.period {
	float: none;
	width: 300px;
	margin-left: 25px;
	}

form p input.days {
	float: none;
	width: 50px;
	margin-left: 10px;
	}

form p input.displayDays {
	width: 60px;
	}

form p input.smfield {
	float: left;
	width: 80px;
	}

form p input.blank {
	float: left;
	width: 200px;
	background-color: #fff;
	border: 1px solid #fc0;
	}

#signBox1 p input,
#signBox2 p input {
	float: right;
	width: 125px;
	}

#lostPWD form p input,
#login form p input {
	float: left;
	width: 135px;
	border: 1px solid #fff;
	}

#formBox p textarea,
#formBoxTab p textarea {
	width: 573px;
	height: 100px;
	}

#formBox p textarea.shrink,
#formBoxTab p textarea.shrink {
	height: 30px;
	}

#formBox p textarea.slight,
#formBoxTab p textarea.slight {
	float: left;
	width: 510px;
	}

#userBox form p input,
#note p input {
	width: 225px;
	}

#userBox form p textarea,
#note p textarea {
	width: 225px;
	height: 185px;
	}

/* ----------------------------------
    Selects, Radios & Check Boxes
---------------------------------- */

form p select {
	float: right;
	width: 125px;
	}

form p select.period {
	float: right;
	width: 145px;
	}

form p select.period2 {
	float: none;
	width: 145px;
	margin-left: 10px;
	}

form p input.radio {
	float: left;
	width: auto;
	border-style: none;
	background-color: transparent;
	}

form p select.category {
	float: left;
	}

form p input.checkbox {
	float: none;
	width: auto;
	border-style: none;
	background-color: transparent;
	}

#login form p input.checkbox {
	float: none;
	width: auto;
	border-style: none;
	}

/* -------------
    Buttons
------------- */

input.button {
	float: none;
	width: 75px;
	padding: 2px;
	background-color: #b2d93f;
	border: 1px solid #000;
	font-size: 10px;
	color: #333
	}

input.button:hover {
	background-color: #fff;
	}

#error li input.button {
	width: 50px;
	background-color: red;
	}

#error li input.button:hover {
	background-color: #fff;
	}

#login form p input.button {
	float: none;
	width: 55px;
	border-style: none;
	}

input.music {
	padding: 2px;
	background-color: #b2d93f;
	border: 1px solid #000;
	font-size: 10px;
	color:#333
	}

input.music:hover {
	background-color: #fff;
	}	

#ecommBox form input.button,
#popPrice form input.button {
	width: 45px;
	margin-top: 10px;
	}

#userBox form p input.button {
	margin: 10px 0 0 90px;
	width: 55px;
	}

/* ------------------------------- list -------------------------------------- */

ol {
	margin: 10px 0 0 50px;
	}

ul li.head {
	padding: 10px 0 5px 4px;
	}

ul#error {
	list-style-image: url(images/icons/error_sm.gif);
	margin-left: 10px;
	font-size: 90%;
	color: red;
	}

ul#error.contact {
	margin-left: 150px;
	}

.adminErr {
	padding: 15px 0;
	text-align: center;
	}

ul#cleanses {
	list-style-type: none;
	margin: -7px 0 0;
	padding: 0 7px 0;
	}

ul#cleanses li {
	padding: 2px 0;
	}

ul#days {
	list-style-type: none;
	text-align: center;
	}

ul#days li {
	display: inline;
	}

ul#chngwk {
	list-style-type: none;
	text-align: center;
	}

ul#chngwk li {
	display: inline;
	}

ul#buttonList {
	list-style-type: none;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 75px;
	height: auto;
	text-align: center;
	}

ul#buttonList.start {
	margin-top: 80px;
	}

ul#buttonList li {
	margin-bottom: 8px;
	}

#popBody ul {
	list-style-type: square;
	margin-left: 24px;
	}

/* --------------------
    Top Navigation
-------------------- */

ul#navlist {
	white-space: nowrap;
	}

ul#navlist li {
	display: inline;
	list-style-type: none;
	}

ul#navlist a {
	padding: 4px 5px;
	font-size: 10px;
	}

ul#navlist a:link, #navlist a:visited {
	color: #000; /* black */
	background-color: #fff;
	text-decoration: none;
	}

ul#navlist a:hover {
	color: #fff;
	background-color: #369;
	text-decoration: none;
	}

ul#navlist img {
	padding-right: 3px;
	vertical-align: -3px;
	}

/* -----------------------
    Footer Navigation
----------------------- */

ul#footlist {
	white-space: nowrap;
	}

ul#footlist li {
	display: inline;
	list-style-type: none;
	}

ul#footlist a {
	padding: 3px 5px;
	font-size: 10px;
	}

ul#footlist a:link, #navlist a:visited {
	color: #000; /* black */
	background-color: #fff;
	text-decoration: none;
	}

ul#footlist a:hover {
	color: #fff;
	background-color: #369;
	text-decoration: none;
	}

/* -----------------
    Piped Menu
----------------- */

ul#view {
	list-style-type: none;
	text-align: right;
	}

ul#view li {
	display: inline;
	}

ul#view li a {
	color: #369;
	font-weight: 500;
	}

ul#view li a:hover {
	color: #b2d93f;
	font-weight: 500;
	}

ul#view li a#current {
	color: #fc0;
	font-weight: bolder;
	}

/* ----------------
    Left Menus
---------------- */

#leftCol li {
	list-style-type: none;
	padding-left: 20px;
	}

#leftCol li.leftHead {
	padding: 0 0 3px 0;
	}

#leftCol li a {
	color: #369;
	}

#leftCol li a:hover {
	color: #b2d93f;
	}

#leftCol2 ul {
	list-style-type: none;
	width: 165px;
	}

#leftCol2 li {
	padding: 4px 10px 4px 13px;
	border-bottom: 1px dashed #fc0;
	}

#leftCol2 li#current1 {
	background: transparent url(images/icons/heart.gif) 0 50% no-repeat;
	}

#leftCol2 li#current2 {
	background: transparent url(images/icons/doc.gif) -1px 50% no-repeat;
	}

/* -----------------
    User Lists
----------------- */

ul#userList li {
	list-style-image:  url(images/bullet_grn.gif);
	margin-left: 25px;
	}

ul#userList li.guideHead {
	list-style-image: url(images/shim.gif);
	padding: 15px 0 2px;
	margin-left: 9px;
	}

ul#userList2 li {
	list-style-image:  url(images/bullet_oj.gif);
	margin-left: 25px;
	}

ul#userList2 li.guideHead {
	list-style-image: url(images/shim.gif);
	padding: 15px 0 2px;
	margin-left: 9px;
	}

ul#userList3 li {
	list-style-image:  url(images/bullet_blu.gif);
	margin-left: 25px;
	}

ul#userList3 li.guideHead {
	list-style-image: url(images/shim.gif);
	padding: 15px 0 2px;
	margin-left: 9px;
	}

/* ------------------
    Task Lists
------------------ */

ul.daily {
	list-style-type: none;
	margin-bottom: 20px;
	}

ul.daily li {
	padding: 4px 0 4px 27px;
	text-indent: -23px;
	}

ul.item {
	list-style-type: none;
	}

ul.item label {
	display: block;
	height: 1%;
	padding: 4px 0 4px 25px;
	text-indent: -25px;
	}

ul.item label:hover,
ul.item label.hover {
	background: #fff;
	}

ul.item li {
	list-style-type: none;
	}

/* -------------------
    Admin Console
------------------- */

#console, #console li {
	width: 100px;
	list-style: none;
	display: inline;
	}

#console a {
	float: left;
	display: block;
	width: 94px;
	height: 24px;
	margin: 5px 2px 5px 2px;
	background: url(images/bg_btn.gif) no-repeat;
	font: bold 12px/22px Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	text-align: center;
	}

#console a:hover {
	background-position: 0 -24px;
	color: #900;
	text-decoration: none;
	}

#console li a#current {
	background-position: 0 -24px;
	}

/* ----------
    Tabs
---------- */

#tab {
	width: 609px;
	padding: 4px 0 3px;
	border-bottom: 1px solid #fc0;
	font: bold 10px Verdana, sans-serif;
	}

#usertab {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #778;
	font: bold 12px Verdana, sans-serif;
	}

#tab li	{
	list-style: none;
	display: inline;
	}

#usertab li {
	list-style: none;
	margin: 0;
	display: inline;
	}

#tab li a {
	padding: 3px 0.5em;
	margin-left: 2px;
	border-top: 1px solid #fc0;
	border-left: 1px solid #fc0;
	border-right: 1px solid #fc0;
	background: #dde;
	text-decoration: none;
	}

#usertab li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #ffffea;
	text-decoration: none;
	}

.tabNudge {
	margin-left: 10px;
	}

#tab li a:link { color: #448; }
#tab li a:visited { color: #667; }

#usertab li a:link { color: #448; }
#usertab li a:visited { color: #667; }

#tab li a:hover {
	color: #000;
	background: #fc0;
	border-color: #fc0;
	}

#usertab li a:hover {
	color: #000;
	background: #fff3c4;
	border-color: #227;
	}

#tab li a#current {
	position: relative;
	background: white;
	border-bottom: 1px solid #fff;
	}

#usertab li a#current {
	background: white;
	border-bottom: 1px solid white;
	}


ul#usertab li.popRight {
	float: right;
	padding-right: 3px;
	}

/* ------------------------------- pops -------------------------------------- */

.musicBody {
	background-color: #fc0;
	background-image: none;
	padding-top: 10px;
	text-align: center;
	}

#popHeader {
	position: relative;
	width: 390px;
	height: 58px;
	border: 5px solid #fff;
	background-color: #b2d93f;
	background: #b2d93f url(images/logo.jpg) no-repeat left;
	}


.close {
	float: right;
	padding: 20px 25px 0 0;
	}

#popBody {
	position: relative;
	clear: both;
	overflow: auto;
	width: 390px;
	height: 334px;
	padding: 10px 5px 10px 5px;
	border-top: 3px solid #fc0;
	border-bottom: 3px solid #fc0;
	background-color: #fff;
	}

#popBody p {
	padding: 0 7px;
	}

#popDesc {
	position: relative;
	overflow: auto;
	width: 375px;
	height: 115px;
	margin-bottom: 20px;
	}

#popDesc p {
	padding-bottom: 10px;
	}

#popLinks {
	float: left;
	overflow: auto;
	width: 160px;
	height: 140px;
	margin: 0 5px 10px 0;
	}

#popSale {
	float: right;
	padding: 0 4px 4px 4px;
	margin-right: 10px;
	border: 1px solid #fc0;
	}

#ecommBox img,
#popSale img {
	float: left;
	padding-right: 4px;
	}

#popPrice {
	float: left;
	width: 75px;
	text-align: center;
	}

#popPrice p {
	width: auto;
	padding: 0 0 5px;
	}

#popFooter {
	position: relative;
	clear: both;
	width: 390px;
	height: 12px;
	padding: 5px;
	background-color: #b2d93f;
	}

/* ------------------------------- links ------------------------------------- */

a {
	color: #000;
	text-decoration: none;
	}

a:hover {
	color: #9c0;
	text-decoration: none;
	}

a.footlnk {
	font-size: 10px;
	color: #000;
	text-decoration: none;
	}

a.footlnk:hover {
	color: #fff;
	text-decoration: none;
	}

.blulnk {
	color: #369;
	text-decoration: none;
	}

.blulnk:hover {
	color: #9c0;
	text-decoration: none;
	}

.grnlnk {
	color: #007a7d;
	text-decoration: none;
	}

.grnlnk:hover {
	color: #fff;
	text-decoration: none;
	}

/* ------------------------------- text -------------------------------------- */

.smtxt {
	font-size: 10px;
	line-height: 10px;
	color: #000;
	}

.sm2txt {
	font-size: 11px;
	line-height: 13px;
	color: #333;
	}

.smgreytxt {
	font-size: 11px;
	color: #999;
	}

.medtxt {
	font-size: 1.0em;
	color: #000;
	}

.lgtxt {
	font-size: 1.2em;
	color: #333;
	}

.xlgtxt {
	font-size: 1.4em;
	color: #333;
	}

.redtxt {
	color: red;
	}

.blutxt {
	color: #369;
	}

.grntxt {
	color: #007a7d;
	}

.limetxt {
	color: #b2d93f;
	}

/* ------------------------------- format ------------------------------------ */

.line {
	background-color: #fff3c4;
	}

.line2 {
	background-color: #ffffea;
	}

.box1 {
	padding: 5px 5px 7px;
	margin-bottom: 8px;
	border-top: 1px dashed #fc0;
	border-bottom: 1px dashed #fc0;
	}

.box2 {
	background-color: #ffffea;
	padding: 5px 5px 7px;
	margin-bottom: 8px;
	}

.box3 {
	background-color: #fc0;
	}

.box4 {
	background-color: #b2d93f;
	}

.box5 {
	background-color: #fff3c4;
	padding: 3px 5px 4px;
	margin-bottom: 8px;
	}

address {
	background-color: #fff3c4;
	padding: 5px 5px 7px;
	margin-bottom: 30px;
	font-style: normal;
	}

.instructor {
	display: block;
	padding-bottom: 5px;
	}

p {
	font: normal 1.0em/1.2em Arial, Helvetica, sans-serif;
	color: #000;
	}

p.pads {
	padding: 7px;
	}

p.hide {
	visibility: hidden;
	}

p.error {
	background: url(images/icons/error.gif) no-repeat 0px 50%;
	width: 500px;
	margin-left: 10px;
	padding-left: 25px;
	color: red;
	}

p.smErr {
	background: url(images/icons/error_sm.gif) no-repeat 0px 50%;
	text-indent: 15px;
	color: red;
	}

#formBoxTab p.error {
	padding-left: 25px;
	}

h1 {
	font-size: 1.0em;
	font-weight: bold;
	color: #333;
	text-align: left;
	}

h1#a {
	background-color: #b2d93f;
	margin-bottom: 10px;
	padding: 7px;
	}

h1#a2 {
	background-color: #b2d93f;
	margin-bottom: 4px;
	padding: 2px 5px;
	}

h1#b {
	background-color: #fc0;
	margin-bottom: 10px;
	padding: 7px;
	}

h1#b.bottom {
	margin-bottom: 0;
	}

h1#b2 {
	background-color: #fc0;
	margin-bottom: 4px;
	padding: 2px 5px;
	}

h1#c {
	visibility: hidden;
	}

h2 {
	background-color: #fff3c4;
	margin-bottom: 4px;
	padding: 2px 5px;
	font-size: 1.0em;
	font-weight: normal;
	color: #000;
	text-align: left;
	}

h2.leftside {
	background-color: transparent;
	}

h2.rightside {
	background-color: transparent;
	}

h5 {
	padding: 5px 7px;
	font-size: 1.0em;
	font-weight: bold;
	color: #333;
	text-align: left;
	}

blockquote {
	margin: 15px 15px 30px 15px;
	padding: 10px 15px;
	border: 1px dashed #000;
	}

img {
	border: 0;
	vertical-align: middle;
	}

#adminBox img.nofloat {
	float: none;
	}

#adminBox img,
#formBox img,
#cleanse img {
	float: left;
	padding: 4px 8px 4px 1px;
	}



/* ------------------------------- misc -------------------------------------- */

.cleaner {clear: both;}

.leftFloat {float: left;}

.rightFloat {float: right;}

.center {text-align: center;}

.right {text-align: right;}

.justify {text-align: justify;}

.left {text-align: left;}

.xtight {margin-bottom: 4px;}

.tight {margin-bottom: 8px;}

.loose {margin-bottom: 14px;}

.xloose {margin-bottom: 30px;}
