#graphcontent {
	min-width: 650px;
	max-width: 800px;
}

#graphheader {
	font: bold 22px verdana, arial, helvetica, sans-serif;
	font-variant: small-caps;
	text-shadow: #AAA 3px 3px 2px;
	text-align: center;
}

/* thumbnail image and caption on the right side */
#thumbnail {
	float: right;
	width: 120px;
	margin-top: 40px;
}

#thumbnail p {
	font : bold 10px Arial, helvetica, sans-serif;
	color: #444444;
}

#graphform {
	margin-right: 125px;
	width: 490px;
}

#graphform form {
	background-color: #cccccc;
}

.pdfhilite {
	width: 100%;
	font: 10px sans-serif;
	padding: 10px 0px 10px 0px;
	text-align: center;
	background: #555599;
	color: #FFFFFF;
	clear: left;
}

.pdflabel {
	font: 12px courier;
	background: #CCCCCC;
	color: #000000;
	font-weight: bold;
	float: left;
	width: 130px;
	clear: left;
	min-height: 40px;
	padding: 5px 0px 0px 0px;
	text-align: right;
}

.pdfform {
	min-height: 40px;
	font: 10px sans-serif;
	background: #DDDDAA;
	float: left;
	width: 350px;
	padding: 5px 0px 0px 10px;
}

.swatch {
	width: 65px;
	margin: 10px;
	float: left;
}

.swatchbox {
	width: 60px;
	height: 50px;
	border: 1px solid black;
	background-color: #000;
	cursor: pointer;
	cursor: hand;
}

.swatchlabel {
	text-align: center
}

.swatchlabel input {
	display: inline;
	font: 10px sans-serif;
	margin-top: 3px;
}

#gridswatch {
	width: 60px;
	height: 50px;
	padding: 0px;
}

#mgridswatch {
	width: 60px;
	height: 50px;
	padding: 0px;
}

#sgridswatch {
	width: 60px;
	height: 50px;
	padding: 0px;
}


#size_custom {
	visibility: hidden;
}

/* Used for inch<->cm buttons */
.unitsButton {
	background-color: #fff;
	border: 1px solid #000;
	padding: 4px;
	font-family: "Arial", "sans serif";
	font-weight: bold;
	font-size: 11px;
	color: #005;
	cursor: pointer;
}

.unitsButton:hover {
	color: #C00;
	background-color: #F99;
}

/* Used for basic color picking buttons */
.colorButton {
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ccc; 
	font-family:"Arial", "sans serif";
	font-weight:bold;
	font-size:14px;
	padding: 4px;
	cursor: pointer;
}

.colorButton:hover {
	color: #C00; background-color: #F99;
}

.colorButton#Black {
	color: #000;
}

.colorButton#Grey {
	color: #B3B3B3;
}

.colorButton#Ltblue {
	color: #B3B3FF;
}

.colorButton#Red {
	color: #B30000;
}

.colorButton#Green {
	color: #00B300;
}

.colorButton#Blue {
	color: #0000B3;
}


.plainButton {
	text-decoration:none;
	background-color:#fff;
	border:1px solid #888;
	padding: 4px;
	font-family:"Arial", "sans serif";
	font-weight:bold;
	font-size:14px;
	color:#000;
	margin: 2px;
	cursor: pointer;
}

.plainButton:hover {
	color: #C00; background-color: #F99;
}

