/* PRINT STYLES */

body { 
	background: #fff; 
	font-size: 8pt;
}

#nav, #userInfo, #member_login, #supernote-note-demo3, #header_image { 
	display: none;
}

.container { width: auto; }
.projectList { width: auto; }
.prioritySelect { display: none; }
.supernote-click-demo3 { }
.icons img {display: none;}

#projectSearch {display: none; }
#alertList {display: none; }


.clearDiv {
	margin-top: 95px;
	clear: both;
	border: #00f dashed 0px;
}

.formStyle {
	margin: 0;
}

.projectList {
	position: relative;
	width: 665px;
	text-align: left;
	border: #0f0 solid 0px;
	margin: 5px 5px 40px 5px;
}

	.projectWrap {
		position: relative;
		width: 600px;
		text-align: left;
	}

	.project, .project2 {
		position: relative;
		margin: 10px 5px 10px 5px;
		border: #999 solid 1px;
		display: block;
		background-color: #fff;
		padding: 5px;
	}

	.borderBlue { border: #47548F solid 1px; }
	.borderRed { border: #f00 solid 1px; }

	.project a, .project2 a {
		color: #749F27;
	}

	.project a:hover, .project2 a:hover {
		color: #000;
	}

	div.project2:hover {
		border: #749F27 solid 1px;
		background-color: #B8D487;
		color: #fff;
	}

	div.project2:hover a {
		color: #000;
	}

		.status {
			position: absolute;
			width: 210px;
			right: 5px;
			top: 0;
			padding-top: 3px;
			border: #00f solid 0px;
		}
		
	body #ams_main_container {
		min-width: 1000px;
	}
		
	body #ams_body {
		width: auto;
		padding: 0;
		border: 0;
	}
	
	body #ams_container {
		margin: 0;
	}
	
	body #ams_container_bg {
		padding: 0;
		border: 0;
	}
		
	#addObject, div#signpost_popup_window + div, div#addObject + div, .objectActions {
		display: none;
	}
	
	.objectActions {
		display: none;
	}

	a, a:visited, a:hover {
		text-decoration: none;
	}
	
	.projectList {
		width: auto;
	}
	
	.signpostLegend span {
		font-size: 9pt;
		font-variant: normal;
		font-weight: normal;
	}

