/*    Budget    */
#PrevNextBut{
	/*position:relative;*/
	float:right;
	width:800px;
	height:10px;
	margin-left:auto;
}

#ForecastHeader{
	position:relative;
	float:left;
	left:15px;
	width:600px;
	height:32px;
}

#ForecastMHeader{
	position:relative;
	float:left;
	top:0px;
	width:70px;
	height:30px;
	background:#FFFFFF;
	border-width:1px;
	border-left:0px;
        border-style: solid;
        border-color: #B5B5B5;
}

#ForecastMHeaderShipTo{
	position:relative;
	float:left;
	top:0px;
	width:90px;
	height:30px;
	background:#FFFFFF;
	border-width:1px;
	border-right:0px;
        border-style: solid;
        border-color: #B5B5B5;
}

#ForecastGridTxt{
	position:relative;
	float:left;
	top:4px;
	width:100%;
	height:30px;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

#ForecastLeftHeader{
	position:relative;
	float:left;
	top:0px;
	width:200px;
	height:30px;
	border-width:1px;
	border-style:solid;
	border-color:#B5B5B5;
        border-top-color:#FFFFFF;
        border-left-color:#FFFFFF;
	background:#FFFFFF;
}

#ManageForecastLeftHeader{
	position:relative;
	float:left;
	top:0px;
	width:150px;
	height:30px;
	border-width:1px;
	border-style:solid;
	border-color:#B5B5B5;
	background:#FFFFFF;
}

#AddForecast{
	/*position:relative;
	float:left;
	top:0px;*/
	width:500px;
	height:15px;
	/*border-width:1px;
	border-style:solid;
	border-color:#B5B5B5;
	background:#FFFFFF;*/
}

#ForecastLine{
	position:relative;
	float:left;
	left:15px;
	width:600px;
	height:26px;
}

#ForecastContain{
	/*position:relative;
	float:left;*/
    width:700px;
	background:#FFFFFF;
	text-align:left;
	border-style:solid;
	border-width:0px;
	border-color:#000000;
	margin-left:auto;
}

#ForecastGridTxtLeft{
	position:relative;
	float:left;
	top:4px;
	left:5px;
	width:10px;
	height:20px;
	font-size:10px;
	font-weight:bold;
	white-space: nowrap;
	/*text-align:center;*/
}

#ForecastGridTxtRight{
	position:relative;
	float:left;
	top:4px;
	right:3px;
	width:100%;
	height:20px;
	font-size:10px;
	text-align:right;
}

#ForecastDataLeft{
	position:relative;
	float:left;
	top:0px;
	width:150px;
	height:25px;
	border-width:1px;
	border-top:0px;
	border-style:solid;
	border-color:#B5B5B5;
	background:#FFFFFF;
}

#ForecastData{
	position:relative;
	float:left;
	top:0px;
	width:70px;
	height:25px;
	border-width:1px;
	border-left:0px;
	border-top:0px;
        border-style:solid;
        border-color:#B5B5B5;
	background:#FFFFFF;
}

#ForecastDataShipTo{
	position:relative;
	float:left;
	top:0px;
	width:90px;
	height:25px;
	border-width:1px;
	border-right:0px;
	border-top:0px;
        border-style:solid;
        border-color:#B5B5B5;
	background:#FFFFFF;
}

#BudgetHeader{
	position:relative;
	float:left;
	left:15px;
	width:1150px;
	height:22px;
}
#BudgetLine{
	position:relative;
	float:left;
	left:15px;
	width:1150px;
	height:21px;
}


#BudgetLeftHeader{
	position:relative;
	float:left;
	top:0px;
	width:200px;
	height:20px;
	border-width:1px;
	border-style:solid;
	border-color:#B5B5B5;
        border-top-color:#FFFFFF;
        border-left-color:#FFFFFF;
	background:#FFFFFF;
}

#BudgetMHeader{
	position:relative;
	float:left;
	top:0px;
	width:60px;
	height:20px;
	background:#FFFFFF;
	border-width:1px;
	border-left:0px;
        border-style: solid;
        border-color: #B5B5B5;
}

#BudgetGridTxt{
	position:relative;
	float:left;
	top:4px;
	width:100%;
	height:20px;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

