body {
	font-family: Arial;
	}

.btn {
	padding:3px;
	font-weight:bold;
	color:black;
	height:30px;
	width: 100px;
	}

.strapline {
	font-style:italic;
	font-size: 16px;
	}

.normtxtbox {
	width: 100px;
	}

/*=========================================================================================================*/
/*                                     Admin Section Headings and Links                                    */
/*=========================================================================================================*/

Table.whitetable {
	width: 100%;
/*	background-color: #ABEBC6;*/
	background-color: #82E0AA;;
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

.AdminMenu {
	background-color: #145a32;
}

.AdminNonCurrent {
	width:150px; 
	font-weight: bold; 
	color:lightgrey; 
	text-align:center;
	font-size:12px;
	cursor: auto;
	background-color:#145a32;
	border: 0px;
}

.AdminNonCurrent:hover {
	width:150px; 
	font-weight: bold; 
	color:yellow; 
	text-align:center;
	font-size:12px;
	cursor: pointer;
}

.AdminCurrent {
	width:150px; 
	font-weight: bold; 
	color:white; 
	text-align:center; 
	background-color:black;
	font-size:12px;
}


.AdminHeadings {
	background-color: white;
	color: black;
	border: 1px solid blue;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.AdminInput {
	background-color: #ffffc2;
	color: black;
	border: 1px solid blue;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.AdminButton {
	text-align: center;
	width: 80px;
	font-size: 12px;
/*	background-color:darkgrey;
	border: 0px;*/
}

.AdminButton.hover {
	background-color:black;
	color:white;
}

.AdminFilters {
	background-color: palegreen;
	color: black;
/*	border: 1px solid blue;*/
	text-align: center;
	font-size: 11px;
	font-weight: normal;
}

TD.menuItem {
	width: 95px;
	text-align: center;
	border-color: green;
	font-size:12px;
}

TD.menuItem:hover {
	color: white;
	background-color: #145A32;
	cursor: pointer;
	font-size:12px;
}

/* DATA SECTION */

.norm {
	background-color: lightblue;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
}
.alt {
	background-color: white;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px; 
}

/* GRADE REPORT */

.gblue {
	background-color:#0072BC;
}
.ggold {
	background-color:#FFC20E;
}
.ggrey {
	background-color:darkgrey;
	color:white;
}
.ggreen {
	background-color:#22B14C;
}
.gblack {
	background-color:black;
	color: white;
}
.gred {
	background-color:#ED1C24;
	color: white;
}

/* SINGLE FARM REPORT */

.sfhdg {
	background-color: #DDDDFF;
	color: black;
}

.sflyhdg {
	background-color: #FFAAFF;
	color: black;
}

.leftchart {
	width: 40%;
}
.rightchart {
	width: 60%;
}
.charttable {
	width: 100%;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }

/*
	.leftchart {
		width: 300px;
	}
	.rightchart {
		width: 450px;
	}

	.charttable {
		width: 750px;
	}
*/
}