
#KJEAllContent {
    background: #ffffff;
    color: #000000;
}

.KJEFontHeading {
    color:#000000;
}

.KJEError {
    color:#FF0000;
}

.KJETitle {
}

.KJECalculatorTable {
}

.KJEReportTitle {
}

.KJEReportTitleBlock {
}

.KJEWidthConstraint {
    max-width: 900px;
    text-align:left;
    margin: auto;
    background: #ffffff;
    padding:15px;
}

.KJEWrapper {
    background: #cccccc;
    padding: 0;
    margin:0;
}

body {
 margin: 0;
}



.KJECalculatorTable {
	background: #ffffff;
}

.KJEFontHeading {
    color:#222C6A;
}

.KJEFontTitle {
    color:#222C6A;
}

div.KJETitle {
    color:#000000;
}

.KJECommandButton {
    background: #222C6A;
}	

button.KJEDefinitionIcon {
    background: #222C6A;
}

table.KJEScheduleTable tr.KJEScheduleEvenRow {
    background-color: #E4E4E4;
}

table.KJEReportTable tr.KJEEvenRow {
    background-color: #E4E4E4;
}

caption.KJEHeaderRow, caption.KJEHeaderRow {
    background-color: #222C6A;
	color: #ffffff;
}
table.KJEScheduleTable tr.KJEScheduleHeaderRow {
    background-color: #222C6A;
    border-color: #222C6A;
	color: #ffffff;
}
table.KJEReportTable tr.KJEHeaderRow {
    background-color: #222C6A;
    border-color: #222C6A;
	color: #ffffff;
}

/* Web-Kit Browsers*/ 
.KJEInputContainer input[type=range]::-webkit-slider-thumb { 
border-bottom: 12px solid rgba(34,44,106, 0.6); 
-webkit-box-shadow: 0 2px rgba(34,44,106,0,0, 0.3); 
} 
.KJEInputContainer input[type=range]:active::-webkit-slider-thumb { 
border-bottom: 12px solid rgba(34,44,106, 1); 
-webkit-box-shadow: 0 2px rgba(34,44,106, 0.6); 
box-shadow: 0 2px rgba(34,44,106, 0.6); 
} 

/* Modzilla Browsers*/ 
.KJEInputContainer input[type=range]::-moz-range-thumb { 
border-bottom: 12px solid rgba(34,44,106, 0.6); 
-moz-box-shadow: 0 2px rgba(34,44,106, 0.3); 
box-shadow: 0 2px rgba(34,44,106, 0.3); 
} 

.KJEInputContainer input[type=range]:active::-moz-range-thumb { 
border-bottom: 12px solid rgba(34,44,106, 1); 
-mox-box-shadow: 0 2px rgba(34,44,106, 0.6); 
box-shadow: 0 2px rgba(34,44,106, 0.6); 
} 

/* Microsoft Browsers*/ 
.KJEInputContainer input[type=range]::-ms-thumb { 
border-bottom: 12px solid rgba(34,44,106, 0.6); 
box-shadow: 0 2px 0 rgba(34,44,106, 0.3); 
} 

.KJEInputContainer input[type=range]:active::-ms-thumb { 
border-bottom: 12px solid rgba(34,44,106, 1); 
-webkit-box-shadow: 0 2px rgba(34,44,106, 0.6); 
box-shadow: 0 2px rgba(34,44,106, 0.6); 
} 

/* Browsers that don't support type='range' */ 
.KJEInputContainer .KJEArrowIE8 { 
border-bottom: 12px solid rgb(34,44,106); 
} 

.KJEInputContainer .KJEArrow { 
border-bottom: 12px solid rgba(34,44,106, 0.6); 
box-shadow: 0 2px 0 rgba(34,44,106, 0.3); 
-webkit-box-shadow: 0 2px rgba(34,44,106, 0.3); 
-moz-box-shadow: 0 2px rgba(34,44,106, 0.3); 
} 

.KJEInputContainer .KJEArrow.active { 
border-bottom: 12px solid rgba(34,44,106, 0.5); 
}