#BudgetGridTxtLeft{
	position:relative;
	float:left;
	top:4px;
	left:5px;
	width:10px;
	height:20px;
	font-size:10px;
	font-weight:bold;
	white-space: nowrap;
}

#BudgetGridTxtRight{
	position:relative;
	float:left;
	top:4px;
	right:3px;
	width:100%;
	height:20px;
	font-size:10px;
	text-align:right;
}


#BudgetDataLeft{
	position:relative;
	float:left;
	top:0px;
	width:200px;
	height:20px;
	border-width:1px;
	border-top:0px;
	border-style:solid;
	border-color:#B5B5B5;
	background:#FFFFFF;
}

#BudgetData{
	position:relative;
	float:left;
	top:0px;
	width:60px;
	height:20px;
	border-width:1px;
	border-left:0px;
	border-top:0px;
        border-style:solid;
        border-color:#B5B5B5;
	background:#FFFFFF;
}

#BudgetPlus{
	position:relative;
	float:left;
	top:2px;
	left:0px;
        width:15px;
        height:15px;
}
#BudgetMinus{
	position:relative;
	float:left;
	top:2px;
	left:0px;
        width:15px;
        height:15px;
}

.BudgetPlus{
	position:relative;
	float:left;
	top:2px;
	left:0px;
        width:15px;
        height:15px;
}
.BudgetMinus{
	position:relative;
	float:left;
	top:2px;
	left:0px;
        width:15px;
        height:15px;
}

#SpacerHor{
	position:relative;
	float:left;
	width:15px;
	height:10px;
}

#CreateBudgetBar{
	position:absolute;
	float:left;
	left:50%;
	top:100px;
	width:415px;
	height:20px;
	background:#004DCC;
	margin-left:-400px;
	border-width:1px;
        border-style: solid;
        border-color:#999999;
	padding:4px;
}

#CreateBudgetTitle{
	position:relative;
	float:left;
	left:4px;
	top:1px;
	width:50%;
	height:20px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

#CreateBudgetX{
	position:relative;
	float:right;
	right:3px;
	top:2px;
	width:16px;
	height:16px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
}

#CreateBudgetPage{
	position:absolute;
	float:left;
	left:50%;
	top:129px;
	width:415px;
	height:312px;
	background:#FFFFFF;
	margin-left:-400px;
	border-width:1px;
	border-bottom-width:0px;
        border-style:solid;
        border-color:#999999;
	overflow:auto;
	padding:4px;
}

#CreateBudgetPageBottom{
	position:absolute;
	float:left;
	left:50%;
	top:450px;
	width:415px;
	height:1px;
	background:#FFFFFF;
	margin-left:-400px;
	border-width:1px;
	border-top-width:0px;
        border-style:solid;
        border-color:#999999;
	padding:4px;
}

#CreateBudgetPageShadow{
	position:absolute;
	float:left;
	left:50%;
	top:105px;
	width:415px;
	height:351px;
	margin-left:-395px;
	opacity:0.5;
	background:#999999;
	padding:4px;
}

#CBPTitle{
	position:relative;
	float:left;
	left:5px;
	top:5px;
	right:3px;
	width:400px;
	height:20px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}

#CBPDesc{
	position:relative;
	float:left;
	left:5px;
	top:5px;
	right:3px;
	width:400px;
	height:20px;
	font-size:12px;
	text-align:left;
}

#BudgetBox1{
	position:relative;
	float:left;
	left: 20px;
	top:9px;
	width:350px;
	height:60px;
	background:#eee;
	border-width:1px;
        border-style: solid;
        border-color:#B5B5B5;
	padding:5px;
}

#BudgetBox2{
	position:relative;
	float:left;
	left: 20px;
	top:9px;
	width:350px;
	height:50px;
	background:#eee;
	border-width:1px;
        border-style: solid;
        border-color:#B5B5B5;
	padding:5px;
}

#ForecastBox{
	position:relative;
	float:left;
	left: 20px;
	top:9px;
	width:350px;
	height:80px;
	background:#eee;
	border-width:1px;
        border-style: solid;
        border-color:#B5B5B5;
	padding:5px;
}

