/* CSS DOCUMENT */

*{
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Arial, Geneva, Helvetica, "Lucida Sans", Trebuchet, Verdana;
}
html, body{
	/*height: 100%;
	min-height: 100%;*/
}
body.bg{
	background-image: url('../images/bc_BackgroundBody.gif');
	background-repeat: repeat;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;

}
h1{
	font-size: 20px;
	padding: 0 0 10px 0;
}
h2{
	font-size: 20px;
}
h3{
	font-size: 16px;
}
h4{}
h5{}
h6{}
p{
	margin: 0 0 0 0;
}
a{
	color: #880226;
	text-decoration: underline;
}
a:hover, a:active{
	color: #004a3a;
	text-decoration: none;
}
.input{
	border: 1px solid #ABADB3;
}
#clear{
	clear: both;
}
#wrapper{
	/*min-height: 100%;
    height: auto !important;
    height: 100%;*/
	width: 948px;
	margin: 0 auto; /* -49px; */
	background-image: url('../images/bc_BackgroundWrapper.png');
	background-repeat: repeat-y;
	padding: 0 18px;
}
#header{
	padding: 10px 0 40px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #999999;
}
#navigation{}
#navigation .position{
	text-align: right;
}
#block{
	padding: 0 0 30px 0;
}
#footerpadding{
/* HEIGHT ONLY, COLLECTIVE HEIGHT OF FOOTER */
	height: 49px;
}
#footer{
	width: 948px;
	height: 28px;
	border-top: 1px dotted #999999;
	padding: 10px 0 0 0;
	margin: 10px auto 0;
	clear: both;
}
#footer .position{
	margin: 0 auto;
	width: 900px;
}

/* MENU STYLE */
.currentPage{
	color: #0000FF;
}

/* GENERAL FORM STYLES */

.button{
	padding: 4px 9px;
	margin: 0;
}
#form_error_msg{
	width: 400px;
	margin: 10px auto 0;
	color: red;
}
#form_login{
	margin: 40px auto 0;
	width: 280px;
	text-align: right;
	padding: 15px;
	border: 1px solid #999;
}
#form_login .inputText{
	width: 170px;
	margin-left: 20px;
}
#form_login p{
	padding: 0 0 3px 0;
}

#form_survey{
	
}
#form_survey p{
	padding: 4px 0;
}
#form_survey .soiltype{
	width: 24px;
}
#form_survey .label{
	float: left;
	width: 210px;
	margin-right: 20px;
}


/* CALCULATE iFRAME*/
#calculate{
	width: 300px;
	height: 314px;
	margin: 10px 10px 0 0;
	float: right;
	border: 1px dotted #999999;
}


/* FARM TABLE */
#farmtable{
	display: table;
	width: 100%;
	margin-top:10px;
}
#farmtable #row{
	display: table-row;
}
#farmtable #row #cell a.AddFarm{
	color: #FFFFFF;
}
#farmtable #row .border{
	border-left: 1px dotted #999999;
	border-right: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}
#farmtable #row #cell{
	display: table-cell;
	/*width: 20%;*/
	padding: 10px;
}
#farmtable #row.header{
	background-color: #8D002A;
	color: #ffffff;
	font-weight: bold;
}
#farmtable #row.odd{
	background-color: #ffe1ea;
	color: #333333;
}
#farmtable #row.even{
	/*background-color: #C8FDF3;*/
}
#farmtable #row #cell.right{
	text-align: right;
}
/* CALCULATIONS PAGE */

#results{
	padding: 0px;
}
#results p{
	padding: 0 0 5px 0;
}

/* FARM FORM */
#form_addfarm{
	
}

#form_addfarm .label{
	float: left;
	width: 210px;
	margin-right: 20px;
}

/* FORM OUTPUT */

#form_output{
	padding-bottom: 10px;
	width: 340px;
	float: right;
}
#runreport{
	float: right;
	margin: 30px 10px 0 60px;
}
#runreport2{
	float: right;
	margin: 30px 60px 0 0px;
}
form .disabled{
	color: #999999;
	border: 1px dotted #999999;
}
form .displaynone{
	display: none;
}

#browser_upgrade{
	float: right;

}
#browser_upgrade img{
	float: right;
	width: 124px;
	height: 65px;
	border: none;
	margin: 0 0 0 10px;
}

#JavascriptArea{
	border: none;
	width: 65px;
}
#JavascriptArea2, #JavascriptArea3{
	border: none;
	background-color: #004C3F;
	color: #FFFFFF;
	font-weight: bold;
	width: 65px;
}
#JavascriptArea2{
	background-color: #8D002A;
}


/* TEXT ALIGNING */

.textright{

	text-align: right;

}



/* NEW TABLE CSS */

#table{
	display: table;
	/*width: 100%;*/
	margin: 5px 0 5px 0;
	border-left: 1px dotted #999999;
	border-right: 1px dotted #999999;
}
#table #table-row{
	display: table-row;
}
#table #table-cell{
	display: table-cell;
	padding: 10px;
	border-bottom: 1px dotted #999999;
}
#table #table-column-group{
	display: table-column-group;
}
#table #table-row-group{
	display: table-row-group;
}
#table #table-header-group{
	display: table-header-group;
	background-color: #8D002A;
	color: #FFFFFF;
	font-weight: bold;
}
#table #table-footer-group{
	display: table-footer-group;
	background-color: #004C3F;
	color: #FFFFFF;
}

#table #table-header-group a, #table #table-footer-group a{
	color: #FFFFFF;
}
#table .odd{
	background-color: #ffe1ea;
	color: #333333;
}
#table .even{
	/*background-color: #C8FDF3;*/
}
#table .textright{
	text-align: right;
}
#table.five{
	width: 100%;
}
#table.five #table-cell{
	width: 20%;
}
#table.farms{	
	width: 560px;
	float: left;
}
#table.addfarm{
	width: 340px;
	float: right;
}
#table.expenditures{
	width: 550px;
}
#table.expenditures #table-cell{
	
}

#table.calculator{
	width: 380px;
	float: right;
}
#iFrame{
	border: 0px;
	height: 272px;
	width: 340px;
}
#table .noborder{
	border: 0px;
}
#table .header{
		background-color: #8D002A;
	color: #FFFFFF;
	font-weight: bold;
	
}
#table.search{
	width: 100%;
}
#table.search #table-cell{
	width: 158px;
}
#table .between{
	width: 30px;
}

#table.left{
	float: left;
	width: 465px;
}
#table.right{
	float: right;
	width: 465px;
}
#table.full{
	width: 100%;
}
#table .green{
	color: green;
}



.overview{}
.overview div{
	padding-bottom: 6px;
}
.overview .dataset{
	width: 100px;
	padding-right: 10px;
	float: left;
}
.overview .something{
	width: 150px;
}
.overview .dataset .title{
	font-size: 16px;
}
.overview .dataset .info{
	min-height: 90px;
}
.overview .dataset .margins{
	min-height: 90px;
}
.overview .dataset .overheads{
	min-height: 90px;
}
.overview .dataset .surplus {
	min-height: 90px;
}
.overview .dataset .share{
	min-height: 90px;
}
.overview .dataset .total{
	min-height: 90px;
}
.overview .right{
	text-align: right;
}

