
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.tablesorter tbody tr.highlight, table.tablesorter tbody tr.highlight td {
	background-color: #ffc;
}

.lightBG{
	background-color:#005C00;
	/*padding:10px;*/
}

.greenText{
	color:#005C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.redText{
	color:red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.redText12{
	color:red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.blackText{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

a{
	text-decoration:none;
	color: blue;
	font-weight: bold;
}

a:hover{
	text-decoration: none;
}

a.proposal{
	text-decoration:none;
	color: blue;
	font-weight: bold;
}

a.proposal:hover{
	text-decoration: none;
}

a.nav{
	text-decoration:none;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

a.nav:hover{
	text-decoration: none;
	color: #F7FF75;
	font-size: 12px;
}

a.CIPMLink{
	text-decoration:none;
	color: #005C00;
	font-size: 10px;
}

a.CIPMLink:hover{
	text-decoration: underline;
}

a.footer{
	text-decoration:none;
	color: #005C00;
	line-height:20px;
	font-size: 10px;
}

a.footer:hover{
	text-decoration: underline;
}

.text10px{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.text11px{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.text12px{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.text14px{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.text14pxGreen{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#005C00;
}

.text16px{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:#005C00;
}

.text18px{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: White;
	font-weight: bold;
}

/* Append a distinguishing icon to external links and links which open in a new browser window */

a[href^="http://"]:after, 
a[href^="https://"]:after {
  content: url(https://projects.ipmcenters.org/Northeastern/images/icons/link-external.png);
  margin: 1px 0 0 5px;
}
a[href^="https://projects.ipmcenters.org/Northeastern/"]:after {
  content: '';
  margin: 0;
}
a[target="_blank"]:after, a[target="new"]:after {
  content: url(https://projects.ipmcenters.org/Northeastern/images/icons/link-new-window.png);
  margin: 1px 0 0 5px;
}
a.no-icon{
  content: '';
  margin: 0;
}