#CreateBudgetBarLg{
	position:absolute;
	float:left;
	left:50%;
	top:100px;
	width:715px;
	height:20px;
	background:#004DCC;
	margin-left:-400px;
	border-width:1px;
        border-style: solid;
        border-color:#999999;
	padding:4px;
}

#CreateBudgetTitleLg{
	position:relative;
	float:left;
	left:4px;
	top:1px;
	width:50%;
	height:20px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

#CreateBudgetXLg{
	position:relative;
	float:right;
	right:3px;
	top:2px;
	width:16px;
	height:16px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
}

#CreateBudgetPageLg{
	position:absolute;
	float:left;
	left:50%;
	top:129px;
	width:715px;
	height:322px;
	background:#FFFFFF;
	margin-left:-400px;
	border-width:1px;
	border-bottom-width:0px;
        border-style:solid;
        border-color:#999999;
	overflow:none;
	padding:4px;
}

#CreateBudgetPageBottomLg{
	position:absolute;
	float:left;
	left:50%;
	top:350px;
	width:715px;
	height:1px;
	background:#FFFFFF;
	margin-left:-400px;
	border-width:1px;
	border-top-width:0px;
        border-style:solid;
        border-color:#999999;
	padding:4px;
}

#CreateBudgetPageShadowLg{
	position:absolute;
	float:left;
	left:50%;
	top:105px;
	width:715px;
	height:351px;
	margin-left:-395px;
	opacity:0.5;
	background:#999999;
	padding:4px;
}

#CBPTitleLg{
	position:relative;
	float:left;
	left:5px;
	top:5px;
	right:3px;
	width:700px;
	height:20px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}

#CBPDescLg{
	position:relative;
	float:left;
	left:5px;
	top:5px;
	right:3px;
	width:700px;
	height:300px;
	font-size:12px;
	text-align:left;
}




#CreateBudgetBar2{
	position:absolute;
	float:left;
	left:50%;
	top:100px;
	width:415px;
	height:20px;
	background:#004DCC;
	margin-left:-400px;
	border-width:1px;
        border-style: solid;
        border-color:#999999;
	padding:4px;
}

#CreateBudgetPage2{
	position:absolute;
	float:left;
	left:50%;
	top:129px;
	width:415px;
	height:312px;
	background:#FFFFFF;
	margin-left:-400px;
	border-width:1px;
	border-bottom-width:0px;
        border-style:solid;
        border-color:#999999;
	overflow:auto;
	padding:4px;
}

#CreateBudgetPageBottom2{
	position:absolute;
	float:left;
	left:50%;
	top:450px;
	width:415px;
	height:1px;
	background:#FFFFFF;
	margin-left:-400px;
	border-width:1px;
	border-top-width:0px;
        border-style:solid;
        border-color:#999999;
	padding:4px;
}

#CreateBudgetPageShadow2{
	position:absolute;
	float:left;
	left:50%;
	top:105px;
	width:415px;
	height:351px;
	margin-left:-395px;
	opacity:0.5;
	background:#999999;
	padding:4px;
}

#CreateBudgetBar3{
	position:absolute;
	float:left;
	left:50%;
	top:100px;
	width:415px;
	height:20px;
	background:#004DCC;
	margin-left:-400px;
	border-width:1px;
        border-style: solid;
        border-color:#999999;
	padding:4px;
}

#CreateBudgetPage3{
	position:absolute;
	float:left;
	left:50%;
	top:129px;
	width:415px;
	height:312px;
	background:#FFFFFF;
	margin-left:-400px;
	border-width:1px;
	border-bottom-width:0px;
        border-style:solid;
        border-color:#999999;
	overflow:auto;
	padding:4px;
}

#CreateBudgetPageBottom3{
	position:absolute;
	float:left;
	left:50%;
	top:450px;
	width:415px;
	height:1px;
	background:#FFFFFF;
	margin-left:-400px;
	border-width:1px;
	border-top-width:0px;
        border-style:solid;
        border-color:#999999;
	padding:4px;
}

#CreateBudgetPageShadow3{
	position:absolute;
	float:left;
	left:50%;
	top:105px;
	width:415px;
	height:351px;
	margin-left:-395px;
	opacity:0.5;
	background:#999999;
	padding:4px;
}