
#estimateTable{
	width:100%;	
}
#estimateTable td {
	
	padding-left:6px;
	padding-right:6px;
	margin-left:6px;
	margin-right:6px;
}

#estimateTable table{
	border: none;
	width:100%;
	line-height:14px;
}

#estimateTable tr{
	border: none;
}

#estimateTable td.stddev, #stdDev{ display:none;}
#estimateTable td.shapeA, #shapeA{ display:none;}
#estimateTable td.shapeB, #shapeB{ display:none;}
#estimateTable td.mean, #estimateTable #mean{ display:none;}

#estimateTable td.minVal, #estimateTable #minVal{
	padding-left:45px;
	width:40px;	
}
#estimateTable td.maxVal, #estimateTable #maxVal{
	width:40px;	
}
#estimateTable #result{
	width:80px;	
}
#estimateTable div.result {
 width:150px;
 height:25px;	
 font-size:.6em;
 font-style:italic;
 color:#CCC;
 vertical-align:central;
 
}

#task{
	width:150px;	
}
#nominal, #pessimistic, #optimistic{
	width:30px;	
}

#pessimistic{
	
	margin-right:10px;
}


/*#result {width:150px;}*/

#estimateTable th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	text-align:left;
	padding-left:6px;
	padding-right:6px;
	margin-left:6px;
	margin-right:6px;
}

#estimateTable td{
	font-family: Georgia, "Times New Roman", Times, serif;
	
	/*border: thin dotted #666;*/
}
#estimateTable input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	width:100%;
	/*border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-top-style: none;
	border-right-style: none;*/
}

#estimateTableToolTip{
	font-size:0.8em;
	font-style:italic;	
}
.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
width:14px;
height:16px;
padding-top: 0em;
padding-right: em;
padding-bottom: 0em;
padding-left: 0em;
}

#resultsChart {
width:500px;
height:200px;
}

.salesText{
	font-size:1.5em;
	color: #333;
	font-style:italic;
	line-height:1.5em;	
}

.expectedTime{
	/*font-weight:bold;*/
	color:#f00;	
}
.minVal{
	/*font-weight:bold;*/
	color:#2B93E8;	
}

.maxVal{
	/*font-weight:bold;*/
	color:#2F6632;	
}

