﻿body
{
	background-image: url(../images/gold-stripes.png);
	background-repeat: repeat; /* 	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#002200', startColorstr='#003300', gradientType='0'); 	*/
	color: #111111;
	font-family: Arial;
	text-indent: 0;
	padding: 0;
}

.heading
{
	font-size: 24pt;
	text-align: center;
	text-indent: 0;
	padding: 1em 1em 1em 1em;
}

.smallheading
{
	font-size: 18pt;
	text-align: center;
	padding: 1em 1em 1em 1em;
}

.verysmallheading
{
	font-size: 12pt;
	text-align: center;
	padding: 1em 1em 1em 1em;
}

.descriptive
{
	margin: 20px 0 10px 0;
	padding: 5px 10px 5px 10px;
	font-size: 11pt;
}

.address
{
	font-size: 14pt;
	font-family: Arial;
	text-align: center;
	padding-top: .2in;
}

.phone
{
	font-size: 14pt;
	font-family: Arial;
	text-align: center;
	padding-top: .2in;
}

.returnbanner
{
	text-align: left;
	left: 10px;
	top: 10px;
	cursor: pointer;
}

.bigmessage
{
	width: 6in;
	text-align: center;
	padding-top: .5in;
}

.pageinfo
{
	margin: 12pt 0 12pt 0;
	padding: 6pt 6pt 6pt 6pt;
	width: 100%;
	border: 0 none white;
	background-color: #99bb99;
	color: Black;
}

.pageinsert
{
	border: 0 none white;
	background-color: #003300;
	color: White;
}

.thumbnail
{
	/*border: white thin solid;*/
}

.linkblock
{
	height: 20px;
	padding: 0 10px 0 10px;
}

img
{
	border-style: none;
}

.validation
{
	color: Lime;
	text-align: center;
	width: .25in;
	vertical-align: middle;
	padding-right: .25in;
}

.entrylabel
{
	text-align: right;
	padding-left: .25in;
}

.entryinput
{
	width: 2.5in;
}

a:active
{
	color: #FCF9F4;
	text-decoration: none;
}

a:link
{
	color: #111111;
	text-decoration: none;
}

a:visited
{
	color: #111111;
	text-decoration: none;
}

a:hover
{
	color: #330000;
	text-decoration: none;
}

img[src="loading.gif"]
{
	color: Black;
}

.insertblock
{
	margin-top: .2in;
	border: solid 1px #F7F5F1;
	padding-bottom: 3px;
}

.insertblockheader
{
	text-align:left;
	width: 100%;
	background-color: Gray;
	padding: 3px 0px 3px 0px;
	color: Black;
	font-size: medium;
}

.insertblockentry
{
	text-align:left;
	width: 100%;
	background-color:  White;
	padding: 3px 0px 3px 0px;
	color: Black;
	font-size: medium;
}

.rawEditRender
{
    border: dashed 1px #882222;
    margin: 0em 1em 1em 1em;
}

.leadin
{
	padding: .1in .1in .1in .1in;
	margin-bottom: .25in;
	font-size: 13pt;
}
.productheader
{
	padding-top: .2in;
	text-align: left;
	font-size: 13pt;
}

.productdescription
{
	padding-left: .25in;
	padding-right: .1in;
	text-align: left;
	font-size: 10pt;
}

.textframe
{
	text-align: justify;
	text-indent: .25in;
	width: 5.5in;
	padding: 0 .25in .25in .25in;
}

.sticky-note
{
	display: block;
	left: 0;
	top: .5in;
	z-index: 999;
	float: left;
	position: absolute;
	width: 2in;
	padding: 12px 8px 12px 8px;
	font-family: Arial;
	font-size: 11pt;
	text-align: center;
	vertical-align: middle;
	background-color: #f0e68c;
	border: solid 2px #990000;
	color: #440000;
	cursor: hand;
	cursor: pointer;
}

#customerinfo fieldset
{
	float: left;
	display: block;
	width: 17em;
	padding: 0 1em 0em 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 6px auto;
	text-indent: 0pt;
}

#customerinfo label
{
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}

#customerinfo label.first
{
	padding-top: 1em;
}

#customerinfo input
{
	display: block;
	width: 15em;
}

#customerinfo select
{
	display: block;
}

.entryError
{
	color: Red;
	font-style: italic;
	font-weight: normal;
	visibility: hidden;
}

/* control the spacing around the front page announcement */
.heading p
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
