#contentCell {
	background-color:#F6C4E7;
}

#footerCell {
	background-color:#E12593;
}

.mainContent {
/*	font-size:14px;
	padding-left:15px;
	padding-right:25px;*/
}

.leftSpace {
	/*width:21px;*/
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffeeee;
	line-height: 1.7;
	padding:10px 0px 0px 0px;
	margin:0px;
}

input {
	background:#eee;
	border:1px solid #000;
}

textarea {
	background:#eee;
	border:1px solid #000;
}

img {
	border:none;
}

a:link, a:active, a:visited {
	color: #444;
}

a:hover{
	color:#888;
}

a.mainmenu:link, a.mainmenu:active, a.mainmenu:visited {
	display: block;
	width: 140px;
	text-align: left;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #fff;
	border: solid 1px #f6c5e7;
	padding-left:10px;
	background:url("../images/nav_bg.jpg");
}

a.mainmenu:hover {
	border: 1px solid #ffffff;
}

a.menulink:link, a.menulink:active, a.menulink:visited {
	display: block;
	width: 198px;
	text-align: left;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	border: solid 1px #dadada;
	padding-left:10px;
}

a.menulink:hover {
	background-color:#ffeaea;
	border: 1px solid #7a7a7a;
}

.nav_tab {
	border-right: 1px solid #aaa;
	border-top: 1px solid #aaa;
	background:#fff;
}

.headerClass1 {
	background:url("http://www.pinklady7.com/images/pink_lady_header.jpg");
}

.headerClass2 {
	background:url("http://www.pinklady7.com/images/pink-lady-header2.jpg");
} 

div.hr {
  height: 1px;
  background: #ddd;
}
div.hr hr {
  display: none;
}

.space {
	font-size:1px;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style2 {
	color: #ffffff;
	font-weight: bold;
}
.error {
	color:#ff0000;
	border:1px solid #ff0000;
	background:#ffffff;
}
.success {
	color:#0099FF;
	border:1px solid #0099FF;
	background:#ffffff;
}
.header {
	color:#ffffff;
	background:#e12593;
	font-weight:bold;
}
.subheader {
	color:#333;
	font-weight:bold;
	border:1px dotted #e12593;
}
.pageheader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	background-color:#00CCFF;
	color:#FFFFFF;
	border-top: 1px solid #0066FF;
	border-bottom: 1px solid #0066FF;
}
.top_panel {
	background: url("../images/top_panel.jpg") right bottom no-repeat;
}
.sub_panel {
	background: url("../images/sub-panel.gif");
	border-right:1px solid #000;
	border-left:1px solid #000;
}
.sub_panel a {
	color:#ffffff;
}

.content {
	padding:5px;
/*	border-right:4px solid #bdbdbd;
	border-left:4px solid #bdbdbd;*/
}

.headline {
	width:100%;
	background:#fceaf6;
	font-weight:bold;
	color:#E12593;
}

.content a:link, .content a:active, .content a:visited {
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}

.rightPanel2 {
	background:#fff url("../images/right-panel-overlap.jpg") no-repeat top left;
}

.rightPanel {
	background:#f6c4e7;
}

/* admin styles */
.menu a:link, .menu a:active, .menu a:visited{
	border:1px solid #dadada;
	text-decoration:none;
}
.br { font-size: 10px; height: 10px; clear: both; }