body{
	background-color: #008462;
	overflow: hidden;
	color: white;
	font-family: Arial, sans serif;
	font-size: 12px;
}

a{
	color: white;
}

a:hover{
	text-decoration: underline;
}

.button{
	font-family: Arial, sans serif;
	font-size: 10px;
	color: black;
}

.coordinatorODD{
	background-color: #eeeeee;
}

.coordinatorEVEN{
	background-color: white;
}

.disabledCoordinatorCell{
	color: #8F8F8F;
	font-size: 12px;
	font-family: Arial,  sans serif;
	font-weight: bold;
	background-color: #b2b2b2;
}

.featureText{
	font-size: 12px;
	font-family: Arial,  sans serif;
	font-weight: bold;
	text-align: right;
}

/*ryan tree */

.WizardTree{
	background-color: #ECF5E5;
	cursor: hand;
	cursor: pointer;
	color: black;
	font-size: 12px;
}

.wizardTreeNode{
	color: black;
	font-size: 12px;
	padding-right: 5px;
}

.wizardTreeNodeDISABLED{
	color: gray;
	font-size: 12px;
	padding-right: 5px;	
}

.wizardTaskTreeNode TD {
	color: navy;
	font-size: 12px;
}

.wizardTaskTreeNodeDISABLED TD {
	color: gray;
	font-size: 12px;
}

.wizardTaskTreeNode{
	white-space: nowrap;
	font-size: 12px;
}

.wizardTaskTreeNodeSelected {
	background-color: white;
}

.wizardTaskTreeNodeSelected TD{
	color: #aa0000;
	font-size: 12px;
}

.wizardTreeNodeDisplayNameDiv{
	font-weight: bold;	
	padding: 5px;
	padding-bottom: 0px;
	font-size: 12px;
}

.wizardTaskTreeNodeNameSpan{
	width: 100;
	padding-left: 10px;
	font-size: 12px;
}

.wizardTaskTreeNodeStatusSpan{
	width: 40;
	font-size: 12px;
}

.wizardTaskTreeNodeStatusImg{
	
}

.wizardTaskTreeNodeStatusSpan{
	height: 25;
}

.wizardTaskTreeNodeCostSpan{
	
}

/* Task Tree */
.taskTreeHeader {
	font-size: 12px;
	font-family: Arial,  sans serif;
	background-color: #333333;
	color: white;
	font-weight: bold;
	padding: 2px;
}

.taskCalculator {
	font-size: 10px;
	font-family: MS sans serif;
	background-color: #ECF5E5;
	color: black;
	padding: 2px;
}

.finSumText{
	background-color: #333333;
	color: white;
}

.taskText, .taskDisabled {
	font-size: 12px;
	font-family: Arial,  sans serif;
	color: black;
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}
.taskDisabled {
	color: gray;
	cursor: default;
}
.subTaskText, .selectedSubTask, .subTaskDisabled {
	font-size: 12px;
	font-family: Arial,  sans serif;
	color: black;
	cursor: hand;
	cursor: pointer;
	border-top: 1px solid #ECF5E5;
	border-bottom: 1px solid #ECF5E5;		
}

.selectedSubTask {
	background-color: white;
	color: #cc0000;
	border-top: 1px solid black;
	border-bottom: 1px solid black;	

}

.subTaskDisabled {
	color: gray;
	cursor: default;
	font-size: 12px;
}
.taskTreeFooter {
	font-size: 12px;
	background-color: #333333;
	font-family: Arial,  sans serif;
	font-weight: bold;
	padding: 2px;
}

.taskDescription{
	color: black;
}

.showTask{
	font-size: 12px;
	color: silver;
	cursor: hand;
	cursor: pointer;
}

.taskName{
	font-weight: bold;
}

.showCust{
	font-size: 12px;
	color: silver;
	cursor: hand;
	cursor: pointer;	
}

.coordinatorHeader, .coordinatorHeaderDisabled{
	font-weight: bold;
	font-size: 12px;
}

.coordinatorHeader{
	color: black;
}

.coordinatorHeaderDisabled{
	color: silver;
}

.tableHeader, .tableText{
	font-size: 10px;
	color: white;
	font-family: MS Sans Serif;
}

.welcomeTable{
	
}

.tableHeader{
	font-weight: bold;
}

.welcome{
	color: white;
	font-size: 14px;
}

.statusText{
	color: black;
	font-weight: bold;
}

.flash{
	color: white;
	font-weight: bold;	
}

.red{
	background-color: red;
}	

.question{
	background-color: #eeeeee;
	color: black;
	width: 100%;
	border: 1px solid gray;
	padding: 5px;
}

.summary{
	color: black;
}

.summaryTable{
	background-color: #eeeeee;
	border: 1px solid gray;
}

iframe{
	background-color: white;
}

.backNextButton{
	background-color: white;
}

.imgButton{
	cursor: hand;
	cursor: pointer;
}

.calculatorBox, .calculatorBoxSmall, .calculatorBoxMedium, .calculatorBoxMediumLarge{
	width: 100px;
	font-size: 10px;
	font-family: MS Sans Serif;
	border: 1px solid gray;
}

.calculatorBoxSmall{
	width: 30px;
}

.calculatorBoxMedium{
	width: 50px;
}

.calculatorBoxMediumLarge{
	width: 70px;
}