#qb-nav {
	width: 182px;
	float: left;
	margin-top: 12px;
	position: relative;
	z-index: 5;
	}
	#qb-nav ul {
		list-style-type: none;
		margin: 0;
		}
		#qb-nav ul li {
			height: 29px;
			margin: 7px 0;
			}
			#qb-nav-run-validation {
				background: url(../img/qb/navigation/run-validation-inactive.png) no-repeat;
				}
				#qb-nav-run-validation.Selected {
					background: url(../img/qb/navigation/run-validation.png) no-repeat;
					}
				#qb-nav-run-validation.ValidationComplete {
					background: url(../img/qb/navigation/validation-complete.png) no-repeat;
					}
				#qb-nav-run-validation:hover {
					background: url(../img/qb/navigation/run-validation-hover.png) no-repeat;
					}
			#qb-nav-validation-history {
				background: url(../img/qb/navigation/validation-history-inactive.png) no-repeat;
				}
				#qb-nav-validation-history.Selected {
					background: url(../img/qb/navigation/validation-history.png) no-repeat;
					}
				#qb-nav-validation-history:hover {
					background: url(../img/qb/navigation/validation-history-hover.png) no-repeat;
					}
			#qb-nav-new-setup {
				background: url(../img/qb/navigation/addnew-inactive.png) no-repeat;
				}
				#qb-nav-new-setup.Selected {
					background: url(../img/qb/navigation/addnew.png) no-repeat;
					}
				#qb-nav-new-setup:hover {
					background: url(../img/qb/navigation/addnew-hover.png) no-repeat;
					}
			#qb-nav ul li a {
				font: 13px Gotham, Helvetica, Arial, sans-serif;
				text-decoration: none;
				color: #60A1B3;
				margin: 0 auto;
				padding-top: 7px;
				padding-left: 12px;
				display: block;
				letter-spacing: 1px;
				text-indent: -9999px;
				height: 27px;
				}

#qb-sep {
	background: url(../img/qb/background/body-edge-drop-shadow.png) no-repeat;
	height: 421px;
	width: 10px;
	position: relative;
	margin: -25px 0 0 168px;
	z-index: 2;
}

#qb-newsetup-step-1-nav {
	margin: 0;
	}
	
#qb-newsetup-step-1-table {
	margin-top: 15px;
	width: 700px;
	}
	#qb-newsetup-step-1-table thead tr td {
		color: #60A1B3;
		font-variant: small-caps;
		font-size: 14px;
		padding-bottom: 4px;
		}
	#qb-newsetup-step-1-table input {
		border: 1px solid #ccc;
		width: 156px;
		height: 20px;
		font-size: 14px;
		}
	#qb-newsetup-step-1-table tbody td {
		color: #666;
		/*font-weight: bold;*/
		height: 24px;
		}
	span#select-equipment-model {
		position: absolute;
		width: 126px;
		height: 20px;
		padding: 0 24px 0 8px;
		color: #fff;
		font: 13px/20px helvetica, arial,sans-serif;
		background: url(../img/qb/add-new-setup/equipment-model-select.png) no-repeat;
		overflow: hidden;
		border: none;
		margin-top: 0;
		}
	#qb-newsetup-step-1-table-nextstep-button {
		background: url(../img/qb/add-new-setup/process-buttons/next-step.png) no-repeat;
		display: block;
		width: 111px;
		height: 111px;
		}
		#qb-newsetup-step-1-table-nextstep-button:hover {
			background: url(../img/qb/add-new-setup/process-buttons/next-step-hover.png) no-repeat;
			}

