@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/Sprouts.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 5px;
}
p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #603813;
	font-size: 12px;
}
h1 {
	color: #339933;
}	
#floatleft {
	background-color: #FFFFFF;
	border: 3px solid #F2E7DB;
	margin-right: 10px;
}
#floatright {
	background-color: #FFFFFF;
	border: 3px solid #F2E7DB;
	margin-left: 10px;
}
.picture {
	background-color: #FFFFFF;
	border: 3px solid #F2E7DB;
}
.footer {
	background-image: url(images/dirt2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
}
.footer a {
	color: #FFFFFF;	
}
 .button {
	clear:both;
	background-color: #339933;
	border: 0 none;
	border-radius:4px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size:1em;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: auto;
	margin-top: .4em;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 22px;
	padding-bottom: 0;
	padding-left: 22px;
}
 .starz {
	color: #FF6633;
	font-weight: bold;
}
.theader {
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #339933;	
}
.orangeButton {
	clear:both;
	background-color: #FF6633;
	border: 0 none;
	border-radius:4px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size:1em;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 0 5px 10px 0;
	padding: 0 22px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: auto;
}
.orangeButton:hover,
 .button:hover {background-color:#603813;}
.accordion {
	z-index: -99;
}
.ticket {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.bname {
	font-size: 18px;
	font-weight: bold;
}
#shownote {
	padding: 15px;
	width: 600px;
	border: thin dotted #339933;
	background-color: #C7E3A1;
}
#invoiceTotals {
	height: 100px;
}
