/* Sets application wide font, margins, etc. */
* {
	margin:0;
	padding:0;
}
/* Typography & Links */

a {color:#51513C; text-decoration: underline;}
a:hover {color: #282829; text-decoration: none;}
h3, h4, h5, h6 {font-weight:normal; color:#282829; font-family: Arial, Helvetica, sans-serif;}
h1 {font-size:30px; line-height:normal;}
h2 {font-size:18px; font-weight:normal;}
h3 {font-size:16px; margin-bottom:1em;}
h4 {font-size:14px; line-height:normal;}
h5 {font-size:12px; font-weight:normal;}
h6 {font-size:11px;font-weight:normal;}

/* Alignment classes & Additional classes*/

.float-left  {
	float: left;
}
.float-right {
	float: right !important;
}

/* Clearing */

.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* Form */
button, 
input, 
select, 
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #302E20; 
	padding: 2px;
}
select {
	word-wrap: normal;
	padding: 2px 1px;
}
input:disabled, isindex:disabled, textarea:disabled, select:disabled {
	color: #999;
}
.content-wrap form, .user_list_wrap form {
	display: table;
}
/*  MAIN LAYOUT */
body {
	background-color: #e4ead4;
	background-attachment: scroll !important;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 12px;
	color: #282829;
	height:100%;
	overflow: auto;
}
#wrap {
	margin:0 auto;
	text-align:left;
}
.fullscreen {
	position: absolute;
	min-height: 100%;
	width: 100%;
	#position: relative;
	_height: 100%;
	overflow: hidden;
}
.content-wrap {
	width: 1080px;
	margin: 0 auto 80px;
	/*padding-top: 30px;*/
}
.footer {
	position: absolute;
   	bottom: 0;
   	width: 100%;
   	height: 64px;   /* Height of the footer */
  	background: url(../../images/bg-footer.jpg) bottom center repeat-x;
  	z-index: -100;
  	#position: relative;
}
#header_wrap {
	background: url(../../images/bg-header.jpg) repeat-x left top ;
	border-bottom: 8px solid #302e20;
	height: 141px;
	position: relative;
}

/* Container for the Footer Component */
div.footer
{
	#margin-top: -146px;
	_margin-top: -113px;
}

/* Container for the Main Application Content */
div.body
{
	/*padding-left: 20px;*/
	margin:0 auto;
	text-align:left;
	/*min-height: 550px;*/
	min-height: 650px;
}

/*SalmonPORT large title at Home Page*/
.salmon-port-home-title {
	position: absolute;
	top: 15px;
	right: 40px;
	z-index: 100;
}

.salmon-port-home-lable div span {
	width: 60px;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #302e20;
	text-align: right;
}

/* Start Login */
.login_form_wrap {
	position: absolute;
	top: 15px;
	right: 40px;
	z-index: 100;
}
#login_form {
	position: relative;
}
#login_form label {
	width: 60px;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #302e20;
	text-align: right;
}
#login_form input[type=text], #login_form input[type=password]{
	display: block;
	float: left;
	border: 1px solid #c1d1a0;
	width: 135px;
	height: 14px;
	padding: 1px 2px;
	font-size: 11px;
}
#login_form input.title {
	margin-left: 10px;
}

#login_form .sign_in {
	border: none;
	margin-left: 69px;
	margin-top: 5px;
	cursor: pointer;
	background: none;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 0;
}
body:not(:-moz-handler-blocked) #login_form .sign_in {
	margin-left: 66px;
}
.stay_sign_in {
	vertical-align: middle;
	margin-top: -8px;
	font-size: 11px;
	display: inline-block;
}
.login_links {
	margin-left: 70px;
}
.login_links a, .new_user {
	color: #302e20;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.new_user {
	margin-left: 10px;
}
#login_form .sign_in:hover, .new_user:hover, .login_links a:hover {
	color: #51513c;
	text-decoration: underline;
}
#login_form .login_p1 {
	padding-top: 5px;
}
#login_form .loginFailure {
	color: red;
	text-align: left;
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
}

/* End Login*/

