/*  Theme for Felicity Salon by Daniel Cox.
 *  Last Modified: 7:00 PM 5/27/2007
 */

body {
	background-color: gray;
	color: black;
	font-family: "monotype corsiva", forte, verdana, serif;
	font-weight: normal;
	font-size: 18px;
}

table {
	border-collapse: collapse;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}	

.clickable {
	cursor: pointer;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.indent {
	padding-left: 20px;
}

.errorMsg {
	color: red;
}

.purple {
	color: rgb(128, 87, 147);
}

.black {
	color: black;
}

.large {
	font-size: 20px;
}

.small {
	font-size: 10px;
}

.notVisible {
	visibility: hidden;
}

div#container {
	position: relative;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	background: rgb(225, 195, 234) url('/images/background_gradient.jpg') repeat-x left top;
}

div#header {
	background: transparent url('/images/background.jpg') no-repeat left top;
	height: 220px;
	width: 100%;
	text-align: right;
}

div#header h1 {
	display: none;
}

div#login {
	font-size: 14px;
}

div#login form div {
	position: absolute;
	top: 2px;
	right: 2px;
}

#logInForm input {
	width: 80px;
	font-size: 10px;
}

#logInForm input.submitLogin {
	width: 30px;
}

div#SiteActions a, div#SiteActions a:hover, div#SiteActions a:link, div#SiteActions a:visited {
	padding-right: 5px;
	color: black;
	text-decoration: underline;
}

td#navigation {
	width: 200px;
	vertical-align: top;
	padding-bottom: 20px;
}

td#navigation td {
	width: 40px;
	border: none;
}

td#navigation td.navElement {
	background: rgb(236, 221, 242) url('/images/nav_gradient.jpg') repeat-x center left;
	width: 150px;
	height: 50px;
	border: none;
	text-align: center;
	vertical-align: middle;
}

td#navigation a, td#navigation a:hover, td#navigation a:link, td#navigation a:visited {
	color: rgb(245,245,245);
	text-decoration: none;
}

td#content {
	position: relative;
	top: -50px;
	width: 600px;
	vertical-align: top;
	padding: 0 15px 20px;
}

td#content div {
	width: 100%;
}

div#footer {
	text-align: center;
	padding-bottom: 20px;
}

div.editBox textarea {
	width: 550px;
}

form dt {
	padding-bottom: 4px;
}

form dd {
	padding-bottom: 15px;
}


form em {
	font-size: 9px;
}

form label {
	font-weight: bold;
}


form dd input {
	width: 300px;
}

input.errorMissingData {
	background-color: rgb(255, 200, 200);
}

input.shortBox {
	width: 25px;
}

div.pricing td {
	width: 200px;
}

ul.none {
	list-style: none;
}

table.coupon {
	background: white;
	color: black;
	border: 1px black solid;
}

table.coupon td {
	background: white;
	color: black;
	border: none;
}

table.coupon td.category {
	padding: 2px 10px;
}

table.coupon td.category img {
	padding-bottom: 2px;
}

.imgTxt {
width: 200px;
}