#informationbar {
	position: fixed;
	background:#fff url(../img/info_back.png) repeat-x;
	width:100%;
	height:34px;
	bottom:10px;/*bottom:34px;*/
	left:0px;
	text-align:left;
	color:#5c5c5c;
	min-width:964px;
	height:195px;
	z-index:3001;
}

#bottomspacing {
	height:200px;
	width:100%;
	clear:both;	
}

.info_tabs {
	margin-left:20px;
	float:left;
	height:30px;
	color:#000;
	font-size:11px;
	width:400px;
}

.info_tabs a {
	color:#5c5c5c;
	text-decoration: none;
}

.btn_bar {
	width:100%;
	height:30px;
}

.tabspacing {
	padding: 0 10px;	/*padding:0 16px;	*/
}

#TabActual {
	width:100%;
	height:100px;
	display:block;
	clear:both;
	margin-right:10px;
	margin-left:10px;
}

#TabEstimated {
	width:100%;
	height:100px;
	display:none;
	clear:both;
	margin-right:10px;
	margin-left:10px;
}
#TabErrors
{
	width:100%;
	height:100px;
	display:none;
	clear:both;
	margin-right:10px;
	margin-left:10px;
	
}
#TabComments
{
	width:100%;
	height:100px;
	display:none;
	clear:both;
	margin-right:10px;
	margin-left:10px;
	
}