.menu_map {
	list-style: none;
	margin-left: 10px;
	overflow: auto;
	height: 216px;
	width: 185px;
	margin-right: 10px;
	padding: 10px 0 0 0;
	white-space: nowrap;
	_margin-right: 0px;
	_margin-bottom: 8px;
	position: relative;
}

/* User List */

.user_list_wrap {
	width: 1080px;
	margin: 0 auto 80px;
	position: relative;
}
.filteredBlock, #filteredGrid {
	clear: both;
	margin-top: 25px;
}
div.filterGroup {
	padding: 10px 0 7px 5px;
	margin: 0 0 3px 0;
	position: relative;
}
div.filterGroup input[type=text], div.filterGroup select
{
	font-weight: normal;
	font-size: 12px; 
	color: #282829;
	border: 1px solid #c1d1a0;
	padding: 2px;
}

div.filterGroup label {
	display:inline;
	float:none;
	font-size: 12px
}
div.filterGroup  .filter-label {
	font-weight: bold;
}
.search-field-block {
	float: left;
}

/* Clear link */
.search-submit-block {
	display: block;
	margin-left: 40px;
}

/* Clear link - Firefox only */
@-moz-document url-prefix() { 
	.search-submit-block {
		display: block;
		margin-left: 37px;
	}
}

.new-button-block {
	float: right;
	margin-left: 10px;
}
div.filterGroup input[type=submit] {
	background: none;
	border: none;
	font-size: 12px;
	font-weight: bold;
	color: #282829;
	cursor: pointer;
	outline: 0 none;
}
div.filterGroup span#submitSearch input[type=submit] {
	padding-bottom: 0;
}
div.filterGroup span#clearSearch input[type=submit] {
	margin-left: 3px;
}
div.filterGroup span#submitSearch input[type=submit], div.filterGroup span#clearSearch input[type=submit]
{
	vertical-align: middle\0/;
	margin-left: 3px;
}

div.filterGroup span#submitSearch input[type=submit]:hover, div.filterGroup span#clearSearch input[type=submit]:hover
{
	text-decoration: underline;
	color: #51513C;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
 div.filterGroup span#submitSearch input[type=submit], div.filterGroup span#clearSearch input[type=submit] {
}
}
/* Admin Tabs */

div.admin_tabs {
	border-bottom: 0 solid #808080;
    border-left: 0 solid #808080;
    margin-top: 20px;
}
div.admin_tabs .ftabset {
	margin-top: 20px;
	#margin-top: 0px;
	#padding-top: 0px;
	position: relative;
}
div.admin_tabs ul {
	list-style: none !important;
	padding: 0;
	width: 100%;
	border-bottom: 0px solid #808080;
	border-left: 1px solid #808080;
	height: 26px;
}
div.admin_tabs li.active-item a {
	color: #ffffff !important;
	background-color: #74724c;
}
div.admin_tabs li {
	float:left;
	padding:0;
	background-color: #fff;
	border-top: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	white-space: nowrap;
}
div.admin_tabs DIV.ftabset LI A {
	float: left;
	display: block;
	padding: 5px 15px 0px 15px;
	text-decoration: none;
	word-spacing: 2px;
	font-weight: bold;
	font-size: 12px;
	color: #282829;
	height: 19px;
}

div.admin_tabs DIV.ftabset LI A:hover {
	color: #282829;
	text-decoration: none;
}

div.admin_tabs DIV.ftabset LI A:visited {
	/*color: #b6b366;*/
}

div.admin_tabs DIV.ftabset LI.active-item A{
	/*color: #74624F;*/
}


/* End Admin Tabs*/
div.t-data-grid {
	font-family: Arial, Helvetica, sans-serif;
	color: #282829;
	#margin-bottom: 2px;
	overflow-x: auto;
}
table.data-grid {
	border-collapse: collapse;
	width: 100%;
}

table.data-grid th {
	white-space: nowrap;
	background-color: #c1d1a0;
	font-size: 12px;
	vertical-align: top;
	padding: 4px;
	text-align: left;
	color: #282829;
}

