/* Font styles */
.style1 { font-size: 12px; color: #006699; }
.style2 { font-size: 12px; color: #006699; font-weight: bold; }
.style3 { color: #669933; font-weight: bold; }
.style4 { font-size: 9px}
.style5 { font-size: 16px}
.style6 { color: #669966; font-weight: bold; }

.italics {
  font-style: italic;
}
.bold {
  font-weight: bold;
}

/* Body/Background */
body {
  background-image: url(images/dreambgrnd.gif);
	width: 800px;
  margin-left: auto;
  margin-right: auto;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Links */
a:link {
	text-decoration: none;
	color: #006699;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #006699;
}

.page {
  position: relative;
}
/* Header/Footer */
.footer {
  clear: both;
}
.header img , .footer img{
  float: left;
  border: none;
}
.footleft {
  float: left;
  width: 129px;
}

/* shadows */
.rightshadow {
  background-image: url(images/borderside.png);
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 14px;
  margin: 0px 0px 0px 0px;
}
.bottomshadow {
  background-image: url(images/borderbottom.png);
  float: left;
  width: 100%;
  height: 22px;
}

/* Center/Content section */
.content {
  position: relative;
  float: left;
  background-color: #FFCC99;
  padding: 30px 30px 30px 30px;
  margin: 0px 10px 0px 0px;
  width: 726px;
}
.content img {
  border: none;
  padding: 0px 0px 0px 0px;
}
.contentCenter {
  text-align: center;
}
.contentLeft {
  float: left;
  text-align: center;
  padding: 0px 0px 0px 0px;
}
.contentRight {
  padding: 15px 10px 0px 200px;
}
.contentRightCenter {
  text-align: center;
}
span.contentRightCenter{
  text-align: center;
  display: block;
}
.contentRightCenterBottom {
  text-align: center;
  padding: 15px 10px 0px 200px;
}
.blank {
  clear:both;
}

/* Content section - logout link */
.logout {
  border: 2px solid white;
  padding: 5px;
  position: absolute;
  top: 5px;
  right: 5px;
}

/* Content sections - Prep page */
#general {
  display: block;
}
#prepTop, #prepBorders, #prepBacking, #prepBatting, #priceQuilting, #priceBatting, #priceBinding, #priceExtras, #priceTips {
  display: none;
}

/* Quilting page - table */
table#center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
table#center td{
  padding: 0px 50px 5px 0px;
}
span.priceTitle {
  font-style: italic;
  margin: 0px 0px 0px 30px;
}
span.priceDesc {
  display: block;
  margin: 0px 0px 0px 60px;
}

/* References */
.right {
  position: absolute;
  right: 50px;
}
