/* SUU UGRASP - Print Styles - Created by SUU Web Services - January 2007 */

/* Standard SUU Banner elements */
#banner #logo img {
	border: 0;
}
#banner #navigation {
	display: none;
}

#container {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

/* Hide Navigation controls */
#ugraspnav {
	display: none;
}

/* Table Styles */
#ugraspcontent table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #666666;
	border-bottom: 0;
}
	#ugraspcontent table caption {
		font-size: 9pt;
		text-align: right;
		font-style: italic;
	}
	#ugraspcontent th {
		padding: 5px;
		text-transform: uppercase;
		border-bottom: 1px solid #666666;
		text-align: left;
	}
	#ugraspcontent td {
		padding: 2px 5px;
		border-bottom: 1px solid #666666;
	}

/* Form Styles */
#ugraspcontent form {
	width: 100%;
	margin: 5px 10px;
}
	#ugraspcontent label {
		padding: 5px;
		display: block;
	}
	#ugraspcontent label span {
		padding: 0px 5px;
		display: block;
	}
	#ugraspcontent label {
		width: 100%;
		margin: 2px;
		overflow: hidden;
		border-bottom: 1px dotted #eeeeee;
	}
	#ugraspcontent label span {
		float: left;
		width: 25%;
		text-align: right;
	}
	#ugraspcontent legend {
		color: #666666;
		font-size: 1.1em;
		margin: 0px;
		padding: 0px;
	}
	#ugraspcontent fieldset {
		border: 0px;
		border-top: 1px solid #666666;
		width: 100%;
		margin: 3px 0px;
		padding: 0px;
		overflow: hidden;
	}
	#ugraspcontentfieldset input {
		border: 1px solid #666666;
		float: left;
		width: 60%;
	}
	#ugraspcontent fieldset textarea {
		border: 1px solid #666666;
		float: left;
		width: 60%;
	}
	#ugraspcontent form div {
		margin: 5px 0px;
		text-align: center;
	}
	#ugraspcontent form div input {
		background: #E9E9E9;
		border: 1px solid #666666;
		color: #666666;
		margin: 3px;
	}

/* Hide the error reporting */
#infofooter {
	display: none;
}

/* Main SUU Footer */
#footer {
	border-top: 1px solid #666666;
	margin-top: 25px;
	font-size: 8pt;
	color: #666666;
}

/* Hide the incompatability notice */
#notice {
	display: none;
}