#qb-newsetup-step-2-table {
	width: 522px;
	margin: 30px 15px 0 30px;
	}
	#qb-newsetup-step-2-table thead td {
		font-size: 12px;
		font-variant: small-caps;
		color: #60A1B3;
		height: 24px;
		text-align: center;
		border-left: 1px solid #60A1B3;
		}
	#qb-newsetup-step-2-table thead td.First {
		border: none;
		}
	#qb-newsetup-step-2-table thead td.Parameters {
		background-color: #60A1B3;
		color: white;
		padding-left: 10px;
		text-align: left;
		border: none;
		}
	#qb-newsetup-step-2-table-nextstep-button {
		background: url(../img/qb/add-new-setup/process-buttons/next-step.png) no-repeat;
		display: block;
		width: 111px;
		height: 111px;
		}
		#qb-newsetup-step-2-table-nextstep-button:hover {
			background: url(../img/qb/add-new-setup/process-buttons/next-step-hover.png) no-repeat;
			}
	
	#qb-newsetup-step-2-table tbody tr.Even {
		background-color: #DFECF0;
		}
	#qb-newsetup-step-2-table tbody tr.Odd {
		background-color: white;
		}
		#qb-newsetup-step-2-table tbody tr td {
			font-size: 12px;
			height: 24px;
			text-align: center;
			border-left: 1px solid #60A1B3;
			}
			#qb-newsetup-step-2-table tbody td.First {
				border: none;
				}
			.qb-newsetup-step-2-table-drag {
				background-color: #ff7 !important;
				border: 3px solid #60A1B3;
				}
	
	#qb-newsetup-step-2-table tfoot td {
		font-size: 12px;
		font-variant: small-caps;
		color: #666;
		height: 24px;
		border: 1px dotted #888;
		padding-left: 10px;
		}
		#qb-newsetup-step-2-table tfoot td:hover {
			background-color: #77787B;
			color: white;
			}
	#qb-newsetup-step-2-button-add-parameter {
		background: url(../img/qb/add-new-setup/process-buttons/add-parameter.png) no-repeat;
		display: block;
		width: 111px;
		height: 111px;
		}
		#qb-newsetup-step-2-button-add-parameter:hover {
			background: url(../img/qb/add-new-setup/process-buttons/add-parameter-hover.png) no-repeat;
			}
			
	span#select-con_wave, span#select-con_flo, span#select-con_fil {
		position: absolute;
		width: 139px;
		height: 20px;
		padding: 0 24px 0 8px;
		color: #fff;
		font: 13px/20px helvetica, arial,sans-serif;
		background: url(../img/qb/add-new-setup/parameter-select.png) no-repeat;
		overflow: hidden;
		border: none;
		margin-top: 0;
		}
		
	#qb-newsetup-step-3-table-save-button {
		background: url(../img/qb/add-new-setup/process-buttons/done-save-setup.png) no-repeat;
		display: block;
		width: 111px;
		height: 111px;
		}
		#qb-newsetup-step-3-table-save-button:hover {
			background: url(../img/qb/add-new-setup/process-buttons/done-save-setup-hover.png) no-repeat;
			}
	#qb-newsetup-step-3-table {
		margin-left: 30px;
		}
	.SetupNaming {
		background: url(../img/qb/add-new-setup/step-3-name-setup-bg.png) no-repeat;
		width: 539px;
		height: 45px;
		}

