/*css file for the hr section of the intranet website */
/*
a:link { color: Green; }
a:visited { color: Red; }
a:hover { color: #ff00cc; }

.tab{
	background: Fuchsia;
	font : bold 20px AGaramond;
	color : Yellow;
}
*/

.boxTitle{
	font-family : arial, verdana, Times New Roman;
	color : #ffff99;
	font-weight: bold;
	font-size:10pt;
}

.boxContent{
	font-family : verdana, arial, Times New Roman;
	color : black;
	font-weight: normal;
	font-size: 11px;
}

.boxContent_big{
	font-family : verdana, arial, Times New Roman;
	color : black;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a:hover.boxContent_big{
		color : #3300ff;
}


.boxContentLink{
	font-family : verdana, arial, Times New Roman;
	color : black;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

a:hover.boxContentLink{
	color : #3300ff;
}


.PageTitle{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333399;
	font-size : 13pt;
	font-style : normal;
	font-weight : bold;
	}

	
	
.mainmenu{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: navy;
	font-size : 11px;
	font-weight : bold;
	text-decoration: none;
}

a:hover.mainmenu{
/*	color: #ffff99;
	background-color : #330066;
*/
	background-color : #ffff99;
	display: block;
	width: 100%;
}	

.mainmenuHeading{
	font-family : arial, verdana, Times New Roman;
	color : white;
	font-weight: bold;
	font-size:10pt;
}

.timestamp{
	font-family : arial, verdana, Times New Roman;
	color : gainsboro;
	font-weight: normal;
	font-size:11px;
}
	
	
.mapLegend{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration: none;
	color: black;

}

a:hover.mapLegend{
	/*
	background-color : #330066;
	color : #ffff99;
	*/
	background-color : #99ccff;
	display: block;
	width: 100%;
}

.mapShowCountyName{
	border: 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration: none;
	color: black;
	font-weight: normal;	
}

	
.InfoText{
	font-family : Verdana, Arial, Times New Roman, Helvetical;
	font-size : 10pt;
	color : black;
	}


.InfoText_small{
	font-family : Verdana, Arial, Times New Roman, Helvetical;
	font-size : 10px;
	color : black;
	}	
	
.paragraphHeading{
	font-family : Verdana, Arial, Times New Roman, Helvetical;
	font-size : 10pt;
	color : #000099;
	font-weight : bold;
	}

.paragraphHeadingLink{
	font-family : Verdana, Arial, Times New Roman, Helvetical;
	font-size : 10pt;
	color : #000099;
	font-weight : bold;
	/* text-decoration : none; */
	}

.paragraphContent{
	font-family : Arial, Verdana, Times New Roman, Helvetical;
	font-size : 10pt;
	color : black;
	}
	
.paragraphContentLink{
	font-family : Arial, Verdana, Times New Roman, Helvetical;
	font-size : 10pt;
	color : black;
	/* text-decoration : none; */
	}	

.initials{
	font-family : Arial, verdana, Times New Roman, Helvetical;
	font-size : 11pt;
	color : #000099;
	font-weight : bold;
	}

.smallNote{
	font-family : Verdana, Arial, Times New Roman, Helvetical;
	font-size : 8pt;
	color : black;
	font-weight : bold;	
	}
	
.scrollHeading{
	font-family : Verdana, Arial, Times New Roman, Helvetica;
	font-size : 13pt;
	color : white;
	font-weight : bold;
	}
	
.selectionBox{
	font-family : MS Sans, Arial, Times New Roman;
	font-size : 12px;
}


.ContactUs{
	font-family : Verdana, Arial, Times New Roman, Helvetica;
	font-size : 10pt;
	color : Navy;
	font-weight : bold;	
}


.contentLink{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: navy;
	font-size : 11px;
	font-weight : bold;
	text-decoration: none;
}

a:hover.contentLink{
	color: blue;
/*
	background-color : #ffff99;
	display: block;
	width: 100%;
*/	
}	