/*rules for the plot target div.  These will be cascaded down to all plot elements according to css rules*/
.jqplot-target {
	position: relative;
	color: #555;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*height: 300px;
	width: 400px;*/
}

#chart_ap {
	width:  100%;
	height: 768px;
	float: left;
	/*display: inline;*/
}

/*rules applied to all axes*/
.jqplot-axis {
	font-size: 0.75em;
	z-index: 1;
}

.jqplot-xaxis {
	margin-top: 40px;
}

.jqplot-x2axis {
	margin-bottom: 10px;
}

.jqplot-yaxis {
	margin-right: 30px;
}

.jqplot-y2axis, .jqplot-y3axis, .jqplot-y4axis, .jqplot-y5axis, .jqplot-y6axis, .jqplot-y7axis, .jqplot-y8axis, .jqplot-y9axis, .jqplot-yMidAxis
{
	margin-left: 30px;
	margin-right: 30px;
}

/*rules applied to all axis tick divs*/
.jqplot-axis-tick, .jqplot-xaxis-tick, .jqplot-yaxis-tick, .jqplot-x2axis-tick, .jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick, .jqplot-yMidAxis-tick {
	position: absolute;
	white-space: pre;
}


.jqplot-xaxis-tick {
	top: 0px;
	/* initial position untill tick is drawn in proper place */
	left: 15px;
	margin-top: -20px;
	vertical-align: top;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}
.jqplot-xaxis-tick:hover, .jqplot-xaxis-tick:active {
	font-size: 16px;
	top: -3px;
	color: #222;
}

.jqplot-x2axis-tick {
	bottom: 0px;
	/* initial position untill tick is drawn in proper place */
	left: 15px;
	/*    padding-bottom: 10px;*/
	vertical-align: bottom;
}

.jqplot-yaxis-tick {
	right: 0px;
	/* initial position untill tick is drawn in proper place */
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

.jqplot-yaxis-tick.jqplot-breakTick {
	right: -20px;
	margin-right: 0px;
	padding:1px 5px 1px 5px;
	/*background-color: white;*/
	z-index: 2;
	font-size: 1.5em;
}

.jqplot-y2axis-tick, .jqplot-y3axis-tick, .jqplot-y4axis-tick, .jqplot-y5axis-tick, .jqplot-y6axis-tick, .jqplot-y7axis-tick, .jqplot-y8axis-tick, .jqplot-y9axis-tick {
	left: 0px;
	/* initial position untill tick is drawn in proper place */
	top: 15px;
	/*    padding-left: 10px;*/
	/*    padding-right: 15px;*/
	text-align: left;
}

.jqplot-yMidAxis-tick {
	text-align: center;
	white-space: nowrap;
}

.jqplot-xaxis-label {
	margin-top: 10px;
	font-size: 10pt;
	font-weight: bold;
	position: absolute;
}
.jqplot-xaxis-label-hover:hover, .jqplot-xaxis-label-hover:active {
	cursor: pointer;
	font-weight: bold;
	color: #222;
}

.jqplot-x2axis-label {
	margin-bottom: 10px;
	font-size: 11pt;
	position: absolute;
}

.jqplot-yaxis-label {
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	position: absolute;
	width: 100px !important;
}

.jqplot-yMidAxis-label {
	font-size: 10pt;
	position: absolute;
}

.jqplot-y2axis-label, .jqplot-y3axis-label, .jqplot-y4axis-label, .jqplot-y5axis-label, .jqplot-y6axis-label, .jqplot-y7axis-label, .jqplot-y8axis-label, .jqplot-y9axis-label {
	/*    text-align: center;*/
	font-size: 11pt;
	margin-left: 10px;
	position: absolute;
}

.jqplot-meterGauge-tick {
	font-size: 0.75em;
	color: #999999;
}

.jqplot-meterGauge-label {
	font-size: 1em;
	color: #999999;
}

table.jqplot-table-legend {
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
	margin-right: 12px;
}

table.jqplot-table-legend, table.jqplot-cursor-legend {
	background-color: rgba(255,255,255,0.6);
	border: 1px solid #cccccc;
	position: absolute;
	font-size: 0.75em;
}

td.jqplot-table-legend {
	vertical-align:middle;
}

/*
 * These rules could be used instead of assigning
 * element styles and relying on js object properties.
 * */

/*
 * td.jqplot-table-legend-swatch {
 *     padding-top: 0.5em;
 *         text-align: center;
 *         }
 *
 *         tr.jqplot-table-legend:first td.jqplot-table-legend-swatch {
 *             padding-top: 0px;
 *             }
 *             */

td.jqplot-seriesToggle:hover, td.jqplot-seriesToggle:active {
	cursor: pointer;
}

.jqplot-table-legend .jqplot-series-hidden {
	text-decoration: line-through;
}

div.jqplot-table-legend-swatch-outline {
	border: 1px solid #cccccc;
	padding:1px;
}

div.jqplot-table-legend-swatch {
	width:0px;
	height:0px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
}

.jqplot-title {
	top: 0px;
	left: 0px;
	/*    padding-bottom: 0.5em; */
	padding-bottom: 1em;
	font-size: 1.2em;
}

table.jqplot-cursor-tooltip {
	border: 1px solid #cccccc;
	position: absolute;
	font-size: 0.75em;
}