#qb-main {
	width: 700px;
	margin-left: 18px;
	float: right;
	min-height: 150px;
	}
	#qb-main-header {
		}
		#qb-main-header h1 {
			font-weight: bold;
			color: #60A1B3;
			margin-top: 6px;
			}
		#qb-main-header-buttons {
			float: right;
			position: relative;
			top: -5px;
			left: 170px;
			}
			#qb-main-header-buttons-editvalues {
				background: url(../img/qb/run-validation/edit-values.png) no-repeat;
				width: 66px;
				height: 22px;
				display: block;
				}
				#qb-main-header-buttons-editvalues:hover {
					background: url(../img/qb/run-validation/edit-values-hover.png) no-repeat;
					}
			#qb-main-header-buttons-cancelvalidation {
				background: url(../img/qb/run-validation/cancel-validation.png) no-repeat;
				width: 100px;
				height: 22px;
				display: block;
				}
				#qb-main-header-buttons-cancelvalidation:hover {
					background: url(../img/qb/run-validation/cancel-validation-hover.png) no-repeat;
					}
		#qb-main-header hr {
			height: 2px;
			}
	#qb-main-left {
		float: left;
		}
		#qb-main-report {
			}
			#qb-main-report-header {
				width: 578px;
				color: white;
				}
				#qb-main-report-header tr {
					background-color: #60A1B3;
					}
					#qb-main-report-header .SetupName {
						height: 45px;
						}
						#qb-main-report-header .SetupGearsWhite {
							background: url(../img/qb/validation-report/setup-gears-white.png) no-repeat;
							height: 24px;
							display: block;
							margin-left: 10px;
							padding: 5px 0 0 35px;
							font-variant: small-caps;
							font-size: 16px;
							}
			#qb-main-report-setupinfo {
				margin-top: 5px;
				width: 578px;
				}
			#qb-main-report-results {
				margin-top: 10px;
				width: 578px;
				}
				#qb-main-report-results thead tr {
					background-color: #666;
					height: 26px;
					color: white;
					}
					#qb-main-report-results thead tr td {
						border-left: 2px solid #888;
						padding-left: 5px;
						font-size: 12px;
						font-variant: small-caps;
						}
						#qb-main-report-results thead td.First {
							border-left: none;
							}
				#qb-main-report-results tbody tr {
					height: 24px;
					}
					#qb-main-report-results tbody tr.Odd {
						background-color: white;
						}
					#qb-main-report-results tbody tr.Even {
						background-color: #DFECF0;
						}
					#qb-main-report-results tbody td {
						padding-left: 5px;
						border-left: 2px solid #888;
						}
						#qb-main-report-results tbody tr td.First {
							border-left: none;
							}
						#qb-main-report-results tbody tr td.ResolutionLimit {
							text-align: center;
							}
						#qb-main-report-results tbody tr td.PassFail {
							text-align: center;
							}
			#qb-main-report-acceptablelimits {
				margin-top: 10px;
				width: 578px;
				}
				#qb-main-report-acceptablelimits thead tr {
					background-color: #666;
					height: 26px;
					color: white;
					}
					#qb-main-report-acceptablelimits thead tr td {
						border-left: 2px solid #888;
						padding-left: 5px;
						font-size: 12px;
						font-variant: small-caps;
						}
						#qb-main-report-acceptablelimits thead td.First {
							border-left: none;
							}
				#qb-main-report-acceptablelimits tbody tr {
					height: 24px;
					}
					#qb-main-report-acceptablelimits tbody tr.Odd {
						background-color: white;
						}
					#qb-main-report-acceptablelimits tbody tr.Even {
						background-color: #DFECF0;
						}
					#qb-main-report-acceptablelimits tbody td {
						padding-left: 5px;
						border-left: 2px solid #888;
						}
						#qb-main-report-acceptablelimits tbody tr td.First {
							border-left: none;
							}
			#qb-main-report-inputs {
				margin-top: 10px;
				width: 578px;
				}
				#qb-main-report-inputs thead tr {
					background-color: #666;
					height: 26px;
					color: white;
					}
					#qb-main-report-inputs thead tr td {
						border-left: 2px solid #888;
						padding-left: 5px;
						font-size: 12px;
						font-variant: small-caps;
						}
						#qb-main-report-inputs thead td.First {
							border-left: none;
							}
				#qb-main-report-inputs tbody tr {
					height: 24px;
					}
					#qb-main-report-inputs tbody tr.Odd {
						background-color: white;
						}
					#qb-main-report-inputs tbody tr.Even {
						background-color: #DFECF0;
						}
					#qb-main-report-inputs tbody td {
						padding-left: 5px;
						border-left: 2px solid #888;
						}
						#qb-main-report-inputs tbody tr td.First {
							border-left: none;
							}
			#qb-main-report-graphs {
				margin-top: 10px;
				width: 578px;
				}
		#qb-main-setup {
			width: 201px;
			}
			#qb-main-setup-header {
				background: url(../img/qb/setup-top-outline.png) no-repeat;
				height: 39px;
				}
				#qb-main-setup-header img {
					margin: 7px 0 0 7px;
					}
				#qb-main-setup-header a.SetupHelp {
					display: block;
					width: 16px;
					height: 16px;
					text-decoration: none;
					background: url(../img/qb/run-validation/help-green.png) no-repeat;
					/*position: relative;
					top: -28px;
					left: -13px;*/
					margin: 12px 15px 0 0;
					float: right;
					}
					#qb-main-setup-header a.SetupHelp:hover {
						background: url(../img/qb/run-validation/help-green-hover.png) no-repeat;
						}
			#qb-main-setup-body {
				background: url(../img/qb/setup-body-bg.png) repeat-y;
				min-height: 100px;
				padding: 15px 12px;
				}
				#qb-main-setup-body-setups {
					width: 100%;
					}
					#qb-main-setup-body-setups select option {
						padding: 3px;
						color: #222;
						}
						#qb-main-setup-body-setups select option:hover {
							font-weight: bold;
							}
					span#select-qb-main-setup-body-setup-dropdown {
						position: absolute;
						width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
						height: 28px;
						padding: 0 24px 0 8px;
						color: #fff;
						font: 14px/28px helvetica, arial,sans-serif;
						font-weight: bold;
						background: url(../img/qb/setup-dropdown-bg.png) no-repeat;
						overflow: hidden;
						}
				#qb-main-setup-body-equipment {
					margin: 20px 0;
					}
					#qb-main-setup-body-equipment hr {
						color: #60A1B3;
						margin: 0;
						}
					#qb-main-setup-body-equipment h2 {
						font-size: 12px;
						color: #60A1B3;
						margin-top: 4px;
						}
					#qb-main-setup-body-equipment p {
						font-weight: bold;
						color: #77787a;
						}
				#qb-main-setup-body-parameters {
					margin: 20px 0 5px 0;
					}
					#qb-main-setup-body-parameters hr {
						color: #60A1B3;
						margin: 0;
						}
					#qb-main-setup-body-parameters h2 {
						font-size: 12px;
						color: #60A1B3;
						margin-top: 4px;
						}
					#qb-main-setup-body-parameters ul {
						font-weight: bold;
						color: #77787a;
						margin: 0;
						list-style-type: none;
						}
			#qb-main-setup-footer {
				height: 41px;
				width: 201px;
				background: url(../img/qb/setup-btn-manage.png) no-repeat;
				}
				#qb-main-setup-footer a.Background {
					display: block;
					width: 201px;
					height: 41px;
					text-decoration: none;
					}
				#qb-main-setup-footer a.SetupHelp {
					display: block;
					width: 16px;
					height: 16px;
					text-decoration: none;
					background: url(../img/qb/run-validation/help-green.png) no-repeat;
					position: relative;
					top: -28px;
					left: -13px;
					float: right;
					}
					#qb-main-setup-footer a.SetupHelp:hover {
						background: url(../img/qb/run-validation/help-green-hover.png) no-repeat;
						}
	#qb-main-right {
		float: right;
		}
		#qb-main-report-buttons-save {
			background: url(../img/qb/validation-report/save-to-validation-history.png) no-repeat scroll center top;
			display: block;
			height: 111px;
			width: 111px;
			text-indent: -9999px;
			margin-bottom: 7px;
			}
			#qb-main-report-buttons-save:hover {
				background-position: center center;
				}
			.qb-main-report-buttons-saved {
				background-position: center bottom;
				}
		#qb-main-report-buttons-print {
			background: url(../img/qb/validation-report/print.png) no-repeat;
			display: block;
			height: 111px;
			width: 111px;
			text-indent: -9999px;
			margin-bottom: 7px;
			}
			#qb-main-report-buttons-print:hover {
				background: url(../img/qb/validation-report/print-hover.png) no-repeat;
				}
		#qb-main-report-buttons-export {
			background: url(../img/qb/validation-report/export-to-pdf.png) no-repeat;
			display: block;
			height: 111px;
			width: 111px;
			text-indent: -9999px;
			}
			#qb-main-report-buttons-export:hover {
				background: url(../img/qb/validation-report/export-to-pdf-hover.png) no-repeat;
				}
		#qb-main-content {
			float: left;
			}
			#qb-main-content-header {
				width: 336px;
				height: 45px;
				background-color: #60A1B3;
				margin: 0 20px 0 0;
				}
				#qb-main-content-header img {
					margin: 8px 0 0 6px;
					}
				#qb-main-content-header a.SetupHelp {
					display: block;
					width: 16px;
					height: 16px;
					text-decoration: none;
					background: url(../img/qb/run-validation/help-white.png) no-repeat;
					/*position: relative;
					top: -24px;
					left: -13px;*/
					margin: 14px 15px 0 0;
					float: right;
					}
					#qb-main-content-header a.SetupHelp:hover {
						background: url(../img/qb/run-validation/help-white-hover.png) no-repeat;
						}
		#qb-main-history {
			float: left;
			}
			#qb-main-history-header {
				/*width: 336px;*/
				height: 45px;
				background-color: #60A1B3;
				margin: 0 20px 0 0;
				}
				#qb-main-history-header img {
					}
				#qb-main-history-header a.SetupHelp {
					display: block;
					width: 16px;
					height: 16px;
					text-decoration: none;
					background: url(../img/qb/run-validation/help-white.png) no-repeat;
					position: relative;
					top: -30px;
					left: -13px;
					float: right;
					}
					#qb-main-history-header a.SetupHelp:hover {
						background: url(../img/qb/run-validation/help-white-hover.png) no-repeat;
						}
		.QB-InputError {
			background-color: #ff8b8b;
			}
		#qb-main-submit-validation {
			float: right;
			margin-left: 10px;
			}
			#qb-main-submit-validation td {
				vertical-align: bottom;
				}
			#qb-main-submit-validation a {
				text-decoration: none;
				display: block;
				width: 111px;
				height: 112px;
				background: url(../img/qb/run-validation/run-and-view.png) no-repeat;
				}
				#qb-main-submit-validation a:hover {
					background: url(../img/qb/run-validation/run-and-view-hover.png) no-repeat;
					}
	#qb-main-overlay {
		background-color: white;
		opacity: 0.8;
		position: absolute;
		display: none;
		padding: 10px;
		z-index: 10000;
		}
		#qb-main-overlay-text {
			position: relative;
			left: 200px;
			top: 100px;
			}
		#qb-main-overlay .Loading {
			font-size: 24px;
			color: black;
			display: block;
			}
		#qb-main-overlay .Message {
			font-size: 18px;
			margin-top: 3px;
			display: block;
			color: black;
			}
	
