.SelectNewParameters {
	font-family: Arial, Tahoma, Verdana;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #000080;
}
.SelectNewParameters:hover {
	color: #C0C0C0;
}
.LabelAppliedParameters {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #949494;
}
.AppliedParameters {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-style: normal;
	color: #949494;
	margin: 0px;
	margin-bottom: 12px;
	border-bottom: color: #E9E9E9;
	border-bottom-style: dotted;
	border-width: thin;
	padding-bottom: 6px;
}
.dxpcContent {
	background-color: #FFFFFF;
}
.GetParametersDiv {
	width: auto;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: auto;
	max-height: 450px;
}
.GetParametersTable {
	width: 100%;
}
.lbShowOnlyFilteredValues {
	font-family: Arial, Tahoma, Verdana;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.HideAllValuesLink {
	font-family: Arial, Tahoma, Verdana;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000080;
}
.HideAllValuesLink:hover {
	color: #C0C0C0;
}
.ShowAllValuesLink {
	font-family: Arial, Tahoma, Verdana;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000080;
}
.ShowAllValuesLink:hover {
	color: #C0C0C0;
}
.ResetFieldValuesLink {
	font-family: Arial, Tahoma, Verdana;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000080;
}
.ResetFieldValuesLink:hover {
	color: #C0C0C0;
}
.btnShowReport {
	font-family: Arial, Tahoma, Verdana;
	font-size: small;
	font-style: normal;
}
.LabelParameter {
	font-family: Arial, Tahoma, Verdana;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.txtParameter {
	font-family: Arial, Tahoma, Verdana;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
#ASPxButton1{
    display:block;
    width: 180px !important;
    margin-left:auto;
    margin-right:auto;
}
#chkKeepOpen{
    display:block;
    width: 120px !important;
    margin-left:auto;
    margin-right:auto;
}
.ParametersButtonsDiv{
    margin-top:10px;
}