table.emailTable td {
	vertical-align:top;
	text-align: right;
}

table.emailTable textarea {
	width: 325px;
	height: 325px;
	resize: none;
}

table.emailTable input {
	width: 325px;
}

div.locationDiv {
	display:inline-block;
	vertical-align: top;
	clear:right;
}

div.locationDiv input {
	display: inline-block;
	vertical-align: middle;
}

div.locationDiv label {
	/*display: inline-block;*/
	vertical-align: top;
	/*width: 150px;*/
}

div.locationDiv span {
	display: inline-block;
	vertical-align: middle;
}

#graphContainer {
	float: left;
	
}

#graphTitle {
	float: left;
	text-align:center; 
	font: bold 16px "Trebuchet MS",Arial,Helvetica,sans-serif;
    margin-left: 20px;
    margin-top: 10px;	
	width: 90%
}

#graphLegend {
	float: left;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 90%;
	margin-left: 20px;
}

#graphLegend table {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

#graphLegend table td {
	padding:5px; 
}

#graphLegend table tr {
	width: 150px;
}

td.legendColorBox {
	width: 150px;
	vertical-align: top;

}

#graphDiv {
	float:left;
	margin-left: 20px;
}

#graphTools {
	float:left;
	text-align: center;
	margin: 5px 5px 5px 20px;
	width: 90%;
}

#overviewContainer {
	float:left;
	text-align: center;
	margin: 5px;
	width: 90%;
	height: 100px;
	margin-left: 20px;
}

#zoomInstructions {
	float:left;
	text-align: center;
	margin: 5px;
	width: 90%;
	margin-left: 20px;
}


#overviewContainer div {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.clearboth {
	clear: both;
}

div.tickLabel {
	background-color: #FFFFFF;
	z-index: 100;
	font-size:12px;
}

div.yTickLabel {
	font-size:12px;
}
