﻿/* STYLES SPECIFIC TO AGWEBSITE */
/* elements */
#hostedDisplay label {
	display: inline-block;
	width: 135px;
	text-align: right;
	vertical-align: baseline;
}
/* classes */
#hostedDisplay .searchType { margin-bottom: 20px; }
#hostedDisplay .bottomMargin { height: 1px; margin-bottom: 30px; width: 100%; }
#hostedDisplay .bottomPad { padding-bottom: 5px; }
#hostedDisplay .searchBox {	width: 300px; }
#hostedDisplay .noObjects {
	padding-left: 3px;
	display: block;
}
#hostedDisplay .highlight { color: Red; }
#hostedDisplay .contact {
	padding: 0px 0px 10px 17px; 
	float: left; 
	width: 45%;	
	
}
#hostedDisplay .collapseControls, #hostedDisplay .collapseControlsMap { cursor: pointer; }
#hostedDisplay .errorHighlightInput {
	font-style: italic;
	float: right;
	color: Red;
}
#hostedDisplay #eventCalendar {
	margin: 0 auto;
	text-align: center;
}	
#hostedDisplay #eventCalendar .dateLabel {
	width: 200px;
	font-size: medium;
	font-weight: bold;
	vertical-align: middle; 
}
#hostedDisplay #eventCalendar .events 
{
	margin: 0 auto;
	text-align: center;
	border: solid 1px #B3B3B3;
	width: 75%;
}
#hostedDisplay .resetLabel label {
	display: inline;
	text-align: left;
	vertical-align: baseline;
	width: auto;
	margin-right: 25px;
}
#hostedDisplay .labelFull {	width: auto; }
#hostedDisplay .mapBlock {
	width: 100%;
	height: 300px; 
}
#hostedDisplay .searchResultsBlock {
	background-color: #018752;
	color: #ffffff;
	padding: 5px;
	margin-bottom: 5px;
	font-style: italic;
}
#hostedDisplay .tag1  { font-size:  .9em; font-weight: 100; }
#hostedDisplay .tag5  { font-size: 1.0em; font-weight: 200; }
#hostedDisplay .tag10 { font-size: 1.2em; font-weight: 300; }
#hostedDisplay .tag15 { font-size: 1.4em; font-weight: 400; }
#hostedDisplay .tag20 { font-size: 1.6em; font-weight: 500; }
#hostedDisplay .tag25 { font-size: 1.8em; font-weight: 600; }
#hostedDisplay .tag30 { font-size: 2.0em; font-weight: 700; }
#hostedDisplay .tag35 { font-size: 2.2em; font-weight: 800; }
#hostedDisplay .tag40 { font-size: 2.5em; font-weight: 900; }
#hostedDisplay .tvBio {
	padding: 2px;
	border: solid 1px #173f70;
}