table.data-grid-item-result th.showRangeItemResult {	
	color: #333333;
}
table.data-grid th a {
	text-decoration: none;
	color: #282829;
}
table.data-grid th a:hover {
	text-decoration: underline;
}
table.data-grid td {
	padding: 3px 5px 3px 3px;
	height: 30px;	
}
table.data-grid td.report a, table.data-grid td.edit a {
	cursor: pointer;
	overflow: hidden;
}
table.data-grid tr.even {
	background-color: #e4ead4;
}
table.data-grid tr.odd {
	background-color: #fff;
}
img.t-sort-icon {
	margin-left: 4px;
	vertical-align: middle;
}
img.t-error-icon {
	display: none;
}
td.edit, td.delete {
	text-align: center;
	width: 18px;
}
div.t-error {
	margin: 0;
}
div.t-error ul {
	background-color:white;
	color:red;
	margin: 0 !important;
	list-style: none;
	padding: 2px 0;
	height: 40px;
	overflow: auto
}
html > body div.t-error li {
	margin-left: 15px !important;
}
.register_result {
	font-size: 11px;
	font-weight: bold;
	margin: 30px 50px 0;
	text-align: center;
	width: 725px;
	color: #020202;
	#margin: -50px 0 0 150px;
	#width: 620px;
	position: relative;
}
.register_result a {
	color: #74624F;
	text-decoration: underline;
}
.register_result a:hover {
	text-decoration: none;
	color: #74624F;
}
.copyright {
	overflow: hidden;
	position: relative;
	top: 50%;
	font-size: 11px;
	color: #fefefb;
	text-align: center;
}
.copyright span {
	padding-right: 15px;
}
div.report_page{
	margin: 10px 0px 130px 0px;
	position: relative;
}
.noneDisplay{
	display: none;
}
a.newButton {
	vertical-align: middle;
	display: inline-block;
	#margin-top: 0px;
	#vertical-align: top;
	margin-top/*\**/: 2px\9; /* Fix IE8*/
	#margin-top: 0px;
	margin-left: 3px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
 div.newButton {
	top: 141px;
 }
 a.newButton {
 	margin-bottom: 1px;
 }
}
span.types select {
	width: 100px;
}

#t-console.bbSmall {
    display: none !important;
}

.completed_column {
	font-size: 14px;
	color: #74624F;
	font-weight: bold;
}
@media (max-width: 768px) {
	div#project-content, div#program_navigator, .actions_m_wrap  {
		position: inherit !important;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	div#project-content, div#program_navigator {
		position: inherit !important;
	}
}

/* Fix Left Navigation for Mobile Device (Tablet)*/
.mobile div#project-content, .mobile div#program_navigator, .mobile .actions_m_wrap {
	position: inherit !important;
}
.mobile .search-field-block {
		width: 335px !important;
	}

@media only screen and (max-width: 1024px) {
	.fullscreen {
		width: auto;
	}
	div.body {
		min-height: 650px;
	}
	.content_fbanner {
		margin-right: 18px;
	}
	.search-field-block {
		width: 335px !important;
	}
	div.filterGroup .filter-label {
		float: left;
		margin-left: 5px;
	}
}
.prismLink{
	clear: both;
	padding: 5px 5px 5px 5px;
}
/* Tooltips */
.tap5c_tooltip {
	border: 1px solid #74724c !important;
}
.tap5c_tooltip-title {
	background-color: #74724c !important;
	background-image: none !important;
	color: #fff;
}
/* Pagging */
div.t-data-grid-pager {
    padding-bottom: 25px;
    padding-top: 3px;
    margin: -30px 0 0;
    position: absolute;
    right: 0;
}
.project_list div.t-data-grid-pager {
    padding-bottom: 25px;
    padding-top: 3px;
    margin: -28px 0 0;
    position: absolute;
	right: 116px;       
}
.content-wrap div.t-data-grid-pager span.current {
	background: none;
	border: 1px solid #282829;
	color: #282829;
	font-size: 12px;
}
.content-wrap div.t-data-grid-pager a {
	border: none;
	color: #282829;
	font-size: 12px;
}
.data-grid-item-result {
	background-color: #fff;
	color: #282829;
	border: 1px solid #c1d1a0;
	padding: 2px 0;
    margin: -28px 0 0;
    position: absolute;
    right: 0;
}