.innertable {
	background-color: rgb(228, 235, 241);
	border-style: solid;
	border-width: 0px;
	border-color: red
}

.innertablewhite {
	background-color: rgb(255, 255, 255);
	border-style: solid;
	border-width: 0px;
	border-color: blue
}

.outertable {
	border-color: rgb(127, 127, 127);
	border-style: solid;
	border-width: 1px;
	background-color: rgb(228, 235, 245);
}

.outertableupperborder {
	border-top-color: rgb(127, 127, 127);
	border-top-style: solid;
	border-top-width: 1px;
	background-color: rgb(228, 235, 245);
}

.outertable2 {
	background-color: rgb(255, 255, 255);
	border-style: solid;
	border-width: 0px;
	border-color: white
}

.elementtoolbar {
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: rgb(127, 127, 127);
	background-color: rgb(228, 235, 245)
}

.toolbarbg {
	border-collapse: collapse;
	border-color: rgb(127, 127, 127);
	border-style: solid;
	border-width: 1px;
	background-color: rgb(228, 235, 245);
}

.headertextwithbg {
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	color: rgb(0, 0, 0);
	background-color: rgb(177, 197, 226);
}

.boldtext {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: rgb(0, 0, 0);
}

.paramtext {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: rgb(0, 0, 0);
}

.text {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: rgb(0, 0, 0);
}

.param {
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: rgb(0, 0, 0);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(127, 127, 127);
	width: 75%;
}

.paramdate {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: rgb(0, 0, 0);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(127, 127, 127);
	width: 108px;
}

.refreshbutton {
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: rgb(0, 0, 0);
	background-color: rgb(212, 208, 200);
	border-color: rgb(127, 127, 127);
	border-width: 1px;
	border-style: solid;
	height: 18px;
	width: 70px;
}

.okbutton {
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: rgb(0, 0, 0);
	background-color: rgb(212, 208, 200);
	border-color: rgb(127, 127, 127);
	border-width: 1px;
	border-style: solid;
	height: 16px;
	width: 45px;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}

.cancelbutton {
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: rgb(0, 0, 0);
	background-color: rgb(212, 208, 200);
	border-color: rgb(127, 127, 127);
	border-width: 1px;
	border-style: solid;
	height: 16px;
	width: 58px;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}

.numberformat {
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	color: rgb(0, 0, 0);
	width: 60px;
}

.exportformat {
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	color: rgb(0, 0, 0);
	width: 150px;
}

.conditionform {
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	color: rgb(0, 0, 0);
	width: 116px;
}

.gridtable {
	background-color: rgb(127, 127, 127);
	border-collapse: collapse;
}

.gridtableheader {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
}

.gridtablecell {
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
}

.tagText {
	position: absolute;
	width: 65px;
	height: 20px;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: rgb(0, 0, 0);
	background-color: rgb(177, 197, 226);
	border: 1px solid rgb(127, 127, 127);
}

.tagTextNotSelected {
	position: absolute;
	width: 65px;
	height: 20px;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: rgb(0, 0, 0);
	background-color: rgb(210, 210, 210);
	border: 1px solid rgb(127, 127, 127);
	borderColor: rgb(127, 127, 127)
}

.tagTextSelected {
	position: absolute;
	width: 65px;
	height: 20px;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: rgb(0, 0, 0);
	background-color: rgb(245, 245, 245);
	border: 1px solid rgb(127, 127, 127);
	borderBottomColor: rgb(245, 245, 245)
}

.expandparamcell {
	position: absolute;
	overflow: hidden;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: rgb(0, 0, 0);
	border-top: 1px solid rgb(180, 180, 180);
	border-left: 1px solid rgb(180, 180, 180);
	border-right: 2px solid rgb(80, 80, 80);
	border-bottom: 2px solid rgb(80, 80, 80);
	background-color: transparent
}

.expandparamcellbg {
	position: absolute;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: rgb(0, 0, 0);
	border-top: 1px solid rgb(180, 180, 180);
	border-left: 1px solid rgb(180, 180, 180);
	border-right: 2px solid rgb(80, 80, 80);
	border-bottom: 2px solid rgb(80, 80, 80);
	background-color: rgb(245, 245, 245)
}

.expandmultivalueparamcell {
	position: absolute;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: rgb(0, 0, 0);
	border: 0px solid black;
	background-color: transparent
}

.expandmultivalueparamcellbg {
	position: absolute;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: rgb(0, 0, 0);
	border-top: 0px solid black;
	background-color: yellow
}

form {
	padding: 0px;
	margin: 0px
}

json {
	display: none
}

/*
 * style for the OK button in the 
 *   -- shared parameter value list
 *   -- parameter panel
 *   -- parameter range
 */
.shared-param-ok-butn {
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: rgb(0, 0, 0);
	background-image: url("../DashboardBuilder/images/CSSButtonBG.gif");
	background-repeat: repeat-x;
	border: 1px solid #7f7f7f;
	height: 16px;
	width: 100px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	cursor: pointer
}

.shared-param-ok-butn-disabled {
	cursor: default !important;
	color: rgb(127, 127, 127) !important;
}

/** Templates - ANIMATED WAITING **/
div.animated-waiting-panel-bg {
	background-color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	opacity: .0;
	filter: alpha(opacity=0);
}

div.animated-waiting-panel-fg {
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 1000
}

div.animated-waiting-panel-fg img {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 25px;
	left: 5px;
}

.ui-widget-overlay.ui-front {
	z-index: 999;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
	z-index: 100000;
}
