.logo {
	position: relative;
	margin-top: 48px;
}
.logo img {
	border: none;
}
.salmonport-home-title {
	background: url(../../../../images/salmonport_home_title.png) left top no-repeat;
 	height: 36px;
    width: 295px;
    text-indent: -9999px;
    font-size: 0;
    float: none;
    margin-left: 380px;
    position: relative;
    top: 45px;
    padding-bottom: 60px;
}
.lcrfb-title {
	background: url(../../../../images/LCFRB_title.png) left top no-repeat;
	height: 25px;
	width: 636px;
	text-indent: -9999px;
	font-size: 0;
	margin-top: 70px;
	float: left;
	margin-left: 30px;
}
div.pageTitle {
	background-color: #536f77;
	height: 44px;
	padding-top: 14px;
}
div.pageTitle h2 {
	font-weight: normal;
	font-size: 24px;
	color: #f3f8eb;
	margin: 0 auto;
	width: 790px;
	padding-left: 105px;
}
div.projectName {
	font-weight: bold;
	font-size: 14px;
	color: #74624F;
	margin-top: 10px;
	width: 203px;
	word-wrap: break-word;
	#word-break: break-all;
}

div.pageSubTitle {
	font-weight: bold;
	font-size: 12px;
	color: #74624F;
	margin-bottom: 10px;
}

div.projectSubbasin {
	font-weight: bold;
	font-size: 11px;
	color: #74624F;
	margin-bottom: 10px;
}
span.label {
	font-size:12px;
	text-align:left;
	color: #020202;
}
.even {
	background-color: #e4ead4;
}
.odd {
	background-color: #fff;
}
div.toolTipCss {
	display:inline;
	padding-top:0 !important;
}
.modalBackground {
   position: fixed;
   left: 0px;
   top: 0px;
   z-index: 10000;
   background-image:url('../../../../images/loading.gif');
   background-repeat:no-repeat;
   background-attachment:fixed;
   background-position:center;
   background-color: #ffffff;
   /* for IE */
   filter:alpha(opacity=60);
   /* CSS3 standard */
   opacity:0.6;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.modalBackground {
   position: absolute;
}
}