/*@font-face {
	font-family: Garamond;
	src: URL('../fonts/AGaramondPro-Regular.otf');
}

@font-face {
	font-family: Garamond;
	font-weight: bold;
	src: URL('../fonts/AGaramondPro-Bold.otf');
}*/

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center; /* for IE, otherwise 'margin: 0 auto' for centering has not effect */
	font-family: Garamond;	
}

table { 
	empty-cells: show;
	font-size: 1em;
} 

#lytHead {
	width: 1000px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	margin-left: auto;
	margin-right: auto;	
}

#lytHeadImg {
	
}

#lytHeadImg img {
}

#lytHeadSpacer {
	margin: 0 0 0 0;
	width: 100%;
	background-color: #99cc00;
	background-repeat: no-repeat;
	background-position: center;
	clear: left;
}

#lytContent {
	text-align: left;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;	
	clear: left;
    min-height: 400px;
}

#lytFooter {

    font-size: 0.75em;

    /* background-color: #99cc00; */
    background-image: url(../images?file=endure_logo2.png);
    background-repeat: no-repeat;
    z-index: 100;
    margin-bottom: 15px;
    height: 54px;
}

#lytFooter img {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

#lytFooter .mainNavLink {
    margin-top: 7px;
    font-size: 1.2em;
    padding: 5px 3px; /* overrides padding: 5px 15px*/
}

#currentReport {
	background-color: #aaaaaa;
}

td {
	text-align: left;
	vertical-align: top;
}

li {
	text-align: none;
}

.leftNavi {
}

.rightNavi {
	text-align: right;
}

#lytHeadSpacer .navLinkForm {
    height: 28px;
}

.navLinkForm  {
	text-align: left;
    width: 1000px;
    margin: 0 auto 0;
}

.navLinkForm .textSearchInputFrame {
    float: right;
    margin: 1px;
}

.navLinkForm .textSearchInputFrame input {
    font-size: 12px;
}


.mainNavLink {
	float: left;
	padding-right: 15px;
    font-weight: bold;
	padding: 5px 15px;
    text-align: center;
    color: #ffffff;
}

.mainNavLink:hover {
    color: #99CC00;
    background-color: #ffffff;
}

.footerLink {
    float: left;
    color: #242b84;
    font-weight: bold;
    font-size:1.2em;
    margin-top:7px;
    padding:5px 7px;
}

.langForm {
    margin: 0px;
}

.langForm .spacer {
    width: 100%;
}

.langForm .active {
    font-weight: bold;
}

.langForm .sep {
    padding: 0px 1px;
}

/* tooltips */

.tooltip {
    background-color: #99cc00;
    border-color: #ccee00 #779900 #779900 #ccee00;
    border-style: solid;
    border-width: 2px;
    z-index: 999;
}

.tooltip table {
    width: 100%;
}

.tooltipHdr {
    color: #ffffff;
    font-weight: bold;
    vertical-align: middle;
}

.tooltipBody {
    background-color: #ffffff;
    border-color: #779900 #ccee00 #ccee00 #779900;
    border-style: solid;
    border-width: 2px;
}

.helpTooltip {
    width: 250px;
}

.helpTooltipHdr {
    padding: 0 0 0 33px;
    background-image: url('../images?file=help.png');
    background-repeat: no-repeat;
    background-position: 5px 5px;
    height: 35px;
}

.knowledgeTooltip {
	width: 300px;
}

/* overrides .endureMadeSmall span settings */
.knowledgeTooltip .endureMadeSmallBody span {
    text-indent: 0;
    background-image: none;
}

.knowledgeTooltipHdr {
    padding: 5px;
}

.pestTooltip {
    background-color: #cc3300;
    border-color: #ff5500 #aa1100 #aa1100 #ff5500;

    width: 250px;
}

.pestTooltipHdr {
    padding: 0 0 0 33px;
    background-image: url('../images?file=help_red.png');
    background-repeat: no-repeat;
    background-position: 5px 5px;
    height: 35px;
}

.pestTooltipBody {
    border-color: #aa1100 #ff5500 #ff5500 #aa1100;
}

.topicTooltip {
    background-color: #ff9900;
    border-color: #ffaa00 #cc7700 #cc7700 #ffaa00;

    width: 250px;
}

.topicTooltipHdr {
    padding: 0 0 0 33px;
    background-image: url('../images?file=help_orange.png');
    background-repeat: no-repeat;
    background-position: 5px 5px;
    height: 35px;
}

.topicTooltipBody {
    border-color: #cc7700 #ffaa00 #ffaa00 #cc7700;
}


.regionTooltip {
    background-color: #999999;
    border-color: #bbbbbb #777777 #777777 #bbbbbb;

    width: 250px;
}

.regionTooltipHdr {
    padding: 0 0 0 33px;
    background-image: url('../images?file=help_grey.png');
    background-repeat: no-repeat;
    background-position: 5px 5px;
    height: 35px;
}

.regionTooltipBody {
    border-color: #777777 #bbbbbb #bbbbbb #777777;
}

/* end tooltips */