.RunValidation-Parameter {
	margin: 20px 0 18px 0;
	width: 336px;
	}
	.RunValidation-Parameter .Header {
		text-align: right;
		height: 24px;
		background-color: #666;
		}
		.RunValidation-Parameter .Header span {
			line-height: 24px;
			color: white;
			margin: 0 10px 0 0;
			}
	.RunValidation-Parameter .Odd {
		text-align: right;
		height: 24px;
		line-height: 24px;
		}
	.RunValidation-Parameter .Even {
		text-align: right;
		height: 24px;
		background-color: #e9f1f4;
		line-height: 24px;
		}
	.RunValidation-Parameter input {
		width: 83px;
		border: 1px solid #ccc;
		height: 18px;
		position: relative;
		top: -1px;
		font-family: "Courier New", Courier, Monaco;
		font-size: 14px;
		}
	.SelectBox {
		margin-top: 2px;
		}


/*Report Printer Friendly View*/
#qb-print-report {
	width: 100%;
	margin: 0;
	float: none;
	}
	#qb-print-report h1 {
		color: #000;
		margin-top: 20px;
		}
	#qb-print-report-header {
		color: #000;
		}
		#qb-print-report-header tr {
			
			}
			#qb-print-report-header .SetupName {
				height: 45px;
				}
	#qb-print-report-setupinfo {
		margin-top: 25px;
		}
		#qb-print-report-setupinfo thead tr {
			color: #000;
			}
			#qb-print-report-setupinfo thead tr td {
				width: 25%;
				font-variant: small-caps;
				font-size: 12px;
				padding-bottom: 2px;
				vertical-align: bottom;
				}
		#qb-print-report-setupinfo tbody tr {
			color: #000;
			}
			#qb-print-report-setupinfo tbody tr td {
				width: 25%;
				font-size: 12px;
				padding-bottom: 2px;
				vertical-align: top;
				}
	#qb-print-report-results {
		margin-top: 10px;
		}
		#qb-print-report-results thead tr {
			height: 26px;
			color: #000;
			}
			#qb-print-report-results thead tr td {
				border-left: 1px solid #888;
				border-bottom: 1px solid #888;
				padding-left: 5px;
				font-size: 12px;
				font-variant: small-caps;
				}
				#qb-print-report-results thead td.First {
					border-left: none;
					}
		#qb-print-report-results tbody tr {
			height: 24px;
			}
			#qb-print-report-results tbody td {
				padding-left: 5px;
				border-left: 1px solid #888;
				}
				#qb-print-report-results tbody tr td.First {
					border-left: none;
					}
				#qb-print-report-results tbody tr td.ResolutionLimit {
					text-align: center;
					}
				#qb-print-report-results tbody tr td.PassFail {
					text-align: center;
					}
	#qb-print-report-acceptablelimits {
		margin-top: 10px;
		}
		#qb-print-report-acceptablelimits thead tr {
			height: 26px;
			color: #000;
			}
			#qb-print-report-acceptablelimits thead tr td {
				border-left: 1px solid #888;
				border-bottom: 1px solid #888;
				padding-left: 5px;
				font-size: 12px;
				font-variant: small-caps;
				}
				#qb-print-report-acceptablelimits thead td.First {
					border-left: none;
					}
		#qb-print-report-acceptablelimits tbody tr {
			height: 24px;
			}
			#qb-print-report-acceptablelimits tbody td {
				padding-left: 5px;
				border-left: 1px solid #888;
				}
				#qb-print-report-acceptablelimits tbody tr td.First {
					border-left: none;
					}
	#qb-print-report-inputs {
		margin-top: 10px;
		}
		#qb-print-report-inputs thead tr {
			height: 26px;
			color: #000;
			}
			#qb-print-report-inputs thead tr td {
				border-left: 1px solid #888;
				border-bottom: 1px solid #888;
				padding-left: 5px;
				font-size: 12px;
				font-variant: small-caps;
				}
				#qb-print-report-inputs thead td.First {
					border-left: none;
					}
		#qb-print-report-inputs tbody tr {
			height: 24px;
			}
			#qb-print-report-inputs tbody td {
				padding-left: 5px;
				border-left: 1px solid #888;
				}
				#qb-print-report-inputs tbody tr td.First {
					border-left: none;
					}

