/* decision engine */
table.Decision {
	background-color: #ffffff;
}
div.steplabel {
	color: #5585BD;
	font-size: 11pt;
	padding: 5px;
}
div.stepsublabel {
	color: #5585BD;
	font-size: 7pt;
	padding: 5px;
}
td.header-topleft {
	color: white;
	background: #215398 url("/_PROJECT/_Engine/Decision/TopLeftCornerBlue.gif") no-repeat top left;
}
td.header-bottomleft {
	color: white;
	background: #215398 url("/_PROJECT/_Engine/Decision/FootLeftCornerBlue.gif") no-repeat bottom left;
}
td.header-bottomright {
	color: white;
	background: #215398 url("/_PROJECT/_Engine/Decision/FootRightCornerBlue.gif") no-repeat bottom right;
}
td.header {
	color: white;
	background-color: #215398;
}
td.header-title {
	color: white;
	background: #5585bd url("/_PROJECT/_Engine/Decision/TopRightCornerLtBlue.gif") no-repeat top right;
}
td.colheader {
	font-size: 7pt;
	color: white;
	background-color: #DB8D47;
}
td.criteriarow {
	padding: 1px;
	color: white;
	background-color: #5585bd;
}
td.criteriarow a {
	color: white;
	font-size: 7pt;
	text-decoration: none;
}
td.criteriarow a.criticalrowa {
	color: white;
	font-size: 7pt;
	text-decoration: none;
}
td.criteriacell {
	border-right: 1px solid #eeeeee;
}
td.criteriacellheavy {
	border-right: 1px solid #cccccc;
}
td.criteriawinnercell {
	border: 1px solid #DB8D47;
}
td.backnext {
	color: white;
	background-color: #5585bd;
}
td.backnext a {
	color: white;
	font-size: 9pt;
	text-decoration: none;
}
td.backnext a.backnext {
	color: white;
	font-size: 9pt;
	text-decoration: none;
}
.d-iStatic {
	font-weight: bold;
	color: white;
}
.d-iStaticNormal {
	font-weight: normal;
	font-size: 7pt;
	color: white;
}
.d-iLabel {
	color: white;
	font-size: 7pt;
	font-weight: normal;
}
.d-iText {
	font-weight: normal;
}
.small {
	color: white;
	font-size: 7pt;
}
.smallblue {
	color: #5585BD;
	font-size: 7pt;
}

