body { font-size: 12px; }
#PageArea_ {
	width:100%; height:500px;
}
#ControlArea_ {
	background-color: #e0e0e0; width:325px; height: 100%;
	/* position:absolute; left:0px; top:58px; width:20%; */
}
#WorkArea_ {
	background-color: #eceadf; font-size:11px; height:100%;
	/* position:absolute; left:200px; top:58px; width:80%; */
}

#ControlArea_ h3{background:#cbc9c9}
#ControlArea_ h3.acc_h{background:#cbc9c9; font-size:14px}
#ControlArea_ .acc_cont{font-size:12px; background-color:#eceadf; width: 100%;}

.GraphArea { position: absolute; border: outset; }
.Xcontrol { width: 100px; }

a.trigger{
	position: absolute;
	background:black url(../images/plus.png) 6% 55% no-repeat;
	text-decoration: none;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: verdana, helvetica, arial, sans-serif;
	color:#fff;
	padding:4px 12px 6px 24px;
	font-weight: bold;
	opacity: 0.4;
	z-index:11;
}
a.trigger.left {
	left: 0;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
a.trigger.right {
	right: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}
.panel {
	color:#303030;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	position: absolute;
	display: none;
	background: gainsboro;
	height: auto;
	z-index:10;
}
.panel.left {
	left: 0;
	padding: 20px 30px 20px 100px;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.panel.right {
	right: 0;
	padding: 40px 20px 15px 20px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}
.panel td {
	background-color: inherit;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
}
.heatmap td {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	text-align: center;
}
.heatmap td.label {
	background-color: #e0e0e0;
	font-size: 12px;
	font-family: Verdana;
	color: inherit;
	text-align: center;
}
.heatmap td.labely {
	text-align: right;
}

td.separator { background-color: GainsBoro; height:18px; width:254px; border:solid 1px #d5d4d4; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin:7px 0; font-size: 12px; font-family: Verdana; padding-top: 2px; padding-left: 4px;}
div.separator-first { }
div.separator { padding-top: 8px; }

.graphtitle a { font: 14px Helvetica; font-weight: bold; padding: 4px 10px 0px 10px; color: #7b619e; }
.filterlabel { color: brown; font: 12px Helvetica; padding-top: 4px; padding-right: 5px; }
span.filterlabel { padding-left: 5px; padding-right: 5px; }

.ui-tabs .ui-tabs-nav li a { float: left; padding: .3em 1em; text-decoration: none; font-size: 12px; }
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: .5em .2em; background: none; }

.chzn-container .chzn-results { max-height: 100px; font-family: Helvetica; font-size: 12px; }