/*
//////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////
Advanced Graphing Control Styles
*/

#qb-main-report-advgraphs {
	width: 578px;
	}

.advgraph-trash {
	background: transparent url(../img/qb/graphing-assets/trash-sprite.png) 0 0;
	height: 24px;
	width: 97px;
	}
	.advgraph-trash:hover {
		background-position: 0 24px;
		}
.advgraph-help {
	background: transparent url(../img/qb/graphing-assets/help-sprite.png) 0 0;
	height: 16px;
	width: 125px;
	}
	.advgraph-help:hover {
		background-position: 0 16px;
		}

.advgraph-group {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	min-height: 43px;
	width: 578px;
	margin-bottom: 3px;
	}
	.GroupSelected {
		background-color: #DEEBF0;
		}
	.advgraph-group:hover {
		background-color: #DFECF0;
		}
	.advgraph-group-caret-collapsed {
		background: transparent url(../img/qb/graphing-assets/caret-closed.png) no-repeat;
		height: 11px;
		width: 11px;
		margin: 15px 0 0 7px;
		}
	.advgraph-group-caret-expanded {
		background: transparent url(../img/qb/graphing-assets/caret-open.png) no-repeat;
		height: 11px;
		width: 11px;
		margin: 15px 0 0 7px;
		}
	.advgraph-group-summary {
		padding: 11px 0;
		}
		.advgraph-group-summary-text {
			font-size: 18px;
			font-weight: bold;
			color: #B3B3B3;
			float: left;
			}
			.advgraph-group-summary-q {
				color: #F00;
				}
			.advgraph-group-summary-b {
				color: #0099CC;
				}
			.advgraph-group-summary-reslimit {
				color: #39AE4A;
				}
			.advgraph-group-summary-pmt {
				color: #FF0066;
				}
			.advgraph-group-summary-timerange {
				font-size: 13px;
				}
		.advgraph-group-summary-attachments {
			height: 20px;
			background: transparent url(../img/qb/graphing-assets/paperclip-large.png) no-repeat;
			padding: 3px 10px 0 30px;
			float: right;
			font-size: 13px;
			color: #B3B3B3;
			}
	.advgraph-group-cp {
		height: 29px;
		width: 537px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin-top: 6px;
		background-color: #DBDBDB;
		}
		.advgraph-group-cp-q {
			background: transparent url(../img/qb/graphing-assets/attribute-selector.png) no-repeat scroll 0 0;
			width: 35px;
			height: 19px;
			margin: 6px 2px 6px 6px;
			float: left;
			}
			.advgraph-group-cp-q-selected {
				background: transparent url(../img/qb/graphing-assets/attribute-selector.png) no-repeat scroll 0 -19px;
				width: 35px;
				height: 19px;
				margin: 6px 2px 6px 6px;
				float: left;
				}
		.advgraph-group-cp-b {
			background: transparent url(../img/qb/graphing-assets/attribute-selector.png) no-repeat scroll -35px 0;
			width: 35px;
			height: 19px;
			margin: 6px 2px;
			float: left;
			}
			.advgraph-group-cp-b-selected {
				background: transparent url(../img/qb/graphing-assets/attribute-selector.png) no-repeat scroll -35px -19px;
				width: 35px;
				height: 19px;
				margin: 6px 2px;
				float: left;
				}
		.advgraph-group-cp-reslimit {
			background: transparent url(../img/qb/graphing-assets/attribute-selector.png) no-repeat scroll -71px 0;
			width: 81px;
			height: 19px;
			margin: 6px 2px;
			float: left;
			}
			.advgraph-group-cp-reslimit-selected {
				background: transparent url(../img/qb/graphing-assets/attribute-selector.png) no-repeat scroll -71px -19px;
				width: 81px;
				height: 19px;
				margin: 6px 2px;
				float: left;
				}
		.advgraph-group-cp-pmt {
			background: transparent url(../img/qb/graphing-assets/attribute-selector.png) no-repeat scroll -152px 0;
			width: 47px;
			height: 19px;
			margin: 6px 2px;
			float: left;
			}
			.advgraph-group-cp-pmt-selected {
				background: transparent url(../img/qb/graphing-assets/attribute-selector.png) no-repeat scroll -152px -19px;
				width: 47px;
				height: 19px;
				margin: 6px 2px;
				float: left;
				}
		.advgraph-group-cp-timerange {
			background: transparent url(../img/qb/graphing-assets/timerange-selector-bg.png) no-repeat;
			width: 138px;
			height: 20px;
			margin: 5px 0 0 40px;
			float: left;
			font-size: 12px;
			color: #B3B3B3;
			font-weight: bold;
			padding: 3px 0 0 7px;
			}
			.advgraph-group-cp-timerange-popup {
				position: absolute;
				width: 134px;
				padding: 5px 0 15px 0;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				border: 1px solid #ccc;
				background: #fff url(../img/qb/graphing-assets/timerange-selector-top.png) no-repeat scroll -2px -1px;
				font-size: 12px;
				color: #B3B3B3;
				font-weight: bold;
				z-index: 100;
				}
				.advgraph-group-cp-timerange-popup span {
					padding-left: 5px;
					}
				.advgraph-group-cp-timerange-popup ul {
					list-style: none;
					margin: 5px 0 0 0;
					}
					.advgraph-group-cp-timerange-popup ul li {
						margin: 0;
						padding: 4px 10px; 
						}
						.advgraph-group-cp-timerange-popup ul li:hover {
							background-color: #61A2B3;
							color: #eee;
							}
						.advgraph-group-cp-timerange-popup ul li input {
							width: 55px;
							height: 18px;
							border: 1px solid #CCCCCC;
							margin-bottom: 3px;
							padding: 3px 0 0 3px;
							}
		.advgraph-group-cp-toggleall {
			float: right;
			margin: 4px 7px 0 0;
			}
	.advgraph-group-graphs {
		width: 545px;
		}
		.advgraph-group-graphs-row {
			margin: 10px 0;
			border-top: 1px solid #ccc;
			width: 535px;
			padding: 7px 0;
			clear: both;
			}
			.advgraph-group-graphs-row-caret-collapsed {
				background: transparent url(../img/qb/graphing-assets/caret-closed.png) no-repeat;
				height: 11px;
				width: 11px;
				float: left;
				margin-top: 1px;
				}
			.advgraph-group-graphs-row-caret-expanded {
				background: transparent url(../img/qb/graphing-assets/caret-open.png) no-repeat;
				height: 11px;
				width: 11px;
				float: left;
				margin-top: 1px;
				}
			.advgraph-group-graphs-row-describer {
				float: left;
				margin: 0 0 10px 12px;
				}
			.advgraph-group-graphs-row-attachment {
				float: right;
				margin-right: 10px;
				}
				.advgraph-group-graphs-row-attachment-checkbox {
					
					}
			.advgraph-group-graphs-row-graph {
				width: 535px;
				background-color: white;
				}
			

.advgraph-newgroup {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px dashed #ccc;
	height: 43px;
	width: 578px;
	}
	.advgraph-newgroup:hover {
		background-color: #DFECF0;
		}
	.advgraph-newgroup-content {
		background: transparent url(../img/qb/graphing-assets/plus-sprite.png) no-repeat 0 0;
		height: 16px;
		margin: 13px;
		padding-left: 26px;
		font-weight: bold;
		font-size: 13px;
		color: #B3B3B3;
		}
		.advgraph-newgroup-content:hover {
			background-position: 0 -16px;
			}

.advgraph-plzsave {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px dashed #ccc;
	height: 43px;
	width: 552px;
	line-height: 43px;
	padding-left: 26px;
	}
